ParaView
Public Slots | Public Member Functions | Protected Slots | Protected Member Functions
pqSaveAnimationReaction Class Reference

Reaction to save animation. More...

#include <pqSaveAnimationReaction.h>

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

List of all members.

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.

Detailed Description

Reaction to save animation.

Definition at line 39 of file pqSaveAnimationReaction.h.


Constructor & Destructor Documentation

pqSaveAnimationReaction::pqSaveAnimationReaction ( QAction *  parent)

Constructor. Parent cannot be NULL.


Member Function Documentation

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.


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