Searched refs:UseConfig (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpfrm.cpp95 m_HtmlHelpWin->UseConfig(config, rootpath);
222 void wxHtmlHelpFrame::UseConfig(wxConfigBase *config, const wxString& rootPath) function in class:wxHtmlHelpFrame
225 m_HtmlHelpWin->UseConfig(config, rootPath);
H A Dhelpctrl.cpp217 /* should not be called by the user; call UseConfig, and the controller
230 void wxHtmlHelpController::UseConfig(wxConfigBase *config, const wxString& rootpath) function in class:wxHtmlHelpController
234 if (m_helpWindow) m_helpWindow->UseConfig(config, rootpath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/help/
H A Dhelp.cpp151 help.UseConfig(wxConfig::Get());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/helpview/src/
H A Dremhelp.h64 void UseConfig(wxConfigBase* config, const wxString& rootpath = wxEmptyString) {}; function in class:wxRemoteHtmlHelpController
H A Dclient.cpp129 m_help->UseConfig(conf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhelpfrm.h101 void UseConfig(wxConfigBase *config, const wxString& rootpath = wxEmptyString);
H A Dhelpctrl.h69 void UseConfig(wxConfigBase *config, const wxString& rootpath = wxEmptyString);
H A Dhelpwnd.h130 void UseConfig(wxConfigBase *config, const wxString& rootpath = wxEmptyString) function in class:wxHtmlHelpWindow
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhthelpct.tex218 \membersection{wxHtmlHelpController::UseConfig}\label{wxhtmlhelpcontrolleruseconfig}
220 \func{void}{UseConfig}{\param{wxConfigBase* }{config}, \param{const wxString\& }{rootpath = wxEmptyString}}
227 The only thing you must do is create wxConfig object and call UseConfig.
229 If you do not use {\it UseConfig}, wxHtmlHelpController will use
H A Dhthlpfrm.tex165 m_embeddedHtmlHelp.UseConfig(config, rootPath); // Set your own config object here
293 \membersection{wxHtmlHelpWindow::UseConfig}\label{wxhtmlhelpwindowuseconfig}
295 \func{void}{UseConfig}{\param{wxConfigBase* }{config}, \param{const wxString\& }{rootpath = wxEmptyString}}
297 Associates a wxConfig object with the help window. It is recommended that you use \helpref{wxHtmlHelpController::UseConfig}{wxhtmlhelpcontrolleruseconfig} instead.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Ddbbrowse.cpp242 frame->p_Help->UseConfig(p_ProgramCfg); // Don't rember what this was for

Completed in 91 milliseconds