32 #ifndef pqResetScalarRangeReaction_h 33 #define pqResetScalarRangeReaction_h 36 #include "vtkSmartPointer.h" 43 class vtkEventQtSlotConnect;
114 virtual void onServerAdded(
pqServer* server);
115 virtual void onAboutToRemoveServer(
pqServer* server);
119 QPointer<pqPipelineRepresentation> Representation;
121 vtkSmartPointer<vtkEventQtSlotConnect> Connection;
static bool resetScalarRangeToData(pqPipelineRepresentation *repr=NULL)
Reset to current data range.
pqDataRepresentation is the superclass for a display for a pqPipelineSource i.e.
virtual void updateEnableState()
This is PQ representation for a single display.
static void resetScalarRange(pqPipelineRepresentation *repr=NULL)
This is a superclass just to make it easier to collect all such reactions.
Reaction to reset the active lookup table's range to match the active representation.
virtual void onTriggered()
Called when the action is triggered.
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...