Public Member Functions | |
void | Build () |
void | BuildDayNames () |
void | BuildDays () |
HtmlMonthTable (Int_t year, Int_t month) | |
virtual | ~HtmlMonthTable () |
void | SetDate (Int_t year, Int_t month) |
TString | Html () const |
ClassDef (HtmlMonthTable, 0) | |
Public Attributes | |
Int_t | fYear |
Int_t | fMonth |
TString | fBorder |
TString | fBgColor |
TString | fCellpadding |
TString | fCellFontSize |
TString | fCellBgcolor |
TString | fTodayColor |
TDatime | fToday |
TString | fHtml |
Definition at line 65 of file calendar.C.
virtual HtmlMonthTable::~HtmlMonthTable | ( | ) | [inline, virtual] |
Definition at line 86 of file calendar.C.
void HtmlMonthTable::Build | ( | ) |
Definition at line 115 of file calendar.C.
References BuildDayNames(), BuildDays(), fBgColor, fBorder, fCellpadding, and fHtml.
Referenced by HtmlMonthTable(), and SetDate().
void HtmlMonthTable::BuildDayNames | ( | ) |
void HtmlMonthTable::BuildDays | ( | ) |
Definition at line 148 of file calendar.C.
References fCellBgcolor, fCellFontSize, fHtml, fMonth, Form(), fToday, fTodayColor, fYear, TDatime::GetDay(), TTimeStamp::GetDayOfWeek(), TDatime::GetMonth(), TDatime::GetYear(), and TTimeStamp::IsLeapYear().
Referenced by Build().
Definition at line 105 of file calendar.C.
References Build(), fMonth, and fYear.
Referenced by HtmlCalendar::SetDate().
TString HtmlMonthTable::Html | ( | ) | const [inline] |
Definition at line 89 of file calendar.C.
References fHtml.
Referenced by HtmlCalendar::HtmlCalendar(), and HtmlCalendar::SetDate().
HtmlMonthTable::ClassDef | ( | HtmlMonthTable | , | |
0 | ||||
) |
Definition at line 71 of file calendar.C.
Referenced by Build(), CalendarWindow::CalendarWindow(), and CalendarWindow::UpdateHTML().
Definition at line 73 of file calendar.C.
Referenced by BuildDays(), CalendarWindow::CalendarWindow(), and CalendarWindow::UpdateHTML().
Definition at line 74 of file calendar.C.
Referenced by BuildDays(), CalendarWindow::CalendarWindow(), and CalendarWindow::UpdateHTML().
Definition at line 78 of file calendar.C.
Referenced by Build(), BuildDayNames(), BuildDays(), and Html().