OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
PolarPlotGrid.h
Go to the documentation of this file.
1
4// ###########################################################################################################################################################################################################################################################################################################################
5
6#pragma once
7
8// OpenTwin header
11
12// Qwt header
13#include <qwt_polar_grid.h>
14
15namespace ot {
16
17 class PolarPlot;
18
19 class OT_WIDGETS_API_EXPORT PolarPlotGrid : public QwtPolarGrid {
22 public:
24 virtual ~PolarPlotGrid();
25
26 private:
27 PolarPlot* m_plot;
28 };
29
30}
This file contains defines that may be used simplyfy class creation.
#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 PolarPlotGrid.h:19
Definition PolarPlot.h:22
Definition Connector.h:8