Qt 4.8
|
#include <qabstractxmlnodemodel.h>
Public Types | |
typedef qint64 | Data |
Public Functions | |
bool | operator!= (const NodeIndexStorage &other) const |
void * | pointer () const |
void | reset () |
Public Variables | |
union { | |
Data data | |
void * ptr | |
}; | |
Data | additionalData |
const QAbstractXmlNodeModel * | model |
Definition at line 81 of file qabstractxmlnodemodel.h.
Definition at line 84 of file qabstractxmlnodemodel.h.
|
inline |
Definition at line 1277 of file qabstractxmlnodemodel.cpp.
Referenced by QXmlNodeModelIndex::QXmlNodeModelIndex().
|
inline |
Definition at line 95 of file qabstractxmlnodemodel.h.
|
inline |
Definition at line 109 of file qabstractxmlnodemodel.h.
Referenced by QXmlItem::QXmlItem(), and QXmlNodeModelIndex::QXmlNodeModelIndex().
union { ... } |
Data QPatternist::NodeIndexStorage::additionalData |
Definition at line 103 of file qabstractxmlnodemodel.h.
Referenced by QXmlNodeModelIndex::create(), QAbstractXmlNodeModel::createIndex(), QXmlNodeModelIndex::is(), and operator!=().
Data QPatternist::NodeIndexStorage::data |
Definition at line 93 of file qabstractxmlnodemodel.h.
Referenced by QXmlNodeModelIndex::create(), QXmlNodeModelIndex::is(), operator!=(), pointer(), and reset().
const QAbstractXmlNodeModel* QPatternist::NodeIndexStorage::model |
Definition at line 104 of file qabstractxmlnodemodel.h.
Referenced by QXmlNodeModelIndex::create(), QXmlNodeModelIndex::is(), QXmlItem::isNull(), operator!=(), and QXmlItem::QXmlItem().
void* QPatternist::NodeIndexStorage::ptr |
Definition at line 92 of file qabstractxmlnodemodel.h.