-
Notifications
You must be signed in to change notification settings - Fork 27
/
all.sip
64 lines (58 loc) · 1.71 KB
/
all.sip
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
%Copying
PyQt5 binding for QCustomPlot v2.0.0
Authors: Dmitry Voronin, Giuseppe Corbelli
License: MIT
QCustomPlot author: Emanuel Eichhammer
QCustomPlot Website/Contact: http://www.qcustomplot.com
%End
%Module QCustomPlot
%Import QtCore/QtCoremod.sip
%Import QtGui/QtGuimod.sip
%Import QtWidgets/QtWidgetsmod.sip
// Include order taken from qcp.h
%Include global.sip
%Include vector2d.sip
%Include painter.sip
// #include "paintbuffer.h"
%Include layer.sip
%Include range.sip
%Include selection.sip
%Include selectionrect.sip
%Include layout.sip
%Include lineending.sip
%Include axisticker.sip
%Include axistickerdatetime.sip
%Include axistickertext.sip
%Include axistickertime.sip
//#include "axis/axistickerfixed.h"
//#include "axis/axistickerpi.h"
//#include "axis/axistickerlog.h"
%Include axis.sip
%Include scatterstyle.sip
//%Include datacontainer.sip
%Include plottable.sip
%Include item.sip
%Include core.sip
%Include plottable1d.sip
%Include colorgradient.sip
//#include "selectiondecorator-bracket.h"
%Include layoutelement-axisrect.sip
%Include layoutelement-legend.sip
%Include layoutelement-textelement.sip
//#include "layoutelements/layoutelement-colorscale.h"
%Include plottable-graph.sip
%Include plottable-curve.sip
%Include plottable-bars.sip
//#include "plottables/plottable-statisticalbox.h"
//#include "plottables/plottable-colormap.h"
//#include "plottables/plottable-financial.h"
//#include "plottables/plottable-errorbar.h"
//#include "items/item-straightline.h"
//#include "items/item-line.h"
//#include "items/item-curve.h"
//#include "items/item-rect.h"
//#include "items/item-text.h"
//#include "items/item-ellipse.h"
//#include "items/item-pixmap.h"
//#include "items/item-tracer.h"
//#include "items/item-bracket.h"