1 #ifndef SensorGetInfoWorkOrder_H
2 #define SensorGetInfoWorkOrder_H
The main project for cnetsuite.
This is a child of class WorkOrder which is used for anything that performs an action in a Project...
bool dependsOn(WorkOrder *other) const
Determines whether a WorkOrder depends upon SensorGetInfoWorkerOrder.
Project * project() const
Returns the Project this WorkOrder is attached to.
void syncRedo()
Redisplays the sensor view.
void syncUndo()
Deletes the last view.
SensorGetInfoWorkOrder(Project *project)
Constructor that creates a WorkOrder that will retrieve target body info.
Parent class for anything that performs an action in Project.
~SensorGetInfoWorkOrder()
The Destructor.
bool execute()
Attempts to retrieve target body info from the camera and display it in a view.
virtual bool isExecutable(GuiCameraQsp camera)
Determines if this WorkOrder can be executed.
virtual SensorGetInfoWorkOrder * clone() const
Returns a copy of the current instance of this WorkOrder.
QSharedPointer< GuiCamera > GuiCameraQsp
GuiCameraQsp Represents a smart pointer to a GuiCamera object.