|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef SaveProjectAsWorkOrder_H
2 #define SaveProjectAsWorkOrder_H
71 #endif // SaveProjectAsWorkOrder_H
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
~SaveProjectAsWorkOrder()
Destructor.
Definition: SaveProjectAsWorkOrder.cpp:69
void open(QString)
Open the project at the given path.
Definition: Project.cpp:1345
void setInternalData(QStringList data)
Sets the internal data for this WorkOrder.
Definition: WorkOrder.cpp:1318
SaveProjectAsWorkOrder(Project *project)
Creates a work order to save the project to a new location.
Definition: SaveProjectAsWorkOrder.cpp:43
virtual void execute()
Executes the work order.
Definition: SaveProjectAsWorkOrder.cpp:120
The main project for ipce.
Definition: Project.h:289
bool m_isUndoable
Set the workorder to be undoable/redoable This is defaulted to true - his will allow the workorder to...
Definition: WorkOrder.h:523
virtual bool setupExecution()
Sets up this work order prior to execution.
Definition: SaveProjectAsWorkOrder.cpp:94
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
virtual SaveProjectAsWorkOrder * clone() const
Creates a clone of this work order.
Definition: SaveProjectAsWorkOrder.cpp:79
QStringList internalData() const
Gets the internal data for this WorkOrder.
Definition: WorkOrder.cpp:1377
void setCreatesCleanState(bool createsCleanState)
Declare that this work order is saving the project.
Definition: WorkOrder.cpp:1663
Saves a project to disk (File->Save Project As...)
Definition: SaveProjectAsWorkOrder.h:54
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