wxManualPaintPanel.h

Go to the documentation of this file.
00001 #ifndef _WX_MANUAL_PAINT_PANEL_H_
00002 #define _WX_MANUAL_PAINT_PANEL_H_
00003 
00004 #include "ManualPaintPanel.h"
00005 #include <wx/wx.h>
00006 #include <wx/panel.h>
00007 
00008 class wxManualPaintPanel : public wxPanel , ManualPaintPanel {
00009 public:
00010         wxManualPaintPanel(wxWindow * parent);
00011         virtual ~wxManualPaintPanel();
00012 
00013 private:
00014 
00015 
00016 protected:
00017 
00018 };
00019 
00020 
00021 #endif // _WX_MANUAL_PAINT_PANEL_H_

Generated on 20 Oct 2010 for creaMaracasVisu_lib by  doxygen 1.6.1