|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef ScatterPlotTool_h
2 #define ScatterPlotTool_h
7 #include <QScopedPointer>
10 template<
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: BoxcarCachingAlgorithm.h:13
Scatter Plot Window.
Definition: ScatterPlotWindow.h:28
virtual void paint(MdiCubeViewport *vp, QPainter *painter)
If the viewport is showing the x axis cube data or y axis cube data, and alarming is enabled,...
Definition: ScatterPlotWindow.cpp:316
This configuration dialog is for users to determine the scatter plot parameters required to create a ...
Definition: ScatterPlotConfigDialog.h:29
void setMousePosition(MdiCubeViewport *vp, QPoint mouseLoc)
Saves the current mouse position in the viewport so that the plot can be alarmed around that position...
Definition: ScatterPlotWindow.cpp:405
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