vdr 2.6.1
Public Member Functions | Private Attributes | List of all members
cKeyMacro Class Reference

#include <keys.h>

Public Member Functions

 cKeyMacro (void)
 
 ~cKeyMacro ()
 
bool Parse (char *s)
 
int NumKeys (void) const
 
const eKeysMacro (void) const
 
const char * Plugin (void) const
 
 cKeyMacro (void)
 
 ~cKeyMacro ()
 
bool Parse (char *s)
 
int NumKeys (void) const
 
const eKeysMacro (void) const
 
const char * Plugin (void) const
 
- Public Member Functions inherited from cListObject
 cListObject (void)
 
virtual ~cListObject ()
 
virtual int Compare (const cListObject &ListObject) const
 
void Append (cListObject *Object)
 
void Insert (cListObject *Object)
 
void Unlink (void)
 
int Index (void) const
 
cListObjectPrev (void) const
 
cListObjectNext (void) const
 
 cListObject (void)
 
virtual ~cListObject ()
 
virtual int Compare (const cListObject &ListObject) const
 
void Append (cListObject *Object)
 
void Insert (cListObject *Object)
 
void Unlink (void)
 
int Index (void) const
 
cListObjectPrev (void) const
 
cListObjectNext (void) const
 

Private Attributes

eKeys macro [MAXKEYSINMACRO]
 
int numKeys
 
char * plugin
 

Detailed Description

Definition at line 122 of file include/vdr/keys.h.

Constructor & Destructor Documentation

◆ cKeyMacro() [1/2]

cKeyMacro::cKeyMacro ( void  )

Definition at line 201 of file keys.c.

References kNone, macro, MAXKEYSINMACRO, numKeys, and plugin.

◆ ~cKeyMacro() [1/2]

cKeyMacro::~cKeyMacro ( )

Definition at line 209 of file keys.c.

References plugin.

◆ cKeyMacro() [2/2]

cKeyMacro::cKeyMacro ( void  )

◆ ~cKeyMacro() [2/2]

cKeyMacro::~cKeyMacro ( )

Member Function Documentation

◆ Macro() [1/2]

const eKeys * cKeyMacro::Macro ( void  ) const
inline

Definition at line 135 of file include/vdr/keys.h.

References macro.

Referenced by cRemote::PutMacro().

◆ Macro() [2/2]

const eKeys * cKeyMacro::Macro ( void  ) const
inline

Definition at line 135 of file keys.h.

References macro.

◆ NumKeys() [1/2]

int cKeyMacro::NumKeys ( void  ) const
inline

Returns the number of keys in this macro.

The first key (with index 0) is the macro code. The actual macro expansion codes start at index 1 and go to NumKeys() - 1.

Definition at line 131 of file include/vdr/keys.h.

References numKeys.

Referenced by cRemote::PutMacro().

◆ NumKeys() [2/2]

int cKeyMacro::NumKeys ( void  ) const
inline

Returns the number of keys in this macro.

The first key (with index 0) is the macro code. The actual macro expansion codes start at index 1 and go to NumKeys() - 1.

Definition at line 131 of file keys.h.

References numKeys.

◆ Parse() [1/2]

bool cKeyMacro::Parse ( char *  s)

◆ Parse() [2/2]

bool cKeyMacro::Parse ( char *  s)

◆ Plugin() [1/2]

const char * cKeyMacro::Plugin ( void  ) const
inline

Definition at line 136 of file include/vdr/keys.h.

References plugin.

Referenced by cRemote::PutMacro().

◆ Plugin() [2/2]

const char * cKeyMacro::Plugin ( void  ) const
inline

Definition at line 136 of file keys.h.

References plugin.

Member Data Documentation

◆ macro

eKeys cKeyMacro::macro
private

Definition at line 124 of file include/vdr/keys.h.

Referenced by cKeyMacro(), Macro(), and Parse().

◆ numKeys

int cKeyMacro::numKeys
private

Definition at line 125 of file include/vdr/keys.h.

Referenced by cKeyMacro(), NumKeys(), and Parse().

◆ plugin

char * cKeyMacro::plugin
private

Definition at line 126 of file include/vdr/keys.h.

Referenced by cKeyMacro(), Parse(), Plugin(), and ~cKeyMacro().


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