QTransposeProxyModel

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(QObject parent)
Undocumented in source.
this
this(QTransposeProxyModelPrivate , QObject parent)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

columnCount
int columnCount(const(QModelIndex) parent)
Undocumented in source.
headerData
QVariant headerData(int section, qt.core.namespace.Orientation orientation, int role)
Undocumented in source.
index
QModelIndex index(int row, int column, const(QModelIndex) parent)
Undocumented in source.
insertColumns
bool insertColumns(int column, int count, const(QModelIndex) parent)
Undocumented in source.
insertRows
bool insertRows(int row, int count, const(QModelIndex) parent)
Undocumented in source.
itemData
QMap!(int, QVariant) itemData(const(QModelIndex) index)
Undocumented in source.
mapFromSource
QModelIndex mapFromSource(const(QModelIndex) sourceIndex)
Undocumented in source.
mapToSource
QModelIndex mapToSource(const(QModelIndex) proxyIndex)
Undocumented in source.
moveColumns
bool moveColumns(const(QModelIndex) sourceParent, int sourceColumn, int count, const(QModelIndex) destinationParent, int destinationChild)
Undocumented in source.
moveRows
bool moveRows(const(QModelIndex) sourceParent, int sourceRow, int count, const(QModelIndex) destinationParent, int destinationChild)
Undocumented in source.
parent
QModelIndex parent(const(QModelIndex) index)
Undocumented in source.
removeColumns
bool removeColumns(int column, int count, const(QModelIndex) parent)
Undocumented in source.
removeRows
bool removeRows(int row, int count, const(QModelIndex) parent)
Undocumented in source.
rowCount
int rowCount(const(QModelIndex) parent)
Undocumented in source.
setHeaderData
bool setHeaderData(int section, qt.core.namespace.Orientation orientation, const(QVariant) value, int role)
Undocumented in source.
setItemData
bool setItemData(const(QModelIndex) index, const(QMap!(int, QVariant)) roles)
Undocumented in source.
setSourceModel
void setSourceModel(QAbstractItemModel newSourceModel)
Undocumented in source.
sort
void sort(int column, qt.core.namespace.SortOrder order)
Undocumented in source.
span
QSize span(const(QModelIndex) index)
Undocumented in source.

Inherited Members

From QAbstractProxyModel

~this
~this()
Undocumented in source.
setSourceModel
void setSourceModel(QAbstractItemModel sourceModel)
Undocumented in source.
sourceModel
QAbstractItemModel sourceModel()
Undocumented in source.
mapToSource
QModelIndex mapToSource(const(QModelIndex) proxyIndex)
Undocumented in source.
mapFromSource
QModelIndex mapFromSource(const(QModelIndex) sourceIndex)
Undocumented in source.
mapSelectionToSource
QItemSelection mapSelectionToSource(const(QItemSelection) selection)
Undocumented in source.
mapSelectionFromSource
QItemSelection mapSelectionFromSource(const(QItemSelection) selection)
Undocumented in source.
submit
bool submit()
Undocumented in source.
revert
void revert()
Undocumented in source.
data
QVariant data(const(QModelIndex) proxyIndex, int role)
Undocumented in source.
headerData
QVariant headerData(int section, qt.core.namespace.Orientation orientation, int role)
Undocumented in source.
itemData
QMap!(int, QVariant) itemData(const(QModelIndex) index)
Undocumented in source.
flags
qt.core.namespace.ItemFlags flags(const(QModelIndex) index)
Undocumented in source.
setData
bool setData(const(QModelIndex) index, const(QVariant) value, int role)
Undocumented in source.
setItemData
bool setItemData(const(QModelIndex) index, const(QMap!(int, QVariant)) roles)
Undocumented in source.
setHeaderData
bool setHeaderData(int section, qt.core.namespace.Orientation orientation, const(QVariant) value, int role)
Undocumented in source.
buddy
QModelIndex buddy(const(QModelIndex) index)
Undocumented in source.
canFetchMore
bool canFetchMore(const(QModelIndex) parent)
Undocumented in source.
fetchMore
void fetchMore(const(QModelIndex) parent)
Undocumented in source.
sort
void sort(int column, qt.core.namespace.SortOrder order)
Undocumented in source.
span
QSize span(const(QModelIndex) index)
Undocumented in source.
hasChildren
bool hasChildren(const(QModelIndex) parent)
Undocumented in source.
sibling
QModelIndex sibling(int row, int column, const(QModelIndex) idx)
Undocumented in source.
mimeData
QMimeData mimeData(const(QModelIndexList) indexes)
Undocumented in source.
canDropMimeData
bool canDropMimeData(const(QMimeData) data, qt.core.namespace.DropAction action, int row, int column, const(QModelIndex) parent)
Undocumented in source.
dropMimeData
bool dropMimeData(const(QMimeData) data, qt.core.namespace.DropAction action, int row, int column, const(QModelIndex) parent)
Undocumented in source.
mimeTypes
QStringList mimeTypes()
Undocumented in source.
supportedDragActions
qt.core.namespace.DropActions supportedDragActions()
Undocumented in source.
supportedDropActions
qt.core.namespace.DropActions supportedDropActions()
Undocumented in source.
sourceModelChanged
void sourceModelChanged(QPrivateSignal )
Undocumented in source.

Meta