ParaView
Public Slots | Public Member Functions | Static Public Member Functions | Protected Member Functions
pqLoadStateReaction Class Reference

Reaction for load state action. More...

#include <pqLoadStateReaction.h>

Inheritance diagram for pqLoadStateReaction:
Inheritance graph
[legend]
Collaboration diagram for pqLoadStateReaction:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

Reaction for load state action.

Definition at line 39 of file pqLoadStateReaction.h.


Constructor & Destructor Documentation

pqLoadStateReaction::pqLoadStateReaction ( QAction *  parent)

Constructor. Parent cannot be NULL.


Member Function Documentation

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.


The documentation for this class was generated from the following file: