4 #ifndef pqSelectionEditor_h
5 #define pqSelectionEditor_h
7 #include "pqApplicationComponentsModule.h"
28 using Superclass = QWidget;
35 void onActiveServerChanged(
pqServer* server);
36 void onActiveViewChanged(
pqView*);
41 void onExpressionChanged(
const QString&);
42 void onTableSelectionChanged(
const QItemSelection&,
const QItemSelection&);
43 void onAddActiveSelection();
44 void onRemoveSelectedSelection();
45 void onRemoveAllSelections();
46 void onActivateCombinedSelections();
51 void removeAllSelections(
int elementType);
52 void clearInteractiveSelection();
53 void showInteractiveSelection(
unsigned int row);
54 void hideInteractiveSelection();