28 lines
894 B
TeX
28 lines
894 B
TeX
|
\section{\class{wxRichTextHTMLHandler}}\label{wxrichtexthtmlhandler}
|
||
|
|
||
|
Handles HTML output (only) for \helpref{wxRichTextCtrl}{wxrichtextctrl} content.
|
||
|
|
||
|
\wxheading{Derived from}
|
||
|
|
||
|
\helpref{wxRichTextFileHandler}{wxrichtextfilehandler}
|
||
|
|
||
|
\wxheading{Include files}
|
||
|
|
||
|
<wx/richtext/richtexthtml.h>
|
||
|
|
||
|
\wxheading{Data structures}
|
||
|
|
||
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
||
|
|
||
|
\membersection{wxRichTextHTMLHandler::wxRichTextHTMLHandler}\label{wxrichtexthtmlhandlerwxrichtexthtmlhandler}
|
||
|
|
||
|
\func{}{wxRichTextHTMLHandler}{\param{const wxString\& }{name = wxT("HTML")}, \param{const wxString\& }{ext = wxT("html")}, \param{int }{type = wxRICHTEXT\_TYPE\_HTML}}
|
||
|
|
||
|
Constructor.
|
||
|
|
||
|
\membersection{wxRichTextHTMLHandler::DoSaveFile}\label{wxrichtexthtmlhandlerdosavefile}
|
||
|
|
||
|
\func{bool}{DoSaveFile}{\param{wxRichTextBuffer* }{buffer}, \param{wxOutputStream\& }{stream}}
|
||
|
|
||
|
Saves the buffer content to the HTML stream.
|