]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/htlnkinf.tex
a6aca8d5073abfb8fb4ded9ada584d923f6ca925
[wxWidgets.git] / docs / latex / wx / htlnkinf.tex
1 %
2 % automatically generated by HelpGen from
3 % x.h at 23/Dec/99 21:30:20
4 %
5
6
7 \section{\class{wxHtmlLinkInfo}}\label{wxhtmllinkinfo}
8
9 This class stores all neccessary information about hypertext
10 links (as represented by {\tt <A>} tag in HTML documents). In
11 current implementation it stores URL and target frame name.
12 {\it Note that frames are not currently supported by wxHTML!}
13
14 \wxheading{Derived from}
15
16 \helpref{wxObject}{wxobject}
17
18
19 \latexignore{\rtfignore{\wxheading{Members}}}
20
21
22 \membersection{wxHtmlLinkInfo::wxHtmlLinkInfo}\label{wxhtmllinkinfowxhtmllinkinfo}
23
24 \func{}{wxHtmlLinkInfo}{\void}
25
26 Default ctor.
27
28 \membersection{wxHtmlLinkInfo::wxHtmlLinkInfo}\label{wxhtmllinkinfowxhtmllinkinfo}
29
30 \func{}{wxHtmlLinkInfo}{\param{const wxString\& }{href}, \param{const wxString\& }{target = wxEmptyString}}
31
32 Construct hypertext link from HREF (aka URL) and TARGET (name of target
33 frame).
34
35
36 \membersection{wxHtmlLinkInfo::GetHref}\label{wxhtmllinkinfogethref}
37
38 \func{wxString}{GetHref}{\void}
39
40 Returns {\it HREF} value of the {\tt <A>} tag.
41
42 \membersection{wxHtmlLinkInfo::GetTarget}\label{wxhtmllinkinfogettarget}
43
44 \func{wxString}{GetTarget}{\void}
45
46 Returns {\it TARGET} value of the {\tt <A>} tag (this value
47 is used to specify in which frame should be the page pointed
48 by {\helpref{Href}{wxhtmllinkinfogethref} opened).