|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef ExportControlNetWorkOrder_H
2 #define ExportControlNetWorkOrder_H
60 #endif // ExportControlNetWorkOrder_H
bool isExecutable(ControlList *controls)
Determines if we can export a control net.
Definition: ExportControlNetWorkOrder.cpp:100
virtual void postExecution()
Display any warnings that occurred during the asynchronous computations.
Definition: ExportControlNetWorkOrder.cpp:214
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
QString name() const
Returns the name of the file excluding the path and the attributes in the file name.
Definition: FileName.cpp:162
QPointer< ControlList > controlList()
Returns the Control List for this WorkOrder (a list of control networks).
Definition: WorkOrder.cpp:706
File name manipulation and expansion.
Definition: FileName.h:100
Control * control(QString id)
Accessor for if the project is clearing or not.
Definition: Project.cpp:1163
Maintains a list of Controls so that control nets can easily be copied from one Project to another,...
Definition: ControlList.h:44
void setInternalData(QStringList data)
Sets the internal data for this WorkOrder.
Definition: WorkOrder.cpp:1318
virtual void execute()
Executes the work order.
Definition: ExportControlNetWorkOrder.cpp:185
This represents an ISIS control net in a project-based GUI interface.
Definition: Control.h:66
bool m_isSynchronous
This is defaulted to true.
Definition: WorkOrder.h:530
Write a project control network to a user-specified location.
Definition: ExportControlNetWorkOrder.h:36
The main project for ipce.
Definition: Project.h:289
ExportControlNetWorkOrder(Project *project)
Creates a work order for exporting a control network from the project.
Definition: ExportControlNetWorkOrder.cpp:46
~ExportControlNetWorkOrder()
Destructor.
Definition: ExportControlNetWorkOrder.cpp:72
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 void setData(Context)
Sets the context data for this WorkOrder.
Definition: WorkOrder.cpp:248
virtual ExportControlNetWorkOrder * clone() const
Clones this work order.
Definition: ExportControlNetWorkOrder.cpp:84
QString displayName() const
Returns the display name.
Definition: DisplayProperties.cpp:88
void warn(QString text, Data relevantData)
Definition: Project.cpp:2643
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1300
QList< ControlList * > controls()
Return controls in project.
Definition: Project.cpp:2038
virtual bool setupExecution()
Prepares for exporting a control net by soliciting information from the user.
Definition: ExportControlNetWorkOrder.cpp:119
QString name() const
Get the human-readable name of this control list.
Definition: ControlList.cpp:539
QStringList internalData() const
Gets the internal data for this WorkOrder.
Definition: WorkOrder.cpp:1377
This is free and unencumbered software released into the public domain.
Definition: CubeIoHandler.h:22
ControlDisplayProperties * displayProperties()
Access a pointer to the display properties for the control network.
Definition: Control.cpp:252
QString id() const
Access the unique ID associated with this Control.
Definition: Control.cpp:282
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
QString fileName() const
Access the name of the control network file associated with this Control.
Definition: Control.cpp:272