4 #ifndef pqChooseColorPresetReaction_h
5 #define pqChooseColorPresetReaction_h
10 #include <QRegularExpression>
58 bool choosePreset(
const char* presetName =
nullptr);
87 QRegularExpression regularExpression();
92 bool loadAnnotations();
98 void presetApplied(
const QString&);
101 void applyCurrentPreset();
107 void updateTransferFunction();
117 QPointer<pqDataRepresentation> Representation;
119 static QPointer<pqPresetDialog> PresetDialog;
120 bool AllowsRegexpMatching;