#include <transposeproxymodel.h>
List of all members.
Public Member Functions |
| | TransposeProxyModel (QObject *p=0) |
| QModelIndex | mapFromSource (const QModelIndex &sourceIndex) const |
| QModelIndex | mapToSource (const QModelIndex &proxyIndex) const |
| QModelIndex | index (int r, int c, const QModelIndex &ind=QModelIndex()) const |
| QModelIndex | parent (const QModelIndex &) const |
| int | rowCount (const QModelIndex &) const |
| int | columnCount (const QModelIndex &) const |
| QVariant | data (const QModelIndex &ind, int role) const |
Detailed Description
Definition at line 4 of file transposeproxymodel.h.
Constructor & Destructor Documentation
| TransposeProxyModel::TransposeProxyModel |
( |
QObject * |
p = 0 | ) |
[inline] |
Member Function Documentation
| int TransposeProxyModel::columnCount |
( |
const QModelIndex & |
| ) |
const [inline] |
| QVariant TransposeProxyModel::data |
( |
const QModelIndex & |
ind, |
|
|
int |
role |
|
) |
| const [inline] |
| QModelIndex TransposeProxyModel::index |
( |
int |
r, |
|
|
int |
c, |
|
|
const QModelIndex & |
ind = QModelIndex() |
|
) |
| const [inline] |
| QModelIndex TransposeProxyModel::mapFromSource |
( |
const QModelIndex & |
sourceIndex | ) |
const [inline] |
| QModelIndex TransposeProxyModel::mapToSource |
( |
const QModelIndex & |
proxyIndex | ) |
const [inline] |
| QModelIndex TransposeProxyModel::parent |
( |
const QModelIndex & |
| ) |
const [inline] |
| int TransposeProxyModel::rowCount |
( |
const QModelIndex & |
| ) |
const [inline] |
The documentation for this class was generated from the following file: