QModelIndex Class Reference
Constructor
- void QModelIndex()
- void QModelIndex(QModelIndex other)
Constructor Properties
- prototype: The QModelIndex prototype object
Prototype Object Properties
- QModelIndex child(int row, int column)
- int column()
- Object data(int role)
- ItemFlags flags()
- qint64 internalId()
- void internalPointer()
- bool isValid()
- QAbstractItemModel model()
- bool operator_equal(QModelIndex other)
- bool operator_less(QModelIndex other)
- QModelIndex parent()
- int row()
- QModelIndex sibling(int row, int column)
Instance Properties
QModelIndex objects have no special properties beyond those inherited from the QModelIndex prototype object.