|
ParaView
|
pqEditCameraReaction is a reaction to show the edit-camera dialog. More...
#include <pqEditCameraReaction.h>


Public Slots | |
| void | updateEnableState () |
| Updates the enabled state. | |
Public Member Functions | |
| pqEditCameraReaction (QAction *parent, pqView *view=0) | |
Static Public Member Functions | |
| static void | editCamera (pqView *) |
| Shows the dialog for the view. | |
Protected Member Functions | |
| virtual void | onTriggered () |
| Called when the action is triggered. | |
pqEditCameraReaction is a reaction to show the edit-camera dialog.
Definition at line 42 of file pqEditCameraReaction.h.
| pqEditCameraReaction::pqEditCameraReaction | ( | QAction * | parent, |
| pqView * | view = 0 |
||
| ) |
| static void pqEditCameraReaction::editCamera | ( | pqView * | ) | [static] |
Shows the dialog for the view.
| void pqEditCameraReaction::updateEnableState | ( | ) | [virtual, slot] |
Updates the enabled state.
Applications need not explicitly call this.
Reimplemented from pqReaction.
| virtual void pqEditCameraReaction::onTriggered | ( | ) | [protected, virtual] |
Called when the action is triggered.
Reimplemented from pqReaction.
1.7.5.1