⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 httaghnd.tex

📁 很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.
💻 TEX
字号:
%% automatically generated by HelpGen from% htmltaghandler.tex at 18/Mar/99 19:20:29%\section{\class{wxHtmlTagHandler}}\label{wxhtmltaghandler}\wxheading{Derived from}\helpref{wxObject}{wxobject}\wxheading{Include files}<wx/html/htmlpars.h>\wxheading{See Also}\helpref{Overview}{handlers},\helpref{wxHtmlTag}{wxhtmltag}\latexignore{\rtfignore{\wxheading{Members}}}\membersection{wxHtmlTagHandler::m\_Parser}\label{wxhtmltaghandlermparser}{\bf wxHtmlParser* m\_Parser}This attribute is used to access parent parser. It is protected so thatit can't be accessed by user but can be accessed from derived classes.\membersection{wxHtmlTagHandler::wxHtmlTagHandler}\label{wxhtmltaghandlerwxhtmltaghandler}\func{}{wxHtmlTagHandler}{\void}Constructor.\membersection{wxHtmlTagHandler::GetSupportedTags}\label{wxhtmltaghandlergetsupportedtags}\func{virtual wxString}{GetSupportedTags}{\void}Returns list of supported tags. The list is in uppercase and tagsare delimited by ','. Example : {\tt "I,B,FONT,P" }\membersection{wxHtmlTagHandler::HandleTag}\label{wxhtmltaghandlerhandletag}\func{virtual bool}{HandleTag}{\param{const wxHtmlTag\& }{tag}}This is the core method of each handler. It is called each timeone of supported tags is detected. {\it tag} contains all necessaryinfo (see \helpref{wxHtmlTag}{wxhtmltag} for details).\wxheading{Return value}true if \helpref{ParseInner}{wxhtmltaghandlerparseinner} was called,false otherwise.\wxheading{Example}\begin{verbatim}bool MyHandler::HandleTag(const wxHtmlTag& tag){    ...    // change state of parser (e.g. set bold face)    ParseInner(tag);    ...    // restore original state of parser}\end{verbatim}You shouldn't call ParseInner if the tag is not paired with an ending one.\membersection{wxHtmlTagHandler::ParseInner}\label{wxhtmltaghandlerparseinner}\func{void}{ParseInner}{\param{const wxHtmlTag\& }{tag}}This method calls parser's \helpref{DoParsing}{wxhtmlparserdoparsing} methodfor the string between this tag and the paired ending tag:\begin{verbatim}...<A HREF="x.htm">Hello, world!</A>...\end{verbatim}In this example, a call to ParseInner (with {\it tag} pointing to A tag)will parse 'Hello, world!'.\membersection{wxHtmlTagHandler::SetParser}\label{wxhtmltaghandlersetparser}\func{virtual void}{SetParser}{\param{wxHtmlParser }{*parser}}Assigns {\it parser} to this handler. Each {\bf instance} of handler is guaranteed to be called only from the parser.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -