Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQmlXmlListModelQueryJob Struct Reference

#include <qqmlxmllistmodel_p.h>

Collaboration diagram for QQmlXmlListModelQueryJob:

Public Attributes

int queryId
QByteArray data
QString query
QStringList roleNames
QStringList elementNames
QStringList elementAttributes
QList< void * > roleQueryErrorId

Detailed Description

Definition at line 41 of file qqmlxmllistmodel_p.h.

Member Data Documentation

◆ data

QByteArray QQmlXmlListModelQueryJob::data

Definition at line 44 of file qqmlxmllistmodel_p.h.

◆ elementAttributes

QStringList QQmlXmlListModelQueryJob::elementAttributes

Definition at line 48 of file qqmlxmllistmodel_p.h.

◆ elementNames

QStringList QQmlXmlListModelQueryJob::elementNames

Definition at line 47 of file qqmlxmllistmodel_p.h.

◆ query

QString QQmlXmlListModelQueryJob::query

Definition at line 45 of file qqmlxmllistmodel_p.h.

◆ queryId

int QQmlXmlListModelQueryJob::queryId

Definition at line 43 of file qqmlxmllistmodel_p.h.

◆ roleNames

QStringList QQmlXmlListModelQueryJob::roleNames

Definition at line 46 of file qqmlxmllistmodel_p.h.

◆ roleQueryErrorId

QList<void *> QQmlXmlListModelQueryJob::roleQueryErrorId

Definition at line 49 of file qqmlxmllistmodel_p.h.


The documentation for this struct was generated from the following file: