Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DQM
TrackerCommon
interface
HTMLLink.h
Go to the documentation of this file.
1
#ifndef _DQM_TrackerCommon_HTMLLink_h_
2
#define _DQM_TrackerCommon_HTMLLink_h_
3
4
#include "xgi/Method.h"
5
#include "cgicc/HTMLClasses.h"
6
#include "
DQM/TrackerCommon/interface/WebElement.h
"
7
8
9
class
HTMLLink
:
public
WebElement
10
{
11
private
:
13
std::string
text
;
14
std::string
link_url
;
15
16
public
:
17
18
HTMLLink
(
std::string
the_url,
std::string
top,
std::string
left,
std::string
the_text,
std::string
the_link_url)
19
:
WebElement
(the_url, top, left)
20
{
21
text
= the_text;
22
link_url
= the_link_url;
23
}
24
25
~HTMLLink
()
26
{
27
}
28
29
void
printHTML
(
xgi::Output
*
out
);
30
};
31
32
#endif
HTMLLink::printHTML
void printHTML(xgi::Output *out)
Definition:
HTMLLink.cc:4
WebElement.h
HTMLLink
Definition:
HTMLLink.h:9
WebElement
Definition:
WebElement.h:8
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
HTMLLink::HTMLLink
HTMLLink(std::string the_url, std::string top, std::string left, std::string the_text, std::string the_link_url)
Definition:
HTMLLink.h:18
HTMLLink::link_url
std::string link_url
Definition:
HTMLLink.h:14
dbtoconf.out
tuple out
Definition:
dbtoconf.py:99
Output
#define Output(cl)
Definition:
vmac.h:193
HTMLLink::~HTMLLink
~HTMLLink()
Definition:
HTMLLink.h:25
HTMLLink::text
std::string text
the text of the link
Definition:
HTMLLink.h:13
Generated for CMSSW Reference Manual by
1.8.5