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

Reaction to export an animated scene in a web format. More...

#include <pqAnimatedExportReaction.h>

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

Public Slots

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

Public Member Functions

 pqAnimatedExportReaction (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 Export ()
 Export the animated scene from the active render view. More...
 
static void Export (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 export an animated scene in a web format.

Definition at line 13 of file pqAnimatedExportReaction.h.

Constructor & Destructor Documentation

◆ pqAnimatedExportReaction()

pqAnimatedExportReaction::pqAnimatedExportReaction ( QAction *  parent)

Constructor.

Parent cannot be nullptr.

Member Function Documentation

◆ Export() [1/2]

static void pqAnimatedExportReaction::Export ( )
static

Export the animated scene from the active render view.

Note that this method is static. Applications can simply use this without having to create a reaction instance.

◆ Export() [2/2]

static void pqAnimatedExportReaction::Export ( const QString &  filename)
static

◆ updateEnableState

void pqAnimatedExportReaction::updateEnableState ( )
overrideslot

Updates the enabled state.

Applications need not explicitly call this.

◆ onTriggered()

void pqAnimatedExportReaction::onTriggered ( )
inlineoverrideprotectedvirtual

Called when the action is triggered.

Reimplemented from pqReaction.

Definition at line 43 of file pqAnimatedExportReaction.h.


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