00001 00014 #ifndef _cAboutGui_h 00015 #define _cAboutGui_h 00016 00017 #include "cAbout.h" 00018 #include <string> 00019 00020 using std::string; 00021 00022 class cAboutGui: public wxDialog 00023 { 00024 private: 00025 cAbout *About; 00026 const string *sAboutData; 00027 public: 00029 cAboutGui(wxWindow *Parent); 00030 00032 virtual ~cAboutGui(void); 00033 00034 void DrawAll(void); 00035 }; 00036 00037 #endif // _cAboutGui_h