1 #ifndef TemplateEditViewWorkOrder_H 2 #define TemplateEditViewWorkOrder_H virtual bool setupExecution()
Attempt to retrieve the Target info.
The main project for ipce.
Provide Undo/redo abilities, serialization, and history for an operation.
Unless noted otherwise, the portions of Isis written by the USGS are public domain.
TemplateEditViewWorkOrder(Project *project)
Creates a WorkOrder that will retrieve Target info.
This work order allows the user to view and edit a template.
virtual TemplateEditViewWorkOrder * clone() const
Returns a copy of this TemplateEditViewWorkOrder instance.
bool dependsOn(WorkOrder *other) const
Determines whether another WorkOrder depends upon TemplateEditViewWorkOrder.
Represents an item of a ProjectItemModel in Qt's model-view framework.
virtual void execute()
Executes this work order.
Namespace for ISIS/Bullet specific routines.
Project * project() const
Returns the Project this WorkOrder is attached to.
virtual bool isExecutable(ProjectItem *projectitem)
Determines if we can get target info.
~TemplateEditViewWorkOrder()
The Destructor.