1 #ifndef ImportMapTemplateWorkOrder_H 2 #define ImportMapTemplateWorkOrder_H
The main project for ipce.
ImportMapTemplateWorkOrder(Project *project)
Creates a work order to import map templates.
void execute()
Imports the templates.
virtual bool isExecutable(ProjectItem *item)
This method returns true if the user clicked on a project tree node with the text "Maps"...
Provide Undo/redo abilities, serialization, and history for an operation.
Unless noted otherwise, the portions of Isis written by the USGS are public domain.
Add map templates to a project.
~ImportMapTemplateWorkOrder()
Destructor.
void undoExecution()
Deletes the previously imported templates.
virtual ImportMapTemplateWorkOrder * clone() const
This method clones the current ImportMapTemplateWorkOrder and returns it.
bool setupExecution()
Sets up the work order for execution.
Unless noted otherwise, the portions of Isis written by the USGS are public domain.
Represents an item of a ProjectItemModel in Qt's model-view framework.
Namespace for ISIS/Bullet specific routines.
Project * project() const
Returns the Project this WorkOrder is attached to.