#include <WebElement.h>
Public Member Functions | |
std::string | get_pix_left () |
std::string | get_pix_top () |
std::string | get_url () |
virtual void | printHTML (xgi::Output *out)=0 |
WebElement (std::string the_url, std::string top, std::string left) | |
virtual | ~WebElement () |
Private Attributes | |
std::string | pix_left |
position in pixels (from left) More... | |
std::string | pix_top |
position in pixels (from top) More... | |
std::string | url |
The url of the application. More... | |
Definition at line 8 of file WebElement.h.
|
inline |
|
inlinevirtual |
Definition at line 28 of file WebElement.h.
|
inline |
Definition at line 38 of file WebElement.h.
References pix_left.
Referenced by ContentViewer::printHTML(), HTMLLink::printHTML(), Navigator::printHTML(), ConfigBox::printHTML(), GifDisplay::printHTML(), Button::printHTML(), and Select::printHTML().
|
inline |
Definition at line 37 of file WebElement.h.
References pix_top.
Referenced by ContentViewer::printHTML(), HTMLLink::printHTML(), Navigator::printHTML(), ConfigBox::printHTML(), GifDisplay::printHTML(), Button::printHTML(), and Select::printHTML().
|
inline |
Definition at line 32 of file WebElement.h.
References url.
Referenced by ConfigBox::printHTML(), Button::printHTML(), and Select::printHTML().
|
pure virtual |
Implemented in Select, Button, GifDisplay, ConfigBox, ContentViewer, HTMLLink, and Navigator.
|
private |
position in pixels (from left)
Definition at line 17 of file WebElement.h.
Referenced by get_pix_left(), and WebElement().
|
private |
position in pixels (from top)
Definition at line 15 of file WebElement.h.
Referenced by get_pix_top(), and WebElement().
|
private |
The url of the application.
Definition at line 13 of file WebElement.h.
Referenced by get_url(), and WebElement().