32 #ifndef pqChooseColorPresetReaction_h 33 #define pqChooseColorPresetReaction_h 36 #include "vtkWeakPointer.h" 79 bool choosePreset(
const char* presetName=NULL);
87 void setTransferFunction(vtkSMProxy* lut);
98 void applyCurrentPreset();
102 void updateTransferFunction();
110 QPointer<pqDataRepresentation> Representation;
111 vtkWeakPointer<vtkSMProxy> TransferFunctionProxy;
pqDataRepresentation is the superclass for a display for a pqPipelineSource i.e.
virtual void updateEnableState()
This is a superclass just to make it easier to collect all such reactions.
Reaction to pop up a color palette chooser dialog.
virtual void onTriggered()
Called when the action is triggered.