4 #ifndef pqSelectionManager_h 5 #define pqSelectionManager_h 7 #include "pqComponentsModule.h" 17 class pqSelectionManagerImplementation;
56 const QSet<pqOutputPort*>& getSelectedPorts()
const;
62 bool hasActiveSelection()
const;
87 void setActiveView(
pqView*);
111 void expandSelection(
int layers,
bool removeSeed =
false,
bool removeIntermediateLayers =
false);
117 void onLinkAdded(
int linkType);
122 void onLinkRemoved();
132 void onStateLoaded();
138 pqSelectionManagerImplementation* Implementation;
141 void selectOnSurface(
int screenRectange[4]);
pqOutputPort is a server manager model item for an output port of any pqPipelineSource item...
vtkSMSession is the default ParaView session.
pqServerManagerModelItem is a element maintained by pqServerManagerModel.
This is a PQ abstraction of a generic view module.
pqSelectionManager is the nexus for introspective surface selection in paraview.
proxy for a VTK source on a server
proxy for a VTK object(s) on a server
PQ representation for a vtkSMProxy that can be involved in a pipeline.