OpenTwin
0.1
OpenTwin
Loading...
Searching...
No Matches
CartesianPlotPanner.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_panner.h>
13
14
namespace
ot
{
15
16
class
CartesianPlot;
17
18
class
OT_WIDGETS_API_EXPORT
CartesianPlotPanner
:
public
QwtPlotPanner {
19
public
:
20
CartesianPlotPanner
(
CartesianPlot
* _plot);
21
virtual
~CartesianPlotPanner
();
22
23
virtual
bool
eventFilter(QObject* _object, QEvent* _event)
override
;
24
25
private
:
26
bool
m_mouseIsPressed;
27
};
28
29
}
OTWidgetsAPIExport.h
OT_WIDGETS_API_EXPORT
#define OT_WIDGETS_API_EXPORT
Definition
OTWidgetsAPIExport.h:12
ot::CartesianPlot
Definition
CartesianPlot.h:24
ot::CartesianPlotPanner
Definition
CartesianPlotPanner.h:18
ot
Definition
Connector.h:8
Libraries
OTWidgets
include
OTWidgets
CartesianPlotPanner.h
Generated by
1.10.0