comparison generator/typesystem_svg-common.xml @ 1:e78566595089

initial import
author mandel
date Mon, 11 May 2009 16:01:50 +0000
parents
children 8022ef40f110
comparison
equal deleted inserted replaced
0:36fb74dc547d 1:e78566595089
1 <typesystem>
2 <namespace-type name="QSvg" />
3
4 <enum-type name="QGraphicsSvgItem::enum_1"/>
5
6 <object-type name="QSvgRenderer">
7 <extra-includes>
8 <include file-name="QRectF" location="global" />
9 <include file-name="QMatrix" location="global" />
10 <include file-name="QSize" location="global" />
11 <include file-name="QByteArray" location="global" />
12 </extra-includes>
13 </object-type>
14
15 <object-type name="QSvgWidget">
16 <extra-includes>
17 <include file-name="QByteArray" location="global" />
18 <include file-name="QSvgRenderer" location="global" />
19 <include file-name="QSize" location="global" />
20 </extra-includes>
21 </object-type>
22
23 <object-type name="QSvgGenerator">
24 <modify-function signature="setOutputDevice(QIODevice*)">
25 <modify-argument index="1">
26 <reference-count action="set" variable-name="__rcOutputDevice" />
27 </modify-argument>
28 </modify-function>
29 </object-type>
30
31 <object-type name="QGraphicsSvgItem">
32 <extra-includes>
33 <include file-name="QGraphicsItem" location="global" />
34 <include file-name="QSvgRenderer" location="global" />
35 <include file-name="QSize" location="global" />
36 </extra-includes>
37
38 <modify-function signature="matrix()const" remove="all"/>
39 <modify-function signature="resetMatrix()" remove="all"/>
40 <modify-function signature="sceneMatrix()const" remove="all"/>
41 <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/>
42 </object-type>
43
44 </typesystem>