Public Slots | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
pqSaveAnimationGeometryReaction Class Reference

Reaction to save animation geometry. More...

#include <pqSaveAnimationGeometryReaction.h>

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

Public Slots

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

Public Member Functions

 pqSaveAnimationGeometryReaction (QAction *parent)
 Constructor. More...
 
- Public Member Functions inherited from pqReaction
 pqReaction (QAction *parent, Qt::ConnectionType type=Qt::AutoConnection)
 Constructor. More...
 
 ~pqReaction () override
 
QAction * parentAction () const
 Provides access to the parent action. More...
 

Static Public Member Functions

static void saveAnimationGeometry ()
 Saves the animation from the active scene. More...
 
static void saveAnimationGeometry (const QString &filename)
 

Protected Member Functions

void onTriggered () override
 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 geometry.

Definition at line 41 of file pqSaveAnimationGeometryReaction.h.

Constructor & Destructor Documentation

◆ pqSaveAnimationGeometryReaction()

pqSaveAnimationGeometryReaction::pqSaveAnimationGeometryReaction ( QAction *  parent)

Constructor.

Parent cannot be NULL.

Member Function Documentation

◆ saveAnimationGeometry() [1/2]

static void pqSaveAnimationGeometryReaction::saveAnimationGeometry ( )
static

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.

◆ saveAnimationGeometry() [2/2]

static void pqSaveAnimationGeometryReaction::saveAnimationGeometry ( const QString &  filename)
static

◆ updateEnableState

void pqSaveAnimationGeometryReaction::updateEnableState ( )
overrideslot

Updates the enabled state.

Applications need not explicitly call this.

◆ onTriggered()

void pqSaveAnimationGeometryReaction::onTriggered ( )
inlineoverrideprotectedvirtual

Called when the action is triggered.

Reimplemented from pqReaction.

Definition at line 71 of file pqSaveAnimationGeometryReaction.h.


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