|
vdr 2.8.1
|
#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) |
| 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 |
| 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 | ( | const char * | Remote, |
| const char * | Code, | ||
| eKeys | Key ) |
|
inline |
|
static |
Definition at line 123 of file keys.c.
References keyTable, and kNone.
Referenced by cSVDRPServer::CmdHITK(), Parse(), and cKeyMacro::Parse().
|
inline |
Definition at line 103 of file keys.h.
References key.
Referenced by cKey(), cInterface::QueryKeys(), and ToString().
| bool cKey::Parse | ( | char * | s | ) |
Definition at line 96 of file keys.c.
References code, FromString(), key, kNone, remote, and skipspace().
|
inline |
| bool cKey::Save | ( | FILE * | f | ) |
|
static |
Definition at line 138 of file keys.c.
References Key(), keyTable, and tr.
Referenced by cSVDRPServer::CmdHITK(), cInterface::QueryKeys(), and Save().
|
private |
|
private |
|
private |