33 #ifndef _pqTreeWidget_h 34 #define _pqTreeWidget_h 36 #include "pqWidgetsModule.h" 37 #include <QTreeWidget> 52 typedef QTreeWidget Superclass;
58 bool event(QEvent* e);
63 QSize sizeHint()
const;
64 QSize minimumSizeHint()
const;
67 void setMaximumRowCountBeforeScrolling(
vtkSMProperty* smproperty);
80 void navigatedPastEnd();
83 void doToggle(
int col);
84 void updateCheckState();
85 void invalidateLayout();
88 void updateCheckStateInternal();
92 QPixmap pixmap(Qt::CheckState state,
bool active);
98 virtual QModelIndex moveCursor(CursorAction cursorAction, Qt::KeyboardModifiers modifiers);
102 int itemCount(QTreeWidgetItem* item)
const;
106 #endif // !_pqTreeWidget_h
superclass for all SM properties
This is used by vtkPVXMLParser to represent an XML document starting at the root element.