#include <HTMLLink.h>
Public Member Functions | |
HTMLLink (std::string the_url, std::string top, std::string left, std::string the_text, std::string the_link_url) | |
void | printHTML (xgi::Output *out) |
~HTMLLink () | |
Public Member Functions inherited from WebElement | |
std::string | get_pix_left () |
std::string | get_pix_top () |
std::string | get_url () |
WebElement (std::string the_url, std::string top, std::string left) | |
virtual | ~WebElement () |
Private Attributes | |
std::string | link_url |
std::string | text |
the text of the link More... | |
Definition at line 9 of file HTMLLink.h.
|
inline |
Definition at line 18 of file HTMLLink.h.
References link_url, and text.
|
inline |
Definition at line 25 of file HTMLLink.h.
|
virtual |
Implements WebElement.
Definition at line 4 of file HTMLLink.cc.
References a, WebElement::get_pix_left(), WebElement::get_pix_top(), link_url, position, and text.
|
private |
Definition at line 14 of file HTMLLink.h.
Referenced by HTMLLink(), and printHTML().
|
private |
the text of the link
Definition at line 13 of file HTMLLink.h.
Referenced by Vispa.Views.TableView.TableWidgetItem::__lt__(), HTMLLink(), and printHTML().