qt.cfg: Add some functions of class QXmlStreamWriter (#2010)
This class is also used by the Cppcheck GUI.
This commit is contained in:
parent
421a8da6a8
commit
512c1b12c6
179
cfg/qt.cfg
179
cfg/qt.cfg
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue