A convenience QTreeWidget with extra features:
More...
#include <pqTreeWidget.h>
|
QPixmap | pixmap (Qt::CheckState state, bool active) |
|
virtual QModelIndex | moveCursor (CursorAction cursorAction, Qt::KeyboardModifiers modifiers) |
| Move the cursor in the way described by cursorAction, using the information provided by the button modifiers. More...
|
|
int | itemCount (QTreeWidgetItem *item) const |
|
A convenience QTreeWidget with extra features:
- Automatic size hints based on contents
- A check box added in a header if items have check boxes
- Navigation through columns of top level items on Tab.
- Signal emitted when user navigates beyond end of the table giving an opportunity to the lister to grow the table.
Definition at line 50 of file pqTreeWidget.h.
§ pqTreeWidget()
pqTreeWidget::pqTreeWidget |
( |
QWidget * |
p = NULL | ) |
|
§ ~pqTreeWidget()
pqTreeWidget::~pqTreeWidget |
( |
| ) |
|
§ event()
bool pqTreeWidget::event |
( |
QEvent * |
e | ) |
|
§ sizeHint()
QSize pqTreeWidget::sizeHint |
( |
| ) |
const |
§ minimumSizeHint()
QSize pqTreeWidget::minimumSizeHint |
( |
| ) |
const |
§ setMaximumRowCountBeforeScrolling() [1/4]
void pqTreeWidget::setMaximumRowCountBeforeScrolling |
( |
vtkSMPropertyGroup * |
smpropertygroup | ) |
|
§ setMaximumRowCountBeforeScrolling() [2/4]
void pqTreeWidget::setMaximumRowCountBeforeScrolling |
( |
vtkSMProperty * |
smproperty | ) |
|
§ setMaximumRowCountBeforeScrolling() [3/4]
void pqTreeWidget::setMaximumRowCountBeforeScrolling |
( |
vtkPVXMLElement * |
hints | ) |
|
§ setMaximumRowCountBeforeScrolling() [4/4]
void pqTreeWidget::setMaximumRowCountBeforeScrolling |
( |
int |
val | ) |
|
|
inline |
§ maximumRowCountBeforeScrolling()
int pqTreeWidget::maximumRowCountBeforeScrolling |
( |
| ) |
const |
|
inline |
§ allOn
void pqTreeWidget::allOn |
( |
| ) |
|
|
slot |
§ allOff
void pqTreeWidget::allOff |
( |
| ) |
|
|
slot |
§ navigatedPastEnd
void pqTreeWidget::navigatedPastEnd |
( |
| ) |
|
|
signal |
Fired when moveCursor takes the cursor beyond the last row.
§ doToggle
void pqTreeWidget::doToggle |
( |
int |
col | ) |
|
|
protectedslot |
§ updateCheckState
void pqTreeWidget::updateCheckState |
( |
| ) |
|
|
protectedslot |
§ invalidateLayout
void pqTreeWidget::invalidateLayout |
( |
| ) |
|
|
protectedslot |
§ pixmap()
QPixmap pqTreeWidget::pixmap |
( |
Qt::CheckState |
state, |
|
|
bool |
active |
|
) |
| |
|
protected |
§ moveCursor()
virtual QModelIndex pqTreeWidget::moveCursor |
( |
CursorAction |
cursorAction, |
|
|
Qt::KeyboardModifiers |
modifiers |
|
) |
| |
|
protectedvirtual |
Move the cursor in the way described by cursorAction, using the information provided by the button modifiers.
§ itemCount()
int pqTreeWidget::itemCount |
( |
QTreeWidgetItem * |
item | ) |
const |
|
protected |
§ CheckPixmaps
QPixmap** pqTreeWidget::CheckPixmaps |
|
protected |
§ Timer
QTimer* pqTreeWidget::Timer |
|
protected |
§ MaximumRowCountBeforeScrolling
int pqTreeWidget::MaximumRowCountBeforeScrolling |
|
protected |
The documentation for this class was generated from the following file: