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->SetVolume(Volume, Absolute);
65 sm->SetAudioTrack(Index, Tracks);
71 sm->SetAudioChannel(AudioChannel);
77 sm->SetSubtitleTrack(Index, Tracks);
95 sm->OsdStatusMessage(Message);
101 sm->OsdHelpKeys(Red, Green, Yellow, Blue);
107 sm->OsdItem(Text, Index);
113 sm->OsdCurrentItem(Text);
119 sm->OsdTextItem(Text, Scroll);
125 sm->OsdChannel(Text);
128 void cStatus::MsgOsdProgramme(time_t PresentTime,
const char *PresentTitle,
const char *PresentSubtitle, time_t FollowingTime,
const char *FollowingTitle,
const char *FollowingSubtitle)
131 sm->OsdProgramme(PresentTime, PresentTitle, PresentSubtitle, FollowingTime, FollowingTitle, FollowingSubtitle);
static void MsgOsdCurrentItem(const char *Text)
void Add(cListObject *Object, cListObject *After=NULL)
static void MsgOsdHelpKeys(const char *Red, const char *Green, const char *Yellow, const char *Blue)
T * Next(const T *object) const
static void MsgOsdStatusMessage(const char *Message)
static void MsgOsdTitle(const char *Title)
static void MsgSetAudioChannel(int AudioChannel)
static void MsgOsdTextItem(const char *Text, bool Scroll=false)
static void MsgSetAudioTrack(int Index, const char *const *Tracks)
static void MsgOsdProgramme(time_t PresentTime, const char *PresentTitle, const char *PresentSubtitle, time_t FollowingTime, const char *FollowingTitle, const char *FollowingSubtitle)
static void MsgOsdChannel(const char *Text)
static void MsgSetSubtitleTrack(int Index, const char *const *Tracks)
void Del(cListObject *Object, bool DeleteObject=true)
static void MsgChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView)
static void MsgOsdClear(void)
static void MsgTimerChange(const cTimer *Timer, eTimerChange Change)
static void MsgSetVolume(int Volume, bool Absolute)
static cList< cStatus > statusMonitors
static void MsgChannelChange(const cChannel *Channel)
static void MsgOsdItem(const char *Text, int Index)
The cDevice class is the base from which actual devices can be derived.
static void MsgRecording(const cDevice *Device, const char *Name, const char *FileName, bool On)
static void MsgReplaying(const cControl *Control, const char *Name, const char *FileName, bool On)