dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QPersistentModelIndex
qt
core
abstractitemmodel
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (
C
++) extern (
C
++)
@
QMetaType
.
Type
.
QPersistentModelIndex
@
Q_MOVABLE_TYPE
struct
QPersistentModelIndex {
this
(const(QModelIndex) index);
this(this)
;
this
(const(QPersistentModelIndex) other);
~this
();
int
row
();
int
column
();
void
*
internalPointer
();
quintptr
internalId
();
QModelIndex
parent
();
QModelIndex
sibling
(int row, int column);
QModelIndex
child
(int row, int column);
QVariant
data
(int role);
qt
.
core
.
namespace
.
ItemFlags
flags
();
bool
isValid
();
}
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
Source
See Implementation
qt
core
abstractitemmodel
aliases
QModelIndexList
classes
QAbstractItemModel
QAbstractListModel
QAbstractTableModel
structs
QAbstractItemModelPrivate
QModelIndex
QPersistentModelIndex
QPersistentModelIndexData
QTransposeProxyModelPrivate