|
vdr 2.7.9
|
#include <epg.h>
Public Member Functions | |
| bool | IgnoreChannel (const cChannel *Channel) |
| bool | HandleEitEvent (cSchedule *Schedule, const SI::EIT::Event *EitEvent, uchar TableID, uchar Version) |
| bool | HandledExternally (const cChannel *Channel) |
| bool | IsUpdate (tEventID EventID, time_t StartTime, uchar TableID, uchar Version) |
| void | SetEventID (cEvent *Event, tEventID EventID) |
| void | SetLanguage (cEvent *Event, const char *Language) |
| void | SetTitle (cEvent *Event, const char *Title) |
| void | SetShortText (cEvent *Event, const char *ShortText) |
| void | SetDescription (cEvent *Event, const char *Description) |
| void | SetContents (cEvent *Event, uchar *Contents) |
| void | SetParentalRating (cEvent *Event, int ParentalRating) |
| void | SetStartTime (cEvent *Event, time_t StartTime) |
| void | SetDuration (cEvent *Event, int Duration) |
| void | SetVps (cEvent *Event, time_t Vps) |
| void | SetComponents (cEvent *Event, cComponents *Components) |
| void | FixEpgBugs (cEvent *Event) |
| void | HandleEvent (cEvent *Event) |
| void | SortSchedule (cSchedule *Schedule) |
| void | DropOutdated (cSchedule *Schedule, time_t SegmentStart, time_t SegmentEnd, uchar TableID, uchar Version) |
| bool | BeginSegmentTransfer (const cChannel *Channel) |
| void | EndSegmentTransfer (bool Modified) |
Public Member Functions inherited from cList< cEpgHandler > | |
| cList (const char *NeedsLocking=NULL) | |
| const cEpgHandler * | Get (int Index) const |
| cEpgHandler * | Get (int Index) |
| const cEpgHandler * | First (void) const |
| cEpgHandler * | First (void) |
| const cEpgHandler * | Last (void) const |
| cEpgHandler * | Last (void) |
| const cEpgHandler * | Prev (const cEpgHandler *Object) const |
| cEpgHandler * | Prev (const cEpgHandler *Object) |
| const cEpgHandler * | Next (const cEpgHandler *Object) const |
| cEpgHandler * | Next (const cEpgHandler *Object) |
Public Member Functions inherited from cListBase | |
| virtual | ~cListBase () |
| bool | Lock (cStateKey &StateKey, bool Write=false, int TimeoutMs=0) const |
| void | SetSyncStateKey (cStateKey &StateKey) |
| void | SetUseGarbageCollector (void) |
| void | SetExplicitModify (void) |
| void | SetModified (void) |
| void | Add (cListObject *Object, cListObject *After=NULL) |
| void | Ins (cListObject *Object, cListObject *Before=NULL) |
| void | Del (cListObject *Object, bool DeleteObject=true) |
| virtual void | Move (int From, int To) |
| void | Move (cListObject *From, cListObject *To) |
| virtual void | Clear (void) |
| bool | Contains (const cListObject *Object) const |
| const cListObject * | Get (int Index) const |
| cListObject * | Get (int Index) |
| int | Count (void) const |
| void | Sort (void) |
Additional Inherited Members | |
Protected Member Functions inherited from cListBase | |
| cListBase (const char *NeedsLocking=NULL) | |
Protected Attributes inherited from cListBase | |
| cListObject * | objects |
| cListObject * | lastObject |
| int | count |
| cStateLock | stateLock |
| const char * | needsLocking |
| bool | useGarbageCollector |
| bool cEpgHandlers::BeginSegmentTransfer | ( | const cChannel * | Channel | ) |
Definition at line 1629 of file epg.c.
References cList< cEpgHandler >::First(), and cList< cEpgHandler >::Next().
| void cEpgHandlers::DropOutdated | ( | cSchedule * | Schedule, |
| time_t | SegmentStart, | ||
| time_t | SegmentEnd, | ||
| uchar | TableID, | ||
| uchar | Version ) |
Definition at line 1620 of file epg.c.
References cSchedule::DropOutdated(), cList< cEpgHandler >::First(), and cList< cEpgHandler >::Next().
| void cEpgHandlers::EndSegmentTransfer | ( | bool | Modified | ) |
Definition at line 1638 of file epg.c.
References cList< cEpgHandler >::First(), and cList< cEpgHandler >::Next().
| void cEpgHandlers::FixEpgBugs | ( | cEvent * | Event | ) |
Definition at line 1594 of file epg.c.
References cList< cEpgHandler >::First(), cEvent::FixEpgBugs(), and cList< cEpgHandler >::Next().
| bool cEpgHandlers::HandledExternally | ( | const cChannel * | Channel | ) |
Definition at line 1477 of file epg.c.
References cList< cEpgHandler >::First(), and cList< cEpgHandler >::Next().
| bool cEpgHandlers::HandleEitEvent | ( | cSchedule * | Schedule, |
| const SI::EIT::Event * | EitEvent, | ||
| uchar | TableID, | ||
| uchar | Version ) |
Definition at line 1468 of file epg.c.
References cList< cEpgHandler >::First(), and cList< cEpgHandler >::Next().
| void cEpgHandlers::HandleEvent | ( | cEvent * | Event | ) |
Definition at line 1603 of file epg.c.
References cList< cEpgHandler >::First(), and cList< cEpgHandler >::Next().
| bool cEpgHandlers::IgnoreChannel | ( | const cChannel * | Channel | ) |
Definition at line 1459 of file epg.c.
References cList< cEpgHandler >::First(), and cList< cEpgHandler >::Next().
Definition at line 1486 of file epg.c.
References cList< cEpgHandler >::First(), and cList< cEpgHandler >::Next().
| void cEpgHandlers::SetComponents | ( | cEvent * | Event, |
| cComponents * | Components ) |
Definition at line 1585 of file epg.c.
References cList< cEpgHandler >::First(), cList< cEpgHandler >::Next(), and cEvent::SetComponents().
Definition at line 1540 of file epg.c.
References cList< cEpgHandler >::First(), cList< cEpgHandler >::Next(), and cEvent::SetContents().
| void cEpgHandlers::SetDescription | ( | cEvent * | Event, |
| const char * | Description ) |
Definition at line 1531 of file epg.c.
References cList< cEpgHandler >::First(), cList< cEpgHandler >::Next(), and cEvent::SetDescription().
| void cEpgHandlers::SetDuration | ( | cEvent * | Event, |
| int | Duration ) |
Definition at line 1567 of file epg.c.
References cList< cEpgHandler >::First(), cList< cEpgHandler >::Next(), and cEvent::SetDuration().
Definition at line 1495 of file epg.c.
References cList< cEpgHandler >::First(), cList< cEpgHandler >::Next(), and cEvent::SetEventID().
| void cEpgHandlers::SetLanguage | ( | cEvent * | Event, |
| const char * | Language ) |
Definition at line 1513 of file epg.c.
References cList< cEpgHandler >::First(), cList< cEpgHandler >::Next(), and cEvent::SetLanguage().
| void cEpgHandlers::SetParentalRating | ( | cEvent * | Event, |
| int | ParentalRating ) |
Definition at line 1549 of file epg.c.
References cList< cEpgHandler >::First(), cList< cEpgHandler >::Next(), and cEvent::SetParentalRating().
| void cEpgHandlers::SetShortText | ( | cEvent * | Event, |
| const char * | ShortText ) |
Definition at line 1522 of file epg.c.
References cList< cEpgHandler >::First(), cList< cEpgHandler >::Next(), and cEvent::SetShortText().
| void cEpgHandlers::SetStartTime | ( | cEvent * | Event, |
| time_t | StartTime ) |
Definition at line 1558 of file epg.c.
References cList< cEpgHandler >::First(), cList< cEpgHandler >::Next(), and cEvent::SetStartTime().
| void cEpgHandlers::SetTitle | ( | cEvent * | Event, |
| const char * | Title ) |
Definition at line 1504 of file epg.c.
References cList< cEpgHandler >::First(), cList< cEpgHandler >::Next(), and cEvent::SetTitle().
| void cEpgHandlers::SetVps | ( | cEvent * | Event, |
| time_t | Vps ) |
Definition at line 1576 of file epg.c.
References cList< cEpgHandler >::First(), cList< cEpgHandler >::Next(), and cEvent::SetVps().
| void cEpgHandlers::SortSchedule | ( | cSchedule * | Schedule | ) |
Definition at line 1611 of file epg.c.
References cList< cEpgHandler >::First(), cList< cEpgHandler >::Next(), and cSchedule::Sort().