OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
PlainTextEditView.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 ~PlainTextEditView();
19
20 // ###########################################################################################################################################################################################################################################################################################################################
21
22 virtual QWidget* getViewWidget(void) override { return this; };
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 PlainTextEdit.h:17
Definition PlainTextEditView.h:14
virtual QWidget * getViewWidget(void) override
Returns the widget that is set to this widget view.
Definition PlainTextEditView.h:22
The WidgetView class is used to integrate the Qt-ADS functionallity into open twin.
Definition WidgetView.h:32
Definition Connector.h:8