Public Member Functions | |
CaptionBox (TGWindow *w) | |
~CaptionBox () | |
void | GUIModelDataIssue (const GUIModelData &d, unsigned int which) |
bool | GetLock () |
void | ReleaseLock () |
Private Attributes | |
TGText * | fText |
The text inside the box. More... | |
Definition at line 9 of file CaptionBox.h.
CaptionBox::CaptionBox | ( | TGWindow * | w | ) |
Definition at line 13 of file CaptionBox.cxx.
References MakeMiniprodValidationCuts::f, and fText.
CaptionBox::~CaptionBox | ( | ) |
|
inherited |
Definition at line 24 of file GUIModelSubscriber.cxx.
References gsLock, MECModelEnuComparisons::i, and kSleep.
Referenced by GUIModelDataIssue(), om::HistogramInfo::GUIModelDataIssue(), om::ButtonBank::GUIModelDataIssue(), om::HistogramBrowser::GUIModelDataIssue(), om::PlotViewer::GUIModelDataIssue(), and om::WatchListBox::GUIModelDataIssue().
|
virtual |
Complete the GUIModelSubscriber interface
Implements om::GUIModelSubscriber.
Definition at line 34 of file CaptionBox.cxx.
References plot_validation_datamc::c, om::CurrentHistogram::Current(), allTimeWatchdog::endl, om::HistoData::fCaption, om::GUIModelData::fCurrentHistogram, om::HistoData::fLookBack, om::HistoData::fNx, om::HistoData::fNy, om::HistoData::fReset, om::HistoData::fType, om::HistoData::fX1, om::HistoData::fX2, om::HistoData::fY1, om::HistoData::fY2, om::GUIModelSubscriber::GetLock(), hd, MECModelEnuComparisons::i, om::HistoTable::Instance(), om::TickerSubscriber::k10min, om::TickerSubscriber::k1min, om::TickerSubscriber::k24hr, om::TickerSubscriber::k30min, om::TickerSubscriber::k30sec, om::TickerSubscriber::k5min, om::kCurrentHistogramID, om::TickerSubscriber::kHour, om::TickerSubscriber::kRun, om::TickerSubscriber::kSubrun, om::kTH1F, om::kTH2F, om::TickerSubscriber::kUTC, om::HistoTable::LookUp(), and om::GUIModelSubscriber::ReleaseLock().
|
inherited |
Definition at line 41 of file GUIModelSubscriber.cxx.
References gsLock.
Referenced by GUIModelDataIssue(), om::HistogramInfo::GUIModelDataIssue(), om::ButtonBank::GUIModelDataIssue(), om::HistogramBrowser::GUIModelDataIssue(), om::PlotViewer::GUIModelDataIssue(), and om::WatchListBox::GUIModelDataIssue().
|
private |
The text inside the box.
Definition at line 20 of file CaptionBox.h.
Referenced by CaptionBox(), and ~CaptionBox().