reaction to save extracts. More...
#include <pqSaveExtractsReaction.h>
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 |
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.
pqSaveExtractsReaction::pqSaveExtractsReaction | ( | QAction * | parent | ) |
|
override |
|
static |
Generates exports.
|
inlineoverrideprotectedslot |
Called when the action is triggered.
Definition at line 39 of file pqSaveExtractsReaction.h.