1 #ifndef SensorGetInfoWorkOrder_H 2 #define SensorGetInfoWorkOrder_H void execute()
Redisplays the sensor view.
Definition: SensorGetInfoWorkOrder.cpp:136
The main project for ipce.
Definition: Project.h:289
This is a child of class WorkOrder which is used for anything that performs an action in a Project...
Definition: SensorGetInfoWorkOrder.h:46
SensorGetInfoWorkOrder(Project *project)
Creates a WorkOrder that will retrieve target body info.
Definition: SensorGetInfoWorkOrder.cpp:43
Provide Undo/redo abilities, serialization, and history for an operation.
Definition: WorkOrder.h:322
Unless noted otherwise, the portions of Isis written by the USGS are public domain.
~SensorGetInfoWorkOrder()
The Destructor.
Definition: SensorGetInfoWorkOrder.cpp:64
bool setupExecution()
Attempts to retrieve target body info from the camera and display it in a view.
Definition: SensorGetInfoWorkOrder.cpp:106
virtual bool isExecutable(GuiCameraQsp camera)
Determine if we already have a view for this camera.
Definition: SensorGetInfoWorkOrder.cpp:86
void undoExecution()
Deletes the last view.
Definition: SensorGetInfoWorkOrder.cpp:152
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
bool dependsOn(WorkOrder *other) const
Determines whether a WorkOrder depends upon SensorGetInfoWorkerOrder.
Definition: SensorGetInfoWorkOrder.cpp:127
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1314
virtual SensorGetInfoWorkOrder * clone() const
Returns a copy of the current instance of this WorkOrder.
Definition: SensorGetInfoWorkOrder.cpp:72