FitIterationAction.h

00001 
00006 #ifndef _FitIterationAction_h
00007 #define _FitIterationAction_h
00008 
00009 // SYSTEM INCLUDES
00010 //
00011 
00012 // PROJECT INCLUDES
00013 //
00014 
00015 // LOCAL INCLUDES
00016 //
00017 #include "ToggleToolAction.h"
00018 
00019 // FORWARD REFERENCES
00020 //
00021 class FullPlotVisualizer;
00022 
00023 class FitIterationAction
00024     : public ToggleToolAction
00025 {
00026 public:
00027 // LIFECYCLE
00028 
00031     FitIterationAction(FullPlotVisualizer* pVisualizer);
00032 
00035     ~FitIterationAction(void);
00036 
00037 
00038 // OPERATORS
00039 // OPERATIONS
00040 
00041     virtual bool    Action(bool toggle);
00042 
00043 // ACCESS
00044 // INQUIRY
00045 
00046     virtual bool    IsToggled() const;
00047 
00048 protected:
00049 private:
00050     FullPlotVisualizer* mpVisualizer;
00051 };
00052 
00053 // INLINE METHODS
00054 //
00055 
00056 // EXTERNAL REFERENCES
00057 //
00058 
00059 #endif  // _FitIterationAction_h

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