1#ifndef ExportControlNetWorkOrder_H 
    2#define ExportControlNetWorkOrder_H 
Maintains a list of Controls so that control nets can easily be copied from one Project to another,...
Definition ControlList.h:44
 
Write a project control network to a user-specified location.
Definition ExportControlNetWorkOrder.h:36
 
virtual ExportControlNetWorkOrder * clone() const
Clones this work order.
Definition ExportControlNetWorkOrder.cpp:84
 
virtual bool setupExecution()
Prepares for exporting a control net by soliciting information from the user.
Definition ExportControlNetWorkOrder.cpp:119
 
virtual void execute()
Executes the work order.
Definition ExportControlNetWorkOrder.cpp:185
 
bool isExecutable(ControlList *controls)
Determines if we can export a control net.
Definition ExportControlNetWorkOrder.cpp:100
 
ExportControlNetWorkOrder(Project *project)
Creates a work order for exporting a control network from the project.
Definition ExportControlNetWorkOrder.cpp:46
 
virtual void postExecution()
Display any warnings that occurred during the asynchronous computations.
Definition ExportControlNetWorkOrder.cpp:214
 
~ExportControlNetWorkOrder()
Destructor.
Definition ExportControlNetWorkOrder.cpp:72
 
The main project for ipce.
Definition Project.h:289
 
Provide Undo/redo abilities, serialization, and history for an operation.
Definition WorkOrder.h:311
 
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition WorkOrder.cpp:1298
 
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16