Public Member Functions | |
void | MakeHeader () |
void | MakeFooter () |
HtmlCalendar (Int_t year, Int_t month) | |
virtual | ~HtmlCalendar () |
void | SetDate (Int_t year, Int_t month) |
TString | Html () const |
ClassDef (HtmlCalendar, 0) | |
Public Attributes | |
Int_t | fYear |
Int_t | fMonth |
HtmlMonthTable | fMonthTable |
TString | fHeader |
TString | fFooter |
TString | fHtml |
TString | fTitle |
Definition at line 196 of file calendar.C.
Definition at line 220 of file calendar.C.
References fFooter, fHeader, fHtml, fMonth, fMonthTable, fYear, HtmlMonthTable::Html(), MakeFooter(), and MakeHeader().
virtual HtmlCalendar::~HtmlCalendar | ( | ) | [inline, virtual] |
Definition at line 211 of file calendar.C.
void HtmlCalendar::MakeHeader | ( | ) |
Definition at line 252 of file calendar.C.
References fHeader, fMonth, Form(), fTitle, fYear, and monthNames.
Referenced by HtmlCalendar(), and SetDate().
void HtmlCalendar::MakeFooter | ( | ) |
Definition at line 264 of file calendar.C.
References fFooter.
Referenced by HtmlCalendar(), and SetDate().
Definition at line 236 of file calendar.C.
References fFooter, fHeader, fHtml, fMonth, fMonthTable, fYear, HtmlMonthTable::Html(), MakeFooter(), MakeHeader(), and HtmlMonthTable::SetDate().
Referenced by CalendarWindow::UpdateHTML().
TString HtmlCalendar::Html | ( | ) | const [inline] |
Definition at line 214 of file calendar.C.
References fHtml.
Referenced by CalendarWindow::CalendarWindow(), and CalendarWindow::UpdateHTML().
HtmlCalendar::ClassDef | ( | HtmlCalendar | , | |
0 | ||||
) |
Definition at line 198 of file calendar.C.
Referenced by HtmlCalendar(), MakeHeader(), and SetDate().
Definition at line 199 of file calendar.C.
Referenced by HtmlCalendar(), MakeHeader(), and SetDate().
Definition at line 200 of file calendar.C.
Referenced by CalendarWindow::CalendarWindow(), HtmlCalendar(), SetDate(), and CalendarWindow::UpdateHTML().
Definition at line 201 of file calendar.C.
Referenced by HtmlCalendar(), MakeHeader(), and SetDate().
Definition at line 202 of file calendar.C.
Referenced by HtmlCalendar(), MakeFooter(), and SetDate().
Definition at line 204 of file calendar.C.
Referenced by CalendarWindow::CalendarWindow(), MakeHeader(), and CalendarWindow::UpdateHTML().