1#ifndef CloseProjectWorkOrder_H
2#define CloseProjectWorkOrder_H
This opens a project that's saved on disk.
void execute()
@description Clear the current Project
virtual bool isExecutable()
This method will always return true.
~CloseProjectWorkOrder()
Destructor.
virtual CloseProjectWorkOrder * clone() const
This method clones the CloseProjectWorkOrder.
CloseProjectWorkOrder(Project *project)
This method sets the text of the work order to Close Project and sets setCreatesCleanState to true.
bool setupExecution()
If WorkOrder::execute() returns true, then this method returns true.
The main project for ipce.
Provide Undo/redo abilities, serialization, and history for an operation.
Project * project() const
Returns the Project this WorkOrder is attached to.
This is free and unencumbered software released into the public domain.