vdr
2.2.0
|
#include <keys.h>
Public Member Functions | |
cKey (void) | |
cKey (const char *Remote, const char *Code, eKeys Key) | |
~cKey () | |
const char * | Remote (void) |
const char * | Code (void) |
eKeys | Key (void) |
bool | Parse (char *s) |
bool | Save (FILE *f) |
![]() | |
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 |
cListObject * | Prev (void) const |
cListObject * | Next (void) const |
Static Public Member Functions | |
static eKeys | FromString (const char *Name) |
static const char * | ToString (eKeys Key, bool Translate=false) |
Private Attributes | |
char * | remote |
char * | code |
eKeys | key |
cKey::cKey | ( | void | ) |
cKey::cKey | ( | const char * | Remote, |
const char * | Code, | ||
eKeys | Key | ||
) |
|
static |
Definition at line 123 of file keys.c.
References kNone, and tKey::name.
Referenced by cSVDRP::CmdHITK(), Parse(), and cKeyMacro::Parse().
|
inline |
Definition at line 103 of file keys.h.
Referenced by cKey(), cKeyMacros::Get(), and cInterface::QueryKeys().
bool cKey::Parse | ( | char * | s | ) |
Definition at line 96 of file keys.c.
References code, FromString(), key, kNone, remote, and skipspace().
bool cKey::Save | ( | FILE * | f | ) |
|
static |
Definition at line 138 of file keys.c.
References tKey::name, and tr.
Referenced by cSVDRP::CmdHITK(), cInterface::QueryKeys(), and Save().
|
private |
|
private |
|
private |