Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DQM
TrackerCommon
interface
GifDisplay.h
Go to the documentation of this file.
1
#ifndef _GifDisplay_h_
2
#define _GifDisplay_h_
3
10
#include "xgi/Method.h"
11
#include "cgicc/HTMLClasses.h"
12
#include "
DQM/TrackerCommon/interface/WebElement.h
"
13
14
15
class
GifDisplay
:
public
WebElement
16
{
17
private
:
18
19
std::string
height
;
20
std::string
width
;
21
std::string
name
;
22
23
public
:
24
25
GifDisplay
(
std::string
the_url,
std::string
top,
std::string
left,
26
std::string
the_height,
std::string
the_width,
std::string
the_name)
27
:
WebElement
(the_url, top, left)
28
{
29
height
= the_height;
30
width
= the_width;
31
name
= the_name;
32
}
33
34
~GifDisplay
()
35
{
36
}
37
38
void
printHTML
(
xgi::Output
*
out
);
39
};
40
41
42
#endif
GifDisplay::height
std::string height
Definition:
GifDisplay.h:19
WebElement.h
GifDisplay
Definition:
GifDisplay.h:15
WebElement
Definition:
WebElement.h:8
GifDisplay::printHTML
void printHTML(xgi::Output *out)
Definition:
GifDisplay.cc:3
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
GifDisplay::name
std::string name
Definition:
GifDisplay.h:21
dbtoconf.out
tuple out
Definition:
dbtoconf.py:99
GifDisplay::width
std::string width
Definition:
GifDisplay.h:20
Output
#define Output(cl)
Definition:
vmac.h:193
GifDisplay::~GifDisplay
~GifDisplay()
Definition:
GifDisplay.h:34
GifDisplay::GifDisplay
GifDisplay(std::string the_url, std::string top, std::string left, std::string the_height, std::string the_width, std::string the_name)
Definition:
GifDisplay.h:25
Generated for CMSSW Reference Manual by
1.8.5