Definition at line 23 of file CmsShowSearchFiles.cc.
◆ FWHtml()
FWHtml::FWHtml |
( |
const TGWindow * |
p, |
|
|
int |
w, |
|
|
int |
h, |
|
|
int |
id = -1 |
|
) |
| |
|
inline |
Definition at line 25 of file CmsShowSearchFiles.cc.
25 : TGHtml(
p,
w,
h,
id) {}
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
◆ addToVisited()
void FWHtml::addToVisited |
( |
const char * |
iToVisit | ) |
|
|
inline |
◆ IsVisited()
int FWHtml::IsVisited |
( |
const char * |
iCheck | ) |
|
|
inlineoverride |
◆ m_visited
std::set<std::string> FWHtml::m_visited |
|
private |