4 #ifndef pqColorMapEditor_h 5 #define pqColorMapEditor_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();
86 this->setRepresentation(repr, forceUpdate);
88 void setColorTransferFunctions(std::vector<vtkSMProxy*> ctfs);
91 this->setColorTransferFunctions(std::vector<vtkSMProxy*>(1, ctf));
98 void updateScalarBarButtons();
99 void updateColorArraySelectorWidgets();
100 void updateOpacityArraySelectorWidgets();
101 void updateColor2ArraySelectorWidgets();
107 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.
#define PQAPPLICATIONCOMPONENTS_EXPORT
#define PARAVIEW_DEPRECATED_IN_5_13_0(reason)
void setColorTransferFunction(vtkSMProxy *ctf)
proxy for a VTK object(s) on a server
void updateActive()
slot called to update the currently showing proxies.