|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef SaveProjectWorkOrder_H
2 #define SaveProjectWorkOrder_H
63 #endif // SaveProjectWorkOrder_H
Saves a project to disk (File->Save Project...)
Definition: SaveProjectWorkOrder.h:47
virtual bool setupExecution()
This sets up the state for the work order.
Definition: WorkOrder.cpp:1261
Provide Undo/redo abilities, serialization, and history for an operation.
Definition: WorkOrder.h:311
The main project for ipce.
Definition: Project.h:289
bool setupExecution()
Sets up the work order.
Definition: SaveProjectWorkOrder.cpp:95
SaveProjectWorkOrder(Project *project)
Constructor.
Definition: SaveProjectWorkOrder.cpp:44
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1300
bool save()
Generic save method to save the state of the project.
Definition: Project.cpp:2324
void setCreatesCleanState(bool createsCleanState)
Declare that this work order is saving the project.
Definition: WorkOrder.cpp:1663
virtual SaveProjectWorkOrder * clone() const
Clones an existing SaveProjectWorkder and gives back a newly allocated copy of the work order.
Definition: SaveProjectWorkOrder.cpp:77
void setClean(bool value)
Function to change the clean state of the project.
Definition: Project.cpp:1595
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
~SaveProjectWorkOrder()
Destructor.
Definition: SaveProjectWorkOrder.cpp:68