1 #ifndef JigsawWorkOrder_H
2 #define JigsawWorkOrder_H
The main project for cnetsuite.
virtual JigsawWorkOrder * clone() const
This method clones the JigsawViewWorkOrder.
bool dependsOn(WorkOrder *other) const
This method returns true if other depends on a JigsawViewWorkOrder.
Project * project() const
Returns the Project this WorkOrder is attached to.
JigsawWorkOrder(Project *project)
This method sets the text of the work order.
virtual bool isExecutable()
This check is used by Directory::supportedActions(DataType data).
void syncUndo()
As of 06/06/2016 this method is not implemented as the contents are commented out.
~JigsawWorkOrder()
Destructor.
Parent class for anything that performs an action in Project.
This work order allows the user to run a bundle adjustment (jigsaw).
bool execute()
If WorkOrder::execute() returns true, this method creates a JigsawDialog.
void syncRedo()
As of 06/06/2016 this method is not implemented as the contents are commented out.