|
Isis 3 Programmer Reference
|
Go to the documentation of this file. 1 #ifndef SensorGetInfoWorkOrder_H
2 #define SensorGetInfoWorkOrder_H
25 #include "WorkOrder.h"
Provide Undo/redo abilities, serialization, and history for an operation.
~SensorGetInfoWorkOrder()
The Destructor.
virtual SensorGetInfoWorkOrder * clone() const
Returns a copy of the current instance of this WorkOrder.
void undoExecution()
Deletes the last view.
The main project for ipce.
This is a child of class WorkOrder which is used for anything that performs an action in a Project.
Project * project() const
Returns the Project this WorkOrder is attached to.
bool dependsOn(WorkOrder *other) const
Determines whether a WorkOrder depends upon SensorGetInfoWorkerOrder.
bool setupExecution()
Attempts to retrieve target body info from the camera and display it in a view.
virtual bool isExecutable(GuiCameraQsp camera)
Determine if we already have a view for this camera.
void execute()
Redisplays the sensor view.
This is free and unencumbered software released into the public domain.
SensorGetInfoWorkOrder(Project *project)
Creates a WorkOrder that will retrieve target body info.