qt.cfg: Add some functions of class QXmlStreamWriter (#2010)

This class is also used by the Cppcheck GUI.
This commit is contained in:
Sebastian 2019-07-18 06:30:53 +02:00 committed by GitHub
parent 421a8da6a8
commit 512c1b12c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 179 additions and 0 deletions

View File

@ -2228,6 +2228,185 @@
<not-uninit/>
</arg>
</function>
<!-- QXmlStreamWriter https://doc.qt.io/qt-5/qxmlstreamwriter.html -->
<!-- bool QXmlStreamWriter::autoFormatting() const -->
<function name="QXmlStreamWriter::autoFormattingIndent">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<use-retval/>
<leak-ignore/>
<const/>
</function>
<!-- int QXmlStreamWriter::autoFormattingIndent() const -->
<function name="QXmlStreamWriter::autoFormattingIndent">
<noreturn>false</noreturn>
<returnValue type="int"/>
<use-retval/>
<leak-ignore/>
<const/>
</function>
<!-- QTextCodec *QXmlStreamWriter::codec() const -->
<function name="QXmlStreamWriter::codec">
<noreturn>false</noreturn>
<returnValue type="QTextCodec *"/>
<use-retval/>
<leak-ignore/>
<const/>
</function>
<!-- QIODevice *QXmlStreamWriter::device() const -->
<function name="QXmlStreamWriter::codec">
<noreturn>false</noreturn>
<returnValue type="QIODevice *"/>
<use-retval/>
<leak-ignore/>
<const/>
</function>
<!-- bool QXmlStreamWriter::hasError() const -->
<function name="QXmlStreamWriter::hasError">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<use-retval/>
<leak-ignore/>
<const/>
</function>
<!-- void QXmlStreamWriter::setAutoFormatting(bool enable) -->
<function name="QXmlStreamWriter::setAutoFormatting">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
</function>
<!-- void QXmlStreamWriter::setAutoFormattingIndent(int spacesOrTabs) -->
<function name="QXmlStreamWriter::setAutoFormattingIndent">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void QXmlStreamWriter::writeAttribute(const QString &namespaceUri, const QString &name, const QString &value) -->
<!-- void QXmlStreamWriter::writeAttribute(const QString &qualifiedName, const QString &value) -->
<!-- void QXmlStreamWriter::writeAttribute(const QXmlStreamAttribute &attribute) -->
<function name="QXmlStreamWriter::writeAttribute">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in" default="">
<not-uninit/>
</arg>
<arg nr="3" direction="in" default="">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void QXmlStreamWriter::writeAttributes(const QXmlStreamAttributes &attributes) -->
<function name="QXmlStreamWriter::writeAttribute">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void QXmlStreamWriter::writeCharacters(const QString &text) -->
<function name="QXmlStreamWriter::writeCharacters">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void QXmlStreamWriter::writeComment(const QString &text) -->
<function name="QXmlStreamWriter::writeComment">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void QXmlStreamWriter::writeEmptyElement(const QString &namespaceUri, const QString &name) -->
<!-- void QXmlStreamWriter::writeEmptyElement(const QString &qualifiedName) -->
<function name="QXmlStreamWriter::writeEmptyElement">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in" default="">
<not-uninit/>
</arg>
</function>
<!-- void QXmlStreamWriter::writeEndDocument() -->
<function name="QXmlStreamWriter::writeEndDocument">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
</function>
<!-- void QXmlStreamWriter::writeEndElement() -->
<function name="QXmlStreamWriter::writeEndElement">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
</function>
<!-- void QXmlStreamWriter::writeStartDocument(const QString &version) -->
<!-- void QXmlStreamWriter::writeStartDocument() -->
<!-- void QXmlStreamWriter::writeStartDocument(const QString &version, bool standalone) -->
<function name="QXmlStreamWriter::writeStartDocument">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in" default="">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in" default="">
<not-uninit/>
</arg>
</function>
<!-- void QXmlStreamWriter::writeStartElement(const QString &namespaceUri, const QString &name) -->
<!-- void QXmlStreamWriter::writeStartElement(const QString &qualifiedName) -->
<function name="QXmlStreamWriter::writeStartElement">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in" default="">
<not-uninit/>
</arg>
</function>
<!-- void QXmlStreamWriter::writeTextElement(const QString &namespaceUri, const QString &name, const QString &text) -->
<!-- void QXmlStreamWriter::writeTextElement(const QString &qualifiedName, const QString &text) -->
<function name="QXmlStreamWriter::writeTextElement">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="3" direction="in" default="">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- ##### Container ##### -->
<container id="qtContainer" opLessAllowed="false">
<type templateParameter="0"/>