11namespace ot {
class GraphicsItem; };
Definition GraphicsItemDesignerPreview.h:13
virtual ~GraphicsItemDesignerPreview()
Definition GraphicsItemDesignerPreview.cpp:21
GraphicsItemDesignerPreview()
Definition GraphicsItemDesignerPreview.cpp:15
void updateCurrentItem(const ot::GraphicsItemCfg *_newConfiguration)
Updates the current preview.
Definition GraphicsItemDesignerPreview.cpp:26
The GraphicsItemCfg is the base class for all graphics item configurations.
Definition GraphicsItemCfg.h:33
Base class for all OpenTwin GraphicsItems GraphicsItems should be created by the GraphicsFactory and ...
Definition GraphicsItem.h:35
View widget used to display GraphicsItems Note that the View creates its own scene.
Definition GraphicsView.h:37