1 \section{\class{wxHtmlLinkInfo
}}\label{wxhtmllinkinfo
}
3 This class stores all necessary information about hypertext
4 links (as represented by
{\tt <A>
} tag in HTML documents). In
5 current implementation it stores URL and target frame name.
6 {\it Note that frames are not currently supported by wxHTML!
}
8 \wxheading{Derived from
}
10 \helpref{wxObject
}{wxobject
}
12 \wxheading{Include files
}
18 \helpref{wxHtml
}{librarieslist
}
20 \latexignore{\rtfignore{\wxheading{Members
}}}
22 \membersection{wxHtmlLinkInfo::wxHtmlLinkInfo
}\label{wxhtmllinkinfowxhtmllinkinfo
}
24 \func{}{wxHtmlLinkInfo
}{\void}
28 \func{}{wxHtmlLinkInfo
}{\param{const wxString\&
}{href
},
\param{const wxString\&
}{target = wxEmptyString
}}
30 Construct hypertext link from HREF (aka URL) and TARGET (name of target
33 \membersection{wxHtmlLinkInfo::GetEvent
}\label{wxhtmllinkinfogetevent
}
35 \func{const wxMouseEvent *
}{GetEvent
}{\void}
37 Return pointer to event that generated OnLinkClicked event. Valid
38 only within
\helpref{wxHtmlWindow::OnLinkClicked
}{wxhtmlwindowonlinkclicked
},
41 \membersection{wxHtmlLinkInfo::GetHtmlCell
}\label{wxhtmllinkinfogethtmlcell
}
43 \func{const wxHtmlCell *
}{GetHtmlCell
}{\void}
45 Return pointer to the cell that was clicked. Valid
46 only within
\helpref{wxHtmlWindow::OnLinkClicked
}{wxhtmlwindowonlinkclicked
},
50 \membersection{wxHtmlLinkInfo::GetHref
}\label{wxhtmllinkinfogethref
}
52 \func{wxString
}{GetHref
}{\void}
54 Return
{\it HREF
} value of the
{\tt <A>
} tag.
56 \membersection{wxHtmlLinkInfo::GetTarget
}\label{wxhtmllinkinfogettarget
}
58 \func{wxString
}{GetTarget
}{\void}
60 Return
{\it TARGET
} value of the
{\tt <A>
} tag (this value
61 is used to specify in which frame should be the page pointed
62 by
\helpref{Href
}{wxhtmllinkinfogethref
} opened).