QPersistentModelIndex

Binding for C++ class QPersistentModelIndex.

Constructors

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

Destructor

~this
~this()
Undocumented in source.

Members

Functions

column
int column()
Undocumented in source.
constInternalPointer
const(void)* constInternalPointer()
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.
multiData
void multiData(QModelRoleDataSpan roleDataSpan)
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