Home
last modified time | relevance | path

Searched defs:QXmlNodeModelIndex (Results 1 – 10 of 10) sorted by last modified time

/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyQt4/
H A DQtXmlPatterns.py25 class QXmlNodeModelIndex(): class
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyQt5/
H A DQtXmlPatterns.py29 class QXmlNodeModelIndex(): class
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/api/
H A Dqabstractxmlnodemodel.h59 class QXmlNodeModelIndex; variable
121 inline QXmlNodeModelIndex() in QXmlNodeModelIndex() function
126 inline QXmlNodeModelIndex(const QXmlNodeModelIndex &other) : m_storage(other.m_storage) in QXmlNodeModelIndex() function
251 inline QXmlNodeModelIndex(const QPatternist::NodeIndexStorage &storage) : m_storage(storage) in QXmlNodeModelIndex() function
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtxmlpatterns/examples/xmlpatterns/filetree/
H A Dfiletree.cpp292 FileTree::compareOrder(const QXmlNodeModelIndex&, in compareOrder()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qabstractxmlnodemodel/
H A DTestNodeModel.h73 QUrl TestNodeModel::baseUri(const QXmlNodeModelIndex&) const in baseUri()
78 QUrl TestNodeModel::documentUri(const QXmlNodeModelIndex&) const in documentUri()
83 QXmlNodeModelIndex::NodeKind TestNodeModel::kind(const QXmlNodeModelIndex&) const in kind()
88 QXmlNodeModelIndex::DocumentOrder TestNodeModel::compareOrder(const QXmlNodeModelIndex&, const QXml… in compareOrder()
93 QXmlNodeModelIndex TestNodeModel::root(const QXmlNodeModelIndex&) const in root()
98 QXmlName TestNodeModel::name(const QXmlNodeModelIndex&) const in name()
103 QString TestNodeModel::stringValue(const QXmlNodeModelIndex&) const in stringValue()
108 QVariant TestNodeModel::typedValue(const QXmlNodeModelIndex&) const in typedValue()
113 QVector<QXmlName> TestNodeModel::namespaceBindings(const QXmlNodeModelIndex&) const in namespaceBindings()
130 QXmlNodeModelIndex TestNodeModel::nextFromSimpleAxis(SimpleAxis, const QXmlNodeModelIndex &) const in nextFromSimpleAxis()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/patternistexamples/
H A Dtst_patternistexamples.cpp236 static MyValue toMyValue(const QXmlNodeModelIndex &) in toMyValue()
261 …virtual QXmlNodeModelIndex::DocumentOrder compareOrder(const QXmlNodeModelIndex&, const QXmlNodeMo… in compareOrder() argument
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/api/
H A Dqabstractxmlnodemodel.h63 class QXmlNodeModelIndex; variable
127 inline QXmlNodeModelIndex() in QXmlNodeModelIndex() function
132 inline QXmlNodeModelIndex(const QXmlNodeModelIndex &other) : m_storage(other.m_storage) in QXmlNodeModelIndex() function
252 inline QXmlNodeModelIndex(const QPatternist::NodeIndexStorage &storage) : m_storage(storage) in QXmlNodeModelIndex() function
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qsimplexmlnodemodel/
H A DTestSimpleNodeModel.h90 QXmlNodeModelIndex TestSimpleNodeModel::nextFromSimpleAxis(SimpleAxis, const QXmlNodeModelIndex &) … in nextFromSimpleAxis()
95 QVector<QXmlNodeModelIndex> TestSimpleNodeModel::attributes(const QXmlNodeModelIndex&) const in attributes()
100 QUrl TestSimpleNodeModel::documentUri(const QXmlNodeModelIndex &) const in documentUri()
105 QXmlNodeModelIndex::NodeKind TestSimpleNodeModel::kind(const QXmlNodeModelIndex &) const in kind()
110 QXmlNodeModelIndex::DocumentOrder TestSimpleNodeModel::compareOrder(const QXmlNodeModelIndex &, in compareOrder()
116 QXmlNodeModelIndex TestSimpleNodeModel::root(const QXmlNodeModelIndex &) const in root()
121 QXmlName TestSimpleNodeModel::name(const QXmlNodeModelIndex &) const in name()
127 QVariant TestSimpleNodeModel::typedValue(const QXmlNodeModelIndex&) const in typedValue()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/xmlpatterns/qobjectxmlmodel/
H A Dqobjectxmlmodel.cpp314 QXmlNodeModelIndex::DocumentOrder QObjectXmlModel::compareOrder(const QXmlNodeModelIndex& , const Q… in compareOrder() argument
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/xmlpatterns/filetree/
H A Dfiletree.cpp282 FileTree::compareOrder(const QXmlNodeModelIndex&, in compareOrder()