  | 
  
    Isis Developer Reference
    
   | 
 
 
 
 
Go to the documentation of this file.    1 #ifndef TemplateEditViewWorkOrder_H 
    2 #define TemplateEditViewWorkOrder_H 
 
 
virtual TemplateEditViewWorkOrder * clone() const
Returns a copy of this TemplateEditViewWorkOrder instance.
Definition: TemplateEditViewWorkOrder.cpp:77
 
virtual bool setupExecution()
This sets up the state for the work order.
Definition: WorkOrder.cpp:1261
 
This is free and unencumbered software released into the public domain.
Definition: BoxcarCachingAlgorithm.h:13
 
Provide Undo/redo abilities, serialization, and history for an operation.
Definition: WorkOrder.h:311
 
QList< TemplateEditorWidget * > templateEditorViews()
Accessor for the list of TemplateEditorWidgets currently available.
Definition: Directory.cpp:1395
 
bool m_isSavedToHistory
Set the work order to be shown in the HistoryTreeWidget.
Definition: WorkOrder.h:537
 
void setInternalData(QStringList data)
Sets the internal data for this WorkOrder.
Definition: WorkOrder.cpp:1318
 
TemplateEditViewWorkOrder(Project *project)
Creates a WorkOrder that will retrieve Target info.
Definition: TemplateEditViewWorkOrder.cpp:46
 
virtual bool isExecutable(ProjectItem *projectitem)
Determines if we can get target info.
Definition: TemplateEditViewWorkOrder.cpp:92
 
The main project for ipce.
Definition: Project.h:289
 
Directory * directory() const
Returns the directory associated with this Project.
Definition: Project.cpp:1229
 
This work order allows the user to view and edit a template.
Definition: TemplateEditViewWorkOrder.h:42
 
bool dependsOn(WorkOrder *other) const
Determines whether another WorkOrder depends upon TemplateEditViewWorkOrder.
Definition: TemplateEditViewWorkOrder.cpp:156
 
virtual bool setupExecution()
Attempt to retrieve the Target info.
Definition: TemplateEditViewWorkOrder.cpp:119
 
bool m_isUndoable
Set the workorder to be undoable/redoable This is defaulted to true - his will allow the workorder to...
Definition: WorkOrder.h:523
 
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
 
QString fileName() const
Get the file name that this Template represents.
Definition: Template.cpp:50
 
~TemplateEditViewWorkOrder()
The Destructor.
Definition: TemplateEditViewWorkOrder.cpp:69
 
Definition: Template.h:30
 
Template * getTemplate()
WorkOrder::getTemplate.
Definition: WorkOrder.cpp:736
 
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1300
 
Isis exception class.
Definition: IException.h:91
 
@ Programmer
This error is for when a programmer made an API call that was illegal.
Definition: IException.h:146
 
virtual void execute()
Executes this work order.
Definition: TemplateEditViewWorkOrder.cpp:139
 
QStringList internalData() const
Gets the internal data for this WorkOrder.
Definition: WorkOrder.cpp:1377
 
TemplateEditorWidget * addTemplateEditorView(Template *currentTemplate)
Add template editor view widget to the window.
Definition: Directory.cpp:966
 
Template * getTemplate() const
Returns the Template stored in the data of the item.
Definition: ProjectItem.cpp:516
 
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
 
Represents an item of a ProjectItemModel in Qt's model-view framework.
Definition: ProjectItem.h:134
 
bool isTemplate() const
Definition: ProjectItem.cpp:602