Searched refs:LoadPage (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_html.cpp59 control->LoadPage(f->GetLocation());
63 control->LoadPage(url);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtmlfilt.tex6 \helpref{wxHtmlWindow::LoadPage}{wxhtmlwindowloadpage} can load not
H A Dhtmlstrt.tex9 It has two important methods: \helpref{LoadPage}{wxhtmlwindowloadpage}
11 LoadPage loads and displays HTML file while SetPage displays directly the
15 mywin -> LoadPage("test.htm");
H A Dhtwindow.tex18 \helpref{LoadPage(filename)}{wxhtmlwindowloadpage} or
125 produced by call to LoadPage, empty string is returned.
133 produced by call to LoadPage, empty string is returned.
152 \helpref{LoadPage}{wxhtmlwindowloadpage} is stored in history list.)
193 \helpref{LoadPage}{wxhtmlwindowloadpage}
195 \membersection{wxHtmlWindow::LoadPage}\label{wxhtmlwindowloadpage}
197 \func{virtual bool}{LoadPage}{\param{const wxString\& }{location}}
203 htmlwin->LoadPage("help/myproject/index.htm");
266 or skipped, call \helpref{LoadPage}{wxhtmlwindowloadpage} and do nothing else.
426 \helpref{LoadPage}{wxhtmlwindowloadpag
[all...]
H A Dfs_mem.tex38 html->LoadPage("memory:about.htm");
H A Dhtcell.tex246 \helpref{wxHtmlWindow::LoadPage}{wxhtmlwindowloadpage}.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/applet/
H A Dapplet.cpp93 html->LoadPage("index.html");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/printing/
H A Dprinting.cpp200 m_Html -> LoadPage(m_Name);
258 m_Html -> LoadPage(m_Name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/about/
H A Dabout.cpp142 html -> LoadPage(wxT("data/about.htm"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/zip/
H A Dzip.cpp160 html -> LoadPage(wxT("start.htm"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/applet/
H A Dappletwindow.cpp268 bool wxHtmlAppletWindow::LoadPage( function in class:wxHtmlAppletWindow
324 return LoadPage(virtData->GetHref());
370 bool stat = wxHtmlWindow::LoadPage(href);
387 call the LoadPage function above to load the new page and display it.
392 LoadPage(link.GetHref());
564 This function handles delayed LoadPage events posted from applets that
574 if (LoadPage(event.GetHRef())) {
589 This function handles delayed LoadPage events posted from applets that
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/virtual/
H A Dvirtual.cpp209 html -> LoadPage(wxT("start.htm"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/widget/
H A Dwidget.cpp211 html -> LoadPage(wxT("start.htm"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpwnd.cpp721 m_HtmlWin->LoadPage(url);
734 m_HtmlWin->LoadPage(url);
761 m_HtmlWin->LoadPage(book.GetFullPath(book.GetStart()));
785 m_HtmlWin->LoadPage(book.GetFullPath(book.GetStart()));
797 m_HtmlWin->LoadPage(it->items[0]->GetFullPath());
832 m_HtmlWin->LoadPage(it->items[dlg.GetSelection()]->GetFullPath());
939 m_HtmlWin->LoadPage(it->GetFullPath());
1427 m_HtmlWin->LoadPage(it.GetFullPath());
1458 m_HtmlWin->LoadPage(it->GetFullPath());
1483 m_HtmlWin->LoadPage(content
[all...]
H A Dhtmlwin.cpp469 bool wxHtmlWindow::LoadPage(const wxString& location) function in class:wxHtmlWindow
621 return LoadPage(url);
768 if (a == wxEmptyString) LoadPage(l);
769 else LoadPage(l + wxT("#") + a);
791 m_OpenedPage = wxEmptyString; // this will disable adding new entry into history in LoadPage()
798 if (a == wxEmptyString) LoadPage(l);
799 else LoadPage(l + wxT("#") + a);
969 LoadPage(event.GetLinkInfo().GetHref());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/applet/
H A Dwindow.h162 virtual bool LoadPage(const wxString& location);
199 // LoadPage mutex locks
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/test/
H A Dtest.cpp311 m_Html->LoadPage(m_Html->GetOpenedPage());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmlwin.h232 // SetPage(text) or LoadPage(filename).
264 // specify document location, use LoadPage() istead
280 virtual bool LoadPage(const wxString& location);
359 // call LoadPage(loc)

Completed in 183 milliseconds