comparison generator/typesystem_qwt.xml @ 378:7341c47790d4

binding of qwt
author Eldar Insafutdinov
date Sat, 10 Jul 2010 21:54:44 +0100
parents
children
comparison
equal deleted inserted replaced
375:c429854a40c0 378:7341c47790d4
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?xml-stylesheet type="text/xsl" href="merge.xsl"?>
3
4 <typesystem package="qt.qwt" default-superclass="QtdObject">
5 <depend package="qt.core" />
6 <depend package="qt.gui" />
7
8 <enum-type name="QwtAbstractScaleDraw::ScaleComponent" />
9 <enum-type name="QwtPlot::Axis" />
10 <enum-type name="QwtPlot::LegendPosition" />
11 <enum-type name="QwtPlotItem::RttiValues" />
12 <enum-type name="QwtPlotItem::ItemAttribute" />
13 <enum-type name="QwtPlotItem::RenderHint" />
14 <enum-type name="QwtLegend::LegendDisplayPolicy" />
15 <enum-type name="QwtScaleTransformation::Type" />
16 <enum-type name="QwtScaleDraw::Alignment" />
17 <enum-type name="QwtText::TextFormat" />
18 <enum-type name="QwtText::PaintAttribute" />
19 <enum-type name="QwtText::LayoutAttribute" />
20 <enum-type name="QwtPlotCanvas::PaintAttribute" />
21 <enum-type name="QwtPlotCanvas::FocusIndicator" />
22 <enum-type name="QwtPlotMarker::LineStyle"/>
23 <enum-type name="QwtPlotCurve::CurveType"/>
24 <enum-type name="QwtPlotCurve::CurveStyle"/>
25 <enum-type name="QwtPlotCurve::CurveAttribute"/>
26 <enum-type name="QwtPlotCurve::PaintAttribute"/>
27
28 <object-type name="QwtPlot"/>
29 <interface-type name="QwtPlotDict"/>
30 <object-type name="QwtPlotItem"/>
31 <object-type name="QwtLegendItemManager"/>
32 <value-type name="QwtText">
33 <modify-function signature="QwtText(QString, QwtText::TextFormat)">
34 <modify-argument index="1">
35 <replace-default-expression with="&quot;&quot;"/>
36 </modify-argument>
37 </modify-function>
38 </value-type>
39
40 <object-type name="QwtLegend"/>
41
42 <value-type name="QwtScaleMap"/>
43
44 <object-type name="QwtScaleWidget"/>
45
46 <object-type name="QwtScaleTransformation"/>
47
48 <object-type name="QwtTextLabel"/>
49
50 <object-type name="QwtScaleDraw">
51 <modify-function signature="operator=(QwtScaleDraw)" remove="all"/>
52 </object-type>
53
54 <object-type name="QwtAbstractScaleDraw">
55 <modify-function signature="operator=(QwtAbstractScaleDraw)" remove="all"/>
56 </object-type>
57
58 <object-type name="QwtPlotCanvas"/>
59
60 <object-type name="QwtPlotMarker"/>
61
62 <object-type name="QwtPlotCurve">
63 </object-type>
64
65 <object-type name="QwtData">
66 <modify-function signature="operator=(QwtData)" remove="all"/>
67 </object-type>
68
69 <object-type name="QwtPolygonFData">
70 <modify-function signature="operator=(QwtPolygonFData)" remove="all"/>
71 </object-type>
72
73 <object-type name="QwtArrayData">
74 <modify-function signature="operator=(QwtArrayData)" remove="all"/>
75 </object-type>
76
77 <object-type name="QwtCPointerData">
78 <modify-function signature="operator=(QwtCPointerData)" remove="all"/>
79 </object-type>
80
81
82 <!--
83 QwtPlotPrintFilter
84 QwtScaleDiv
85 QwtPlotLayout
86 QwtTextEngine
87
88 -->
89
90 <!-- <object-type name=""/> -->
91
92 </typesystem>