52 virtual void Recording(
const cDevice *Device,
const char *Name,
const char *FileName,
bool On) {}
57 virtual void Replaying(
const cControl *Control,
const char *Name,
const char *FileName,
bool On) {}
68 virtual void SetVolume(
int Volume,
bool Absolute) {}
88 virtual void OsdHelpKeys(
const char *Red,
const char *Green,
const char *Yellow,
const char *Blue) {}
106 virtual void OsdProgramme(time_t PresentTime,
const char *PresentTitle,
const char *PresentSubtitle, time_t FollowingTime,
const char *FollowingTitle,
const char *FollowingSubtitle) {}
115 static void MsgRecording(
const cDevice *Device,
const char *Name,
const char *FileName,
bool On);
116 static void MsgReplaying(
const cControl *Control,
const char *Name,
const char *FileName,
bool On);
124 [[deprecated(
"use MsgOsdStatusMessage(eMessageType Type, const char *Message) instead")]]
127 static void MsgOsdHelpKeys(
const char *Red,
const char *Green,
const char *Yellow,
const char *Blue);
128 static void MsgOsdItem(
const char *Text,
int Index,
bool Selectable =
true);
130 static void MsgOsdTextItem(
const char *Text,
bool Scroll =
false);
132 static void MsgOsdProgramme(time_t PresentTime,
const char *PresentTitle,
const char *PresentSubtitle, time_t FollowingTime,
const char *FollowingTitle,
const char *FollowingSubtitle);
static void MsgMarksModified(const cMarks *Marks)
static void MsgOsdTitle(const char *Title)
static void MsgOsdChannel(const char *Text)
virtual void OsdHelpKeys(const char *Red, const char *Green, const char *Yellow, const char *Blue)
virtual void SetSubtitleTrack(int Index, const char *const *Tracks)
virtual void SetAudioChannel(int AudioChannel)
virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView)
virtual void OsdItem(const char *Text, int Index)
static void MsgOsdItem(const char *Text, int Index, bool Selectable=true)
virtual void OsdTextItem(const char *Text, bool Scroll)
virtual void Recording(const cDevice *Device, const char *Name, const char *FileName, bool On)
virtual void OsdStatusMessage(eMessageType Type, const char *Message)
static void MsgOsdHelpKeys(const char *Red, const char *Green, const char *Yellow, const char *Blue)
static void MsgOsdStatusMessage(const char *Message)
virtual void ChannelChange(const cChannel *Channel)
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)
virtual void OsdCurrentItem(const char *Text)
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)
virtual void OsdCurrentItem(const char *Text, int Index)
virtual void SetAudioTrack(int Index, const char *const *Tracks)
virtual void OsdItem(const char *Text, int Index, bool Selectable)
virtual void Replaying(const cControl *Control, const char *Name, const char *FileName, bool On)
virtual void OsdChannel(const char *Text)
static cList< cStatus > statusMonitors
virtual void OsdProgramme(time_t PresentTime, const char *PresentTitle, const char *PresentSubtitle, time_t FollowingTime, const char *FollowingTitle, const char *FollowingSubtitle)
static void MsgOsdClear(void)
virtual void MarksModified(const cMarks *Marks)
static void MsgChannelChange(const cChannel *Channel)
static void MsgSetAudioTrack(int Index, const char *const *Tracks)
virtual void OsdClear(void)
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)
virtual void OsdTitle(const char *Title)
virtual void SetVolume(int Volume, bool Absolute)
virtual void OsdStatusMessage(const char *Message)
static void MsgSetSubtitleTrack(int Index, const char *const *Tracks)
virtual void TimerChange(const cTimer *Timer, eTimerChange Change)
static void MsgChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView)
virtual ~cStatus() override