Home
last modified time | relevance | path

Searched refs:XmlQueryJob (Results 1 – 2 of 2) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/util/
H A Dqdeclarativexmllistmodel.cpp137 struct XmlQueryJob struct
188 void processQuery(XmlQueryJob *job);
189 void doQueryJob(XmlQueryJob *job, QDeclarativeXmlQueryResult *currentResult);
190 void doSubQueryJob(XmlQueryJob *job, QDeclarativeXmlQueryResult *currentResult);
191 …void getValuesOfKeyRoles(const XmlQueryJob& currentJob, QStringList *values, QXmlQuery *query) con…
196 QList<XmlQueryJob> m_jobs;
261 XmlQueryJob job; in doQuery()
317 XmlQueryJob currentJob = m_jobs.takeLast(); in processJobs()
343 void QDeclarativeXmlQueryEngine::processQuery(XmlQueryJob *job) in processQuery()
360 void QDeclarativeXmlQueryEngine::doQueryJob(XmlQueryJob *currentJob, QDeclarativeXmlQueryResult *cu… in doQueryJob()
[all …]
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/imports/xmllistmodel/
H A Dqqmlxmllistmodel.cpp159 struct XmlQueryJob struct
210 void processQuery(XmlQueryJob *job);
211 void doQueryJob(XmlQueryJob *job, QQuickXmlQueryResult *currentResult);
212 void doSubQueryJob(XmlQueryJob *job, QQuickXmlQueryResult *currentResult);
213 …void getValuesOfKeyRoles(const XmlQueryJob& currentJob, QStringList *values, QXmlQuery *query) con…
218 QList<XmlQueryJob> m_jobs;
283 XmlQueryJob job; in doQuery()
339 XmlQueryJob currentJob = m_jobs.takeLast(); in processJobs()
365 void QQuickXmlQueryEngine::processQuery(XmlQueryJob *job) in processQuery()
382 void QQuickXmlQueryEngine::doQueryJob(XmlQueryJob *currentJob, QQuickXmlQueryResult *currentResult) in doQueryJob()
[all …]