OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
GraphicsVBoxLayoutItem.h
Go to the documentation of this file.
1
4// ###########################################################################################################################################################################################################################################################################################################################
5
6#pragma once
7
8// OpenTwin header
10
11namespace ot {
12
14 public:
15 GraphicsVBoxLayoutItem(QGraphicsLayoutItem* _parentItem = (QGraphicsLayoutItem*)nullptr);
17
18 virtual bool setupFromConfig(const GraphicsItemCfg* _cfg) override;
19
20 private:
21 QSizeF m_size;
22
24 GraphicsVBoxLayoutItem& operator = (const GraphicsVBoxLayoutItem&) = delete;
25 };
26
27}
#define OT_WIDGETS_API_EXPORT
Definition OTWidgetsAPIExport.h:12
Definition GraphicsBoxLayoutItem.h:17
The GraphicsItemCfg is the base class for all graphics item configurations.
Definition GraphicsItemCfg.h:33
Definition GraphicsVBoxLayoutItem.h:13
virtual ~GraphicsVBoxLayoutItem()
Definition GraphicsVBoxLayoutItem.h:16
Definition Connector.h:8