Plasma Engine  2.0
Loading...
Searching...
No Matches
LayerPanel.moc.h
1#pragma once
2
3#include <EditorFramework/Panels/GameObjectPanel/GameObjectPanel.moc.h>
4#include <Foundation/Basics.h>
5
8
10{
11 Q_OBJECT
12
13public:
14 plQtLayerPanel(QWidget* pParent, plScene2Document* pDocument);
16
17private Q_SLOTS:
18 void OnRequestContextMenu(QPoint pos);
19
20private:
21 plQtLayerDelegate* m_pDelegate = nullptr;
22 plScene2Document* m_pSceneDocument = nullptr;
23 plQtDocumentTreeView* m_pTreeWidget = nullptr;
24 plString m_sContextMenuMapping;
25};
Definition DocumentPanel.moc.h:10
Definition RawDocumentTreeWidget.moc.h:16
Custom delegate for layers, used in plQtLayerPanel. Provides buttons to toggle the layer visible / lo...
Definition LayerAdapter.moc.h:43
Definition LayerPanel.moc.h:10
Definition Scene2Document.h:66