wxBackgroundBitmap.h

Go to the documentation of this file.
00001 
00002 // Name:        wxBackgroundBitmap.h
00003 // Purpose:     
00004 // Author:      NDA
00005 // Modified by: 
00006 // Created:     03/01/2007 12:54:22
00007 // RCS-ID:      
00008 // Copyright:   CAEN S.p.A All rights reserved.
00009 // Licence:     
00011 
00012 
00013 #ifndef _WXBACKGROUNDBITMAP_H_
00014 #define _WXBACKGROUNDBITMAP_H_
00015 
00016 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
00017 #pragma interface "wxBackgroundBitmap.h"
00018 #endif
00019 #include <wx\wx.h>
00020 
00021 class wxBackgroundBitmap : public wxEvtHandler {
00022     typedef wxEvtHandler Inherited;
00023 public:
00024     wxBackgroundBitmap(const wxBitmap &B, const wxWindow *parent) : m_bitmap( B), m_p_parent( parent), wxEvtHandler() { }
00025     virtual bool        ProcessEvent(wxEvent &Event);
00026 protected:
00027     wxBitmap m_bitmap;
00028     const wxWindow *m_p_parent;
00029 
00030 };
00031 
00032 #endif

Generated on Mon Mar 19 17:14:08 2007 for CAENScope by  doxygen 1.4.6-NO