]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/httagmod.tex
Some fixes (&->\&, _->\_) to remove latex complaints.
[wxWidgets.git] / docs / latex / wx / httagmod.tex
1 %
2 % automatically generated by HelpGen from
3 % htmltagsmodule.tex at 14/Mar/99 20:13:37
4
5 \section{\class{wxHtmlTagsModule}}\label{wxhtmltagsmodule}
6
7 This class provides easy way of filling wxHtmlWinParser's table of
8 tag handlers. It is used almost exclusively together with set of
9 \helpref{TAGS\_MODULE\_* macros}{handlers}
10
11 \wxheading{Derived from}
12
13 wxModule
14
15 \wxheading{See Also}
16
17 \helpref{Tag Handlers}{handlers},
18 \helpref{wxHtmlTagHandler}{wxhtmltaghandler},
19 \helpref{wxHtmlWinTagHandler}{wxhtmlwintaghandler},
20
21 \latexignore{\rtfignore{\wxheading{Members}}}
22
23 \membersection{wxHtmlTagsModule::FillHandlersTable}\label{wxhtmltagsmodulefillhandlerstable}
24
25 \func{virtual void}{FillHandlersTable}{\param{wxHtmlWinParser }{*parser}}
26
27 You must override this method. In most common case it's body consists
28 only of lines of following type:
29
30 \begin{verbatim}
31 parser -> AddTagHandler(new MyHandler);
32 \end{verbatim}
33
34 I recommend using {\bf TAGS\_MODULE\_*} macros.
35
36 \wxheading{Paremeters}
37
38 \docparam{parser}{Pointer to the parser that requested tables filling.}
39