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
11
12namespace ot {
13
16 public:
18 virtual ~PropertyGridView();
19
20 // ###########################################################################################################################################################################################################################################################################################################################
21
22 virtual QWidget* getViewWidget(void) override;
23
24 // ###########################################################################################################################################################################################################################################################################################################################
25
26 private:
27
28 };
29
30}
#define OT_DECL_NOCOPY(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:14
#define OT_WIDGETS_API_EXPORT
Definition OTWidgetsAPIExport.h:12
Definition PropertyGrid.h:28
Definition PropertyGridView.h:14
The WidgetView class is used to integrate the Qt-ADS functionallity into open twin.
Definition WidgetView.h:32
Definition Connector.h:8