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