diff options
author | Martin Dummer <martin.dummer@gmx.net> | 2012-06-18 22:18:47 +0200 |
---|---|---|
committer | Martin Dummer <martin.dummer@gmx.net> | 2012-06-18 22:18:47 +0200 |
commit | 699d66c8380cac5e22fd48cc57e274bafbfeaa6b (patch) | |
tree | 83a78ed2c01242ca403e2a4f21060edd2801d924 /menueditkeys.h | |
parent | 5c5d72ee401f48587ef385637496a3445fee94c9 (diff) | |
download | vdr-plugin-undelete-0.0.4.tar.gz vdr-plugin-undelete-0.0.4.tar.bz2 |
import of version 0.0.4v0.0.4
Diffstat (limited to 'menueditkeys.h')
-rw-r--r-- | menueditkeys.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/menueditkeys.h b/menueditkeys.h new file mode 100644 index 0000000..0726159 --- /dev/null +++ b/menueditkeys.h @@ -0,0 +1,22 @@ +/* + * autotimeredit: A plugin for the Video Disk Recorder + * + * See the README file for copyright information and how to reach the author. + * + * $Id: menueditkeys.h 0.4 2005/11/16 18:39:18 hflor Exp $ + */ + +#ifndef __MENUEDITKEYS_H +#define __MENUEDITKEYS_H + +#include <vdr/menuitems.h> + +// --- cMenuEditKeysItem ----------------------------------------------------- + +class cMenuEditKeysItem : public cMenuEditStraItem { +public: + cMenuEditKeysItem(const char *Name, int *Value); + virtual eOSState ProcessKey(eKeys Key); + }; + +#endif //__MENUEDITKEYS_H |