Loading [MathJax]/jax/output/NativeMML/config.js
 |
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef TargetGetInfoWorkOrder_H
2 #define TargetGetInfoWorkOrder_H
bool dependsOn(WorkOrder *other) const
Determines whether another WorkOrder depends upon TargetGetInfoWorkOrder.
Definition: TargetGetInfoWorkOrder.cpp:149
virtual TargetGetInfoWorkOrder * clone() const
Returns a copy of this TargetGetInfoWorkOrder instance.
Definition: TargetGetInfoWorkOrder.cpp:74
virtual bool setupExecution()
This sets up the state for the work order.
Definition: WorkOrder.cpp:1261
virtual bool isExecutable(TargetBodyQsp targetBody)
Determines if we can get target info.
Definition: TargetGetInfoWorkOrder.cpp:89
This is free and unencumbered software released into the public domain.
Definition: BoxcarCachingAlgorithm.h:13
This work order allows the user to view target body info.
Definition: TargetGetInfoWorkOrder.h:49
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
TargetInfoWidget * addTargetInfoView(TargetBodyQsp target)
Add target body data view widget to the window.
Definition: Directory.cpp:945
virtual bool setupExecution()
Attempt to retrieve the Target info.
Definition: TargetGetInfoWorkOrder.cpp:111
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
TargetBodyQsp targetBody()
WorkOrder::targetBody.
Definition: WorkOrder.cpp:746
virtual void execute()
Executes this work order.
Definition: TargetGetInfoWorkOrder.cpp:132
TargetGetInfoWorkOrder(Project *project)
Creates a WorkOrder that will retrieve Target info.
Definition: TargetGetInfoWorkOrder.cpp:45
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1300
Isis exception class.
Definition: IException.h:91
@ Programmer
This error is for when a programmer made an API call that was illegal.
Definition: IException.h:146
QStringList internalData() const
Gets the internal data for this WorkOrder.
Definition: WorkOrder.cpp:1377
QList< TargetInfoWidget * > targetInfoViews()
Accessor for the list of TargetInfoWidgets currently available.
Definition: Directory.cpp:1380
~TargetGetInfoWorkOrder()
The Destructor.
Definition: TargetGetInfoWorkOrder.cpp:66
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16