xh_gridcombo.h

Go to the documentation of this file.
00001 
00002 // Name:        wx/xrc/xh_odcombo.h
00003 // Purpose:     XML resource handler for wxOwnerDrawnComboBox
00004 // Author:      Alex Bligh - based on wx/xrc/xh_combo.h
00005 // Created:     2006/06/19
00006 // RCS-ID:      $Id: xh_odcombo.h,v 1.1 2006/06/20 12:26:05 ABX Exp $
00007 // Copyright:   (c) 2006 Alex Bligh
00008 // Licence:     wxWindows licence
00010 
00011 #ifndef _WX_XH_GRIDCOMBO_H_
00012 #define _WX_XH_GRIDCOMBO_H_
00013 
00014 
00015 #include <wx/xrc/xmlres.h>
00016 
00017 
00018 /*************************************************************************
00019 Class         : wxGridComboXmlHandler
00020 Base Class    : public wxXmlResourceHandler
00021 Author        : Mikhail Tatarnikov
00022 Description   : Creator class for wxGridCombo based on XML resources.
00023 Pure Virtual  : None
00024 Known Issues  : None
00025 Usage Notes   : None
00026 Override Notes: None
00027 **************************************************************************/
00028 class WXDLLIMPEXP_XRC wxGridComboXmlHandler : public wxXmlResourceHandler
00029 {
00030 DECLARE_DYNAMIC_CLASS(wxGridComboXmlHandler)
00031 public:
00032     wxGridComboXmlHandler();
00033     virtual wxObject *DoCreateResource();
00034     virtual bool CanHandle(wxXmlNode *node);
00035 };
00036 
00037 
00038 #endif // _WX_XH_GRIDCOMBO_H_

Generated on Sat Nov 10 03:49:02 2007 for Camelot by  doxygen 1.4.4