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

reaction to save extracts. More...

#include <pqSaveExtractsReaction.h>

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

Public Member Functions

 pqSaveExtractsReaction (QAction *parent)
 
 ~pqSaveExtractsReaction () override
 
- 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 bool generateExtracts ()
 Generates exports. More...
 

Protected Slots

void onTriggered () override
 Called when the action is triggered. More...
 
- Protected Slots inherited from pqReaction
virtual void onTriggered ()
 Called when the action is triggered. More...
 
virtual void updateEnableState ()
 
virtual void updateMasterEnableState (bool)
 

Additional Inherited Members

- Protected Attributes inherited from pqReaction
bool IsMaster
 

Detailed Description

reaction to save extracts.

pqSaveExtractsReaction is a reaction that can be connection to a QAction which when triggered should save extracts. This uses "SaveAnimationExtracts" proxy internally to generate extracts using the animation defined on the active session.

Definition at line 21 of file pqSaveExtractsReaction.h.

Constructor & Destructor Documentation

◆ pqSaveExtractsReaction()

pqSaveExtractsReaction::pqSaveExtractsReaction ( QAction *  parent)

◆ ~pqSaveExtractsReaction()

pqSaveExtractsReaction::~pqSaveExtractsReaction ( )
override

Member Function Documentation

◆ generateExtracts()

static bool pqSaveExtractsReaction::generateExtracts ( )
static

Generates exports.

◆ onTriggered

void pqSaveExtractsReaction::onTriggered ( )
inlineoverrideprotectedslot

Called when the action is triggered.

Definition at line 39 of file pqSaveExtractsReaction.h.


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