OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
CartesianPlotLegend.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_legend.h>
13
14namespace ot {
15
16 class CartesianPlot;
17
18 class OT_WIDGETS_API_EXPORT CartesianPlotLegend : public QwtLegend {
19 public:
20 explicit CartesianPlotLegend(CartesianPlot* _owner);
21 virtual ~CartesianPlotLegend();
22
23 private:
24 CartesianPlot* m_owner;
25
26 };
27
28}
#define OT_WIDGETS_API_EXPORT
Definition OTWidgetsAPIExport.h:12
Definition CartesianPlot.h:24
Definition CartesianPlotLegend.h:18
Definition Connector.h:8