|
ParaView
|
Reaction to edit the active representation's color map or solid color. More...
#include <pqEditColorMapReaction.h>


Public Slots | |
| void | updateEnableState () |
| Updates the enabled state. | |
Public Member Functions | |
| pqEditColorMapReaction (QAction *parent) | |
Static Public Member Functions | |
| static void | editColorMap () |
| Edit active representation's color map (or solid color). | |
Protected Member Functions | |
| virtual void | onTriggered () |
| Called when the action is triggered. | |
Reaction to edit the active representation's color map or solid color.
Definition at line 39 of file pqEditColorMapReaction.h.
| pqEditColorMapReaction::pqEditColorMapReaction | ( | QAction * | parent | ) |
| static void pqEditColorMapReaction::editColorMap | ( | ) | [static] |
Edit active representation's color map (or solid color).
| void pqEditColorMapReaction::updateEnableState | ( | ) | [virtual, slot] |
Updates the enabled state.
Applications need not explicitly call this.
Reimplemented from pqReaction.
| virtual void pqEditColorMapReaction::onTriggered | ( | ) | [inline, protected, virtual] |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 56 of file pqEditColorMapReaction.h.
1.7.5.1