Isis Developer Reference
ExportControlNetWorkOrder.h
Go to the documentation of this file.
1 #ifndef ExportControlNetWorkOrder_H
2 #define ExportControlNetWorkOrder_H
3 
4 #include "WorkOrder.h"
5 
6 
7 namespace Isis {
37  Q_OBJECT
38  public:
42 
43  virtual ExportControlNetWorkOrder *clone() const;
44 
45  bool isExecutable(ControlList *controls);
46 
47  virtual bool setupExecution();
48  virtual void execute();
49 
50  protected:
51  virtual void postExecution();
52 
53  private:
55 
56  QString m_warning;
57  };
58 }
59 
60 #endif // ExportControlNetWorkOrder_H
Isis::ExportControlNetWorkOrder::isExecutable
bool isExecutable(ControlList *controls)
Determines if we can export a control net.
Definition: ExportControlNetWorkOrder.cpp:100
FileName.h
Isis::ExportControlNetWorkOrder::postExecution
virtual void postExecution()
Display any warnings that occurred during the asynchronous computations.
Definition: ExportControlNetWorkOrder.cpp:214
Isis::WorkOrder::setupExecution
virtual bool setupExecution()
This sets up the state for the work order.
Definition: WorkOrder.cpp:1261
QList
This is free and unencumbered software released into the public domain.
Definition: BoxcarCachingAlgorithm.h:13
Isis::WorkOrder
Provide Undo/redo abilities, serialization, and history for an operation.
Definition: WorkOrder.h:311
Project.h
Isis::FileName::name
QString name() const
Returns the name of the file excluding the path and the attributes in the file name.
Definition: FileName.cpp:162
Isis::WorkOrder::controlList
QPointer< ControlList > controlList()
Returns the Control List for this WorkOrder (a list of control networks).
Definition: WorkOrder.cpp:706
Isis::FileName
File name manipulation and expansion.
Definition: FileName.h:100
Isis::Project::control
Control * control(QString id)
Accessor for if the project is clearing or not.
Definition: Project.cpp:1163
Isis::ControlList
Maintains a list of Controls so that control nets can easily be copied from one Project to another,...
Definition: ControlList.h:44
Isis::WorkOrder::setInternalData
void setInternalData(QStringList data)
Sets the internal data for this WorkOrder.
Definition: WorkOrder.cpp:1318
Isis::ExportControlNetWorkOrder::execute
virtual void execute()
Executes the work order.
Definition: ExportControlNetWorkOrder.cpp:185
Isis::Control
This represents an ISIS control net in a project-based GUI interface.
Definition: Control.h:66
Isis::WorkOrder::m_isSynchronous
bool m_isSynchronous
This is defaulted to true.
Definition: WorkOrder.h:530
QStringList
IString.h
ControlList.h
Isis::ExportControlNetWorkOrder
Write a project control network to a user-specified location.
Definition: ExportControlNetWorkOrder.h:36
Isis::Project
The main project for ipce.
Definition: Project.h:289
Isis::ExportControlNetWorkOrder::ExportControlNetWorkOrder
ExportControlNetWorkOrder(Project *project)
Creates a work order for exporting a control network from the project.
Definition: ExportControlNetWorkOrder.cpp:46
WorkOrder.h
Isis::ExportControlNetWorkOrder::~ExportControlNetWorkOrder
~ExportControlNetWorkOrder()
Destructor.
Definition: ExportControlNetWorkOrder.cpp:72
ControlNet.h
Isis::WorkOrder::m_isUndoable
bool m_isUndoable
Set the workorder to be undoable/redoable This is defaulted to true - his will allow the workorder to...
Definition: WorkOrder.h:523
Isis::WorkOrder::setData
virtual void setData(Context)
Sets the context data for this WorkOrder.
Definition: WorkOrder.cpp:248
Isis::ExportControlNetWorkOrder::clone
virtual ExportControlNetWorkOrder * clone() const
Clones this work order.
Definition: ExportControlNetWorkOrder.cpp:84
Isis::DisplayProperties::displayName
QString displayName() const
Returns the display name.
Definition: DisplayProperties.cpp:88
Isis::Project::warn
void warn(QString text, Data relevantData)
Definition: Project.cpp:2643
Isis::WorkOrder::project
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1300
Isis::Project::controls
QList< ControlList * > controls()
Return controls in project.
Definition: Project.cpp:2038
IException.h
Isis::ExportControlNetWorkOrder::setupExecution
virtual bool setupExecution()
Prepares for exporting a control net by soliciting information from the user.
Definition: ExportControlNetWorkOrder.cpp:119
Isis::ControlList::name
QString name() const
Get the human-readable name of this control list.
Definition: ControlList.cpp:539
Isis::WorkOrder::internalData
QStringList internalData() const
Gets the internal data for this WorkOrder.
Definition: WorkOrder.cpp:1377
QMap
This is free and unencumbered software released into the public domain.
Definition: CubeIoHandler.h:22
Control.h
Isis::Control::displayProperties
ControlDisplayProperties * displayProperties()
Access a pointer to the display properties for the control network.
Definition: Control.cpp:252
Isis::Control::id
QString id() const
Access the unique ID associated with this Control.
Definition: Control.cpp:282
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
ExportControlNetWorkOrder.h
Isis::Control::fileName
QString fileName() const
Access the name of the control network file associated with this Control.
Definition: Control.cpp:272