|
ParaView
|
#include <pqCameraLinkReaction.h>


Public Slots | |
| void | updateEnableState () |
| Updates the enabled state. | |
Public Member Functions | |
| pqCameraLinkReaction (QAction *parent) | |
Static Public Member Functions | |
| static void | addCameraLink () |
| Adds camera link with the active view. | |
Protected Member Functions | |
| virtual void | onTriggered () |
| Called when the action is triggered. | |
Definition at line 37 of file pqCameraLinkReaction.h.
| pqCameraLinkReaction::pqCameraLinkReaction | ( | QAction * | parent | ) |
| static void pqCameraLinkReaction::addCameraLink | ( | ) | [static] |
Adds camera link with the active view.
| void pqCameraLinkReaction::updateEnableState | ( | ) | [virtual, slot] |
Updates the enabled state.
Applications need not explicitly call this.
Reimplemented from pqReaction.
| virtual void pqCameraLinkReaction::onTriggered | ( | ) | [inline, protected, virtual] |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 54 of file pqCameraLinkReaction.h.
1.7.5.1