1#ifndef CloseProjectWorkOrder_H
2#define CloseProjectWorkOrder_H
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.
Project * project() const
Returns the Project this WorkOrder is attached to.
WorkOrder(Project *project)
Create a work order that will work with the given project.
This is free and unencumbered software released into the public domain.