File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
 |
Isis 3 Programmer Reference
|
Go to the documentation of this file.
26 #include <QFileDialog>
27 #include <QMessageBox>
28 #include <QtConcurrentMap>
31 #include "CubeAttribute.h"
46 QAction::setText(tr(
"&Save Project"));
47 QUndoCommand::setText(tr(
"Save Project"));
Saves a project to disk (File->Save Project...)
virtual bool setupExecution()
This sets up the state for the work order.
Provide Undo/redo abilities, serialization, and history for an operation.
The main project for ipce.
bool setupExecution()
Sets up the work order.
SaveProjectWorkOrder(Project *project)
Constructor.
Project * project() const
Returns the Project this WorkOrder is attached to.
bool save()
Generic save method to save the state of the project.
void setCreatesCleanState(bool createsCleanState)
Declare that this work order is saving the project.
virtual SaveProjectWorkOrder * clone() const
Clones an existing SaveProjectWorkder and gives back a newly allocated copy of the work order.
void setClean(bool value)
Function to change the clean state of the project.
This is free and unencumbered software released into the public domain.
~SaveProjectWorkOrder()
Destructor.