#include <pqCheckableHeaderView.h>
List of all members.
Detailed Description
Definition at line 46 of file pqCheckableHeaderView.h.
Constructor & Destructor Documentation
| pqCheckableHeaderView::pqCheckableHeaderView |
( |
Qt::Orientation |
orient, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
| virtual pqCheckableHeaderView::~pqCheckableHeaderView |
( |
| ) |
[virtual] |
Member Function Documentation
| virtual bool pqCheckableHeaderView::eventFilter |
( |
QObject * |
object, |
|
|
QEvent * |
e |
|
) |
| [virtual] |
Used to listen for focus in/out events.
- Parameters:
-
| object | The object receiving the event. |
| e | Event specific data. |
- Returns:
- True if the event should be filtered out.
| virtual void pqCheckableHeaderView::mousePressEvent |
( |
QMouseEvent * |
event | ) |
[virtual] |
| virtual void pqCheckableHeaderView::setModel |
( |
QAbstractItemModel * |
model | ) |
[virtual] |
| virtual void pqCheckableHeaderView::setRootIndex |
( |
const QModelIndex & |
index | ) |
[virtual] |
| void pqCheckableHeaderView::checkStateChanged |
( |
| ) |
[signal] |
| void pqCheckableHeaderView::toggleCheckState |
( |
int |
section | ) |
[slot] |
The documentation for this class was generated from the following file: