1#ifndef ImportControlNetWorkOrder_H
2#define ImportControlNetWorkOrder_H
30#include <QFutureWatcher>
89 void cnetReady(
int ready);
101 class CreateControlsFunctor :
public std::function<
102 Control *(const QPair<FileName, Progress *> &)> {
110 QDir m_destinationFolder;
This represents an ISIS control net in a project-based GUI interface.
Definition Control.h:65
Maintains a list of Controls so that control nets can easily be copied from one Project to another,...
Definition ControlList.h:42
File name manipulation and expansion.
Definition FileName.h:100
Isis exception class.
Definition IException.h:91
~ImportControlNetWorkOrder()
Destructor.
Definition ImportControlNetWorkOrder.cpp:81
ImportControlNetWorkOrder(Project *project)
Creates a work order to import a control network.
Definition ImportControlNetWorkOrder.cpp:47
void execute()
Imports the control network asynchronously.
Definition ImportControlNetWorkOrder.cpp:151
bool setupExecution()
Sets up the work order for execution.
Definition ImportControlNetWorkOrder.cpp:126
virtual ImportControlNetWorkOrder * clone() const
This method clones the current ImportControlNetWorkOrder and returns it.
Definition ImportControlNetWorkOrder.cpp:92
virtual bool isExecutable(ProjectItem *item)
This method returns true if the user clicked on a project tree node with the text "Control Networks".
Definition ImportControlNetWorkOrder.cpp:107
void postExecution()
Clears progress.
Definition ImportControlNetWorkOrder.cpp:199
Program progress reporter.
Definition Progress.h:42
The main project for ipce.
Definition Project.h:287
Represents an item of a ProjectItemModel in Qt's model-view framework.
Definition ProjectItem.h:134
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition WorkOrder.cpp:1288
WorkOrder(Project *project)
Create a work order that will work with the given project.
Definition WorkOrder.cpp:38
This is free and unencumbered software released into the public domain.
Definition AbstractTableModel.h:24
This is free and unencumbered software released into the public domain.
Definition BoxcarCachingAlgorithm.h:13
Definition JigsawWorkOrder.h:28
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16
This is free and unencumbered software released into the public domain.
Definition CubeIoHandler.h:23