vdr  1.7.31
Protected Member Functions | List of all members
cStatusTest Class Reference

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)

Additional Inherited Members

- Public Member Functions inherited from cStatus
 cStatus (void)
virtual ~cStatus ()
 cStatus (void)
virtual ~cStatus ()
- Static Public Member Functions inherited from cStatus
static void MsgTimerChange (const cTimer *Timer, eTimerChange Change)
static void MsgChannelSwitch (const cDevice *Device, int ChannelNumber, bool LiveView)
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)
static void MsgSetVolume (int Volume, bool Absolute)
static void MsgSetAudioTrack (int Index, const char *const *Tracks)
static void MsgSetAudioChannel (int AudioChannel)
static void MsgSetSubtitleTrack (int Index, const char *const *Tracks)
static void MsgOsdClear (void)
static void MsgOsdTitle (const char *Title)
static void MsgOsdStatusMessage (const char *Message)
static void MsgOsdHelpKeys (const char *Red, const char *Green, const char *Yellow, const char *Blue)
static void MsgOsdItem (const char *Text, int Index)
static void MsgOsdCurrentItem (const char *Text)
static void MsgOsdTextItem (const char *Text, bool Scroll=false)
static void MsgOsdChannel (const char *Text)
static void MsgOsdProgramme (time_t PresentTime, const char *PresentTitle, const char *PresentSubtitle, time_t FollowingTime, const char *FollowingTitle, const char *FollowingSubtitle)
static void MsgTimerChange (const cTimer *Timer, eTimerChange Change)
static void MsgChannelSwitch (const cDevice *Device, int ChannelNumber, bool LiveView)
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)
static void MsgSetVolume (int Volume, bool Absolute)
static void MsgSetAudioTrack (int Index, const char *const *Tracks)
static void MsgSetAudioChannel (int AudioChannel)
static void MsgSetSubtitleTrack (int Index, const char *const *Tracks)
static void MsgOsdClear (void)
static void MsgOsdTitle (const char *Title)
static void MsgOsdStatusMessage (const char *Message)
static void MsgOsdHelpKeys (const char *Red, const char *Green, const char *Yellow, const char *Blue)
static void MsgOsdItem (const char *Text, int Index)
static void MsgOsdCurrentItem (const char *Text)
static void MsgOsdTextItem (const char *Text, bool Scroll=false)
static void MsgOsdChannel (const char *Text)
static void MsgOsdProgramme (time_t PresentTime, const char *PresentTitle, const char *PresentSubtitle, time_t FollowingTime, const char *FollowingTitle, const char *FollowingSubtitle)

Detailed Description

Definition at line 18 of file PLUGINS/src/status/status.c.

Member Function Documentation

void cStatusTest::ChannelSwitch ( const cDevice Device,
int  ChannelNumber,
bool  LiveView 
)
protectedvirtual

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)
protectedvirtual

Reimplemented from cStatus.

Definition at line 114 of file PLUGINS/src/status/status.c.

References dsyslog.

void cStatusTest::OsdClear ( void  )
protectedvirtual

Reimplemented from cStatus.

Definition at line 79 of file PLUGINS/src/status/status.c.

References dsyslog.

void cStatusTest::OsdCurrentItem ( const char *  Text)
protectedvirtual

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 
)
protectedvirtual

Reimplemented from cStatus.

Definition at line 94 of file PLUGINS/src/status/status.c.

References dsyslog.

void cStatusTest::OsdItem ( const char *  Text,
int  Index 
)
protectedvirtual

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 
)
protectedvirtual

Reimplemented from cStatus.

Definition at line 119 of file PLUGINS/src/status/status.c.

References dsyslog.

void cStatusTest::OsdStatusMessage ( const char *  Message)
protectedvirtual

Reimplemented from cStatus.

Definition at line 89 of file PLUGINS/src/status/status.c.

References dsyslog.

void cStatusTest::OsdTextItem ( const char *  Text,
bool  Scroll 
)
protectedvirtual

Reimplemented from cStatus.

Definition at line 109 of file PLUGINS/src/status/status.c.

References dsyslog.

void cStatusTest::OsdTitle ( const char *  Title)
protectedvirtual

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 
)
protectedvirtual

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 
)
protectedvirtual

Reimplemented from cStatus.

Definition at line 54 of file PLUGINS/src/status/status.c.

References dsyslog.

void cStatusTest::SetAudioChannel ( int  AudioChannel)
protectedvirtual

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 
)
protectedvirtual

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 
)
protectedvirtual

Reimplemented from cStatus.

Definition at line 74 of file PLUGINS/src/status/status.c.

References dsyslog.

void cStatusTest::SetVolume ( int  Volume,
bool  Absolute 
)
protectedvirtual

Reimplemented from cStatus.

Definition at line 59 of file PLUGINS/src/status/status.c.

References dsyslog.

void cStatusTest::TimerChange ( const cTimer Timer,
eTimerChange  Change 
)
protectedvirtual

Reimplemented from cStatus.

Definition at line 39 of file PLUGINS/src/status/status.c.

References dsyslog, and cTimer::ToText().


The documentation for this class was generated from the following file: