reaction to save extracts. More...
#include <pqSaveExtractsReaction.h>
Public Member Functions | |
pqSaveExtractsReaction (QAction *parent) | |
~pqSaveExtractsReaction () override | |
![]() | |
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... | |
![]() | |
virtual void | onTriggered () |
Called when the action is triggered. More... | |
virtual void | updateEnableState () |
virtual void | updateMasterEnableState (bool) |
Additional Inherited Members | |
![]() | |
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.