Commit 27b6c1db authored by Tracie Sucharski's avatar Tracie Sucharski
Browse files

Experiment with turning CubeDnView into a dockable widget using a MainWindow...

Experiment with turning CubeDnView into a dockable widget using a MainWindow to hold toolbars, toolpad.
parent a627d12a
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
#ifndef CubeDnView_h
#define CubeDnView_h
#ifndef CubeDnViewMW_h
#define CubeDnViewMW_h
/**
 * @file
 * $Date$
@@ -27,7 +27,7 @@
#include <QMap>
#include <QWidgetAction>

#include "AbstractProjectItemView.h"
#include "AbstractProjectItemViewMW.h"
#include "FileName.h"
#include "XmlStackedHandler.h"

@@ -81,7 +81,7 @@ namespace Isis {
   *   @history 2017-08-03 Cole Neubauer - Changed all references from IpceTool to ControlNetTool
   *                           Fixes #5090
   */
  class CubeDnView : public AbstractProjectItemView {
  class CubeDnView : public AbstractProjectItemViewMW {

    Q_OBJECT

@@ -123,6 +123,8 @@ namespace Isis {
      void enableControlNetTool();

    private slots:
      void createActions(Directory *directory);

      void onCurrentChanged(const QModelIndex &current);
      void onCubeViewportActivated(MdiCubeViewport *);
      void onItemAdded(ProjectItem *item);