1 #ifndef SaveProjectAsWorkOrder_H 2 #define SaveProjectAsWorkOrder_H 71 #endif // SaveProjectAsWorkOrder_H Saves a project to disk (File->Save Project As...)
virtual SaveProjectAsWorkOrder * clone() const
Creates a clone of this work order.
The main project for ipce.
virtual void execute()
Executes the work order.
~SaveProjectAsWorkOrder()
Destructor.
SaveProjectAsWorkOrder(Project *project)
Creates a work order to save the project to a new location.
Provide Undo/redo abilities, serialization, and history for an operation.
Unless noted otherwise, the portions of Isis written by the USGS are public domain.
virtual bool setupExecution()
Sets up this work order prior to execution.
Namespace for ISIS/Bullet specific routines.
Project * project() const
Returns the Project this WorkOrder is attached to.