Go to the documentation of this file.00001
00002 #ifndef vgui_wx_adaptorXmlHandler_h_
00003 #define vgui_wx_adaptorXmlHandler_h_
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 #include <wx/xrc/xmlres.h>
00014 #include <vgui/impl/wx/vgui_wx_adaptor.h>
00015
00016
00017
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