CMS 3D CMS Logo

WebElement Class Reference

#include <DQM/TrackerCommon/interface/WebElement.h>

Inheritance diagram for WebElement:

Button Button ConfigBox ConfigBox ContentViewer ContentViewer GifDisplay GifDisplay HTMLLink HTMLLink Navigator Navigator Select Select

List of all members.

Public Member Functions

std::string get_pix_left ()
std::string get_pix_left ()
std::string get_pix_top ()
std::string get_pix_top ()
std::string get_url ()
std::string get_url ()
virtual void printHTML (xgi::Output *out)=0
virtual void printHTML (xgi::Output *out)=0
 WebElement (std::string the_url, std::string top, std::string left)
 WebElement (std::string the_url, std::string top, std::string left)
virtual ~WebElement ()
virtual ~WebElement ()

Private Attributes

std::string pix_left
 position in pixels (from left)
std::string pix_top
 position in pixels (from top)
std::string url
 The url of the application.


Detailed Description

Definition at line 8 of file WebElement.h.


Constructor & Destructor Documentation

WebElement::WebElement ( std::string  the_url,
std::string  top,
std::string  left 
) [inline]

Definition at line 21 of file WebElement.h.

References pix_left, pix_top, and url.

00022     {
00023       url = the_url;
00024       pix_top = top;
00025       pix_left = left;
00026     }

virtual WebElement::~WebElement (  )  [inline, virtual]

Definition at line 28 of file WebElement.h.

00029     {
00030     }

WebElement::WebElement ( std::string  the_url,
std::string  top,
std::string  left 
) [inline]

Definition at line 21 of file WebElement.h.

References pix_left, pix_top, and url.

00022     {
00023       url = the_url;
00024       pix_top = top;
00025       pix_left = left;
00026     }

virtual WebElement::~WebElement (  )  [inline, virtual]

Definition at line 28 of file WebElement.h.

00029     {
00030     }


Member Function Documentation

std::string WebElement::get_pix_left (  )  [inline]

Definition at line 38 of file WebElement.h.

References pix_left.

00038 { return pix_left; }

std::string WebElement::get_pix_left (  )  [inline]

Definition at line 38 of file WebElement.h.

References pix_left.

Referenced by ConfigBox::printHTML(), GifDisplay::printHTML(), HTMLLink::printHTML(), Navigator::printHTML(), ContentViewer::printHTML(), Button::printHTML(), and Select::printHTML().

00038 { return pix_left; }

std::string WebElement::get_pix_top (  )  [inline]

Definition at line 37 of file WebElement.h.

References pix_top.

00037 { return pix_top; }

std::string WebElement::get_pix_top (  )  [inline]

Definition at line 37 of file WebElement.h.

References pix_top.

Referenced by ConfigBox::printHTML(), GifDisplay::printHTML(), HTMLLink::printHTML(), Navigator::printHTML(), ContentViewer::printHTML(), Button::printHTML(), and Select::printHTML().

00037 { return pix_top; }

std::string WebElement::get_url (  )  [inline]

Definition at line 32 of file WebElement.h.

References url.

00033     {
00034       return url;
00035     }

std::string WebElement::get_url (  )  [inline]

Definition at line 32 of file WebElement.h.

References url.

Referenced by ConfigBox::printHTML(), Button::printHTML(), and Select::printHTML().

00033     {
00034       return url;
00035     }

virtual void WebElement::printHTML ( xgi::Output *  out  )  [pure virtual]

Implemented in Button, ConfigBox, ContentViewer, GifDisplay, HTMLLink, Navigator, Select, Button, ConfigBox, ContentViewer, GifDisplay, HTMLLink, Navigator, and Select.

virtual void WebElement::printHTML ( xgi::Output *  out  )  [pure virtual]

Implemented in Button, ConfigBox, ContentViewer, GifDisplay, HTMLLink, Navigator, Select, Button, ConfigBox, ContentViewer, GifDisplay, HTMLLink, Navigator, and Select.


Member Data Documentation

std::string WebElement::pix_left [private]

position in pixels (from left)

Definition at line 17 of file WebElement.h.

Referenced by get_pix_left(), and WebElement().

std::string WebElement::pix_top [private]

position in pixels (from top)

Definition at line 15 of file WebElement.h.

Referenced by get_pix_top(), and WebElement().

std::string WebElement::url [private]

The url of the application.

Definition at line 13 of file WebElement.h.

Referenced by get_url(), and WebElement().


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:35:53 2009 for CMSSW by  doxygen 1.5.4