2 % automatically generated by HelpGen from
3 % x.h at 23/Dec/99 21:30:20
7 \section{\class{wxHtmlLinkInfo
}}\label{wxhtmllinkinfo
}
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!
}
14 \wxheading{Derived from
}
16 \helpref{wxObject
}{wxobject
}
19 \latexignore{\rtfignore{\wxheading{Members
}}}
22 \membersection{wxHtmlLinkInfo::wxHtmlLinkInfo
}\label{wxhtmllinkinfowxhtmllinkinfo
}
24 \func{}{wxHtmlLinkInfo
}{\void}
28 \membersection{wxHtmlLinkInfo::wxHtmlLinkInfo
}\label{wxhtmllinkinfowxhtmllinkinfo
}
30 \func{}{wxHtmlLinkInfo
}{\param{const wxString\&
}{href
},
\param{const wxString\&
}{target = wxEmptyString
}}
32 Construct hypertext link from HREF (aka URL) and TARGET (name of target
36 \membersection{wxHtmlLinkInfo::GetHref
}\label{wxhtmllinkinfogethref
}
38 \func{wxString
}{GetHref
}{\void}
40 Returns
{\it HREF
} value of the
{\tt <A>
} tag.
42 \membersection{wxHtmlLinkInfo::GetTarget
}\label{wxhtmllinkinfogettarget
}
44 \func{wxString
}{GetTarget
}{\void}
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).