pqColorMapEditor is a widget that can be used to edit the active color-map, if any.
More...
#include <pqColorMapEditor.h>
Inherits QWidget.
pqColorMapEditor is a widget that can be used to edit the active color-map, if any.
The panel is implemented as an auto-generated panel (similar to the Properties panel) that shows the properties on the lookup-table proxy. Custom widgets such as pqColorOpacityEditorWidget, pqColorAnnotationsPropertyWidget, and others are used to control certain properties on the proxy.
Definition at line 24 of file pqColorMapEditor.h.
◆ pqColorMapEditor()
pqColorMapEditor::pqColorMapEditor |
( |
QWidget * |
parent = nullptr | ) |
|
◆ ~pqColorMapEditor()
pqColorMapEditor::~pqColorMapEditor |
( |
| ) |
|
|
override |
◆ setSelectedPropertiesType
void pqColorMapEditor::setSelectedPropertiesType |
( |
int |
selectedPropertiesType | ) |
|
|
slot |
Set the selected properties type.
◆ updateActive [1/2]
void pqColorMapEditor::updateActive |
( |
bool |
forceUpdate | ) |
|
|
protectedslot |
slot called to update the currently showing proxies.
◆ updateActive [2/2]
void pqColorMapEditor::updateActive |
( |
| ) |
|
|
inlineprotectedslot |
slot called to update the currently showing proxies.
Definition at line 45 of file pqColorMapEditor.h.
◆ updatePanel
void pqColorMapEditor::updatePanel |
( |
| ) |
|
|
protectedslot |
slot called to update the visible widgets.
◆ renderViews
void pqColorMapEditor::renderViews |
( |
| ) |
|
|
protectedslot |
render's view when transfer function is modified.
◆ saveAsDefault
void pqColorMapEditor::saveAsDefault |
( |
| ) |
|
|
protectedslot |
Save the current transfer function(s) as default.
◆ saveAsArrayDefault
void pqColorMapEditor::saveAsArrayDefault |
( |
| ) |
|
|
protectedslot |
Save the current transfer function(s) as default for arrays with the same name as the selected array.
◆ restoreDefaults
void pqColorMapEditor::restoreDefaults |
( |
| ) |
|
|
protectedslot |
◆ setAutoUpdate
void pqColorMapEditor::setAutoUpdate |
( |
bool |
| ) |
|
|
protectedslot |
called when AutoUpdate button is toggled.
◆ updateIfNeeded
void pqColorMapEditor::updateIfNeeded |
( |
| ) |
|
|
protectedslot |
◆ setRepresentation()
◆ setDataRepresentation()
void pqColorMapEditor::setDataRepresentation |
( |
pqDataRepresentation * |
repr, |
|
|
bool |
forceUpdate = false |
|
) |
| |
|
inlineprotected |
◆ setColorTransferFunctions()
◆ setColorTransferFunction()
void pqColorMapEditor::setColorTransferFunction |
( |
vtkSMProxy * |
ctf | ) |
|
|
inlineprotected |
◆ updateScalarBarButtons
void pqColorMapEditor::updateScalarBarButtons |
( |
| ) |
|
|
protectedslot |
update the enabled state for show/edit scalar bar buttons.
◆ updateColorArraySelectorWidgets
void pqColorMapEditor::updateColorArraySelectorWidgets |
( |
| ) |
|
|
protectedslot |
◆ updateOpacityArraySelectorWidgets
void pqColorMapEditor::updateOpacityArraySelectorWidgets |
( |
| ) |
|
|
protectedslot |
◆ updateColor2ArraySelectorWidgets
void pqColorMapEditor::updateColor2ArraySelectorWidgets |
( |
| ) |
|
|
protectedslot |
The documentation for this class was generated from the following file: