4 #ifndef pqColorMapEditor_h 5 #define pqColorMapEditor_h 7 #include "pqApplicationComponentsModule.h" 10 #include <QScopedPointer> 27 typedef QWidget Superclass;
37 void setSelectedPropertiesType(
int selectedPropertiesType);
44 void updateActive(
bool forceUpdate);
67 void saveAsArrayDefault();
72 void restoreDefaults();
77 void setAutoUpdate(
bool);
79 void updateIfNeeded();
83 void setColorTransferFunctions(std::vector<vtkSMProxy*> ctfs);
86 this->setColorTransferFunctions(std::vector<vtkSMProxy*>(1, ctf));
93 void updateScalarBarButtons();
94 void updateColorArraySelectorWidgets();
95 void updateOpacityArraySelectorWidgets();
96 void updateColor2ArraySelectorWidgets();
102 QScopedPointer<pqInternals> Internals;
pqDataRepresentation is the superclass for a display for a pqPipelineSource i.e.
pqColorMapEditor is a widget that can be used to edit the active color-map, if any.
void setColorTransferFunction(vtkSMProxy *ctf)
proxy for a VTK object(s) on a server
void updateActive()
slot called to update the currently showing proxies.