Public Member Functions | |
HistogramInfo (TGWindow *w) | |
~HistogramInfo () | |
void | GUIModelDataIssue (const GUIModelData &d, unsigned int which) |
bool | GetLock () |
void | ReleaseLock () |
Private Attributes | |
std::string | fBuffer |
The text insider the buffer. More... | |
TGText * | fText |
The text inside the box. More... | |
Definition at line 9 of file HistogramInfo.h.
HistogramInfo::HistogramInfo | ( | TGWindow * | w | ) |
Definition at line 9 of file HistogramInfo.cxx.
References MakeMiniprodValidationCuts::f, and fText.
HistogramInfo::~HistogramInfo | ( | ) |
|
inherited |
Definition at line 24 of file GUIModelSubscriber.cxx.
References gsLock, MECModelEnuComparisons::i, and kSleep.
Referenced by om::CaptionBox::GUIModelDataIssue(), 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 30 of file HistogramInfo.cxx.
References fBuffer, om::GUIModelData::fHistogramInfoText, om::GUIModelSubscriber::GetLock(), om::kHistogramInfoTextID, and om::GUIModelSubscriber::ReleaseLock().
|
inherited |
Definition at line 41 of file GUIModelSubscriber.cxx.
References gsLock.
Referenced by om::CaptionBox::GUIModelDataIssue(), GUIModelDataIssue(), om::ButtonBank::GUIModelDataIssue(), om::HistogramBrowser::GUIModelDataIssue(), om::PlotViewer::GUIModelDataIssue(), and om::WatchListBox::GUIModelDataIssue().
|
private |
The text insider the buffer.
Definition at line 20 of file HistogramInfo.h.
Referenced by GUIModelDataIssue().
|
private |
The text inside the box.
Definition at line 21 of file HistogramInfo.h.
Referenced by HistogramInfo(), and ~HistogramInfo().