OpenTwin
0.1
OpenTwin
Loading...
Searching...
No Matches
PropertyGridView.h
Go to the documentation of this file.
1
4
// ###########################################################################################################################################################################################################################################################################################################################
5
6
#pragma once
7
8
// OpenTwin header
9
#include "
OTWidgets/WidgetView.h
"
10
#include "
OTWidgets/PropertyGrid.h
"
11
12
namespace
ot
{
13
14
class
OT_WIDGETS_API_EXPORT
PropertyGridView
:
public
PropertyGrid
,
public
WidgetView
{
15
OT_DECL_NOCOPY
(
PropertyGridView
)
16
public
:
17
PropertyGridView
();
18
virtual
~PropertyGridView
();
19
20
// ###########################################################################################################################################################################################################################################################################################################################
21
22
virtual
QWidget* getViewWidget(
void
)
override
;
23
24
// ###########################################################################################################################################################################################################################################################################################################################
25
26
private
:
27
28
};
29
30
}
OT_DECL_NOCOPY
#define OT_DECL_NOCOPY(___class)
Removes the default copy constructor and assignment operator.
Definition
OTClassHelper.h:14
OT_WIDGETS_API_EXPORT
#define OT_WIDGETS_API_EXPORT
Definition
OTWidgetsAPIExport.h:12
PropertyGrid.h
WidgetView.h
ot::PropertyGrid
Definition
PropertyGrid.h:28
ot::PropertyGridView
Definition
PropertyGridView.h:14
ot::WidgetView
The WidgetView class is used to integrate the Qt-ADS functionallity into open twin.
Definition
WidgetView.h:32
ot
Definition
Connector.h:8
Libraries
OTWidgets
include
OTWidgets
PropertyGridView.h
Generated by
1.10.0