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