ParaView
|
Reaction to save animation. More...
#include <pqSaveAnimationReaction.h>
Public Slots | |
void | updateEnableState () |
Updates the enabled state. More... | |
Public Member Functions | |
pqSaveAnimationReaction (QAction *parent) | |
Constructor. Parent cannot be NULL. More... | |
void | saveAnimation () |
Saves the animation from the active scene. More... | |
![]() | |
pqReaction (QAction *parent, Qt::ConnectionType type=Qt::AutoConnection) | |
Constructor. Parent cannot be NULL. More... | |
virtual | ~pqReaction () |
QAction * | parentAction () const |
Provides access to the parent action. More... | |
Protected Member Functions | |
virtual void | onTriggered () |
Called when the action is triggered. More... | |
Additional Inherited Members | |
![]() | |
virtual void | updateEnableState () |
virtual void | updateMasterEnableState (bool) |
![]() | |
bool | IsMaster |
Reaction to save animation.
Definition at line 39 of file pqSaveAnimationReaction.h.
pqSaveAnimationReaction::pqSaveAnimationReaction | ( | QAction * | parent | ) |
Constructor. Parent cannot be NULL.
void pqSaveAnimationReaction::saveAnimation | ( | ) |
Saves the animation from the active scene.
Note that this method is static. Applications can simply use this without having to create a reaction instance.
|
slot |
Updates the enabled state.
Applications need not explicitly call this.
|
inlineprotectedvirtual |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 59 of file pqSaveAnimationReaction.h.