32 #ifndef pqTreeViewSelectionHelper_h 33 #define pqTreeViewSelectionHelper_h 35 #include "pqWidgetsModule.h" 36 #include <QItemSelection> 46 typedef QObject Superclass;
52 void onClicked (QModelIndex idx);
53 void onPressed (QModelIndex idx);
54 void showContextMenu(
const QPoint&);
60 void setSelectedItemsCheckState(Qt::CheckState state);
63 QItemSelection PrevSelection;
64 QItemSelection CurrentSelection;