QItemSelection

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()
Undocumented in source.
this
this(const(QModelIndex) topLeft, const(QModelIndex) bottomRight)
Undocumented in source.

Alias This

base0

Members

Functions

contains
bool contains(const(QModelIndex) index)
Undocumented in source.
indexes
QModelIndexList indexes()
Undocumented in source.
merge
void merge(const(QItemSelection) other, QItemSelectionModel.SelectionFlags command)
Undocumented in source.
select
void select(const(QModelIndex) topLeft, const(QModelIndex) bottomRight)
Undocumented in source.

Static functions

split
void split(const(QItemSelectionRange) range, const(QItemSelectionRange) other, QItemSelection* result)
Undocumented in source.

Variables

base0
QList!(QItemSelectionRange) base0;
Undocumented in source.

Meta