41 virtual void Recording(
const cDevice *Device,
const char *Name,
const char *FileName,
bool On) {}
46 virtual void Replaying(
const cControl *Control,
const char *Name,
const char *FileName,
bool On) {}
52 virtual void SetVolume(
int Volume,
bool Absolute) {}
71 virtual void OsdHelpKeys(
const char *Red,
const char *Green,
const char *Yellow,
const char *Blue) {}
85 virtual void OsdProgramme(time_t PresentTime,
const char *PresentTitle,
const char *PresentSubtitle, time_t FollowingTime,
const char *FollowingTitle,
const char *FollowingSubtitle) {}
94 static void MsgRecording(
const cDevice *Device,
const char *Name,
const char *FileName,
bool On);
95 static void MsgReplaying(
const cControl *Control,
const char *Name,
const char *FileName,
bool On);
103 static void MsgOsdHelpKeys(
const char *Red,
const char *Green,
const char *Yellow,
const char *Blue);
104 static void MsgOsdItem(
const char *Text,
int Index);
106 static void MsgOsdTextItem(
const char *Text,
bool Scroll =
false);
108 static void MsgOsdProgramme(time_t PresentTime,
const char *PresentTitle,
const char *PresentSubtitle, time_t FollowingTime,
const char *FollowingTitle,
const char *FollowingSubtitle);
static void MsgOsdCurrentItem(const char *Text)
virtual void OsdCurrentItem(const char *Text)
virtual void TimerChange(const cTimer *Timer, eTimerChange Change)
virtual void OsdTextItem(const char *Text, bool Scroll)
virtual void OsdClear(void)
static void MsgOsdHelpKeys(const char *Red, const char *Green, const char *Yellow, const char *Blue)
virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView)
virtual void SetSubtitleTrack(int Index, const char *const *Tracks)
virtual void SetVolume(int Volume, bool Absolute)
static void MsgOsdStatusMessage(const char *Message)
virtual void OsdProgramme(time_t PresentTime, const char *PresentTitle, const char *PresentSubtitle, time_t FollowingTime, const char *FollowingTitle, const char *FollowingSubtitle)
static void MsgOsdTitle(const char *Title)
static void MsgSetAudioChannel(int AudioChannel)
virtual void Recording(const cDevice *Device, const char *Name, const char *FileName, bool On)
static void MsgOsdTextItem(const char *Text, bool Scroll=false)
static void MsgSetAudioTrack(int Index, const char *const *Tracks)
virtual void OsdStatusMessage(const char *Message)
static void MsgOsdProgramme(time_t PresentTime, const char *PresentTitle, const char *PresentSubtitle, time_t FollowingTime, const char *FollowingTitle, const char *FollowingSubtitle)
virtual void OsdChannel(const char *Text)
static void MsgOsdChannel(const char *Text)
static void MsgSetSubtitleTrack(int Index, const char *const *Tracks)
static void MsgChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView)
virtual void Replaying(const cControl *Control, const char *Name, const char *FileName, bool On)
static void MsgOsdClear(void)
virtual void SetAudioChannel(int AudioChannel)
virtual void OsdHelpKeys(const char *Red, const char *Green, const char *Yellow, const char *Blue)
static void MsgTimerChange(const cTimer *Timer, eTimerChange Change)
static void MsgSetVolume(int Volume, bool Absolute)
static cList< cStatus > statusMonitors
virtual void OsdTitle(const char *Title)
static void MsgChannelChange(const cChannel *Channel)
static void MsgOsdItem(const char *Text, int Index)
virtual void OsdItem(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)
virtual void ChannelChange(const cChannel *Channel)
static void MsgReplaying(const cControl *Control, const char *Name, const char *FileName, bool On)
virtual void SetAudioTrack(int Index, const char *const *Tracks)