|
ParaView
|
Reaction for load state action. More...
#include <pqLoadStateReaction.h>


Public Slots | |
| void | updateEnableState () |
| Updates the enabled state. | |
Public Member Functions | |
| pqLoadStateReaction (QAction *parent) | |
| Constructor. Parent cannot be NULL. | |
Static Public Member Functions | |
| static void | loadState (const QString &filename) |
| Loads the state file. | |
| static void | loadState () |
Protected Member Functions | |
| virtual void | onTriggered () |
| Called when the action is triggered. | |
Reaction for load state action.
Definition at line 39 of file pqLoadStateReaction.h.
| pqLoadStateReaction::pqLoadStateReaction | ( | QAction * | parent | ) |
Constructor. Parent cannot be NULL.
| static void pqLoadStateReaction::loadState | ( | const QString & | filename | ) | [static] |
Loads the state file.
Note that this method is static. Applications can simply use this without having to create a reaction instance.
| static void pqLoadStateReaction::loadState | ( | ) | [static] |
| void pqLoadStateReaction::updateEnableState | ( | ) | [virtual, slot] |
Updates the enabled state.
Applications need not explicitly call this.
Reimplemented from pqReaction.
| virtual void pqLoadStateReaction::onTriggered | ( | ) | [inline, protected, virtual] |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 60 of file pqLoadStateReaction.h.
1.7.5.1