Searched refs:wxXmlResourceHandler (Results 101 - 118 of 118) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_wizrd.cpp28 IMPLEMENT_DYNAMIC_CLASS(wxWizardXmlHandler, wxXmlResourceHandler)
30 wxWizardXmlHandler::wxWizardXmlHandler() : wxXmlResourceHandler()
H A Dxh_chckl.cpp28 IMPLEMENT_DYNAMIC_CLASS(wxCheckListBoxXmlHandler, wxXmlResourceHandler)
31 : wxXmlResourceHandler(), m_insideBox(false)
H A Dxh_choicbk.cpp30 IMPLEMENT_DYNAMIC_CLASS(wxChoicebookXmlHandler, wxXmlResourceHandler)
33 :wxXmlResourceHandler(),
H A Dxh_listbk.cpp30 IMPLEMENT_DYNAMIC_CLASS(wxListbookXmlHandler, wxXmlResourceHandler)
33 :wxXmlResourceHandler(),
H A Dxh_mdi.cpp29 IMPLEMENT_DYNAMIC_CLASS(wxMdiXmlHandler, wxXmlResourceHandler)
31 wxMdiXmlHandler::wxMdiXmlHandler() : wxXmlResourceHandler()
H A Dxh_notbk.cpp30 IMPLEMENT_DYNAMIC_CLASS(wxNotebookXmlHandler, wxXmlResourceHandler)
33 :wxXmlResourceHandler(),
H A Dxh_split.cpp28 IMPLEMENT_DYNAMIC_CLASS(wxSplitterWindowXmlHandler, wxXmlResourceHandler)
30 wxSplitterWindowXmlHandler::wxSplitterWindowXmlHandler() : wxXmlResourceHandler()
H A Dxh_statbar.cpp29 IMPLEMENT_DYNAMIC_CLASS(wxStatusBarXmlHandler, wxXmlResourceHandler)
32 :wxXmlResourceHandler()
H A Dxmlres.cpp231 IMPLEMENT_ABSTRACT_CLASS(wxXmlResourceHandler, wxObject)
233 void wxXmlResource::AddHandler(wxXmlResourceHandler *handler)
239 void wxXmlResource::InsertHandler(wxXmlResourceHandler *handler)
669 wxXmlResourceHandler *handlerToUse)
692 wxXmlResourceHandler *handler;
706 handler = (wxXmlResourceHandler*)ND->GetData();
756 wxXmlResourceHandler::wxXmlResourceHandler() function in class:wxXmlResourceHandler
763 wxObject *wxXmlResourceHandler::CreateResource(wxXmlNode *node, wxObject *parent, wxObject *instance)
810 void wxXmlResourceHandler
[all...]
H A Dxh_propdlg.cpp32 IMPLEMENT_DYNAMIC_CLASS(wxPropertySheetDialogXmlHandler, wxXmlResourceHandler)
35 :wxXmlResourceHandler(),
H A Dxh_radbx.cpp27 IMPLEMENT_DYNAMIC_CLASS(wxRadioBoxXmlHandler, wxXmlResourceHandler)
30 : wxXmlResourceHandler(), m_insideBox(false)
H A Dxh_treebk.cpp29 IMPLEMENT_DYNAMIC_CLASS(wxTreebookXmlHandler, wxXmlResourceHandler)
32 : wxXmlResourceHandler(),
H A Dxh_toolb.cpp27 IMPLEMENT_DYNAMIC_CLASS(wxToolBarXmlHandler, wxXmlResourceHandler)
30 : wxXmlResourceHandler(), m_isInside(false), m_toolbar(NULL)
H A Dxh_sizer.cpp42 IMPLEMENT_DYNAMIC_CLASS(wxSizerXmlHandler, wxXmlResourceHandler)
45 :wxXmlResourceHandler(),
393 IMPLEMENT_DYNAMIC_CLASS(wxStdDialogButtonSizerXmlHandler, wxXmlResourceHandler)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xrc/
H A Dxmlres.h40 class WXDLLIMPEXP_FWD_XRC wxXmlResourceHandler; variable in typeref:class:WXDLLIMPEXP_FWD_XRC
148 void AddHandler(wxXmlResourceHandler *handler);
151 void InsertHandler(wxXmlResourceHandler *handler);
269 wxXmlResourceHandler *handlerToUse = NULL);
296 friend class wxXmlResourceHandler;
332 // wxXmlResourceHandler is an abstract base class for resource handlers
335 class WXDLLIMPEXP_XRC wxXmlResourceHandler : public wxObject class in inherits:wxObject
337 DECLARE_ABSTRACT_CLASS(wxXmlResourceHandler)
340 wxXmlResourceHandler();
343 virtual ~wxXmlResourceHandler() {}
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dxmlres.tex82 \func{void}{AddHandler}{\param{wxXmlResourceHandler* }{handler}}
H A Dtxrc.tex6 Classes: \helpref{wxXmlResource}{wxxmlresource}, \helpref{wxXmlResourceHandler}{wxxmlresourcehandler}
H A Dcategory.tex663 \twocolitem{\helpref{wxXmlResourceHandler}{wxxmlresourcehandler}}{The base class for XML resource handlers.}

Completed in 224 milliseconds

12345