#include <Fireworks/Core/interface/CmsShowHelpPopup.h>
Description: <one line="" class="" summary>="">
Usage: <usage>
Definition at line 29 of file CmsShowHelpPopup.h.
◆ CmsShowHelpPopup()
CmsShowHelpPopup::CmsShowHelpPopup |
( |
const std::string & |
filename, |
|
|
const std::string & |
windowname, |
|
|
const TGWindow * |
p = nullptr , |
|
|
UInt_t |
w = 1 , |
|
|
UInt_t |
h = 1 |
|
) |
| |
Definition at line 10 of file CmsShowHelpPopup.cc.
12 : TGTransientFrame(gClient->GetDefaultRoot(),
p,
w,
h),
m_helpHtml(
new TGHtml(
this,
w,
h)) {
13 AddFrame(
m_helpHtml,
new TGLayoutHints(kLHintsTop | kLHintsLeft | kLHintsExpandX | kLHintsExpandY));
14 SetWindowName(windowname.c_str());
16 TString dirPath =
"data/";
References corrVsCorr::filename, dt4ml_dqm_sourceclient-live_cfg::filePath, m_helpHtml, fireworks::setPath(), and runonSM::text.
◆ ~CmsShowHelpPopup()
CmsShowHelpPopup::~CmsShowHelpPopup |
( |
| ) |
|
|
override |
◆ CloseWindow()
void CmsShowHelpPopup::CloseWindow |
( |
| ) |
|
|
inlineoverride |
◆ m_helpHtml
TGHtml* CmsShowHelpPopup::m_helpHtml |
|
protected |