4 #ifndef pqSelectionEditor_h 5 #define pqSelectionEditor_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();
pqDataRepresentation is the superclass for a display for a pqPipelineSource i.e.
pqOutputPort is a server manager model item for an output port of any pqPipelineSource item...
pqSelectionEditor is a widget to combine multiple selections of different types.
#define PQAPPLICATIONCOMPONENTS_EXPORT
This is a PQ abstraction of a generic view module.
PQ representation for a vtkSMProxy that can be involved in a pipeline.
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...