OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
GraphicsHBoxLayoutItem.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 GraphicsHBoxLayoutItem(QGraphicsLayoutItem* _parentItem = (QGraphicsLayoutItem*)nullptr);
17
18 virtual bool setupFromConfig(const GraphicsItemCfg* _cfg) override;
19
20 private:
21 QSizeF m_size;
22
24 GraphicsHBoxLayoutItem& operator = (const GraphicsHBoxLayoutItem&) = delete;
25 };
26
27}
#define OT_WIDGETS_API_EXPORT
Definition OTWidgetsAPIExport.h:12
Definition GraphicsBoxLayoutItem.h:17
Definition GraphicsHBoxLayoutItem.h:13
virtual ~GraphicsHBoxLayoutItem()
Definition GraphicsHBoxLayoutItem.h:16
The GraphicsItemCfg is the base class for all graphics item configurations.
Definition GraphicsItemCfg.h:33
Definition Connector.h:8