|
ParaView
|
Reaction for change pipeline input for the currently selected element. More...
#include <pqChangePipelineInputReaction.h>


Public Slots | |
| void | updateEnableState () |
| Updates the enabled state. | |
Public Member Functions | |
| pqChangePipelineInputReaction (QAction *parent=0) | |
Static Public Member Functions | |
| static void | changeInput () |
| Changes the input for the active source. | |
Protected Member Functions | |
| virtual void | onTriggered () |
| Called when the action is triggered. | |
Reaction for change pipeline input for the currently selected element.
Definition at line 39 of file pqChangePipelineInputReaction.h.
| pqChangePipelineInputReaction::pqChangePipelineInputReaction | ( | QAction * | parent = 0 | ) |
| static void pqChangePipelineInputReaction::changeInput | ( | ) | [static] |
Changes the input for the active source.
| void pqChangePipelineInputReaction::updateEnableState | ( | ) | [virtual, slot] |
Updates the enabled state.
Applications need not explicitly call this.
Reimplemented from pqReaction.
| virtual void pqChangePipelineInputReaction::onTriggered | ( | ) | [inline, protected, virtual] |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 56 of file pqChangePipelineInputReaction.h.
1.7.5.1