X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/704a4b7524e05d7bf4d208eb1b30be9989abef4c..ded4fa5b7a2a8177a6905b9b0fcda1d3dac2d0ff:/docs/latex/wx/htfilter.tex diff --git a/docs/latex/wx/htfilter.tex b/docs/latex/wx/htfilter.tex index a07f36b53c..dc80e9618d 100644 --- a/docs/latex/wx/htfilter.tex +++ b/docs/latex/wx/htfilter.tex @@ -3,15 +3,19 @@ % htmlfilter.tex at 29/Mar/99 18:35:09 % - \section{\class{wxHtmlFilter}}\label{wxhtmlfilter} -This class is input filter for \helpref{wxHtmlWindow}{wxhtmlwindow}. +This class is an input filter for \helpref{wxHtmlWindow}{wxhtmlwindow}. It allows you to read and display files of different file formats. \wxheading{Derived from} -wxObject +\helpref{wxObject}{wxobject} + +\wxheading{Include files} + + + \wxheading{See Also} @@ -19,7 +23,6 @@ wxObject \latexignore{\rtfignore{\wxheading{Members}}} - \membersection{wxHtmlFilter::wxHtmlFilter}\label{wxhtmlfilterwxhtmlfilter} \func{}{wxHtmlFilter}{\void} @@ -30,7 +33,7 @@ Constructor. \func{bool}{CanRead}{\param{const wxFSFile\& }{file}} -Returns TRUE if this filter is capable of reading file {\it file}. +Returns TRUE if this filter is capable of reading file {\it file}. Example: @@ -43,7 +46,7 @@ bool MyFilter::CanRead(const wxFSFile& file) \membersection{wxHtmlFilter::ReadFile}\label{wxhtmlfilterreadfile} -\func{wxString}{ReadFile}{\param{const wxFSFile\& }{file} +\func{wxString}{ReadFile}{\param{const wxFSFile\& }{file}} Reads the file and returns string with HTML document. @@ -52,8 +55,9 @@ Example: \begin{verbatim} wxString MyImgFilter::ReadFile(const wxFSFile& file) { - return ""; } \end{verbatim} +