1 #ifndef SaveProjectWorkOrder_H 2 #define SaveProjectWorkOrder_H 63 #endif // SaveProjectWorkOrder_H The main project for ipce.
~SaveProjectWorkOrder()
Destructor.
Provide Undo/redo abilities, serialization, and history for an operation.
Unless noted otherwise, the portions of Isis written by the USGS are public domain.
Namespace for ISIS/Bullet specific routines.
SaveProjectWorkOrder(Project *project)
Constructor.
bool setupExecution()
Sets up the work order.
Saves a project to disk (File->Save Project...)
Project * project() const
Returns the Project this WorkOrder is attached to.
virtual SaveProjectWorkOrder * clone() const
Clones an existing SaveProjectWorkder and gives back a newly allocated copy of the work order...