Home · All Classes · Modules

QModelIndex Class Reference
[QtCore module]

Methods

Special Methods


Detailed Description


Method Documentation

QModelIndex.__init__ (self)

QModelIndex.__init__ (self, QModelIndex)

QModelIndex.__init__ (self, QPersistentModelIndex)

QModelIndex QModelIndex.child (self, int, int)

int QModelIndex.column (self)

QVariant QModelIndex.data (self, int role = Qt.DisplayRole)

Qt.ItemFlags QModelIndex.flags (self)

int QModelIndex.internalId (self)

object QModelIndex.internalPointer (self)

bool QModelIndex.isValid (self)

QAbstractItemModel QModelIndex.model (self)

QModelIndex QModelIndex.parent (self)

int QModelIndex.row (self)

QModelIndex QModelIndex.sibling (self, int, int)

bool QModelIndex.__eq__ (self, QModelIndex)

bool QModelIndex.__ge__ (self, QModelIndex)

int QModelIndex.__hash__ (self)

bool QModelIndex.__lt__ (self, QModelIndex)

bool QModelIndex.__ne__ (self, QModelIndex)


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0