◆ QDeclarativeXmlListModelPrivate()
QDeclarativeXmlListModelPrivate::QDeclarativeXmlListModelPrivate |
( |
| ) |
|
|
inline |
◆ append_role()
Definition at line 586 of file qdeclarativexmllistmodel.cpp.
Referenced by QDeclarativeXmlListModel::roleObjects().
592 if (_this->d_func()->roleNames.contains(role->
name())) {
596 _this->d_func()->
roles.insert(i, _this->d_func()->highestRole);
597 _this->d_func()->roleNames.insert(i, role->
name());
598 ++_this->d_func()->highestRole;
T qobject_cast(QObject *object)
static QString tr(const char *sourceText, const char *comment=0, int n=-1)
QDeclarativeListProperty< QDeclarativeXmlListModelRole > roles
QDeclarativeListProperty< QDeclarativeXmlListModelRole > roleObjects()
QString arg(qlonglong a, int fieldwidth=0, int base=10, const QChar &fillChar=QLatin1Char(' ')) const Q_REQUIRED_RESULT
QDeclarativeInfo qmlInfo(const QObject *me)
◆ clear_role()
◆ deleteReply()
void QDeclarativeXmlListModelPrivate::deleteReply |
( |
| ) |
|
|
inline |
Definition at line 552 of file qdeclarativexmllistmodel.cpp.
static bool disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *member)
Disconnects signal in object sender from method in object receiver.
void deleteLater()
Schedules this object for deletion.
◆ notifyQueryStarted()
void QDeclarativeXmlListModelPrivate::notifyQueryStarted |
( |
bool |
remoteSource | ) |
|
|
inline |
Definition at line 543 of file qdeclarativexmllistmodel.cpp.
void clear()
Clears the contents of the string and makes it empty.
QDeclarativeXmlListModel::Status status
◆ data
◆ errorString
QString QDeclarativeXmlListModelPrivate::errorString |
◆ highestRole
int QDeclarativeXmlListModelPrivate::highestRole |
◆ isComponentComplete
bool QDeclarativeXmlListModelPrivate::isComponentComplete |
◆ keyRoleResultsCache
QStringList QDeclarativeXmlListModelPrivate::keyRoleResultsCache |
◆ namespaces
QString QDeclarativeXmlListModelPrivate::namespaces |
◆ progress
qreal QDeclarativeXmlListModelPrivate::progress |
◆ query
QString QDeclarativeXmlListModelPrivate::query |
◆ queryId
int QDeclarativeXmlListModelPrivate::queryId |
◆ redirectCount
int QDeclarativeXmlListModelPrivate::redirectCount |
◆ reply
◆ roleNames
◆ roleObjects
◆ roles
QList<int> QDeclarativeXmlListModelPrivate::roles |
◆ size
int QDeclarativeXmlListModelPrivate::size |
◆ src
QUrl QDeclarativeXmlListModelPrivate::src |
◆ status
◆ xml
QString QDeclarativeXmlListModelPrivate::xml |
The documentation for this class was generated from the following file: