32 #ifndef pqChooseColorPresetReaction_h 33 #define pqChooseColorPresetReaction_h 36 #include "vtkWeakPointer.h" 84 bool choosePreset(
const char* presetName = NULL);
108 void presetApplied();
111 void applyCurrentPreset();
117 void updateTransferFunction();
127 QPointer<pqDataRepresentation> Representation;
128 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.
proxy for a VTK object(s) on a server
virtual void onTriggered()
Called when the action is triggered.