vdr
1.7.27
|
#include <epg.h>
Public Member Functions | |
cEvent (tEventID EventID) | |
~cEvent () | |
virtual int | Compare (const cListObject &ListObject) const |
tChannelID | ChannelID (void) const |
const cSchedule * | Schedule (void) const |
tEventID | EventID (void) const |
uchar | TableID (void) const |
uchar | Version (void) const |
int | RunningStatus (void) const |
const char * | Title (void) const |
const char * | ShortText (void) const |
const char * | Description (void) const |
const cComponents * | Components (void) const |
uchar | Contents (int i=0) const |
int | ParentalRating (void) const |
time_t | StartTime (void) const |
time_t | EndTime (void) const |
int | Duration (void) const |
time_t | Vps (void) const |
time_t | Seen (void) const |
bool | SeenWithin (int Seconds) const |
bool | HasTimer (void) const |
bool | IsRunning (bool OrAboutToStart=false) const |
cString | GetParentalRatingString (void) const |
cString | GetDateString (void) const |
cString | GetTimeString (void) const |
cString | GetEndTimeString (void) const |
cString | GetVpsString (void) const |
void | SetEventID (tEventID EventID) |
void | SetTableID (uchar TableID) |
void | SetVersion (uchar Version) |
void | SetRunningStatus (int RunningStatus, cChannel *Channel=NULL) |
void | SetTitle (const char *Title) |
void | SetShortText (const char *ShortText) |
void | SetDescription (const char *Description) |
void | SetComponents (cComponents *Components) |
void | SetContents (uchar *Contents) |
void | SetParentalRating (int ParentalRating) |
void | SetStartTime (time_t StartTime) |
void | SetDuration (int Duration) |
void | SetVps (time_t Vps) |
void | SetSeen (void) |
cString | ToDescr (void) const |
void | Dump (FILE *f, const char *Prefix="", bool InfoOnly=false) const |
bool | Parse (char *s) |
void | FixEpgBugs (void) |
cEvent (tEventID EventID) | |
~cEvent () | |
virtual int | Compare (const cListObject &ListObject) const |
tChannelID | ChannelID (void) const |
const cSchedule * | Schedule (void) const |
tEventID | EventID (void) const |
uchar | TableID (void) const |
uchar | Version (void) const |
int | RunningStatus (void) const |
const char * | Title (void) const |
const char * | ShortText (void) const |
const char * | Description (void) const |
const cComponents * | Components (void) const |
uchar | Contents (int i=0) const |
int | ParentalRating (void) const |
time_t | StartTime (void) const |
time_t | EndTime (void) const |
int | Duration (void) const |
time_t | Vps (void) const |
time_t | Seen (void) const |
bool | SeenWithin (int Seconds) const |
bool | HasTimer (void) const |
bool | IsRunning (bool OrAboutToStart=false) const |
cString | GetParentalRatingString (void) const |
cString | GetDateString (void) const |
cString | GetTimeString (void) const |
cString | GetEndTimeString (void) const |
cString | GetVpsString (void) const |
void | SetEventID (tEventID EventID) |
void | SetTableID (uchar TableID) |
void | SetVersion (uchar Version) |
void | SetRunningStatus (int RunningStatus, cChannel *Channel=NULL) |
void | SetTitle (const char *Title) |
void | SetShortText (const char *ShortText) |
void | SetDescription (const char *Description) |
void | SetComponents (cComponents *Components) |
void | SetContents (uchar *Contents) |
void | SetParentalRating (int ParentalRating) |
void | SetStartTime (time_t StartTime) |
void | SetDuration (int Duration) |
void | SetVps (time_t Vps) |
void | SetSeen (void) |
cString | ToDescr (void) const |
void | Dump (FILE *f, const char *Prefix="", bool InfoOnly=false) const |
bool | Parse (char *s) |
void | FixEpgBugs (void) |
Static Public Member Functions | |
static const char * | ContentToString (uchar Content) |
static bool | Read (FILE *f, cSchedule *Schedule) |
static const char * | ContentToString (uchar Content) |
static bool | Read (FILE *f, cSchedule *Schedule) |
Private Attributes | |
cSchedule * | schedule |
tEventID | eventID |
uchar | tableID |
uchar | version |
uchar | runningStatus |
uchar | parentalRating |
char * | title |
char * | shortText |
char * | description |
cComponents * | components |
uchar | contents [MaxEventContents] |
time_t | startTime |
int | duration |
time_t | vps |
time_t | seen |
Friends | |
class | cSchedule |
cEvent::cEvent | ( | tEventID | EventID | ) |
Definition at line 113 of file epg.c.
References components, contents, description, duration, eventID, EventID(), parentalRating, runningStatus, SI::RunningStatusUndefined, schedule, SetSeen(), shortText, startTime, tableID, title, version, and vps.
Referenced by Read().
cEvent::~cEvent | ( | ) |
Definition at line 132 of file epg.c.
References components, description, shortText, and title.
cEvent::cEvent | ( | tEventID | EventID | ) |
cEvent::~cEvent | ( | ) |
tChannelID cEvent::ChannelID | ( | void | ) | const |
Definition at line 146 of file epg.c.
References cSchedule::ChannelID(), and schedule.
Referenced by cMenuEvent::cMenuEvent(), cTimer::cTimer(), FixEpgBugs(), cTimer::Matches(), cMenuSchedule::Number(), cMenuSchedule::ProcessKey(), and cMenuWhatsOn::Switch().
tChannelID cEvent::ChannelID | ( | void | ) | const |
int cEvent::Compare | ( | const cListObject & | ListObject | ) | const [virtual] |
Must return 0 if this object is equal to ListObject, a positive value if it is "greater", and a negative value if it is "smaller".
Reimplemented from cListObject.
Definition at line 140 of file epg.c.
References startTime.
virtual int cEvent::Compare | ( | const cListObject & | ListObject | ) | const [virtual] |
Must return 0 if this object is equal to ListObject, a positive value if it is "greater", and a negative value if it is "smaller".
Reimplemented from cListObject.
const cComponents* cEvent::Components | ( | void | ) | const [inline] |
Definition at line 103 of file epg.h.
References components.
Referenced by cRecordingInfo::cRecordingInfo(), SetComponents(), and SetTrackDescriptions().
const cComponents* cEvent::Components | ( | void | ) | const [inline] |
Definition at line 103 of file include/vdr/epg.h.
References components.
uchar cEvent::Contents | ( | int | i = 0 | ) | const [inline] |
Definition at line 104 of file epg.h.
References contents, and MaxEventContents.
Referenced by Dump(), cSkinCursesDisplayMenu::SetEvent(), and cSkinCursesDisplayMenu::SetRecording().
uchar cEvent::Contents | ( | int | i = 0 | ) | const [inline] |
Definition at line 104 of file include/vdr/epg.h.
References contents, and MaxEventContents.
static const char* cEvent::ContentToString | ( | uchar | Content | ) | [static] |
const char * cEvent::ContentToString | ( | uchar | Content | ) | [static] |
Definition at line 259 of file epg.c.
References ecgArtsCulture, ecgChildrenYouth, ecgEducationalScience, ecgLeisureHobbies, ecgMovieDrama, ecgMusicBalletDance, ecgNewsCurrentAffairs, ecgShow, ecgSocialPoliticalEconomics, ecgSpecial, ecgSports, and tr.
Referenced by cSkinCursesDisplayMenu::SetEvent(), and cSkinCursesDisplayMenu::SetRecording().
const char* cEvent::Description | ( | void | ) | const [inline] |
Definition at line 102 of file epg.h.
References description.
Referenced by cEIT::cEIT(), cMenuEvent::Display(), cSkinClassicDisplayMenu::SetEvent(), cSkinCursesDisplayMenu::SetEvent(), and cSkinSTTNGDisplayMenu::SetEvent().
const char* cEvent::Description | ( | void | ) | const [inline] |
Definition at line 102 of file include/vdr/epg.h.
References description.
void cEvent::Dump | ( | FILE * | f, |
const char * | Prefix = "" , |
||
bool | InfoOnly = false |
||
) | const |
Definition at line 431 of file epg.c.
References cComponents::Component(), components, contents, Contents(), description, duration, cSetup::EPGLinger, eventID, isempty(), cComponents::NumComponents(), parentalRating, Setup, shortText, startTime, strreplace(), tableID, title, tComponent::ToString(), version, and vps.
void cEvent::Dump | ( | FILE * | f, |
const char * | Prefix = "" , |
||
bool | InfoOnly = false |
||
) | const |
int cEvent::Duration | ( | void | ) | const [inline] |
Definition at line 108 of file epg.h.
References duration.
Referenced by cTimer::cTimer(), cSkinSTTNGDisplayChannel::Flush(), cTimer::Matches(), Read(), SetDuration(), and cTimer::SetEventFromSchedule().
int cEvent::Duration | ( | void | ) | const [inline] |
Definition at line 108 of file include/vdr/epg.h.
References duration.
time_t cEvent::EndTime | ( | void | ) | const [inline] |
Definition at line 107 of file epg.h.
References duration, and startTime.
Referenced by cSchedule::Cleanup(), and cTimer::Matches().
time_t cEvent::EndTime | ( | void | ) | const [inline] |
Definition at line 107 of file include/vdr/epg.h.
tEventID cEvent::EventID | ( | void | ) | const [inline] |
Definition at line 96 of file epg.h.
References eventID.
Referenced by cEvent(), cSchedule::HashEvent(), Read(), SetEventID(), and cSchedule::UnhashEvent().
tEventID cEvent::EventID | ( | void | ) | const [inline] |
Definition at line 96 of file include/vdr/epg.h.
References eventID.
void cEvent::FixEpgBugs | ( | void | ) |
void cEvent::FixEpgBugs | ( | void | ) |
Definition at line 633 of file epg.c.
References ChannelID(), compactspace(), cComponents::Component(), components, tComponent::description, description, cSetup::EPGBugfixLevel, EpgBugFixStat(), isempty(), MAX_USEFUL_EPISODE_LENGTH, cComponents::NumComponents(), Setup, shortText, strcpyrealloc(), tComponent::stream, strreplace(), title, tr, and tComponent::type.
Referenced by cEpgHandlers::FixEpgBugs().
cString cEvent::GetDateString | ( | void | ) | const |
cString cEvent::GetDateString | ( | void | ) | const |
Definition at line 408 of file epg.c.
References DateString(), and startTime.
Referenced by cSkinClassicDisplayMenu::SetEvent(), cSkinCursesDisplayMenu::SetEvent(), cSkinSTTNGDisplayMenu::SetEvent(), and ToDescr().
cString cEvent::GetEndTimeString | ( | void | ) | const |
cString cEvent::GetEndTimeString | ( | void | ) | const |
Definition at line 418 of file epg.c.
References duration, startTime, and TimeString().
Referenced by cSkinClassicDisplayMenu::SetEvent(), cSkinCursesDisplayMenu::SetEvent(), cSkinSTTNGDisplayMenu::SetEvent(), and ToDescr().
cString cEvent::GetParentalRatingString | ( | void | ) | const |
cString cEvent::GetParentalRatingString | ( | void | ) | const |
Definition at line 401 of file epg.c.
References parentalRating, cString::sprintf(), and tr.
Referenced by cSkinClassicDisplayMenu::SetEvent(), cSkinCursesDisplayMenu::SetEvent(), cSkinSTTNGDisplayMenu::SetEvent(), cSkinClassicDisplayMenu::SetRecording(), cSkinCursesDisplayMenu::SetRecording(), and cSkinSTTNGDisplayMenu::SetRecording().
cString cEvent::GetTimeString | ( | void | ) | const |
cString cEvent::GetTimeString | ( | void | ) | const |
Definition at line 413 of file epg.c.
References startTime, and TimeString().
Referenced by cSkinClassicDisplayMenu::SetEvent(), cSkinCursesDisplayMenu::SetEvent(), cSkinSTTNGDisplayMenu::SetEvent(), cSkinClassicDisplayChannel::SetEvents(), cSkinSTTNGDisplayChannel::SetEvents(), cSkinCursesDisplayChannel::SetEvents(), ToDescr(), and cMenuScheduleItem::Update().
cString cEvent::GetVpsString | ( | void | ) | const |
cString cEvent::GetVpsString | ( | void | ) | const |
Definition at line 423 of file epg.c.
References vps.
Referenced by cSkinClassicDisplayMenu::SetEvent(), cSkinCursesDisplayMenu::SetEvent(), cSkinSTTNGDisplayMenu::SetEvent(), and ToDescr().
bool cEvent::HasTimer | ( | void | ) | const |
bool cEvent::HasTimer | ( | void | ) | const |
Definition at line 245 of file epg.c.
References cList< T >::First(), cList< T >::Next(), and Timers.
Referenced by cSchedule::Cleanup().
bool cEvent::IsRunning | ( | bool | OrAboutToStart = false | ) | const |
bool cEvent::IsRunning | ( | bool | OrAboutToStart = false | ) | const |
Definition at line 254 of file epg.c.
References runningStatus, SI::RunningStatusPausing, and SI::RunningStatusStartsInAFewSeconds.
Referenced by cSchedule::DelEvent(), and cTimer::Matches().
int cEvent::ParentalRating | ( | void | ) | const [inline] |
Definition at line 105 of file epg.h.
References parentalRating.
Referenced by cSkinClassicDisplayMenu::SetEvent(), cSkinCursesDisplayMenu::SetEvent(), cSkinSTTNGDisplayMenu::SetEvent(), SetParentalRating(), cSkinClassicDisplayMenu::SetRecording(), cSkinCursesDisplayMenu::SetRecording(), and cSkinSTTNGDisplayMenu::SetRecording().
int cEvent::ParentalRating | ( | void | ) | const [inline] |
Definition at line 105 of file include/vdr/epg.h.
References parentalRating.
bool cEvent::Parse | ( | char * | s | ) |
Definition at line 465 of file epg.c.
References components, contents, esyslog, MaxEventContents, cComponents::NumComponents(), cComponents::SetComponent(), SetDescription(), SetParentalRating(), SetShortText(), SetTitle(), SetVps(), skipspace(), and strreplace().
Referenced by cRecordingInfo::Read(), and Read().
bool cEvent::Parse | ( | char * | s | ) |
bool cEvent::Read | ( | FILE * | f, |
cSchedule * | Schedule | ||
) | [static] |
Definition at line 504 of file epg.c.
References cSchedule::AddEvent(), cEvent(), components, DELETENULL(), Duration(), esyslog, EventID(), cSchedule::GetEvent(), Parse(), cReadLine::Read(), seen, SetDuration(), SetStartTime(), SetTableID(), SetTitle(), skipspace(), StartTime(), TableID(), Title(), tr, and Version().
Referenced by cSchedule::Read().
static bool cEvent::Read | ( | FILE * | f, |
cSchedule * | Schedule | ||
) | [static] |
int cEvent::RunningStatus | ( | void | ) | const [inline] |
Definition at line 99 of file epg.h.
References runningStatus.
Referenced by main(), and SetRunningStatus().
int cEvent::RunningStatus | ( | void | ) | const [inline] |
Definition at line 99 of file include/vdr/epg.h.
References runningStatus.
const cSchedule* cEvent::Schedule | ( | void | ) | const [inline] |
Definition at line 95 of file include/vdr/epg.h.
References schedule.
const cSchedule* cEvent::Schedule | ( | void | ) | const [inline] |
time_t cEvent::Seen | ( | void | ) | const [inline] |
Definition at line 110 of file include/vdr/epg.h.
References seen.
time_t cEvent::Seen | ( | void | ) | const [inline] |
bool cEvent::SeenWithin | ( | int | Seconds | ) | const [inline] |
Definition at line 111 of file include/vdr/epg.h.
References seen.
bool cEvent::SeenWithin | ( | int | Seconds | ) | const [inline] |
void cEvent::SetComponents | ( | cComponents * | Components | ) |
Definition at line 194 of file epg.c.
References components, and Components().
Referenced by cEIT::cEIT().
void cEvent::SetComponents | ( | cComponents * | Components | ) |
void cEvent::SetContents | ( | uchar * | Contents | ) |
void cEvent::SetContents | ( | uchar * | Contents | ) |
Definition at line 200 of file epg.c.
References contents, and MaxEventContents.
Referenced by cEpgHandlers::SetContents().
void cEvent::SetDescription | ( | const char * | Description | ) |
Definition at line 189 of file epg.c.
References description, and strcpyrealloc().
Referenced by Parse(), and cEpgHandlers::SetDescription().
void cEvent::SetDescription | ( | const char * | Description | ) |
void cEvent::SetDuration | ( | int | Duration | ) |
Definition at line 222 of file epg.c.
References duration, and Duration().
Referenced by cEIT::cEIT(), cRecordingInfo::Read(), Read(), and cEpgHandlers::SetDuration().
void cEvent::SetDuration | ( | int | Duration | ) |
void cEvent::SetEventID | ( | tEventID | EventID | ) |
void cEvent::SetEventID | ( | tEventID | EventID | ) |
Definition at line 151 of file epg.c.
References eventID, EventID(), cSchedule::HashEvent(), schedule, and cSchedule::UnhashEvent().
Referenced by cRecordingInfo::Read(), and cEpgHandlers::SetEventID().
void cEvent::SetParentalRating | ( | int | ParentalRating | ) |
void cEvent::SetParentalRating | ( | int | ParentalRating | ) |
Definition at line 206 of file epg.c.
References parentalRating, and ParentalRating().
Referenced by Parse(), and cEpgHandlers::SetParentalRating().
void cEvent::SetRunningStatus | ( | int | RunningStatus, |
cChannel * | Channel = NULL |
||
) |
void cEvent::SetRunningStatus | ( | int | RunningStatus, |
cChannel * | Channel = NULL |
||
) |
Definition at line 172 of file epg.c.
References cChannel::HasTimer(), isyslog, cChannel::Name(), cChannel::Number(), runningStatus, RunningStatus(), SI::RunningStatusNotRunning, SI::RunningStatusUndefined, and ToDescr().
void cEvent::SetSeen | ( | void | ) |
void cEvent::SetSeen | ( | void | ) |
void cEvent::SetShortText | ( | const char * | ShortText | ) |
Definition at line 184 of file epg.c.
References shortText, and strcpyrealloc().
Referenced by Parse(), and cEpgHandlers::SetShortText().
void cEvent::SetShortText | ( | const char * | ShortText | ) |
void cEvent::SetStartTime | ( | time_t | StartTime | ) |
void cEvent::SetStartTime | ( | time_t | StartTime | ) |
Definition at line 211 of file epg.c.
References cSchedule::HashEvent(), schedule, startTime, StartTime(), and cSchedule::UnhashEvent().
Referenced by cEIT::cEIT(), cRecordingInfo::Read(), Read(), and cEpgHandlers::SetStartTime().
void cEvent::SetTableID | ( | uchar | TableID | ) |
void cEvent::SetTableID | ( | uchar | TableID | ) |
Definition at line 162 of file epg.c.
References tableID, and TableID().
Referenced by cEIT::cEIT(), cRecordingInfo::Read(), and Read().
void cEvent::SetTitle | ( | const char * | Title | ) |
Definition at line 179 of file epg.c.
References strcpyrealloc(), and title.
Referenced by Parse(), Read(), and cEpgHandlers::SetTitle().
void cEvent::SetTitle | ( | const char * | Title | ) |
void cEvent::SetVersion | ( | uchar | Version | ) |
Definition at line 167 of file epg.c.
References version, and Version().
Referenced by cEIT::cEIT(), and cRecordingInfo::Read().
void cEvent::SetVersion | ( | uchar | Version | ) |
void cEvent::SetVps | ( | time_t | Vps | ) |
void cEvent::SetVps | ( | time_t | Vps | ) |
const char* cEvent::ShortText | ( | void | ) | const [inline] |
Definition at line 101 of file epg.h.
References shortText.
Referenced by cEIT::cEIT(), cMenuTimers::Commands(), cRecording::cRecording(), cDisplayChannel::DisplayInfo(), cSkinClassicDisplayMenu::SetEvent(), cSkinCursesDisplayMenu::SetEvent(), cSkinSTTNGDisplayMenu::SetEvent(), cSkinClassicDisplayChannel::SetEvents(), cSkinSTTNGDisplayChannel::SetEvents(), and cSkinCursesDisplayChannel::SetEvents().
const char* cEvent::ShortText | ( | void | ) | const [inline] |
Definition at line 101 of file include/vdr/epg.h.
References shortText.
time_t cEvent::StartTime | ( | void | ) | const [inline] |
Definition at line 106 of file epg.h.
References startTime.
Referenced by cMenuScheduleItem::Compare(), cTimer::cTimer(), cDisplayChannel::DisplayInfo(), cSkinSTTNGDisplayChannel::Flush(), cSchedule::GetEventAround(), cSchedule::GetFollowingEvent(), cSchedule::HashEvent(), main(), cTimer::Matches(), Read(), cSkinClassicDisplayMenu::SetEvent(), cSkinCursesDisplayMenu::SetEvent(), cSkinSTTNGDisplayMenu::SetEvent(), cSchedule::SetRunningStatus(), SetStartTime(), and cSchedule::UnhashEvent().
time_t cEvent::StartTime | ( | void | ) | const [inline] |
Definition at line 106 of file include/vdr/epg.h.
References startTime.
uchar cEvent::TableID | ( | void | ) | const [inline] |
Definition at line 97 of file include/vdr/epg.h.
References tableID.
uchar cEvent::TableID | ( | void | ) | const [inline] |
Definition at line 97 of file epg.h.
References tableID.
Referenced by cEIT::cEIT(), cTable0Handler::Ignore(), Read(), and SetTableID().
const char* cEvent::Title | ( | void | ) | const [inline] |
Definition at line 100 of file include/vdr/epg.h.
References title.
const char* cEvent::Title | ( | void | ) | const [inline] |
Definition at line 100 of file epg.h.
References title.
Referenced by cEIT::cEIT(), cMenuTimers::Commands(), cMenuScheduleItem::Compare(), cRecordControl::cRecordControl(), cRecording::cRecording(), cTimer::cTimer(), cDisplayChannel::DisplayInfo(), cMenuSchedule::PrepareScheduleThisAll(), cMenuSchedule::PrepareScheduleThisThis(), Read(), cMenuChannelItem::Set(), cSkinClassicDisplayMenu::SetEvent(), cSkinCursesDisplayMenu::SetEvent(), cSkinSTTNGDisplayMenu::SetEvent(), cSkinClassicDisplayChannel::SetEvents(), cSkinSTTNGDisplayChannel::SetEvents(), cSkinCursesDisplayChannel::SetEvents(), and ToDescr().
cString cEvent::ToDescr | ( | void | ) | const |
cString cEvent::ToDescr | ( | void | ) | const |
Definition at line 237 of file epg.c.
References GetDateString(), GetEndTimeString(), GetTimeString(), GetVpsString(), cString::sprintf(), Title(), and Vps().
Referenced by cTimer::SetEvent(), and SetRunningStatus().
uchar cEvent::Version | ( | void | ) | const [inline] |
Definition at line 98 of file include/vdr/epg.h.
References version.
uchar cEvent::Version | ( | void | ) | const [inline] |
Definition at line 98 of file epg.h.
References version.
Referenced by cEIT::cEIT(), Read(), and SetVersion().
time_t cEvent::Vps | ( | void | ) | const [inline] |
Definition at line 109 of file include/vdr/epg.h.
References vps.
time_t cEvent::Vps | ( | void | ) | const [inline] |
Definition at line 109 of file epg.h.
References vps.
Referenced by cTimer::cTimer(), cTimer::Matches(), cSkinClassicDisplayMenu::SetEvent(), cSkinCursesDisplayMenu::SetEvent(), cSkinSTTNGDisplayMenu::SetEvent(), cTimer::SetEventFromSchedule(), SetVps(), and ToDescr().
cComponents * cEvent::components [private] |
Definition at line 84 of file epg.h.
Referenced by cEvent(), Components(), Dump(), FixEpgBugs(), Parse(), Read(), SetComponents(), and ~cEvent().
uchar cEvent::contents [private] |
Definition at line 85 of file epg.h.
Referenced by cEvent(), Contents(), Dump(), Parse(), and SetContents().
char * cEvent::description [private] |
Definition at line 83 of file epg.h.
Referenced by cEvent(), Description(), Dump(), FixEpgBugs(), SetDescription(), and ~cEvent().
int cEvent::duration [private] |
Definition at line 87 of file epg.h.
Referenced by cEvent(), Dump(), Duration(), EndTime(), GetEndTimeString(), and SetDuration().
tEventID cEvent::eventID [private] |
uchar cEvent::parentalRating [private] |
Definition at line 80 of file epg.h.
Referenced by cEvent(), Dump(), GetParentalRatingString(), ParentalRating(), and SetParentalRating().
uchar cEvent::runningStatus [private] |
Definition at line 79 of file epg.h.
Referenced by cEvent(), IsRunning(), RunningStatus(), and SetRunningStatus().
cSchedule * cEvent::schedule [private] |
Definition at line 75 of file epg.h.
Referenced by cSchedule::AddEvent(), cEvent(), ChannelID(), cSchedule::DelEvent(), Schedule(), SetEventID(), and SetStartTime().
time_t cEvent::seen [private] |
char * cEvent::shortText [private] |
Definition at line 82 of file epg.h.
Referenced by cEvent(), Dump(), FixEpgBugs(), SetShortText(), ShortText(), and ~cEvent().
time_t cEvent::startTime [private] |
Definition at line 86 of file epg.h.
Referenced by cEvent(), Compare(), Dump(), EndTime(), GetDateString(), GetEndTimeString(), GetTimeString(), SetStartTime(), and StartTime().
uchar cEvent::tableID [private] |
char * cEvent::title [private] |
Definition at line 81 of file epg.h.
Referenced by cEvent(), Dump(), FixEpgBugs(), SetTitle(), Title(), and ~cEvent().
uchar cEvent::version [private] |
time_t cEvent::vps [private] |