QPersistentModelIndex

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(const(QModelIndex) index)
Undocumented in source.
this
this(const(QPersistentModelIndex) other)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

child
QModelIndex child(int row, int column)
Undocumented in source.
column
int column()
Undocumented in source.
data
QVariant data(int role)
Undocumented in source.
flags
qt.core.namespace.ItemFlags flags()
Undocumented in source.
internalId
quintptr internalId()
Undocumented in source.
internalPointer
void* internalPointer()
Undocumented in source.
isValid
bool isValid()
Undocumented in source.
parent
QModelIndex parent()
Undocumented in source.
row
int row()
Undocumented in source.
sibling
QModelIndex sibling(int row, int column)
Undocumented in source.

Meta