Searched refs:m_help (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/helpview/src/
H A Dclient.cpp99 m_help = NULL;
121 m_help = new wxRemoteHtmlHelpController();
122 m_help->SetServer( a_appname );
123 m_help->SetService( a_service );
125 m_help = new wxHtmlHelpController();
129 m_help->UseConfig(conf);
131 m_help->AddBook( a_book );
132 m_help->SetTitleFormat( a_windowname );
143 delete m_help;
191 wxGetApp().m_help
[all...]
H A Dclient.h20 wxRemoteHtmlHelpController *m_help; member in class:MyApp
22 wxHtmlHelpController *m_help; member in class:MyApp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmenuitem.h97 const wxString& GetHelp() const { return m_help; }
132 m_help; // the help string for the item member in class:wxMenuItemBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/help/
H A Ddemo.cpp113 wxHelpControllerBase& GetHelpController() { return m_help; }
146 wxExtHelpController m_help; member in class:MyFrame
148 wxHelpController m_help; member in class:MyFrame
493 ShowHelp(event.GetId(), m_help);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhelpinst.tex266 m_help.SetViewer("kdehelp");
267 m_help.SetViewer("gnome-help-browser");
268 m_help.SetViewer("netscape", wxHELP_NETSCAPE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dmenucmn.cpp447 m_help = str;
449 if ( m_help.empty() && !IsSeparator() && wxIsStockID(GetId()) )
452 m_help = wxGetStockHelpString(GetId());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_netlink.c1850 struct nf_conn_help *m_help; local
1858 m_help = nfct_help(exp->master);
1859 if (!strcmp(m_help->helper->name, name) &&

Completed in 61 milliseconds