1#ifndef ScatterPlotTool_h 
    2#define ScatterPlotTool_h 
    7#include <QScopedPointer> 
   10template< 
class T > 
class QVector;
 
   14  class MdiCubeViewport;
 
   15  class ScatterPlotConfigDialog;
 
   16  class ScatterPlotWindow;
 
   42      void mouseMove(QPoint p, Qt::MouseButton);
 
   54      QPointer<QAction> m_action;
 
   56      QPointer<ScatterPlotConfigDialog> m_configDialog;
 
   58      QScopedPointer< QList< QPointer<ScatterPlotWindow> > > m_plotWindows;
 
Cube display widget for certain Isis MDI applications.
Definition: MdiCubeViewport.h:39
 
This is free and unencumbered software released into the public domain.
Definition: Calculator.h:18
 
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16