Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members | Related Pages

cImagePanel.h

Go to the documentation of this file.
00001 
00014 #ifndef _cImagePanel_h
00015 #define _cImagePanel_h
00016 
00017 #include <wx/panel.h>
00018 #include <wx/image.h>
00019 
00020 class cImagePanel: public wxPanel
00021 {
00022 public:
00023 
00025         cImagePanel(wxWindow *pParent, wxImage *pImage);
00026         
00028         ~cImagePanel();
00029 
00030 
00031 protected:
00032 
00033 
00034 private:
00035         wxImage *m_pImage;
00036         
00037         DECLARE_EVENT_TABLE()
00038         void OnPaint(wxPaintEvent& event);
00039 };
00040 
00041 #endif // _cImagePanel_h
00042 

Generated on Wed Feb 25 01:15:10 2004 for eDonkeyFilesManager by doxygen 1.3.2