OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
GraphicsItemDesignerNavigationRoot.h
Go to the documentation of this file.
1
4// ###########################################################################################################################################################################################################################################################################################################################
5
6#pragma once
7
8// OToolkit header
10
11// Qt header
12#include <QtWidgets/qtreewidget.h>
13
16
18public:
21
22 // ###########################################################################################################################################################################################################################################################################################################################
23
24 // Setter / Getter
25
26protected:
27 virtual void fillPropertyGrid(void) override;
28 virtual void propertyChanged(const ot::Property* _property) override;
29 virtual void propertyDeleteRequested(const ot::Property* _property) override;
30
31private:
32 GraphicsItemDesigner* m_designer;
33};
Definition GraphicsItemDesigner.h:31
Definition GraphicsItemDesignerNavigationRoot.h:17
GraphicsItemDesignerNavigationRoot(GraphicsItemDesigner *_designer)
Definition GraphicsItemDesignerNavigationRoot.cpp:13
virtual void propertyDeleteRequested(const ot::Property *_property) override
Definition GraphicsItemDesignerNavigationRoot.cpp:124
virtual void propertyChanged(const ot::Property *_property) override
Definition GraphicsItemDesignerNavigationRoot.cpp:53
virtual ~GraphicsItemDesignerNavigationRoot()
Definition GraphicsItemDesignerNavigationRoot.h:20
virtual void fillPropertyGrid(void) override
Is called when the property grid needs to be filled.
Definition GraphicsItemDesignerNavigationRoot.cpp:20
The GraphicsItemDesignerPropertyHandler is used to receive property grid notifications and requests.
Definition GraphicsItemDesignerPropertyHandler.h:39
Definition GraphicsItemDesignerView.h:17
The Property class is used as a base class for all Properties that can be displayed and modified in t...
Definition Property.h:21