OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
GraphicsItemDesignerPreview.h
Go to the documentation of this file.
1
4// ###########################################################################################################################################################################################################################################################################################################################
5
6#pragma once
7
8// OpenTwin header
10
11namespace ot { class GraphicsItem; };
12
14public:
17
19 void updateCurrentItem(const ot::GraphicsItemCfg* _newConfiguration);
20
21private:
22 ot::GraphicsItem* m_item;
23
24};
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
Definition Connector.h:8