32 #ifndef pqColorChooserButtonWithPalettes_h 33 #define pqColorChooserButtonWithPalettes_h 36 #include "pqComponentsModule.h" 37 #include "vtkWeakPointer.h" 41 class vtkSMGlobalPropertiesProxy;
75 void actionTriggered(QAction*);
81 vtkSMGlobalPropertiesProxy* colorPalette()
const;
82 QPointer<QActionGroup> ActionGroup;
93 typedef QObject Superclass;
96 vtkSMProxy* smproxy,
const char* smproperty);
101 void setSelectedPaletteColor(
const QString& colorName);
105 QString selectedPaletteColor()
const;
110 vtkWeakPointer<vtkSMProxy> SMProxy;
111 QString SMPropertyName;
pqColorPaletteLinkHelper is designed to be used with pqColorChooserButtonWithPalettes to manage setti...