1 #ifndef ExportControlNetWorkOrder_H
2 #define ExportControlNetWorkOrder_H
47 #endif // ExportControlNetWorkOrder_H
bool isExecutable(ControlList *controls)
Currently, this work order only works with either no data (file menu) or with a single control networ...
Definition: ExportControlNetWorkOrder.cpp:68
The main project for cnetsuite.
Definition: Project.h:105
Write a project control network to a user-specified location.
Definition: ExportControlNetWorkOrder.h:23
void asyncRedo()
Use internalData() and write the control network into the output file.
Definition: ExportControlNetWorkOrder.cpp:129
Maintains a list of Controls so that control nets can easily be copied from one Project to another...
Definition: ControlList.h:34
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1116
void postSyncRedo()
Display any warnings that occurred during the asynchronous computations.
Definition: ExportControlNetWorkOrder.cpp:156
Parent class for anything that performs an action in Project.
Definition: WorkOrder.h:104
virtual ExportControlNetWorkOrder * clone() const
Definition: ExportControlNetWorkOrder.cpp:55
ExportControlNetWorkOrder(Project *project)
Definition: ExportControlNetWorkOrder.cpp:39
~ExportControlNetWorkOrder()
Definition: ExportControlNetWorkOrder.cpp:50
bool execute()
Prompts the user for input.
Definition: ExportControlNetWorkOrder.cpp:80