1 #ifndef OpenRecentProjectWorkOrder_H
2 #define OpenRecentProjectWorkOrder_H
65 #endif // OpenRecentProjectWorkOrder_H
The main project for cnetsuite.
Project * project() const
Returns the Project this WorkOrder is attached to.
This is a child of class WorkOrder which is used for anything that performs an action in a Project...
bool execute()
Attempts to open the recent project.
OpenRecentProjectWorkOrder(Project *project)
Constructor which creates a WorkOrder that will open a recent project.
~OpenRecentProjectWorkOrder()
The Destructor.
virtual bool isExecutable(QString projectFileName)
This function determines if the given project file name can be opened.
Parent class for anything that performs an action in Project.
virtual OpenRecentProjectWorkOrder * clone() const
Returns a copy of this OpenRecentProjectWorkOrder instance.