#include <pqCheckableHeaderModel.h>
List of all members.
Public Slots |
| void | setIndexCheckState (Qt::Orientation orient, int first, int last) |
Public Member Functions |
| | pqCheckableHeaderModel (QObject *parent=0) |
| virtual | ~pqCheckableHeaderModel () |
| virtual QVariant | headerData (int section, Qt::Orientation orient, int role=Qt::DisplayRole) const |
| virtual bool | setHeaderData (int section, Qt::Orientation orient, const QVariant &value, int role=Qt::EditRole) |
| bool | isCheckable (int section, Qt::Orientation orient) const |
| void | setCheckable (int section, Qt::Orientation orient, bool checkable) |
| int | getCheckState (int section, Qt::Orientation orient) const |
| bool | setCheckState (int section, Qt::Orientation orient, int state) |
| void | updateCheckState (int section, Qt::Orientation orient) |
| int | getNumberOfHeaderSections (Qt::Orientation orient) const |
| void | clearHeaderSections (Qt::Orientation orient) |
| void | insertHeaderSections (Qt::Orientation orient, int first, int last) |
| void | removeHeaderSections (Qt::Orientation orient, int first, int last) |
| void | beginMultiStateChange () |
| void | endMultipleStateChange () |
Detailed Description
Definition at line 47 of file pqCheckableHeaderModel.h.
Constructor & Destructor Documentation
| pqCheckableHeaderModel::pqCheckableHeaderModel |
( |
QObject * |
parent = 0 | ) |
|
| virtual pqCheckableHeaderModel::~pqCheckableHeaderModel |
( |
| ) |
[virtual] |
Member Function Documentation
| virtual QVariant pqCheckableHeaderModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orient, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const [virtual] |
| virtual bool pqCheckableHeaderModel::setHeaderData |
( |
int |
section, |
|
|
Qt::Orientation |
orient, |
|
|
const QVariant & |
value, |
|
|
int |
role = Qt::EditRole |
|
) |
| [virtual] |
| bool pqCheckableHeaderModel::isCheckable |
( |
int |
section, |
|
|
Qt::Orientation |
orient |
|
) |
| const |
| void pqCheckableHeaderModel::setCheckable |
( |
int |
section, |
|
|
Qt::Orientation |
orient, |
|
|
bool |
checkable |
|
) |
| |
| int pqCheckableHeaderModel::getCheckState |
( |
int |
section, |
|
|
Qt::Orientation |
orient |
|
) |
| const |
| bool pqCheckableHeaderModel::setCheckState |
( |
int |
section, |
|
|
Qt::Orientation |
orient, |
|
|
int |
state |
|
) |
| |
| void pqCheckableHeaderModel::updateCheckState |
( |
int |
section, |
|
|
Qt::Orientation |
orient |
|
) |
| |
| int pqCheckableHeaderModel::getNumberOfHeaderSections |
( |
Qt::Orientation |
orient | ) |
const |
| void pqCheckableHeaderModel::clearHeaderSections |
( |
Qt::Orientation |
orient | ) |
|
| void pqCheckableHeaderModel::insertHeaderSections |
( |
Qt::Orientation |
orient, |
|
|
int |
first, |
|
|
int |
last |
|
) |
| |
| void pqCheckableHeaderModel::removeHeaderSections |
( |
Qt::Orientation |
orient, |
|
|
int |
first, |
|
|
int |
last |
|
) |
| |
| void pqCheckableHeaderModel::beginMultiStateChange |
( |
| ) |
|
| void pqCheckableHeaderModel::endMultipleStateChange |
( |
| ) |
|
| void pqCheckableHeaderModel::setIndexCheckState |
( |
Qt::Orientation |
orient, |
|
|
int |
first, |
|
|
int |
last |
|
) |
| [slot] |
The documentation for this class was generated from the following file: