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
9
#include "
OTWidgets/OTWidgetsAPIExport.h
"
10
11
// Qwt header
12
#include <qwt_plot_grid.h>
13
14
// Qt header
15
#include <QtGui/qpen.h>
16
17
namespace
ot
{
18
19
class
OT_WIDGETS_API_EXPORT
CartesianPlotGrid
:
public
QwtPlotGrid {
20
public
:
21
CartesianPlotGrid
();
22
virtual
~CartesianPlotGrid
();
23
24
void
setGrid(
const
QColor& _color,
double
_width);
25
void
setGrid(
const
QPen& _pen);
26
};
27
28
}
OTWidgetsAPIExport.h
OT_WIDGETS_API_EXPORT
#define OT_WIDGETS_API_EXPORT
Definition
OTWidgetsAPIExport.h:12
ot::CartesianPlotGrid
Definition
CartesianPlotGrid.h:19
ot
Definition
Connector.h:8
Libraries
OTWidgets
include
OTWidgets
CartesianPlotGrid.h
Generated by
1.10.0