##// END OF EJS Templates
Added generator to install targets and removed examples from build.
Added generator to install targets and removed examples from build.

File last commit:

r11:b89840e63daa default
r12:17486c75e366 tip default
Show More
typesystem_svg.xml
43 lines | 1.5 KiB | application/xml | XmlLexer
<?xml version="1.0"?>
<typesystem package="com.trolltech.qt.svg">
<namespace-type name="QSvg"/>
<enum-type name="QGraphicsSvgItem::enum_1"/>
<object-type name="QSvgRenderer">
<extra-includes>
<include file-name="QRectF" location="global"/>
<include file-name="QMatrix" location="global"/>
<include file-name="QSize" location="global"/>
<include file-name="QByteArray" location="global"/>
</extra-includes>
</object-type>
<object-type name="QSvgWidget">
<extra-includes>
<include file-name="QByteArray" location="global"/>
<include file-name="QSvgRenderer" location="global"/>
<include file-name="QSize" location="global"/>
</extra-includes>
</object-type>
<object-type name="QSvgGenerator">
</object-type>
<object-type name="QGraphicsSvgItem">
<extra-includes>
<include file-name="QGraphicsItem" location="global"/>
<include file-name="QSvgRenderer" location="global"/>
<include file-name="QSize" location="global"/>
</extra-includes>
<modify-function signature="matrix()const" remove="all"/>
<modify-function signature="resetMatrix()" remove="all"/>
<modify-function signature="sceneMatrix()const" remove="all"/>
<modify-function signature="setMatrix(QMatrix, bool)" remove="all"/>
</object-type>
<suppress-warning text="WARNING(MetaJavaBuilder) :: class 'QGraphicsSvgItem' inherits from polymorphic class 'QGraphicsItem', but has no polymorphic id set"/>
</typesystem>