gepetto-viewer  5.0.0
An user-friendly Graphical Interface
qcp.hh
Go to the documentation of this file.
1 #ifndef WRAPPER_QCP_HH
2 #define WRAPPER_QCP_HH
3 #include <qcustomplot.h>
4 
5 namespace wrapper {
6 class PyQCP : public QObject {
7  Q_OBJECT
8  public:
10  Q_FLAGS(MarginSides AntialiasedElements PlottingHints Interactions)
11 
12  enum MarginSide {
19  };
20  Q_DECLARE_FLAGS(MarginSides, MarginSide)
21 
36  };
37  Q_DECLARE_FLAGS(AntialiasedElements, AntialiasedElement)
38 
39  enum PlottingHint {
44  };
45  Q_DECLARE_FLAGS(PlottingHints, PlottingHint)
46 
47  enum Interaction {
56  };
57  Q_DECLARE_FLAGS(Interactions, Interaction)
58 };
59 } // namespace wrapper
60 
61 #endif // WRAPPER_QCP_HH
0x0001 Axis base line and tick marks
Definition: qcustomplot.h:127
Definition: qcp.hh:24
0x0100 Error bars
Definition: qcustomplot.h:146
Definition: qcp.hh:15
Definition: qcp.hh:5
0x00 no margin
Definition: qcustomplot.h:111
Definition: qcustomplot.h:215
Definition: qcp.hh:27
Definition: qcp.hh:55
Definition: qcp.hh:23
Definition: qcp.hh:29
0xFF all margins
Definition: qcustomplot.h:109
Definition: qcustomplot.h:148
0x08 bottom margin
Definition: qcustomplot.h:107
Definition: qcp.hh:49
Definition: qcp.hh:54
0x04 top margin
Definition: qcustomplot.h:105
0x0000 No elements
Definition: qcustomplot.h:156
Definition: qcp.hh:41
Definition: qcp.hh:50
0x000 No hints are set
Definition: qcustomplot.h:167
Definition: qcp.hh:6
Definition: qcustomplot.h:204
Definition: qcustomplot.h:221
MarginSide
Definition: qcp.hh:12
Definition: qcp.hh:32
0x0020 Main lines of plottables
Definition: qcustomplot.h:137
Definition: qcustomplot.h:183
0x01 left margin
Definition: qcustomplot.h:101
AntialiasedElement
Definition: qcp.hh:22
Definition: qcp.hh:53
Definition: qcp.hh:34
Definition: qcp.hh:43
Definition: qcp.hh:42
Definition: qcp.hh:31
Interaction
Definition: qcp.hh:47
Definition: qcp.hh:33
0x0010 Legend items
Definition: qcustomplot.h:135
PlottingHint
Definition: qcp.hh:39
0xFFFF All elements
Definition: qcustomplot.h:154
Definition: qcustomplot.h:208
Definition: qcp.hh:18
0x0040 Main lines of items
Definition: qcustomplot.h:141
Definition: qcp.hh:30
0x0400 Zero-lines, see QCPGrid::setZeroLinePen
Definition: qcustomplot.h:151
Definition: qcustomplot.h:212
Definition: qcustomplot.h:196
0x0008 Legend box
Definition: qcustomplot.h:133
Definition: qcp.hh:14
0x0002 Grid lines
Definition: qcustomplot.h:129
Definition: qcustomplot.h:169
Definition: qcustomplot.h:143
0x0004 Sub grid lines
Definition: qcustomplot.h:131
Definition: qcp.hh:16
Definition: qcustomplot.h:218
Definition: qcp.hh:48
Definition: qcp.hh:13
Definition: qcp.hh:35
Definition: qcp.hh:25
0x02 right margin
Definition: qcustomplot.h:103
Definition: qcp.hh:17
Definition: qcustomplot.h:200
Definition: qcp.hh:26
Definition: qcustomplot.h:175
Definition: qcp.hh:40
Definition: qcp.hh:52
Definition: qcp.hh:28