1 #ifndef ImportControlNetWorkOrder_H
2 #define ImportControlNetWorkOrder_H
28 #include <QFutureWatcher>
65 void cnetReady(
int ready);
78 const QPair<FileName, Progress *> &, Control *> {
85 QDir m_destinationFolder;
93 #endif // ImportControlNetWorkOrder_H
This represents an ISIS control net in a project-based GUI interface.
void syncUndo()
This method is designed to be implemented by children work orders.
The main project for cnetsuite.
Project * project() const
Returns the Project this WorkOrder is attached to.
void postSyncRedo()
This method is designed to be implemented by children work orders.
void asyncRedo()
This method is designed to be implemented by children work orders.
Parent class for anything that performs an action in Project.
Add control networks to a project.
bool execute()
The (child) implementation of this method should prompt the user/gather state by any means necessary...
void syncRedo()
This method is designed to be implemented by children work orders.