OpenTwin
0.1
OpenTwin
Loading...
Searching...
No Matches
BasicWidgetView.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
class
QWidget;
12
13
namespace
ot
{
14
15
class
OT_WIDGETS_API_EXPORT
BasicWidgetView
:
public
WidgetView
{
16
public
:
17
BasicWidgetView
(QWidget* _widget);
18
virtual
~BasicWidgetView
();
19
20
// ###########################################################################################################################################################################################################################################################################################################################
21
22
// Base class functions
23
24
virtual
QWidget*
getViewWidget
(
void
)
override
{
return
m_widget; };
25
26
// ###########################################################################################################################################################################################################################################################################################################################
27
28
private
:
29
QWidget* m_widget;
30
};
31
32
}
OT_WIDGETS_API_EXPORT
#define OT_WIDGETS_API_EXPORT
Definition
OTWidgetsAPIExport.h:12
WidgetView.h
ot::BasicWidgetView
Definition
BasicWidgetView.h:15
ot::BasicWidgetView::getViewWidget
virtual QWidget * getViewWidget(void) override
Returns the widget that is set to this widget view.
Definition
BasicWidgetView.h:24
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
BasicWidgetView.h
Generated by
1.10.0