aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtXmlPatterns
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-03-22 14:55:38 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:05 -0300
commitfda4e800cab59b96780951d28b32a477ceccd290 (patch)
treeb90453d4b32dc5d6022cc1e5f1964979bc2da486 /PySide/QtXmlPatterns
parent080dafd0e50f63943bcf7f0b9e8cdd11b37a4230 (diff)
Type systems of all modules but QtCore and QtGui reviewed.
Diffstat (limited to 'PySide/QtXmlPatterns')
-rw-r--r--PySide/QtXmlPatterns/typesystem_xmlpatterns.xml18
1 files changed, 12 insertions, 6 deletions
diff --git a/PySide/QtXmlPatterns/typesystem_xmlpatterns.xml b/PySide/QtXmlPatterns/typesystem_xmlpatterns.xml
index 322e2f0b7..51fca16af 100644
--- a/PySide/QtXmlPatterns/typesystem_xmlpatterns.xml
+++ b/PySide/QtXmlPatterns/typesystem_xmlpatterns.xml
@@ -44,6 +44,7 @@
<object-type name="QXmlFormatter" />
<value-type name="QXmlItem" />
<value-type name="QXmlName">
+ <!-- ### These methods aren't part of Qt public API -->
<modify-function signature="QXmlName(short, short, short)" remove="all" />
<modify-function signature="setNamespaceURI(short)" remove="all" />
<modify-function signature="localName()const" remove="all" />
@@ -55,14 +56,19 @@
<modify-function signature="setPrefix(short)" remove="all" />
<modify-function signature="setLocalName(short)" remove="all" />
<modify-function signature="code()const" remove="all" />
+ <!-- ### -->
</value-type>
<value-type name="QXmlNamePool" />
+
+ <rejection class="QXmlNodeModelIndex" function-name="type" />
+ <rejection class="QXmlNodeModelIndex" function-name="sequencedTypedValue" />
+ <rejection class="QXmlNodeModelIndex" function-name="iterate" />
+ <!-- ### This enum isn't part of Qt public API -->
+ <suppress-warning text="enum 'QXmlNodeModelIndex::Axis' does not have a type entry or is not an enum"/>
<value-type name="QXmlNodeModelIndex">
- <enum-type name="Axis"/>
<enum-type name="DocumentOrder" />
<enum-type name="NodeKind" />
- <modify-function signature="internalPointer()const" remove="all" />
- <!-- Qt internal methods -->
+ <!-- ### Qt internal methods -->
<modify-function signature="name()const" remove="all" />
<modify-function signature="root()const" remove="all" />
<modify-function signature="documentUri()const" remove="all" />
@@ -76,6 +82,7 @@
<modify-function signature="stringValue()const" remove="all" />
<modify-function signature="is(const QXmlNodeModelIndex &amp;)const" remove="all" />
<modify-function signature="reset()" remove="all" />
+ <!-- ### -->
</value-type>
<value-type name="QXmlQuery">
@@ -84,7 +91,6 @@
<object-type name="QXmlResultItems" />
<object-type name="QXmlSerializer" />
-
- <suppress-warning text="unhandled enum value: ForwardAxis in QXmlNodeModelIndex::Axis"/>
- <suppress-warning text="unhandled enum value: ReverseAxis in QXmlNodeModelIndex::Axis"/>
+ <suppress-warning text="class 'QAbstractXmlNodeModel' inherits from unknown base class 'QSharedData'"/>
+ <suppress-warning text="class not found for setup inheritance 'QSharedData'"/>
</typesystem>