4 #ifndef pqDeleteReaction_h 5 #define pqDeleteReaction_h 34 static void deleteAll();
35 static void deleteSelected();
36 static bool canDeleteSelected();
37 static void deleteTree();
38 static bool canDeleteTree();
48 static void deleteSources(
const QSet<pqProxy*>& sources);
59 void deleteSource(
pqProxy* source);
75 static void aboutToDelete(
pqProxy* source);
virtual void updateEnableState()
#define PQAPPLICATIONCOMPONENTS_EXPORT
This is a superclass just to make it easier to collect all such reactions.
Reaction for delete sources (all or selected only).
This class represents any registered Server Manager proxy.
PQ representation for a vtkSMProxy that can be involved in a pipeline.
virtual void onTriggered()
Called when the action is triggered.