diff options
author | lordjaxom <lordjaxom> | 2004-12-08 18:48:39 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2004-12-08 18:48:39 +0000 |
commit | 5382d18d05d358bb1c313c642395e835aa44a6a0 (patch) | |
tree | 2b5ef58620b3640c5b21e8eafe92ee4b266b1d30 /menu.h | |
parent | eb2f2c9600e8f69788232582191b141002bcd522 (diff) | |
download | vdr-plugin-text2skin-5382d18d05d358bb1c313c642395e835aa44a6a0.tar.gz vdr-plugin-text2skin-5382d18d05d358bb1c313c642395e835aa44a6a0.tar.bz2 |
1.0-pre1v1.0-pre1
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -0,0 +1,24 @@ +/* + * $Id: menu.h,v 1.1.1.1 2004/11/19 16:45:31 lordjaxom Exp $ + */ + +#ifndef VDR_TEXT2SKIN_MENU_H +#define VDR_TEXT2SKIN_MENU_H + +#include "common.h" +#include "setup.h" +#include <vdr/menuitems.h> + +class cText2SkinSetupPage: public cMenuSetupPage { +private: + cText2SkinSetup mData; + +public: + cText2SkinSetupPage(void); + virtual ~cText2SkinSetupPage(); + + virtual void Store(void); + eOSState ProcessKey(eKeys Key); +}; + +#endif // VDR_TEXT2SKIN_MENU_H |