|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef RenameProjectWorkOrder_H
2 #define RenameProjectWorkOrder_H
RenameProjectWorkOrder(QString newName, Project *project)
Creates a work order to rename the project using the given new project name.
Definition: RenameProjectWorkOrder.cpp:44
virtual bool setupExecution()
This sets up the state for the work order.
Definition: WorkOrder.cpp:1261
Unless noted otherwise, the portions of Isis written by the USGS are public domain.
Provide Undo/redo abilities, serialization, and history for an operation.
Definition: WorkOrder.h:311
Change the project's GUI name.
Definition: RenameProjectWorkOrder.h:41
static bool isNameValid(QString nameToCheck)
Check the validity of the given (proposed) project name.
Definition: RenameProjectWorkOrder.cpp:170
void setInternalData(QStringList data)
Sets the internal data for this WorkOrder.
Definition: WorkOrder.cpp:1318
virtual RenameProjectWorkOrder * clone() const
This method clones the current RenameProjectWorkOrder and returns it.
Definition: RenameProjectWorkOrder.cpp:103
~RenameProjectWorkOrder()
Destructor.
Definition: RenameProjectWorkOrder.cpp:94
bool dependsOn(WorkOrder *other) const
This WorkOrder is only dependent on another RenameProjectWorkOrder.
Definition: RenameProjectWorkOrder.cpp:183
virtual bool setupExecution()
Setup this WorkOrder for execution.
Definition: RenameProjectWorkOrder.cpp:131
The main project for ipce.
Definition: Project.h:289
virtual void undoExecution()
Changes the project name back to the old name.
Definition: RenameProjectWorkOrder.cpp:207
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
virtual bool isExecutable(Context context)
This method returns true if the user clicked on the project name on the project tree,...
Definition: RenameProjectWorkOrder.cpp:119
virtual void execute()
This will rename the project.
Definition: RenameProjectWorkOrder.cpp:193
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1300
QString name() const
Get the project's GUI name.
Definition: Project.cpp:1625
void setName(QString newName)
Change the project's name (GUI only, doesn't affect location on disk).
Definition: Project.cpp:1684
QStringList internalData() const
Gets the internal data for this WorkOrder.
Definition: WorkOrder.cpp:1377
Context
This enumeration is for recording the context of the current Workorder (whether it is part of a proje...
Definition: WorkOrder.h:339
void setClean(bool value)
Function to change the clean state of the project.
Definition: Project.cpp:1595
@ ProjectContext
Definition: WorkOrder.h:341
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16