4 #ifndef pqSaveStateReaction_h 5 #define pqSaveStateReaction_h 35 static bool saveState();
43 static bool saveState(
pqServer* server);
51 static bool saveState(
52 const QString& filename, vtkTypeUInt32
location = 0x10 );
65 static bool savePythonState(
66 const QString& filename, vtkTypeUInt32
location = 0x10 );
67 static bool savePythonState(
const QString& filename,
vtkSMProxy* options, vtkTypeUInt32
location);
77 static vtkSMProxy* createPythonStateOptions(
bool interactive);
virtual void updateEnableState()
#define PQAPPLICATIONCOMPONENTS_EXPORT
This is a superclass just to make it easier to collect all such reactions.
static bool saveState()
Open File dialog, with the active server, in order to choose the location and the type of the state f...
proxy for a VTK object(s) on a server
Reaction for saving state file.
void onTriggered() override
Called when the action is triggered.
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...