32 #ifndef pqSelectionManager_h 33 #define pqSelectionManager_h 35 #include "pqComponentsModule.h" 44 class pqSelectionManagerImplementation;
49 class vtkSMClientDeliveryRepresentationProxy;
52 class vtkSMSourceProxy;
77 const QSet<pqOutputPort*>& getSelectedPorts()
const;
81 bool hasActiveSelection()
const;
95 void setActiveView(
pqView*);
103 void onLinkAdded(
int linkType);
107 void onLinkRemoved();
116 pqSelectionManagerImplementation* Implementation;
119 void selectOnSurface(
int screenRectange[4]);
pqOutputPort is a server manager model item for an output port of any pqPipelineSource item...
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
PQ representation for a vtkSMProxy that can be involved in a pipeline.