|
ParaView
|
Reaction for exporting a view. More...
#include <pqExportReaction.h>


Public Slots | |
| void | updateEnableState () |
| Updates the enabled state. | |
Public Member Functions | |
| pqExportReaction (QAction *parent) | |
| Constructor. Parent cannot be NULL. | |
| void | exportActiveView () |
| Exports the current view. | |
Protected Member Functions | |
| virtual void | onTriggered () |
| Called when the action is triggered. | |
Reaction for exporting a view.
Uses pqViewExporterManager for actual exporting.
Definition at line 42 of file pqExportReaction.h.
| pqExportReaction::pqExportReaction | ( | QAction * | parent | ) |
Constructor. Parent cannot be NULL.
| void pqExportReaction::exportActiveView | ( | ) |
Exports the current view.
| void pqExportReaction::updateEnableState | ( | ) | [virtual, slot] |
Updates the enabled state.
Applications need not explicitly call this.
Reimplemented from pqReaction.
| virtual void pqExportReaction::onTriggered | ( | ) | [inline, protected, virtual] |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 60 of file pqExportReaction.h.
1.7.5.1