QtExtraComponents
#include <columnproxymodel.h>
|
static Q_SCRIPTABLE QModelIndex | indexFromModel (QAbstractItemModel *model, int row, int column=0, const QModelIndex &parent=QModelIndex()) |
|
Definition at line 25 of file columnproxymodel.h.
ColumnProxyModel::ColumnProxyModel |
( |
QObject * |
parent = 0 | ) |
|
int ColumnProxyModel::column |
( |
| ) |
const |
QVariant ColumnProxyModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
|
virtual |
QVariant ColumnProxyModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
|
virtual |
QModelIndex ColumnProxyModel::indexAt |
( |
int |
row, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| const |
QModelIndex ColumnProxyModel::indexFromModel |
( |
QAbstractItemModel * |
model, |
|
|
int |
row, |
|
|
int |
column = 0 , |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| |
|
static |
QModelIndex ColumnProxyModel::rootIndex |
( |
| ) |
const |
void ColumnProxyModel::rootIndexChanged |
( |
| ) |
|
|
signal |
int ColumnProxyModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
virtual |
void ColumnProxyModel::setColumn |
( |
int |
col | ) |
|
void ColumnProxyModel::setRootIndex |
( |
const QModelIndex & |
idx | ) |
|
void ColumnProxyModel::setSourceModel |
( |
QAbstractItemModel * |
sourceModel | ) |
|
QAbstractItemModel* ColumnProxyModel::sourceModel |
( |
| ) |
const |
|
inline |
int ColumnProxyModel::column |
|
readwrite |
QModelIndex ColumnProxyModel::rootIndex |
|
readwrite |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:02:51 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.