1 #ifndef PlotWindowBestFitDialog_h 2 #define PlotWindowBestFitDialog_h 11 class QwtPlotSpectrogram;
42 void refreshWidgetStates();
46 QwtPlotSpectrogram *selectedSpectrogram();
66 QPointer<QComboBox> m_curvesCombo;
68 QPointer<QLabel> m_equationLabel;
70 QPointer<QLabel> m_correlationLabel;
72 QPointer<QLabel> m_determinationLabel;
78 QPointer<QPushButton> m_okayButton;
81 QPointer<PlotWindow> m_plotWindowWithCurves;
84 QScopedPointer<MultivariateStatistics> m_curveMultivariateStats;
PlotWindowBestFitDialog(PlotWindow *windowWithCurves, QWidget *parent)
Create a PlotWindowBestFitDialog.
Definition: PlotWindowBestFitDialog.cpp:33
void createBestFitLine()
This is called when the user wants the best fit line.
Definition: PlotWindowBestFitDialog.cpp:112
Definition: PlotWindow.h:88
virtual ~PlotWindowBestFitDialog()
Definition: PlotWindowBestFitDialog.cpp:101
Definition: PlotWindowBestFitDialog.h:30
This is a plot curve with information relating it to a particular cube or region of a cube...
Definition: CubePlotCurve.h:68
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
void readCurvesFromWindow()
This populates the curve selection combo with all of the available information inside of the PlotWind...
Definition: PlotWindowBestFitDialog.cpp:203