OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
PolarPlotAxis.h
Go to the documentation of this file.
1
4// ###########################################################################################################################################################################################################################################################################################################################
5
6#pragma once
7
8// OpenTwin header
11
12namespace ot {
13
14 class PolarPlot;
15
19 public:
20 PolarPlotAxis(AxisID _axisID, PolarPlot* _plot);
21 virtual ~PolarPlotAxis();
22
23 virtual void updateAxis(void) override;
24
25 private:
26 PolarPlot* m_plot;
27 };
28
29}
#define OT_DECL_NODEFAULT(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:22
#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 AbstractPlotAxis.h:22
AxisID
Definition AbstractPlotAxis.h:26
Definition PolarPlotAxis.h:16
Definition PolarPlot.h:22
Definition Connector.h:8