vdr  1.7.27
Public Member Functions | Private Attributes
cKeyMacro Class Reference

#include <keys.h>

List of all members.

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

Private Attributes

eKeys macro [MAXKEYSINMACRO]
int numKeys
char * plugin

Detailed Description

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


Constructor & Destructor Documentation

Definition at line 200 of file keys.c.

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

Definition at line 208 of file keys.c.

References plugin.


Member Function Documentation

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

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

References macro.

Referenced by cRemote::PutMacro().

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

Definition at line 132 of file keys.h.

References macro.

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 128 of file include/vdr/keys.h.

References numKeys.

Referenced by cRemote::PutMacro().

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 128 of file keys.h.

References numKeys.

bool cKeyMacro::Parse ( char *  s)
bool cKeyMacro::Parse ( char *  s)
const char* cKeyMacro::Plugin ( void  ) const [inline]

Definition at line 133 of file keys.h.

References plugin.

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

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

References plugin.

Referenced by cRemote::PutMacro().


Member Data Documentation

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

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

int cKeyMacro::numKeys [private]

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

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

char * cKeyMacro::plugin [private]

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

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


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