httagmod.tex
来自「很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.」· TEX 代码 · 共 44 行
TEX
44 行
%% automatically generated by HelpGen from% htmltagsmodule.tex at 14/Mar/99 20:13:37\section{\class{wxHtmlTagsModule}}\label{wxhtmltagsmodule}This class provides easy way of filling wxHtmlWinParser's table oftag handlers. It is used almost exclusively together with the set of\helpref{TAGS\_MODULE\_* macros}{handlers}\wxheading{Derived from}\helpref{wxModule}{wxmodule}\wxheading{Include files}<wx/html/winpars.h>\wxheading{See Also}\helpref{Tag Handlers}{handlers},\helpref{wxHtmlTagHandler}{wxhtmltaghandler},\helpref{wxHtmlWinTagHandler}{wxhtmlwintaghandler},\latexignore{\rtfignore{\wxheading{Members}}}\membersection{wxHtmlTagsModule::FillHandlersTable}\label{wxhtmltagsmodulefillhandlerstable}\func{virtual void}{FillHandlersTable}{\param{wxHtmlWinParser }{*parser}}You must override this method. In most common case its body consistsonly of lines of the following type:\begin{verbatim}parser -> AddTagHandler(new MyHandler);\end{verbatim}I recommend using the {\bf TAGS\_MODULE\_*} macros.\wxheading{Paremeters}\docparam{parser}{Pointer to the parser that requested tables filling.}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?