1 \section{\class{wxHtmlLinkInfo
}}\label{wxhtmllinkinfo
}
3 This class stores all neccessary 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 \latexignore{\rtfignore{\wxheading{Members
}}}
14 \membersection{wxHtmlLinkInfo::wxHtmlLinkInfo
}\label{wxhtmllinkinfowxhtmllinkinfo
}
16 \func{}{wxHtmlLinkInfo
}{\void}
20 \func{}{wxHtmlLinkInfo
}{\param{const wxString\&
}{href
},
\param{const wxString\&
}{target = wxEmptyString
}}
22 Construct hypertext link from HREF (aka URL) and TARGET (name of target
25 \membersection{wxHtmlLinkInfo::GetHref
}\label{wxhtmllinkinfogethref
}
27 \func{wxString
}{GetHref
}{\void}
29 Returns
{\it HREF
} value of the
{\tt <A>
} tag.
31 \membersection{wxHtmlLinkInfo::GetTarget
}\label{wxhtmllinkinfogettarget
}
33 \func{wxString
}{GetTarget
}{\void}
35 Returns
{\it TARGET
} value of the
{\tt <A>
} tag (this value
36 is used to specify in which frame should be the page pointed
37 by
{\helpref{Href
}{wxhtmllinkinfogethref
} opened).