1 #ifndef MatrixViewWorkOrder_H 
    2 #define MatrixViewWorkOrder_H 
   28   class CorrelationMatrix;
 
The main project for cnetsuite. 
Definition: Project.h:105
 
virtual MatrixViewWorkOrder * clone() const 
This method clones the MatrixViewWorkOrder. 
Definition: MatrixViewWorkOrder.cpp:70
 
This is a container for the correlation matrix that comes from a bundle adjust. 
Definition: CorrelationMatrix.h:72
 
virtual bool isExecutable(CorrelationMatrix matrix)
This check is used by Directory::supportedActions(DataType data). 
Definition: MatrixViewWorkOrder.cpp:83
 
Project * project() const 
Returns the Project this WorkOrder is attached to. 
Definition: WorkOrder.cpp:1116
 
void syncRedo()
This method computes and displays the correlation matrix. 
Definition: MatrixViewWorkOrder.cpp:166
 
bool dependsOn(WorkOrder *other) const 
This method returns true if other depends on a MatrixViewWorkOrder. 
Definition: MatrixViewWorkOrder.cpp:157
 
This work order will open a MatrixSceneWidget and display the correlation matrix. ...
Definition: MatrixViewWorkOrder.h:39
 
~MatrixViewWorkOrder()
Destructor. 
Definition: MatrixViewWorkOrder.cpp:62
 
bool execute()
If WorkOrder::execute() returns true, a new matrix view is created. 
Definition: MatrixViewWorkOrder.cpp:93
 
Parent class for anything that performs an action in Project. 
Definition: WorkOrder.h:104
 
MatrixViewWorkOrder(Project *project)
This method sets the text of the work order. 
Definition: MatrixViewWorkOrder.cpp:44
 
void syncUndo()
This method deletes the last matrix viewed. 
Definition: MatrixViewWorkOrder.cpp:187