X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/846914d18d70a51a43f1ebfe0c850a64708cb772..27bb2b7cea271d91e272452ff361f948e38dc539:/docs/latex/wx/htlnkinf.tex diff --git a/docs/latex/wx/htlnkinf.tex b/docs/latex/wx/htlnkinf.tex index a6aca8d507..a9fffd75bb 100644 --- a/docs/latex/wx/htlnkinf.tex +++ b/docs/latex/wx/htlnkinf.tex @@ -1,23 +1,19 @@ -% -% automatically generated by HelpGen from -% x.h at 23/Dec/99 21:30:20 -% - - \section{\class{wxHtmlLinkInfo}}\label{wxhtmllinkinfo} -This class stores all neccessary information about hypertext +This class stores all necessary information about hypertext links (as represented by {\tt } tag in HTML documents). In -current implementation it stores URL and target frame name. +current implementation it stores URL and target frame name. {\it Note that frames are not currently supported by wxHTML!} \wxheading{Derived from} \helpref{wxObject}{wxobject} +\wxheading{Include files} -\latexignore{\rtfignore{\wxheading{Members}}} + +\latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxHtmlLinkInfo::wxHtmlLinkInfo}\label{wxhtmllinkinfowxhtmllinkinfo} @@ -25,24 +21,39 @@ current implementation it stores URL and target frame name. Default ctor. -\membersection{wxHtmlLinkInfo::wxHtmlLinkInfo}\label{wxhtmllinkinfowxhtmllinkinfo} - \func{}{wxHtmlLinkInfo}{\param{const wxString\& }{href}, \param{const wxString\& }{target = wxEmptyString}} Construct hypertext link from HREF (aka URL) and TARGET (name of target frame). +\membersection{wxHtmlLinkInfo::GetEvent}\label{wxhtmllinkinfogetevent} + +\func{const wxMouseEvent *}{GetEvent}{\void} + +Return pointer to event that generated OnLinkClicked event. Valid +only within \helpref{wxHtmlWindow::OnLinkClicked}{wxhtmlwindowonlinkclicked}, +NULL otherwise. + +\membersection{wxHtmlLinkInfo::GetHtmlCell}\label{wxhtmllinkinfogethtmlcell} + +\func{const wxHtmlCell *}{GetHtmlCell}{\void} + +Return pointer to the cell that was clicked. Valid +only within \helpref{wxHtmlWindow::OnLinkClicked}{wxhtmlwindowonlinkclicked}, +NULL otherwise. + \membersection{wxHtmlLinkInfo::GetHref}\label{wxhtmllinkinfogethref} \func{wxString}{GetHref}{\void} -Returns {\it HREF} value of the {\tt } tag. +Return {\it HREF} value of the {\tt } tag. \membersection{wxHtmlLinkInfo::GetTarget}\label{wxhtmllinkinfogettarget} \func{wxString}{GetTarget}{\void} -Returns {\it TARGET} value of the {\tt } tag (this value +Return {\it TARGET} value of the {\tt } tag (this value is used to specify in which frame should be the page pointed -by {\helpref{Href}{wxhtmllinkinfogethref} opened). +by \helpref{Href}{wxhtmllinkinfogethref} opened). +