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