OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
TableView.h
Go to the documentation of this file.
1
4// ###########################################################################################################################################################################################################################################################################################################################
5
6#pragma once
7
8// OpenTwin header
9#include "OTWidgets/Table.h"
11
12namespace ot {
13
16 public:
17 TableView();
18 virtual ~TableView();
19
20 // ###########################################################################################################################################################################################################################################################################################################################
21
22 // Base class functions
23
24 virtual QWidget* getViewWidget(void) override;
25
26 virtual void setupFromConfig(const TableCfg& _config) override;
27 virtual TableCfg createConfig(void) const override;
28
29 // ###########################################################################################################################################################################################################################################################################################################################
30
31 protected:
32 virtual void contentSaved(void) override;
33 virtual void contentChanged(void) override;
34
35 };
36
37}
#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 TableCfg.h:19
Definition Table.h:22
Definition TableView.h:14
The WidgetView class is used to integrate the Qt-ADS functionallity into open twin.
Definition WidgetView.h:32
Definition Connector.h:8