Eduoptim2.h

00001 
00006 #ifndef _Eduoptim2_h
00007 #define _Eduoptim2_h
00008 
00009 
00010 // SYSTEM INCLUDES
00011 //
00012 
00013 // PROJECT INCLUDES
00014 //
00015 
00016 // LOCAL INCLUDES
00017 //
00018 #include "ui/MainFrame.h"
00019 #include "ui/ProgressDialog.h"
00020 
00021 // FORWARD REFERENCES
00022 //
00023 
00024 
00025 class Eduoptim2
00026     : public wxApp
00027 {
00028 public:
00029 // LIFECYCLE
00030 
00031 // OPERATORS
00032 // OPERATIONS
00033 
00034     virtual bool        OnInit();
00035 
00036 // ACCESS
00037 
00040     ProgressDialog&     rProgressDialog();
00041 
00045     wxString            ResourcesPath() const;
00046 
00047 // INQUIRY
00048 
00049 protected:
00050 private:
00051     MainFrame*        mpMainFrame;
00052     wxLocale          mLocale;
00053     ProgressDialog*   mpProgressDialog;
00054 };
00055 
00056 DECLARE_APP(Eduoptim2);
00057 
00058 // INLINE METHODS
00059 //
00060 
00061 // EXTERNAL REFERENCES
00062 //
00063 
00064 #endif  // _Eduoptim2_h_

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