]>
Commit | Line | Data |
---|---|---|
1 | % | |
2 | % automatically generated by HelpGen from | |
3 | % htmlwintaghandler.tex at 14/Mar/99 20:13:37 | |
4 | % | |
5 | ||
6 | \section{\class{wxHtmlWinTagHandler}}\label{wxhtmlwintaghandler} | |
7 | ||
8 | This is basically wxHtmlTagHandler except that | |
9 | it is extended with protected member m\_WParser pointing to | |
10 | the wxHtmlWinParser object (value of this member is identical | |
11 | to wxHtmlParser's m\_Parser). | |
12 | ||
13 | \wxheading{Derived from} | |
14 | ||
15 | \helpref{wxHtmlTagHandler}{wxhtmltaghandler}\\ | |
16 | \helpref{wxObject}{wxobject} | |
17 | ||
18 | \wxheading{Include files} | |
19 | ||
20 | <wx/html/winpars.h> | |
21 | ||
22 | \wxheading{Library} | |
23 | ||
24 | \helpref{wxHtml}{librarieslist} | |
25 | ||
26 | ||
27 | \latexignore{\rtfignore{\wxheading{Members}}} | |
28 | ||
29 | \membersection{wxHtmlWinTagHandler::m\_WParser}\label{wxhtmlwintaghandlerwxhtmlwintaghandlermwparser} | |
30 | ||
31 | {\bf wxHtmlWinParser* m\_WParser} | |
32 | ||
33 | Value of this attribute is identical to value of m\_Parser. The only different | |
34 | is that m\_WParser points to wxHtmlWinParser object while m\_Parser | |
35 | points to wxHtmlParser object. (The same object, but overcast.) | |
36 |