Visualizer.h

00001 
00006 #ifndef _Visualizer_h
00007 #define _Visualizer_h
00008 
00009 // SYSTEM INCLUDES
00010 //
00011 
00012 // PROJECT INCLUDES
00013 //
00014 
00015 // LOCAL INCLUDES
00016 //
00017 #include "../Result.h"
00018 
00019 // FORWARD REFERENCES
00020 //
00021 
00022 
00023 class Visualizer
00024     : public wxPanel
00025 {
00026 public:
00027 // LIFECYCLE
00028 
00031     Visualizer(wxWindow*        pParent,
00032                const Result&    result);
00033 
00034 
00037     ~Visualizer(void);
00038 
00039 // OPERATORS
00040 
00041 
00042 // OPERATIONS
00043 // ACCESS
00044 
00047     virtual wxString            Name() const = 0;
00048 
00049 // INQUIRY
00050 
00051 protected:
00052     const Result&   mResult;    
00053 private:
00054 };
00055 
00056 // INLINE METHODS
00057 //
00058 
00059 // EXTERNAL REFERENCES
00060 //
00061 
00062 #endif  // _Visualizer_h

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