OpenTwin
0.1
OpenTwin
Loading...
Searching...
No Matches
GraphicsPickerView.h
Go to the documentation of this file.
1
4
// ###########################################################################################################################################################################################################################################################################################################################
5
6
#pragma once
7
8
// OpenTwin header
9
#include "
OTWidgets/BasicWidgetView.h
"
10
11
namespace
ot
{
12
13
class
GraphicsPicker;
14
15
class
OT_WIDGETS_API_EXPORT
GraphicsPickerView
:
public
WidgetView
{
16
public
:
17
GraphicsPickerView
(
GraphicsPicker
* _graphicsPicker = (
GraphicsPicker
*)
nullptr
);
18
virtual
~GraphicsPickerView
();
19
20
// ###########################################################################################################################################################################################################################################################################################################################
21
22
// Base class functions
23
24
virtual
QWidget* getViewWidget(
void
)
override
;
25
26
// ###########################################################################################################################################################################################################################################################################################################################
27
28
GraphicsPicker
*
getGraphicsPicker
(
void
)
const
{
return
m_graphicsPicker; };
29
30
private
:
31
GraphicsPicker
* m_graphicsPicker;
32
33
};
34
35
}
BasicWidgetView.h
OT_WIDGETS_API_EXPORT
#define OT_WIDGETS_API_EXPORT
Definition
OTWidgetsAPIExport.h:12
ot::GraphicsPicker
Definition
GraphicsPicker.h:35
ot::GraphicsPickerView
Definition
GraphicsPickerView.h:15
ot::GraphicsPickerView::getGraphicsPicker
GraphicsPicker * getGraphicsPicker(void) const
Definition
GraphicsPickerView.h:28
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
GraphicsPickerView.h
Generated by
1.10.0