OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
TextEditorView.h
Go to the documentation of this file.
1
4// ###########################################################################################################################################################################################################################################################################################################################
5
6#pragma once
7
8// OpenTwin header
11
12namespace ot {
13
15 public:
17 virtual ~TextEditorView();
18
19 // ###########################################################################################################################################################################################################################################################################################################################
20
21 // Base class functions
22
23 virtual QWidget* getViewWidget(void) override;
24
25 virtual void setupFromConfig(const TextEditorCfg& _config, bool _isUpdate) override;
26
27 // ###########################################################################################################################################################################################################################################################################################################################
28
29 protected:
30 virtual void contentSaved(void) override;
31 virtual void contentChanged(void) override;
32
33 private:
34
35 };
36
37}
#define OT_WIDGETS_API_EXPORT
Definition OTWidgetsAPIExport.h:12
Definition TextEditorCfg.h:19
Definition TextEditor.h:47
Definition TextEditorView.h:14
The WidgetView class is used to integrate the Qt-ADS functionallity into open twin.
Definition WidgetView.h:32
Definition Connector.h:8