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