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
9
#include "
OTWidgets/WidgetView.h
"
10
11
// QT ADS header
12
#include <ads/DockManager.h>
13
14
namespace
ot
{
15
16
class
WidgetView;
17
18
class
OT_WIDGETS_API_EXPORT
WidgetViewDockManager
:
public
ads::CDockManager {
19
public
:
20
WidgetViewDockManager
();
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
}
OT_WIDGETS_API_EXPORT
#define OT_WIDGETS_API_EXPORT
Definition
OTWidgetsAPIExport.h:12
WidgetView.h
ot::Flags
The Flags class is a wrapper around a enum that allows bitwise operations (flags)....
Definition
Flags.h:214
ot::WidgetViewDockManager
Definition
WidgetViewDockManager.h:18
ot::WidgetView
The WidgetView class is used to integrate the Qt-ADS functionallity into open twin.
Definition
WidgetView.h:33
ot
Definition
Connector.h:8
Libraries
OTWidgets
include
OTWidgets
WidgetViewDockManager.h
Generated by
1.10.0