1#ifndef TargetGetInfoWorkOrder_H 
    2#define TargetGetInfoWorkOrder_H 
The main project for ipce.
 
This work order allows the user to view target body info.
 
~TargetGetInfoWorkOrder()
The Destructor.
 
virtual void execute()
Executes this work order.
 
virtual TargetGetInfoWorkOrder * clone() const
Returns a copy of this TargetGetInfoWorkOrder instance.
 
virtual bool setupExecution()
Attempt to retrieve the Target info.
 
TargetGetInfoWorkOrder(Project *project)
Creates a WorkOrder that will retrieve Target info.
 
bool dependsOn(WorkOrder *other) const
Determines whether another WorkOrder depends upon TargetGetInfoWorkOrder.
 
virtual bool isExecutable(TargetBodyQsp targetBody)
Determines if we can get target info.
 
Provide Undo/redo abilities, serialization, and history for an operation.
 
TargetBodyQsp targetBody()
WorkOrder::targetBody.
 
Project * project() const
Returns the Project this WorkOrder is attached to.
 
This is free and unencumbered software released into the public domain.