#include <pqEditColorMapReaction.h>


Public Slots | |
| void | updateEnableState () override |
| Updates the enabled state. More... | |
| void | setRepresentation (pqDataRepresentation *) |
| Set the active representation. More... | |
Public Member Functions | |
| pqEditColorMapReaction (QAction *parent, bool track_active_objects=true) | |
if track_active_objects is false, then the reaction will not track pqActiveObjects automatically. More... | |
Public Member Functions inherited from pqReaction | |
| pqReaction (QAction *parent, Qt::ConnectionType type=Qt::AutoConnection) | |
| Constructor. More... | |
| ~pqReaction () override | |
| QAction * | parentAction () const |
| Provides access to the parent action. More... | |
Static Public Member Functions | |
| static void | editColorMap (pqPipelineRepresentation *repr=nullptr) |
| Edit active representation's color map (or solid color). More... | |
Protected Member Functions | |
| void | onTriggered () override |
| Called when the action is triggered. More... | |
Additional Inherited Members | |
Protected Slots inherited from pqReaction | |
| virtual void | updateEnableState () |
| virtual void | updateMasterEnableState (bool) |
Protected Attributes inherited from pqReaction | |
| bool | IsMaster |
Reaction to edit the active representation's color map or solid color.
Definition at line 18 of file pqEditColorMapReaction.h.
| pqEditColorMapReaction::pqEditColorMapReaction | ( | QAction * | parent, |
| bool | track_active_objects = true |
||
| ) |
if track_active_objects is false, then the reaction will not track pqActiveObjects automatically.
|
static |
Edit active representation's color map (or solid color).
|
overrideslot |
Updates the enabled state.
Applications need not explicitly call this.
|
slot |
Set the active representation.
|
overrideprotectedvirtual |
Called when the action is triggered.
Reimplemented from pqReaction.
1.8.17 on Wed Mar 27 2024