The QFixedRowsDecorationProxyModel class implements a decoration proxy model.
More...
#include <qfixedrowstableview.h>
|
| void | setEnabled (bool on) |
| |
|
void | toggleRow (const QModelIndex &index) |
| |
The QFixedRowsDecorationProxyModel class implements a decoration proxy model.
Constructs a fixed rows decoration proxy model attached to the given filterProxy and with the given parent.
| QFixedRowsDecorationProxyModel::~QFixedRowsDecorationProxyModel |
( |
| ) |
|
Destroys the fixed rows decoration proxy model.
| QVariant QFixedRowsDecorationProxyModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role |
|
) |
| const |
QIdentityProxyModel::headerData()
| bool QFixedRowsDecorationProxyModel::isEnabled |
( |
| ) |
const |
Returns true if the fixed rows mode is enabled. Otherwise false.
| void QFixedRowsDecorationProxyModel::modelToggled |
( |
bool |
on | ) |
|
|
signal |
This signal is emitted when fixed rows mode has toggled. If the mode is enabled, on is true.
| void QFixedRowsDecorationProxyModel::setEnabled |
( |
bool |
on | ) |
|
|
slot |
If on is true fixed rows mode is enabled.
The documentation for this class was generated from the following files: