qt.cfg: Add functions of class QDomElement (#2049)
Most were found by daca@home
This commit is contained in:
parent
607b3daca8
commit
cce061fe95
151
cfg/qt.cfg
151
cfg/qt.cfg
|
@ -3070,6 +3070,157 @@
|
|||
<use-retval/>
|
||||
<const/>
|
||||
</function>
|
||||
<!-- QDomElement https://doc.qt.io/qt-5/qdomelement.html -->
|
||||
<!-- QDomNode QDomElement::appendChild(const QDomNode &newChild) -->
|
||||
<function name="QDomElement::appendChild">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="QDomNode"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- QString QDomElement::attribute(const QString &name, const QString &defValue = QString()) const -->
|
||||
<function name="QDomElement::attribute">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="QString"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<const/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in" default="QString()">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- QDomNamedNodeMap QDomElement::attributes() const -->
|
||||
<function name="QDomElement::attributes">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="QDomNamedNodeMap"/>
|
||||
<use-retval/>
|
||||
<const/>
|
||||
</function>
|
||||
<!-- QDomAttr QDomElement::attributeNode(const QString &name) -->
|
||||
<function name="QDomElement::attributeNode">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="QDomAttr"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- QDomNodeList QDomElement::elementsByTagName(const QString &tagname) const -->
|
||||
<function name="QDomElement::elementsByTagName">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="QDomNodeList"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<const/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- QDomElement QDomElement::firstChildElement(const QString &tagName = QString()) const -->
|
||||
<function name="QDomElement::firstChildElement">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="QDomElement"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<const/>
|
||||
<arg nr="1" direction="in" default="QString()">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- bool QDomElement::hasAttribute(const QString &name) const -->
|
||||
<function name="QDomElement::hasAttribute">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<const/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- QDomNode QDomElement::namedItem(const QString &name) const -->
|
||||
<function name="QDomElement::namedItem">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="QDomNode"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<const/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- QDomElement QDomElement::nextSiblingElement(const QString &tagName = QString()) const -->
|
||||
<function name="QDomElement::nextSiblingElement">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="QDomElement"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<const/>
|
||||
<arg nr="1" direction="in" default="QString()">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void QDomElement::setAttribute(const QString &name, const QString &value) -->
|
||||
<!-- void QDomElement::setAttribute(const QString &name, qlonglong value) -->
|
||||
<!-- void QDomElement::setAttribute(const QString &name, qulonglong value) -->
|
||||
<!-- void QDomElement::setAttribute(const QString &name, int value) -->
|
||||
<!-- void QDomElement::setAttribute(const QString &name, uint value) -->
|
||||
<!-- void QDomElement::setAttribute(const QString &name, float value) -->
|
||||
<!-- void QDomElement::setAttribute(const QString &name, double value) -->
|
||||
<function name="QDomElement::setAttribute">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- QDomAttr QDomElement::setAttributeNode(const QDomAttr &newAttr) -->
|
||||
<function name="QDomElement::setAttributeNode">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="QDomAttr"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void QDomElement::setTagName(const QString &name) -->
|
||||
<function name="QDomElement::setTagName">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- QString QDomElement::tagName() const -->
|
||||
<function name="QDomElement::tagName">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="QString"/>
|
||||
<use-retval/>
|
||||
<const/>
|
||||
</function>
|
||||
<!-- QString QDomElement::text() const -->
|
||||
<function name="QDomElement::text">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="QString"/>
|
||||
<use-retval/>
|
||||
<const/>
|
||||
</function>
|
||||
<!-- ##### Container ##### -->
|
||||
<container id="qtContainer" opLessAllowed="false">
|
||||
<type templateParameter="0"/>
|
||||
|
|
Loading…
Reference in New Issue