File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
 |
Isis 3 Programmer Reference
|
Go to the documentation of this file. 1 #ifndef TargetGetInfoWorkOrder_H
2 #define TargetGetInfoWorkOrder_H
25 #include "WorkOrder.h"
bool dependsOn(WorkOrder *other) const
Determines whether another WorkOrder depends upon TargetGetInfoWorkOrder.
virtual TargetGetInfoWorkOrder * clone() const
Returns a copy of this TargetGetInfoWorkOrder instance.
virtual bool isExecutable(TargetBodyQsp targetBody)
Determines if we can get target info.
This work order allows the user to view target body info.
Provide Undo/redo abilities, serialization, and history for an operation.
virtual bool setupExecution()
Attempt to retrieve the Target info.
The main project for ipce.
TargetBodyQsp targetBody()
WorkOrder::targetBody.
virtual void execute()
Executes this work order.
TargetGetInfoWorkOrder(Project *project)
Creates a WorkOrder that will retrieve Target info.
Project * project() const
Returns the Project this WorkOrder is attached to.
~TargetGetInfoWorkOrder()
The Destructor.
This is free and unencumbered software released into the public domain.