#include <timeentry.h>
Inherits BC_TextBox.

Public Member Functions | |
| DayText (TimeEntry *timeentry, int x, int y, int w, char **table, int table_items, char *text) | |
| int | handle_event () |
Data Fields | |
| char ** | table |
| TimeEntry * | timeentry |
| int | table_items |
| int | current_item |
Definition at line 51 of file timeentry.h.
| DayText::DayText | ( | TimeEntry * | timeentry, | |
| int | x, | |||
| int | y, | |||
| int | w, | |||
| char ** | table, | |||
| int | table_items, | |||
| char * | text | |||
| ) |
Definition at line 160 of file timeentry.C.
| int DayText::handle_event | ( | ) | [virtual] |
Reimplemented from BC_TextBox.
Definition at line 174 of file timeentry.C.
References TimeEntry::day_to_int(), BC_TextBox::get_text(), TimeEntry::handle_event(), TimeEntry::output_day, and timeentry.

| char** DayText::table |
Definition at line 63 of file timeentry.h.
Referenced by DayTumbler::handle_down_event(), and DayTumbler::handle_up_event().
Definition at line 65 of file timeentry.h.
Referenced by DayTumbler::handle_down_event(), and DayTumbler::handle_up_event().
Definition at line 66 of file timeentry.h.
1.5.5