a ParaView specific customization of QTreeWidget. More...
#include <pqTreeWidget.h>
Inherits QTreeWidget.
Public Slots | |
void | allOn () |
void | allOff () |
Signals | |
void | navigatedPastEnd () |
Fired when moveCursor takes the cursor beyond the last row. More... | |
Public Member Functions | |
pqTreeWidget (QWidget *p=nullptr) | |
~pqTreeWidget () override | |
bool | event (QEvent *e) override |
QSize | sizeHint () const override |
give a hint on the size More... | |
QSize | minimumSizeHint () const override |
void | setMaximumRowCountBeforeScrolling (vtkSMPropertyGroup *smpropertygroup) |
void | setMaximumRowCountBeforeScrolling (vtkSMProperty *smproperty) |
void | setMaximumRowCountBeforeScrolling (vtkPVXMLElement *hints) |
void | setMaximumRowCountBeforeScrolling (int val) |
int | maximumRowCountBeforeScrolling () const |
Protected Slots | |
void | doToggle (int col) |
void | updateCheckState () |
void | invalidateLayout () |
Protected Member Functions | |
QPixmap | pixmap (Qt::CheckState state, bool active) |
void | wheelEvent (QWheelEvent *event) override |
Overridden to eat wheel events unless this->hasFocus(). More... | |
QModelIndex | moveCursor (CursorAction cursorAction, Qt::KeyboardModifiers modifiers) override |
Move the cursor in the way described by cursorAction, using the information provided by the button modifiers. More... | |
int | itemCount (QTreeWidgetItem *item) const |
Protected Attributes | |
QPixmap ** | CheckPixmaps |
QTimer * | Timer |
int | MaximumRowCountBeforeScrolling |
a ParaView specific customization of QTreeWidget.
A convenience QTreeWidget with extra features:
Definition at line 29 of file pqTreeWidget.h.
pqTreeWidget::pqTreeWidget | ( | QWidget * | p = nullptr | ) |
|
override |
|
override |
|
override |
give a hint on the size
|
override |
void pqTreeWidget::setMaximumRowCountBeforeScrolling | ( | vtkSMPropertyGroup * | smpropertygroup | ) |
void pqTreeWidget::setMaximumRowCountBeforeScrolling | ( | vtkSMProperty * | smproperty | ) |
void pqTreeWidget::setMaximumRowCountBeforeScrolling | ( | vtkPVXMLElement * | hints | ) |
|
inline |
Definition at line 48 of file pqTreeWidget.h.
|
inline |
Definition at line 49 of file pqTreeWidget.h.
|
slot |
|
slot |
|
signal |
Fired when moveCursor takes the cursor beyond the last row.
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protected |
|
overrideprotected |
Overridden to eat wheel events unless this->hasFocus().
|
overrideprotected |
Move the cursor in the way described by cursorAction, using the information provided by the button modifiers.
|
protected |
|
protected |
Definition at line 70 of file pqTreeWidget.h.
|
protected |
Definition at line 84 of file pqTreeWidget.h.
|
protected |
Definition at line 87 of file pqTreeWidget.h.