00001
00006 #ifndef _FitResultAction_h
00007 #define _FitResultAction_h
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #include "ClickToolAction.h"
00018 #include "PlotControl.h"
00019
00020
00021
00022
00023 class FitResultAction
00024 : public ClickToolAction
00025 {
00026 public:
00027
00028
00031 FitResultAction(PlotControl* pPlotControl);
00032
00033
00034
00035
00036 virtual void Action();
00037
00038
00039
00040
00041 protected:
00042 private:
00043 PlotControl* mpPlotControl;
00044 };
00045
00046
00047
00048
00049
00050
00051
00052 #endif // _FitResultAction_h