Searched refs:IsOfClass (Results 51 - 59 of 59) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_slidr.cpp91 return IsOfClass(node, wxT("wxSlider"));
H A Dxh_text.cpp76 return IsOfClass(node, wxT("wxTextCtrl"));
H A Dxh_unkwn.cpp106 return IsOfClass(node, wxT("unknown"));
H A Dxh_split.cpp110 return IsOfClass(node, wxT("wxSplitterWindow"));
H A Dxh_statbar.cpp105 return IsOfClass(node, wxT("wxStatusBar"));
H A Dxh_radbx.cpp138 return (IsOfClass(node, wxT("wxRadioBox")) ||
H A Dxmlres.cpp1206 bool wxXmlResourceHandler::IsOfClass(wxXmlNode *node, const wxString& classname) function in class:wxXmlResourceHandler
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dxmlresh.tex58 \helpref{IsOfClass}{wxxmlresourcehandlerisofclass} from this method! The instance
60 safe to operate on {\it node} directly or to call IsOfClass.
213 \membersection{wxXmlResourceHandler::IsOfClass}\label{wxxmlresourcehandlerisofclass}
215 \func{bool}{IsOfClass}{\param{wxXmlNode* }{node}, \param{const wxString\& }{classname}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xrc/
H A Dxmlres.h380 bool IsOfClass(wxXmlNode *node, const wxString& classname);

Completed in 162 milliseconds

123