Public Member Functions | |
| CalendarWindow () | |
| virtual | ~CalendarWindow () |
| void | UpdateHTML () |
| ClassDef (CalendarWindow, 0) | |
Private Attributes | |
| TGMainFrame * | fMain |
| HtmlCalendar * | fHtmlText |
| TGHtml * | fHtml |
| TGComboBox * | fMonthBox |
| TGNumberEntry * | fYearEntry |
| TGNumberEntry * | fFontEntry |
| TGColorSelect * | fTableColor |
| TGColorSelect * | fCellColor |
Definition at line 277 of file calendar.C.
| CalendarWindow::CalendarWindow | ( | ) |
Definition at line 308 of file calendar.C.
References TGComboBox::AddEntry(), TGCompositeFrame::AddFrame(), TQObject::Connect(), TString::Data(), TGMainFrame::DontCallClose(), HtmlMonthTable::fBgColor, HtmlMonthTable::fCellBgcolor, fCellColor, HtmlMonthTable::fCellFontSize, fFontEntry, fHtml, fHtmlText, fMain, fMonthBox, HtmlCalendar::fMonthTable, fTableColor, HtmlCalendar::fTitle, fYearEntry, gApplication, gClient, TGClient::GetColorByName(), TGCompositeFrame::GetDefaultHeight(), TGCompositeFrame::GetDefaultWidth(), TGFrame::GetHeight(), TDatime::GetMonth(), TGNumberEntry::GetNumberEntry(), TGClient::GetRoot(), TDatime::GetYear(), HtmlCalendar::Html(), i, kDeepCleanup, kLHintsCenterX, kLHintsCenterY, kLHintsExpandX, kLHintsExpandY, kLHintsLeft, TGNumberFormat::kNEAPositive, TGNumberFormat::kNELLimitMax, TGNumberFormat::kNELLimitMin, TGNumberFormat::kNESInteger, kVerticalFrame, TGFrame::MapRaised(), TGCompositeFrame::MapSubwindows(), monthNames, TGHtml::ParseText(), TGFrame::Resize(), TGComboBox::Select(), TGCompositeFrame::SetCleanup(), TGMainFrame::SetWindowName(), TGMainFrame::SetWMSizeHints(), and title.
| CalendarWindow::~CalendarWindow | ( | ) | [virtual] |
| void CalendarWindow::UpdateHTML | ( | ) |
Definition at line 412 of file calendar.C.
References TGHtml::Clear(), TString::Data(), HtmlMonthTable::fBgColor, HtmlMonthTable::fCellBgcolor, fCellColor, HtmlMonthTable::fCellFontSize, fFontEntry, fHtml, fHtmlText, fMain, fMonthBox, HtmlCalendar::fMonthTable, fTableColor, HtmlCalendar::fTitle, fYearEntry, TGColorSelect::GetColor(), TROOT::GetColor(), TColor::GetColor(), TGNumberEntry::GetNumberEntry(), TGComboBox::GetSelected(), TGTextEntry::GetText(), gROOT, HtmlCalendar::Html(), TGView::Layout(), TGHtml::ParseText(), HtmlCalendar::SetDate(), TGMainFrame::SetWindowName(), and title.
| CalendarWindow::ClassDef | ( | CalendarWindow | , | |
| 0 | ||||
| ) |
TGMainFrame* CalendarWindow::fMain [private] |
Definition at line 279 of file calendar.C.
Referenced by CalendarWindow(), UpdateHTML(), and ~CalendarWindow().
HtmlCalendar* CalendarWindow::fHtmlText [private] |
Definition at line 280 of file calendar.C.
Referenced by CalendarWindow(), UpdateHTML(), and ~CalendarWindow().
TGHtml* CalendarWindow::fHtml [private] |
TGComboBox* CalendarWindow::fMonthBox [private] |
TGNumberEntry* CalendarWindow::fYearEntry [private] |
TGNumberEntry* CalendarWindow::fFontEntry [private] |
TGColorSelect* CalendarWindow::fTableColor [private] |
TGColorSelect* CalendarWindow::fCellColor [private] |
1.5.1