vdr
1.7.27
|
Protected Member Functions | |
virtual void | TimerChange (const cTimer *Timer, eTimerChange Change) |
virtual void | ChannelSwitch (const cDevice *Device, int ChannelNumber, bool LiveView) |
virtual void | Recording (const cDevice *Device, const char *Name, const char *FileName, bool On) |
virtual void | Replaying (const cControl *Control, const char *Name, const char *FileName, bool On) |
virtual void | SetVolume (int Volume, bool Absolute) |
virtual void | SetAudioTrack (int Index, const char *const *Tracks) |
virtual void | SetAudioChannel (int AudioChannel) |
virtual void | SetSubtitleTrack (int Index, const char *const *Tracks) |
virtual void | OsdClear (void) |
virtual void | OsdTitle (const char *Title) |
virtual void | OsdStatusMessage (const char *Message) |
virtual void | OsdHelpKeys (const char *Red, const char *Green, const char *Yellow, const char *Blue) |
virtual void | OsdItem (const char *Text, int Index) |
virtual void | OsdCurrentItem (const char *Text) |
virtual void | OsdTextItem (const char *Text, bool Scroll) |
virtual void | OsdChannel (const char *Text) |
virtual void | OsdProgramme (time_t PresentTime, const char *PresentTitle, const char *PresentSubtitle, time_t FollowingTime, const char *FollowingTitle, const char *FollowingSubtitle) |
Definition at line 18 of file PLUGINS/src/status/status.c.
void cStatusTest::ChannelSwitch | ( | const cDevice * | Device, |
int | ChannelNumber, | ||
bool | LiveView | ||
) | [protected, virtual] |
Reimplemented from cStatus.
Definition at line 44 of file PLUGINS/src/status/status.c.
References cDevice::CardIndex(), and dsyslog.
void cStatusTest::OsdChannel | ( | const char * | Text | ) | [protected, virtual] |
Reimplemented from cStatus.
Definition at line 114 of file PLUGINS/src/status/status.c.
References dsyslog.
void cStatusTest::OsdClear | ( | void | ) | [protected, virtual] |
Reimplemented from cStatus.
Definition at line 79 of file PLUGINS/src/status/status.c.
References dsyslog.
void cStatusTest::OsdCurrentItem | ( | const char * | Text | ) | [protected, virtual] |
Reimplemented from cStatus.
Definition at line 104 of file PLUGINS/src/status/status.c.
References dsyslog.
void cStatusTest::OsdHelpKeys | ( | const char * | Red, |
const char * | Green, | ||
const char * | Yellow, | ||
const char * | Blue | ||
) | [protected, virtual] |
Reimplemented from cStatus.
Definition at line 94 of file PLUGINS/src/status/status.c.
References dsyslog.
void cStatusTest::OsdItem | ( | const char * | Text, |
int | Index | ||
) | [protected, virtual] |
Reimplemented from cStatus.
Definition at line 99 of file PLUGINS/src/status/status.c.
void cStatusTest::OsdProgramme | ( | time_t | PresentTime, |
const char * | PresentTitle, | ||
const char * | PresentSubtitle, | ||
time_t | FollowingTime, | ||
const char * | FollowingTitle, | ||
const char * | FollowingSubtitle | ||
) | [protected, virtual] |
Reimplemented from cStatus.
Definition at line 119 of file PLUGINS/src/status/status.c.
References dsyslog.
void cStatusTest::OsdStatusMessage | ( | const char * | Message | ) | [protected, virtual] |
Reimplemented from cStatus.
Definition at line 89 of file PLUGINS/src/status/status.c.
References dsyslog.
void cStatusTest::OsdTextItem | ( | const char * | Text, |
bool | Scroll | ||
) | [protected, virtual] |
Reimplemented from cStatus.
Definition at line 109 of file PLUGINS/src/status/status.c.
References dsyslog.
void cStatusTest::OsdTitle | ( | const char * | Title | ) | [protected, virtual] |
Reimplemented from cStatus.
Definition at line 84 of file PLUGINS/src/status/status.c.
References dsyslog.
void cStatusTest::Recording | ( | const cDevice * | Device, |
const char * | Name, | ||
const char * | FileName, | ||
bool | On | ||
) | [protected, virtual] |
Reimplemented from cStatus.
Definition at line 49 of file PLUGINS/src/status/status.c.
References cDevice::CardIndex(), and dsyslog.
void cStatusTest::Replaying | ( | const cControl * | Control, |
const char * | Name, | ||
const char * | FileName, | ||
bool | On | ||
) | [protected, virtual] |
Reimplemented from cStatus.
Definition at line 54 of file PLUGINS/src/status/status.c.
References dsyslog.
void cStatusTest::SetAudioChannel | ( | int | AudioChannel | ) | [protected, virtual] |
Reimplemented from cStatus.
Definition at line 69 of file PLUGINS/src/status/status.c.
References dsyslog.
void cStatusTest::SetAudioTrack | ( | int | Index, |
const char *const * | Tracks | ||
) | [protected, virtual] |
Reimplemented from cStatus.
Definition at line 64 of file PLUGINS/src/status/status.c.
References dsyslog.
void cStatusTest::SetSubtitleTrack | ( | int | Index, |
const char *const * | Tracks | ||
) | [protected, virtual] |
Reimplemented from cStatus.
Definition at line 74 of file PLUGINS/src/status/status.c.
References dsyslog.
void cStatusTest::SetVolume | ( | int | Volume, |
bool | Absolute | ||
) | [protected, virtual] |
Reimplemented from cStatus.
Definition at line 59 of file PLUGINS/src/status/status.c.
References dsyslog.
void cStatusTest::TimerChange | ( | const cTimer * | Timer, |
eTimerChange | Change | ||
) | [protected, virtual] |
Reimplemented from cStatus.
Definition at line 39 of file PLUGINS/src/status/status.c.
References dsyslog, and cTimer::ToText().