.\" This is a wxWidgets manpage page generated from the XML docs
.TH wxHtmlLinkInfo 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation"
.SH NAME
wxHtmlLinkInfo \-
.SH DESCRIPTION
This class stores all necessary information about hypertext links (as
represented by
tag in HTML documents). In current implementation it stores URL and target
frame name.
Note that frames are not currently supported by wxHTML!
.SH "PARENTS"
wxObject
.SH "INCLUDE FILES"
wx/html/htmlcell.h
.SH MEMBERS
.SS wxHtmlLinkInfo ()
Default ctor.
.SS wxHtmlLinkInfo (const wxString& hrefconst wxString& target = wxEmptyString)
Construct hypertext link from HREF (aka URL) and TARGET (name of target
frame).
.SS const wxMouseEvent * GetEvent ()
Return pointer to event that generated OnLinkClicked event. Valid only
within
wxHtmlWindow::OnLinkClicked
, NULL otherwise.
.SS const wxHtmlCell * GetHtmlCell ()
Return pointer to the cell that was clicked. Valid only within
wxHtmlWindow::OnLinkClicked
, NULL otherwise.
.SS wxString GetHref ()
Return
HREF
value of the
tag.
.SS wxString GetTarget ()
Return
TARGET
value of the
tag (this value is used to specify in which frame should be the page
pointed by
Href
opened).
.SH "SEE ALSO"
wxObject
.SH "AUTHORS"
Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al
Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.