vdr
2.4.1
|
#include <keys.h>
Public Member Functions | |
cKeyMacro (void) | |
~cKeyMacro () | |
bool | Parse (char *s) |
const eKeys * | Macro (void) const |
const char * | Plugin (void) const |
![]() | |
cListObject (void) | |
virtual | ~cListObject () |
void | Append (cListObject *Object) |
void | Insert (cListObject *Object) |
void | Unlink (void) |
int | Index (void) const |
cListObject * | Prev (void) const |
cListObject * | Next (void) const |
Private Attributes | |
eKeys | macro [MAXKEYSINMACRO] |
int | numKeys |
char * | plugin |
cKeyMacro::cKeyMacro | ( | void | ) |
|
inline |
bool cKeyMacro::Parse | ( | char * | s | ) |
Definition at line 214 of file keys.c.
References esyslog, cKey::FromString(), cPluginManager::GetPlugin(), k_Plugin, kNone, macro, MAXKEYSINMACRO, numKeys, and plugin.
|
inline |
|
private |
Definition at line 124 of file keys.h.
Referenced by cKeyMacro(), Macro(), and Parse().
|
private |
Definition at line 125 of file keys.h.
Referenced by cKeyMacro(), and Parse().
|
private |
Definition at line 126 of file keys.h.
Referenced by cKeyMacro(), Parse(), Plugin(), and ~cKeyMacro().