29 sm->ChannelChange(Channel);
35 sm->TimerChange(Timer, Change);
41 sm->ChannelSwitch(Device, ChannelNumber, LiveView);
47 sm->Recording(Device, Name, FileName, On);
53 sm->Replaying(Control, Name, FileName, On);
59 sm->MarksModified(Marks);
65 sm->SetVolume(Volume, Absolute);
71 sm->SetAudioTrack(
Index, Tracks);
77 sm->SetAudioChannel(AudioChannel);
83 sm->SetSubtitleTrack(
Index, Tracks);
101 sm->OsdStatusMessage(Message);
107 sm->OsdHelpKeys(Red, Green, Yellow, Blue);
113 sm->OsdItem(Text,
Index);
119 sm->OsdCurrentItem(Text);
125 sm->OsdTextItem(Text, Scroll);
131 sm->OsdChannel(Text);
134void cStatus::MsgOsdProgramme(time_t PresentTime,
const char *PresentTitle,
const char *PresentSubtitle, time_t FollowingTime,
const char *FollowingTitle,
const char *FollowingSubtitle)
137 sm->OsdProgramme(PresentTime, PresentTitle, PresentSubtitle, FollowingTime, FollowingTitle, FollowingSubtitle);
void Del(cListObject *Object, bool DeleteObject=true)
void Add(cListObject *Object, cListObject *After=NULL)
const T * First(void) const
Returns the first element in this list, or NULL if the list is empty.
const T * Next(const T *Object) const
< Returns the element immediately before Object in this list, or NULL if Object is the first element ...
static void MsgMarksModified(const cMarks *Marks)
static void MsgOsdTitle(const char *Title)
static void MsgOsdChannel(const char *Text)
static void MsgOsdHelpKeys(const char *Red, const char *Green, const char *Yellow, const char *Blue)
static void MsgSetAudioChannel(int AudioChannel)
static void MsgOsdProgramme(time_t PresentTime, const char *PresentTitle, const char *PresentSubtitle, time_t FollowingTime, const char *FollowingTitle, const char *FollowingSubtitle)
static void MsgOsdStatusMessage(const char *Message)
static void MsgReplaying(const cControl *Control, const char *Name, const char *FileName, bool On)
static void MsgSetVolume(int Volume, bool Absolute)
static void MsgRecording(const cDevice *Device, const char *Name, const char *FileName, bool On)
static void MsgOsdItem(const char *Text, int Index)
static cList< cStatus > statusMonitors
static void MsgOsdClear(void)
static void MsgOsdCurrentItem(const char *Text)
static void MsgChannelChange(const cChannel *Channel)
static void MsgSetAudioTrack(int Index, const char *const *Tracks)
static void MsgTimerChange(const cTimer *Timer, eTimerChange Change)
static void MsgOsdTextItem(const char *Text, bool Scroll=false)
static void MsgSetSubtitleTrack(int Index, const char *const *Tracks)
static void MsgChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView)