Reaction to save data files.
More...
#include <pqSaveDataReaction.h>
Reaction to save data files.
Definition at line 16 of file pqSaveDataReaction.h.
◆ pqSaveDataReaction()
pqSaveDataReaction::pqSaveDataReaction |
( |
QAction * |
parent | ) |
|
Constructor.
Parent cannot be nullptr.
◆ saveActiveData() [1/2]
static bool pqSaveDataReaction::saveActiveData |
( |
const QString & |
files | ) |
|
|
static |
Save data files from active port.
Users the vtkSMWriterFactory to decide what writes are available. Returns true if the creation is successful, otherwise returns false. Note that this method is static. Applications can simply use this without having to create a reaction instance.
◆ saveActiveData() [2/2]
static bool pqSaveDataReaction::saveActiveData |
( |
| ) |
|
|
static |
◆ updateEnableState
void pqSaveDataReaction::updateEnableState |
( |
| ) |
|
|
overrideslot |
Updates the enabled state.
Applications need not explicitly call this.
◆ dataUpdated
Triggered when a source became valid.
◆ onTriggered()
void pqSaveDataReaction::onTriggered |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
The documentation for this class was generated from the following file: