FitResultAction.h

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

Wygenerowano Fri Sep 29 21:04:48 2006 dla EduOptim2 programem  doxygen 1.4.6