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