vdr
1.7.27
|
Public Member Functions | |
virtual bool | SetEventID (cEvent *Event, tEventID EventID) |
virtual bool | SetStartTime (cEvent *Event, time_t StartTime) |
virtual bool | SetDuration (cEvent *Event, int Duration) |
virtual bool | SetTitle (cEvent *Event, const char *Title) |
virtual bool | SetShortText (cEvent *Event, const char *ShortText) |
virtual bool | SetDescription (cEvent *Event, const char *Description) |
virtual bool | SetContents (cEvent *Event, uchar *Contents) |
virtual bool | SetParentalRating (cEvent *Event, int ParentalRating) |
virtual bool | SetVps (cEvent *Event, time_t Vps) |
virtual bool | FixEpgBugs (cEvent *Event) |
Private Member Functions | |
bool | Ignore (cEvent *Event) |
Definition at line 17 of file epgtableid0.c.
bool cTable0Handler::FixEpgBugs | ( | cEvent * | Event | ) | [virtual] |
Fixes some known problems with EPG data.
Reimplemented from cEpgHandler.
Definition at line 78 of file epgtableid0.c.
References Ignore().
bool cTable0Handler::Ignore | ( | cEvent * | Event | ) | [inline, private] |
Definition at line 19 of file epgtableid0.c.
References cEvent::TableID().
Referenced by FixEpgBugs(), SetContents(), SetDescription(), SetDuration(), SetEventID(), SetParentalRating(), SetShortText(), SetStartTime(), SetTitle(), and SetVps().
bool cTable0Handler::SetContents | ( | cEvent * | Event, |
uchar * | Contents | ||
) | [virtual] |
bool cTable0Handler::SetDescription | ( | cEvent * | Event, |
const char * | Description | ||
) | [virtual] |
bool cTable0Handler::SetDuration | ( | cEvent * | Event, |
int | Duration | ||
) | [virtual] |
bool cTable0Handler::SetEventID | ( | cEvent * | Event, |
tEventID | EventID | ||
) | [virtual] |
bool cTable0Handler::SetParentalRating | ( | cEvent * | Event, |
int | ParentalRating | ||
) | [virtual] |
bool cTable0Handler::SetShortText | ( | cEvent * | Event, |
const char * | ShortText | ||
) | [virtual] |
bool cTable0Handler::SetStartTime | ( | cEvent * | Event, |
time_t | StartTime | ||
) | [virtual] |
bool cTable0Handler::SetTitle | ( | cEvent * | Event, |
const char * | Title | ||
) | [virtual] |
bool cTable0Handler::SetVps | ( | cEvent * | Event, |
time_t | Vps | ||
) | [virtual] |