1#ifndef TargetGetInfoWorkOrder_H 
    2#define TargetGetInfoWorkOrder_H 
The main project for ipce.
 
Container class for TargetBody.
 
~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.
 
TargetBodyQsp targetBody()
WorkOrder::targetBody.
 
Project * project() const
Returns the Project this WorkOrder is attached to.
 
WorkOrder(Project *project)
Create a work order that will work with the given project.
 
This is free and unencumbered software released into the public domain.
 
QSharedPointer< TargetBody > TargetBodyQsp
Defines A smart pointer to a TargetBody obj.