1#ifndef SensorGetInfoWorkOrder_H
2#define SensorGetInfoWorkOrder_H
Container class for GuiCamera.
The main project for ipce.
bool setupExecution()
Attempts to retrieve target body info from the camera and display it in a view.
void execute()
Redisplays the sensor view.
virtual bool isExecutable(GuiCameraQsp camera)
Determine if we already have a view for this camera.
void undoExecution()
Deletes the last view.
virtual SensorGetInfoWorkOrder * clone() const
Returns a copy of the current instance of this WorkOrder.
SensorGetInfoWorkOrder(Project *project)
Creates a WorkOrder that will retrieve target body info.
bool dependsOn(WorkOrder *other) const
Determines whether a WorkOrder depends upon SensorGetInfoWorkerOrder.
~SensorGetInfoWorkOrder()
The Destructor.
Project * project() const
Returns the Project this WorkOrder is attached to.
WorkOrder(Project *project)
Create a work order that will work with the given project.
This is free and unencumbered software released into the public domain.
QSharedPointer< GuiCamera > GuiCameraQsp
GuiCameraQsp Represents a smart pointer to a GuiCamera object.