Qt 4.8
Public Variables | List of all members
QDeclarativeXmlQueryResult Struct Reference

#include <qdeclarativexmllistmodel_p.h>

Public Variables

QList< QList< QVariant > > data
 
QList< QPair< int, int > > inserted
 
QStringList keyRoleResultsCache
 
int queryId
 
QList< QPair< int, int > > removed
 
int size
 

Detailed Description

Definition at line 64 of file qdeclarativexmllistmodel_p.h.

Properties

◆ data

QList<QList<QVariant> > QDeclarativeXmlQueryResult::data

◆ inserted

QList<QPair<int, int> > QDeclarativeXmlQueryResult::inserted

◆ keyRoleResultsCache

QStringList QDeclarativeXmlQueryResult::keyRoleResultsCache

◆ queryId

int QDeclarativeXmlQueryResult::queryId

◆ removed

QList<QPair<int, int> > QDeclarativeXmlQueryResult::removed

◆ size

int QDeclarativeXmlQueryResult::size

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