36 sm->ChannelChange(Channel);
42 sm->TimerChange(Timer, Change);
48 sm->ChannelSwitch(Device, ChannelNumber, LiveView);
54 sm->Recording(Device, Name, FileName, On);
60 sm->Replaying(Control, Name, FileName, On);
66 sm->MarksModified(Marks);
72 sm->SetVolume(Volume, Absolute);
78 sm->SetAudioTrack(
Index, Tracks);
84 sm->SetAudioChannel(AudioChannel);
90 sm->SetSubtitleTrack(
Index, Tracks);
108 sm->OsdStatusMessage(Type, Message);
114 sm->OsdHelpKeys(Red, Green, Yellow, Blue);
120 sm->OsdItem(Text,
Index, Selectable);
126 sm->OsdCurrentItem(Text,
Index);
132 sm->OsdTextItem(Text, Scroll);
138 sm->OsdChannel(Text);
141void cStatus::MsgOsdProgramme(time_t PresentTime,
const char *PresentTitle,
const char *PresentSubtitle, time_t FollowingTime,
const char *FollowingTitle,
const char *FollowingSubtitle)
144 sm->OsdProgramme(PresentTime, PresentTitle, PresentSubtitle, FollowingTime, FollowingTitle, FollowingSubtitle);
static void MsgMarksModified(const cMarks *Marks)
static void MsgOsdTitle(const char *Title)
static void MsgOsdChannel(const char *Text)
static void MsgOsdItem(const char *Text, int Index, bool Selectable=true)
static void MsgOsdHelpKeys(const char *Red, const char *Green, const char *Yellow, const char *Blue)
static void MsgOsdStatusMessage(const char *Message)
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 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 cList< cStatus > statusMonitors
static void MsgOsdClear(void)
static void MsgChannelChange(const cChannel *Channel)
static void MsgSetAudioTrack(int Index, const char *const *Tracks)
static void MsgOsdCurrentItem(const char *Text, int Index=-1)
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)
virtual ~cStatus() override