OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
CartesianPlotGrid.h
Go to the documentation of this file.
1
4// ###########################################################################################################################################################################################################################################################################################################################
5
6#pragma once
7
8// OpenTwin header
10
11// Qwt header
12#include <qwt_plot_grid.h>
13
14// Qt header
15#include <QtGui/qpen.h>
16
17namespace ot {
18
19 class OT_WIDGETS_API_EXPORT CartesianPlotGrid : public QwtPlotGrid {
20 public:
22 virtual ~CartesianPlotGrid();
23
24 void setGrid(const QColor& _color, double _width);
25 void setGrid(const QPen& _pen);
26 };
27
28}
#define OT_WIDGETS_API_EXPORT
Definition OTWidgetsAPIExport.h:12
Definition CartesianPlotGrid.h:19
Definition Connector.h:8