1#ifndef TemplateEditViewWorkOrder_H 
    2#define TemplateEditViewWorkOrder_H 
The main project for ipce.
 
Represents an item of a ProjectItemModel in Qt's model-view framework.
 
virtual bool setupExecution()
Attempt to retrieve the Target info.
 
TemplateEditViewWorkOrder(Project *project)
Creates a WorkOrder that will retrieve Target info.
 
virtual bool isExecutable(ProjectItem *projectitem)
Determines if we can get target info.
 
virtual void execute()
Executes this work order.
 
~TemplateEditViewWorkOrder()
The Destructor.
 
virtual TemplateEditViewWorkOrder * clone() const
Returns a copy of this TemplateEditViewWorkOrder instance.
 
bool dependsOn(WorkOrder *other) const
Determines whether another WorkOrder depends upon TemplateEditViewWorkOrder.
 
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.