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