core/vgui/wx/vgui_wx_adaptorXmlHandler.h
Go to the documentation of this file.
00001 // This is core/vgui/wx/vgui_wx_adaptorXmlHandler.h
00002 #ifndef vgui_wx_adaptorXmlHandler_h_
00003 #define vgui_wx_adaptorXmlHandler_h_
00004 //:
00005 // \file
00006 // \brief  An XML Resource Handler for vgui_wx_adaptor
00007 // \author Matt Leotta
00008 // \date   August 6, 2008
00009 //
00010 
00011 
00012 
00013 #include <wx/xrc/xmlres.h>
00014 #include <vgui/impl/wx/vgui_wx_adaptor.h>
00015 
00016 
00017 //: XML Resource Handler for generating a vgui_wx_adaptor
00018 class WXDLLIMPEXP_XRC vgui_wx_adaptorXmlHandler : public wxXmlResourceHandler
00019 {
00020   DECLARE_DYNAMIC_CLASS(vgui_wx_adaptorXmlHandler)
00021 
00022 public:
00023   vgui_wx_adaptorXmlHandler();
00024   virtual wxObject *DoCreateResource();
00025   virtual bool CanHandle(wxXmlNode *node);
00026 };
00027 
00028 
00029 #endif  //vgui_wx_adaptorXmlHandler_h_
00030