|
ParaView
|
Reaction to reset the active lookup table's range to match the active representation. More...
#include <pqResetScalarRangeReaction.h>


Public Slots | |
| void | updateEnableState () |
| Updates the enabled state. | |
Public Member Functions | |
| pqResetScalarRangeReaction (QAction *parent) | |
Static Public Member Functions | |
| static void | resetScalarRange () |
Protected Member Functions | |
| virtual void | onTriggered () |
| Called when the action is triggered. | |
Reaction to reset the active lookup table's range to match the active representation.
Definition at line 40 of file pqResetScalarRangeReaction.h.
| pqResetScalarRangeReaction::pqResetScalarRangeReaction | ( | QAction * | parent | ) |
| static void pqResetScalarRangeReaction::resetScalarRange | ( | ) | [static] |
| void pqResetScalarRangeReaction::updateEnableState | ( | ) | [virtual, slot] |
Updates the enabled state.
Applications need not explicitly call this.
Reimplemented from pqReaction.
| virtual void pqResetScalarRangeReaction::onTriggered | ( | ) | [inline, protected, virtual] |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 56 of file pqResetScalarRangeReaction.h.
1.7.5.1