Loading isis/src/qisis/objs/Directory/CnetEditorViewWorkOrder.cpp +3 −7 Original line number Diff line number Diff line Loading @@ -24,17 +24,13 @@ #include <QtDebug> #include <QFileDialog> #include <QInputDialog> #include <QMessageBox> #include <QAction> #include <QUndoCommand> #include "CnetEditorWidget.h" #include "CnetEditorView.h" #include "Control.h" #include "ControlList.h" #include "ControlDisplayProperties.h" #include "Directory.h" #include "MosaicSceneItem.h" #include "MosaicSceneWidget.h" #include "Project.h" namespace Isis { Loading isis/src/qisis/objs/Directory/CnetEditorViewWorkOrder.h +5 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,10 @@ #include "WorkOrder.h" namespace Isis { class ControlList; class Directory; class Project; /** * @brief This work order allows the user to open a cnet editor (table) view of a single control network. * This workorder is synchronous and undoable. Loading @@ -42,6 +46,7 @@ namespace Isis { * @history 2017-11-02 Tyler Wilson - Added a null pointer check on the ControList *controls * pointer in the isExecutable(...) function to prevent potential * segfaults. References #4492. * @history 2018-04-07 Tracie Sucharski - Clean up includes. */ class CnetEditorViewWorkOrder : public WorkOrder { Q_OBJECT Loading Loading
isis/src/qisis/objs/Directory/CnetEditorViewWorkOrder.cpp +3 −7 Original line number Diff line number Diff line Loading @@ -24,17 +24,13 @@ #include <QtDebug> #include <QFileDialog> #include <QInputDialog> #include <QMessageBox> #include <QAction> #include <QUndoCommand> #include "CnetEditorWidget.h" #include "CnetEditorView.h" #include "Control.h" #include "ControlList.h" #include "ControlDisplayProperties.h" #include "Directory.h" #include "MosaicSceneItem.h" #include "MosaicSceneWidget.h" #include "Project.h" namespace Isis { Loading
isis/src/qisis/objs/Directory/CnetEditorViewWorkOrder.h +5 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,10 @@ #include "WorkOrder.h" namespace Isis { class ControlList; class Directory; class Project; /** * @brief This work order allows the user to open a cnet editor (table) view of a single control network. * This workorder is synchronous and undoable. Loading @@ -42,6 +46,7 @@ namespace Isis { * @history 2017-11-02 Tyler Wilson - Added a null pointer check on the ControList *controls * pointer in the isExecutable(...) function to prevent potential * segfaults. References #4492. * @history 2018-04-07 Tracie Sucharski - Clean up includes. */ class CnetEditorViewWorkOrder : public WorkOrder { Q_OBJECT Loading