diff options
author | Maniac <maniac> | 2011-05-10 20:46:03 +0200 |
---|---|---|
committer | Maniac <maniac> | 2011-05-10 20:46:03 +0200 |
commit | 032f825e6adc49ea52e45410bf98c90ae6fd27ec (patch) | |
tree | 2fc7e5a9bf65f720fc31f3072b16ab37007eafd1 /setup.h | |
download | vdr-plugin-skinpearlhd-0.0.1.tar.gz vdr-plugin-skinpearlhd-0.0.1.tar.bz2 |
initial import0.0.1
Diffstat (limited to 'setup.h')
-rw-r--r-- | setup.h | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,23 @@ +#ifndef __SKINPEARLHD_SETUP_H +#define __SKINPEARLHD_SETUP_H + +#include <vdr/plugin.h> +#include "config.h" + + +class cSkinPearlHDSetup : public cMenuSetupPage +{ +private: + cSkinPearlHDConfig tmpPearlHDConfig; + void Setup(void); + +protected: + virtual eOSState ProcessKey(eKeys Key); + virtual void Store(void); + +public: + cSkinPearlHDSetup(void); + virtual ~cSkinPearlHDSetup(); +}; + +#endif //__SKINPEARLHD_SETUP_H |