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();
133 pqSelectionManagerImplementation* Implementation;
136 void selectOnSurface(
int screenRectange[4]);