ParaView
Public Slots | Public Member Functions | Protected Member Functions | List of all members
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]

Public Slots

void updateEnableState ()
 Updates the enabled state. More...
 

Public Member Functions

 pqSaveAnimationReaction (QAction *parent)
 Constructor. More...
 
void saveAnimation ()
 Saves the animation from the active scene. More...
 
- Public Member Functions inherited from pqReaction
 pqReaction (QAction *parent, Qt::ConnectionType type=Qt::AutoConnection)
 Constructor. 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

- Protected Slots inherited from pqReaction
virtual void updateEnableState ()
 
virtual void updateMasterEnableState (bool)
 
- Protected Attributes inherited from pqReaction
bool IsMaster
 

Detailed Description

Reaction to save animation.

Definition at line 41 of file pqSaveAnimationReaction.h.

Constructor & Destructor Documentation

◆ pqSaveAnimationReaction()

pqSaveAnimationReaction::pqSaveAnimationReaction ( QAction *  parent)

Constructor.

Parent cannot be NULL.

Member Function Documentation

◆ saveAnimation()

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.

◆ updateEnableState

void pqSaveAnimationReaction::updateEnableState ( )
slot

Updates the enabled state.

Applications need not explicitly call this.

◆ onTriggered()

virtual void pqSaveAnimationReaction::onTriggered ( )
inlineprotectedvirtual

Called when the action is triggered.

Reimplemented from pqReaction.

Definition at line 70 of file pqSaveAnimationReaction.h.


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