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.
This work order allows the user to view and edit a template.
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.
Provide Undo/redo abilities, serialization, and history for an operation.
Project * project() const
Returns the Project this WorkOrder is attached to.
This is free and unencumbered software released into the public domain.