Searched refs:wxHtmlWindow (Results 1 - 25 of 43) sorted by relevance

12

/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
7 only HTML files but any known file. To make a file type known to wxHtmlWindow
9 register it using \helpref{wxHtmlWindow::AddFilter}{wxhtmlwindowaddfilter}.
H A Dhtmlstrt.tex7 Class \helpref{wxHtmlWindow}{wxhtmlwindow} (derived from wxScrolledWindow)
28 \wxheading{Setting up wxHtmlWindow}
30 Because wxHtmlWindow is derived from wxScrolledWindow and not from
35 wxHtmlWindow provides 2 methods in order to handle this:
41 html = new wxHtmlWindow(this);
54 \wxheading{Customizing wxHtmlWindow}
56 You can customize wxHtmlWindow by setting font size, font face and
H A Dhtwindow.tex6 \section{\class{wxHtmlWindow}}\label{wxhtmlwindow}
8 wxHtmlWindow is probably the only class you will directly use
23 wxHtmlWindow uses the \helpref{wxImage}{wximage} class for displaying images.
51 To process input from a wxHtmlWindow, use these event handler macros to direct input to member
68 \membersection{wxHtmlWindow::wxHtmlWindow}\label{wxhtmlwindowwxhtmlwindow}
70 \func{}{wxHtmlWindow}{\void}
74 \func{}{wxHtmlWindow}{\param{wxWindow }{*parent}, \param{wxWindowID }{id = -1}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize}, \param{long }{style = wxHW\_DEFAULT\_STYLE}, \param{const wxString\& }{name = "htmlWindow"}}
80 \docparam{style}{Window style. See \helpref{wxHtmlWindow}{wxhtmlwindow}.}
82 \membersection{wxHtmlWindow
[all...]
H A Dhtlnkinf.tex34 only within \helpref{wxHtmlWindow::OnLinkClicked}{wxhtmlwindowonlinkclicked},
42 only within \helpref{wxHtmlWindow::OnLinkClicked}{wxhtmlwindowonlinkclicked},
H A Dwxhtml.tex15 wxHtmlWindow supports tag handlers. This means that you can easily
21 independent of wxHtmlWindow.
H A Dhtfilter.tex8 This class is the parent class of input filters for \helpref{wxHtmlWindow}{wxhtmlwindow}.
H A Dhtwidget.tex31 \docparam{wnd}{Connected window. It is parent window {\bf must} be the wxHtmlWindow object within
H A Dfs_mem.tex33 wxHtmlWindow *html;
35 html = new wxHtmlWindow(&dlg, -1, wxDefaultPosition,
H A Dhtwinprs.tex10 \helpref{wxHtmlWindow}{wxhtmlwindow}. It uses a special
39 the associated \helpref{wxHtmlWindow}{wxhtmlwindow} or other HTML rendering
190 \func{wxHtmlWindow*}{GetWindow}{\void}
192 Returns associated window (wxHtmlWindow). This may be NULL! (You should always
276 Sets fonts. See \helpref{wxHtmlWindow::SetFonts}{wxhtmlwindowsetfonts} for
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlwin.cpp3 // Purpose: wxHtmlWindow class for parsing & displaying HTML (implementation)
269 // wxHtmlWindow
272 wxList wxHtmlWindow::m_Filters;
273 wxHtmlFilter *wxHtmlWindow::m_DefaultFilter = NULL;
274 wxHtmlProcessorList *wxHtmlWindow::m_GlobalProcessors = NULL;
275 wxCursor *wxHtmlWindow::ms_cursorLink = NULL;
276 wxCursor *wxHtmlWindow::ms_cursorText = NULL;
278 void wxHtmlWindow::CleanUpStatics()
289 void wxHtmlWindow::Init()
318 bool wxHtmlWindow
[all...]
H A Dhtmlfilt.cpp214 wxHtmlWindow::AddFilter(new wxHtmlFilterHTML);
215 wxHtmlWindow::AddFilter(new wxHtmlFilterImage);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/gizmos/dynsash/
H A Ddynsash.cpp39 class SashHtmlWindow : public wxHtmlWindow
74 wxHtmlWindow *html = new SashHtmlWindow(sash, wxID_ANY);
88 : wxHtmlWindow(parent, id, pos, size, style, name)
107 return wxHtmlWindow::GetBestSize();
112 wxHtmlWindow *html = new SashHtmlWindow(m_dyn_sash, wxID_ANY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_html.cpp3 // Purpose: XRC resource for wxHtmlWindow
38 XRC_MAKE_INSTANCE(control, wxHtmlWindow)
78 return IsOfClass(node, wxT("wxHtmlWindow"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/about/
H A Dabout.cpp92 MyFrame *frame = new MyFrame(_("wxHtmlWindow testing application"));
135 wxHtmlWindow *html;
140 html = new wxHtmlWindow(&dlg, wxID_ANY, wxDefaultPosition, wxSize(380, 160), wxHW_SCROLLBAR_NEVER);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/zip/
H A Dzip.cpp110 MyFrame *frame = new MyFrame(_("wxHtmlWindow testing application"),
129 wxHtmlWindow *html;
155 html = new wxHtmlWindow(this);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmlwin.h3 // Purpose: wxHtmlWindow class for parsing & displaying HTML
36 // wxHtmlWindow flags:
43 /// Enum for wxHtmlWindow::OnOpeningURL and wxHtmlWindowInterface::OnOpeningURL
55 Abstract interface to a HTML rendering window (such as wxHtmlWindow or
133 Helper class that implements part of mouse handling for wxHtmlWindow and
225 // wxHtmlWindow
235 class WXDLLIMPEXP_HTML wxHtmlWindow : public wxScrolledWindow, class in inherits:wxScrolledWindow,wxHtmlWindowInterface,wxHtmlWindowMouseHelper
239 DECLARE_DYNAMIC_CLASS(wxHtmlWindow)
243 wxHtmlWindow() : wxHtmlWindowMouseHelper(this) { Init(); } function in class:wxHtmlWindow
244 wxHtmlWindow(wxWindo function in class:wxHtmlWindow
[all...]
H A Dwinpars.h3 // Purpose: wxHtmlWinParser class (parser to be used with wxHtmlWindow)
22 class WXDLLIMPEXP_FWD_HTML wxHtmlWindow; variable in typeref:class:WXDLLIMPEXP_FWD_HTML
34 // wxHtmlWindow. It uses special wxHtmlWinTagHandler.
40 friend class wxHtmlWindow;
72 wxDEPRECATED( wxHtmlWindow *GetWindow() );
H A Dhelpwnd.h150 wxHtmlWindow* GetHtmlWindow() const { return m_HtmlWin; }
208 wxHtmlWindow *m_HtmlWin;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/virtual/
H A Dvirtual.cpp159 MyFrame *frame = new MyFrame(_("wxHtmlWindow testing application"),
178 wxHtmlWindow *html;
204 html = new wxHtmlWindow(this);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/widget/
H A Dwidget.cpp160 MyFrame *frame = new MyFrame( _("wxHtmlWindow testing application"),
178 wxHtmlWindow *html;
206 html = new wxHtmlWindow(this);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/applet/
H A Dappletwindow.cpp65 BEGIN_EVENT_TABLE(wxHtmlAppletWindow, wxHtmlWindow)
71 IMPLEMENT_CLASS(wxHtmlAppletWindow, wxHtmlWindow)
94 : wxHtmlWindow(parent,id,pos,size,style,name), m_AppletList(wxKEY_STRING)
140 wxHtmlWindow::OnDraw(dc);
370 bool stat = wxHtmlWindow::LoadPage(href);
409 return wxHtmlWindow::HistoryForward();
426 return wxHtmlWindow::HistoryBack();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/printing/
H A Dprinting.cpp68 wxHtmlWindow *m_Html;
194 m_Html = new wxHtmlWindow(this);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/test/
H A Dtest.cpp47 // Define a new html window type: this is a wrapper for handling wxHtmlWindow events
48 class MyHtmlWindow : public wxHtmlWindow
51 MyHtmlWindow(wxWindow *parent) : wxHtmlWindow( parent ) { }
171 MyFrame *frame = new MyFrame(_("wxHtmlWindow testing application"),
347 BEGIN_EVENT_TABLE(MyHtmlWindow, wxHtmlWindow)
353 // explicitly call wxHtmlWindow::CopySelection() method
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dforty.cpp351 wxHtmlWindow* html = new wxHtmlWindow(this, ID_ABOUT_HTML_WINDOW, wxDefaultPosition, htmlSize, borderStyle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/applet/
H A Dwindow.h106 wxHtmlWindow class and extends it with functionality to handle embedded
109 class wxHtmlAppletWindow : public wxHtmlWindow {

Completed in 268 milliseconds

12