OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
GraphicsViewView.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 ~GraphicsViewView();
18
19 // ###########################################################################################################################################################################################################################################################################################################################
20
21 // Base class functions
22
23 virtual QWidget* getViewWidget(void) override;
24
25 // ###########################################################################################################################################################################################################################################################################################################################
26
27 private:
28
29 };
30
31}
#define OT_WIDGETS_API_EXPORT
Definition OTWidgetsAPIExport.h:12
View widget used to display GraphicsItems Note that the View creates its own scene.
Definition GraphicsView.h:36
Definition GraphicsViewView.h:14
The WidgetView class is used to integrate the Qt-ADS functionallity into open twin.
Definition WidgetView.h:32
Definition Connector.h:8