|
Isis 3 Programmer Reference
|
1 #ifndef ExportControlNetWorkOrder_H
2 #define ExportControlNetWorkOrder_H
60 #endif // ExportControlNetWorkOrder_H
bool isExecutable(ControlList *controls)
Determines if we can export a control net.
virtual void postExecution()
Display any warnings that occurred during the asynchronous computations.
Provide Undo/redo abilities, serialization, and history for an operation.
QString m_warning
Stores any errors that may have occurred during export.
Maintains a list of Controls so that control nets can easily be copied from one Project to another,...
virtual void execute()
Executes the work order.
Write a project control network to a user-specified location.
The main project for ipce.
ExportControlNetWorkOrder(Project *project)
Creates a work order for exporting a control network from the project.
~ExportControlNetWorkOrder()
Destructor.
virtual ExportControlNetWorkOrder * clone() const
Clones this work order.
Project * project() const
Returns the Project this WorkOrder is attached to.
virtual bool setupExecution()
Prepares for exporting a control net by soliciting information from the user.
This is free and unencumbered software released into the public domain.