  | 
  
    Isis Developer Reference
    
   | 
 
 
 
 
Go to the documentation of this file.    1 #ifndef SensorGetInfoWorkOrder_H 
    2 #define SensorGetInfoWorkOrder_H 
 
 
SensorInfoWidget * addSensorInfoView(GuiCameraQsp camera)
Add sensor data view widget to the window.
Definition: Directory.cpp:1004
 
virtual bool setupExecution()
This sets up the state for the work order.
Definition: WorkOrder.cpp:1261
 
This is free and unencumbered software released into the public domain.
Definition: BoxcarCachingAlgorithm.h:13
 
Provide Undo/redo abilities, serialization, and history for an operation.
Definition: WorkOrder.h:311
 
bool m_isSavedToHistory
Set the work order to be shown in the HistoryTreeWidget.
Definition: WorkOrder.h:537
 
void setInternalData(QStringList data)
Sets the internal data for this WorkOrder.
Definition: WorkOrder.cpp:1318
 
~SensorGetInfoWorkOrder()
The Destructor.
Definition: SensorGetInfoWorkOrder.cpp:64
 
virtual SensorGetInfoWorkOrder * clone() const
Returns a copy of the current instance of this WorkOrder.
Definition: SensorGetInfoWorkOrder.cpp:72
 
void undoExecution()
Deletes the last view.
Definition: SensorGetInfoWorkOrder.cpp:152
 
The main project for ipce.
Definition: Project.h:289
 
Directory * directory() const
Returns the directory associated with this Project.
Definition: Project.cpp:1229
 
bool m_isUndoable
Set the workorder to be undoable/redoable This is defaulted to true - his will allow the workorder to...
Definition: WorkOrder.h:523
 
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
 
This is a child of class WorkOrder which is used for anything that performs an action in a Project.
Definition: SensorGetInfoWorkOrder.h:46
 
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1300
 
bool dependsOn(WorkOrder *other) const
Determines whether a WorkOrder depends upon SensorGetInfoWorkerOrder.
Definition: SensorGetInfoWorkOrder.cpp:127
 
Isis exception class.
Definition: IException.h:91
 
bool setupExecution()
Attempts to retrieve target body info from the camera and display it in a view.
Definition: SensorGetInfoWorkOrder.cpp:106
 
@ Programmer
This error is for when a programmer made an API call that was illegal.
Definition: IException.h:146
 
GuiCameraQsp guiCamera()
WorkOrder::guiCamera.
Definition: WorkOrder.cpp:756
 
QList< SensorInfoWidget * > sensorInfoViews()
Accessor for the list of SensorInfoWidgets currently available.
Definition: Directory.cpp:1365
 
QStringList internalData() const
Gets the internal data for this WorkOrder.
Definition: WorkOrder.cpp:1377
 
virtual bool isExecutable(GuiCameraQsp camera)
Determine if we already have a view for this camera.
Definition: SensorGetInfoWorkOrder.cpp:86
 
void execute()
Redisplays the sensor view.
Definition: SensorGetInfoWorkOrder.cpp:136
 
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
 
SensorGetInfoWorkOrder(Project *project)
Creates a WorkOrder that will retrieve target body info.
Definition: SensorGetInfoWorkOrder.cpp:43