class link : public object Link to another HTML page.
The link class represents a reference to another html page. The link is displayed a a text object which when click on links to the specified target address. If the text field is left blank, the target address is used both for the text field and the reference address. If the target address is empty, the HLINE is treated as an ordinary text field. No other check is made on the validity of the target address by the link class.
link(const std::string& txt, const std::string& addr)
~link(void)
object* clone(void) const
void write(writer& out) const
void setAddr(const std::string& addr)
void setText(const std::string& txt)
alphabetic index hierarchy of classes
generated by doc++