1 #ifndef TargetGetInfoWorkOrder_H
2 #define TargetGetInfoWorkOrder_H
void syncRedo()
Redisplays the Target info.
TargetGetInfoWorkOrder(Project *project)
Creates a WorkOrder that will retrieve Target info.
The main project for cnetsuite.
bool dependsOn(WorkOrder *other) const
Determines whether another WorkOrder depends upon TargetGetInfoWorkOrder.
bool execute()
Attempt to retrieve the Target info and view it.
Project * project() const
Returns the Project this WorkOrder is attached to.
This is a child of class WorkOrder which is used for anything that performs an action in a Project...
virtual bool isExecutable(TargetBodyQsp targetBody)
Determines if we already have a view for the target.
TargetBodyQsp targetBody()
WorkOrder::targetBody.
Parent class for anything that performs an action in Project.
QSharedPointer< TargetBody > TargetBodyQsp
Defines A smart pointer to a TargetBody obj.
void syncUndo()
Deletes the last view.
virtual TargetGetInfoWorkOrder * clone() const
Returns a copy of this TargetGetInfoWorkOrder instance.
~TargetGetInfoWorkOrder()
The Destructor.