1#ifndef ScatterPlotTool_h
2#define ScatterPlotTool_h
7#include <QScopedPointer>
10template<
class T >
class QVector;
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 configuration dialog is for users to determine the scatter plot parameters required to create a ...
Definition ScatterPlotConfigDialog.h:29
Scatter Plot Window.
Definition ScatterPlotWindow.h:28
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