OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
WidgetViewDockManager.h
Go to the documentation of this file.
1
4// ###########################################################################################################################################################################################################################################################################################################################
5
6#pragma once
7
8// OpenTwin header
10
11// QT ADS header
12#include <ads/DockManager.h>
13
14namespace ot {
15
16 class WidgetView;
17
18 class OT_WIDGETS_API_EXPORT WidgetViewDockManager : public ads::CDockManager {
19 public:
21 virtual ~WidgetViewDockManager();
22
23 void addView(WidgetView* _view, ads::CDockAreaWidget* _areaWidget, const WidgetView::InsertFlags& _insertFlags);
24
25 private:
26 ads::DockWidgetArea getDockWidgetArea(const WidgetView* _view) const;
27
28 };
29
30}
#define OT_WIDGETS_API_EXPORT
Definition OTWidgetsAPIExport.h:12
The Flags class is a wrapper around a enum that allows bitwise operations (flags)....
Definition Flags.h:214
Definition WidgetViewDockManager.h:18
The WidgetView class is used to integrate the Qt-ADS functionallity into open twin.
Definition WidgetView.h:33
Definition Connector.h:8