Go to the documentation of this file.00001
00002 #ifndef wxSliderPanelXmlHandler_h_
00003 #define wxSliderPanelXmlHandler_h_
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 #include <wx/xrc/xmlres.h>
00014 #include <vgui/wx/wxSliderPanel.h>
00015
00016
00017
00018 class WXDLLIMPEXP_XRC wxSliderPanelXmlHandler : public wxXmlResourceHandler
00019 {
00020 DECLARE_DYNAMIC_CLASS(wxSliderPanelXmlHandler)
00021
00022 public:
00023 wxSliderPanelXmlHandler();
00024 virtual wxObject *DoCreateResource();
00025 virtual bool CanHandle(wxXmlNode *node);
00026 };
00027
00028
00029 #endif //wxSliderPanelXmlHandler_h_
00030