25 #include <QCoreApplication>
27 #include <QMessageBox>
28 #include <QtConcurrentMap>
42 QAction::setText(tr(
"&Close Project"));
The main project for cnetsuite.
bool execute()
If WorkOrder::execute() returns true, then this method returns true.
virtual bool isExecutable()
This method will always return true.
virtual CloseProjectWorkOrder * clone() const
This method clones the CloseProjectWorkOrder.
This opens a project that's saved on disk.
CloseProjectWorkOrder(Project *project)
This method sets the text of the work order to Close Project and sets setCreatesCleanState to true...
Parent class for anything that performs an action in Project.
~CloseProjectWorkOrder()
Destructor.
virtual bool execute()
The (child) implementation of this method should prompt the user/gather state by any means necessary...
void setCreatesCleanState(bool createsCleanState)
Declare that this work order is saving the project.