12#include <QtWidgets/qtreewidget.h>
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