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