  | 
  
    Isis 3 Programmer Reference
    
   | 
 
 
 
 
Go to the documentation of this file.    1 #ifndef ImportMapTemplateWorkOrder_H 
    2 #define ImportMapTemplateWorkOrder_H 
   25  #include "WorkOrder.h" 
   26  #include "ProjectItem.h" 
   28  #include "TemplateList.h" 
 
 
virtual ImportMapTemplateWorkOrder * clone() const
This method clones the current ImportMapTemplateWorkOrder and returns it.
 
Provide Undo/redo abilities, serialization, and history for an operation.
 
bool setupExecution()
Sets up the work order for execution.
 
The main project for ipce.
 
Project * project() const
Returns the Project this WorkOrder is attached to.
 
void execute()
Imports the templates.
 
ImportMapTemplateWorkOrder(Project *project)
Creates a work order to import map templates.
 
Add map templates to a project.
 
~ImportMapTemplateWorkOrder()
Destructor.
 
void undoExecution()
Deletes the previously imported templates.
 
virtual bool isExecutable(ProjectItem *item)
This method returns true if the user clicked on a project tree node with the text "Maps".
 
This is free and unencumbered software released into the public domain.
 
Represents an item of a ProjectItemModel in Qt's model-view framework.