OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
NavigationTreeView.h
Go to the documentation of this file.
1
4// ###########################################################################################################################################################################################################################################################################################################################
5
6#pragma once
7
8// OpenTwin header
10
12
13namespace ot {
14
16 public:
18 virtual ~NavigationTreeView();
19
20 // ###########################################################################################################################################################################################################################################################################################################################
21
22 // Base class functions
23
24 virtual QWidget* getViewWidget(void) override;
25
26 // ###########################################################################################################################################################################################################################################################################################################################
27
28 private:
29
30 };
31
32}
Definition aTreeWidget.h:50
Definition NavigationTreeView.h:15
virtual ~NavigationTreeView()
Definition NavigationTreeView.cpp:17
virtual QWidget * getViewWidget(void) override
Returns the widget that is set to this widget view.
Definition NavigationTreeView.cpp:25
NavigationTreeView()
Definition NavigationTreeView.cpp:11
The WidgetView class is used to integrate the Qt-ADS functionallity into open twin.
Definition WidgetView.h:32
Definition Connector.h:8