|
ParaView
|
Reaction to save animation. More...
#include <pqSaveAnimationReaction.h>


Public Slots | |
| void | updateEnableState () |
| Updates the enabled state. | |
Public Member Functions | |
| pqSaveAnimationReaction (QAction *parent) | |
| Constructor. Parent cannot be NULL. | |
| void | saveAnimation () |
| Saves the animation from the active scene. | |
Protected Slots | |
| void | onWriteAnimation (const QString &filename, int magnification, double framerate) |
| Slot to trace writing of animation to the Python trace. | |
Protected Member Functions | |
| virtual void | onTriggered () |
| Called when the action is triggered. | |
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.
| void pqSaveAnimationReaction::updateEnableState | ( | ) | [virtual, slot] |
Updates the enabled state.
Applications need not explicitly call this.
Reimplemented from pqReaction.
| void pqSaveAnimationReaction::onWriteAnimation | ( | const QString & | filename, |
| int | magnification, | ||
| double | framerate | ||
| ) | [protected, slot] |
Slot to trace writing of animation to the Python trace.
| virtual void pqSaveAnimationReaction::onTriggered | ( | ) | [inline, protected, virtual] |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 64 of file pqSaveAnimationReaction.h.
1.7.5.1