/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/EditorPlugins/Scene/EditorPluginScene/Panels/LayerPanel/LayerPanel.moc.h
25 строк
604 B
Jan Krassnigg
Updated ADS and fixed document layout restoration (#1497)
28 фев 2025, 12:35
Не верифицирован
28 фев 2025, 12:35
2e065c5
Код
Авторство
О чём код?
#pragma once #include <EditorFramework/Panels/GameObjectPanel/GameObjectPanel.moc.h> #include <Foundation/Basics.h> class ezScene2Document; class ezQtLayerDelegate; class ezQtLayerPanel : public ezQtDocumentPanel { Q_OBJECT public: ezQtLayerPanel(ads::CDockManager* pDockManager, QWidget* pParent, ezScene2Document* pDocument); ~ezQtLayerPanel(); private Q_SLOTS: void OnRequestContextMenu(QPoint pos); private: ezQtLayerDelegate* m_pDelegate = nullptr; ezScene2Document* m_pSceneDocument = nullptr; ezQtDocumentTreeView* m_pTreeWidget = nullptr; ezString m_sContextMenuMapping; };