diff options
author | mrwastl <mrwastl@users.sourceforge.net> | 2010-05-04 21:03:19 +0200 |
---|---|---|
committer | mrwastl <mrwastl@users.sourceforge.net> | 2010-05-04 21:03:19 +0200 |
commit | 8a4168bd0d2e468604755398f18be1fba9046aa0 (patch) | |
tree | 56558e0517e3b63483a2813146563eaf0371c666 /setup.h | |
parent | 75ebec3efc4879fc8bee8a3ecfe71809d9fccefd (diff) | |
download | vdr-plugin-graphlcd-8a4168bd0d2e468604755398f18be1fba9046aa0.tar.gz vdr-plugin-graphlcd-8a4168bd0d2e468604755398f18be1fba9046aa0.tar.bz2 |
initial git upload, based on graphlcd-0.2.0-pre2
Diffstat (limited to 'setup.h')
-rw-r--r-- | setup.h | 51 |
1 files changed, 25 insertions, 26 deletions
@@ -32,34 +32,33 @@ class cGraphLCDSetup { public: - int PluginActive; - int ShowDateTime; - int ShowChannel; - int ShowLogo; - int ShowSymbols; - int ShowETSymbols; - int ShowProgram; - int ShowTimebar; - int ShowMenu; - int ShowMessages; - int ShowColorButtons; - int ShowVolume; - int ShowNotRecording; // Empty frame around not recording card's empty icons? - int IdentifyReplayType; - int ModifyReplayString; - int ReplayLogo; - int ScrollMode; - int ScrollSpeed; - int ScrollTime; - int BrightnessActive; - int BrightnessIdle; - int BrightnessDelay; + int PluginActive; + int ShowDateTime; + int ShowChannel; + int ShowChannelLogo; + int ShowSymbols; + int ShowProgram; + int ShowTimebar; + int ShowMenu; + int ShowMessages; + int ShowColorButtons; + int ShowVolume; + int ShowNotRecording; // Empty frame around not recording card's empty icons? + int IdentifyReplayType; + int ModifyReplayString; + int ShowReplayLogo; + int ScrollMode; + int ScrollSpeed; + int ScrollTime; + int BrightnessActive; + int BrightnessIdle; + int BrightnessDelay; public: - cGraphLCDSetup(void); - virtual ~cGraphLCDSetup(void); - cGraphLCDSetup & operator= (const cGraphLCDSetup & setup); - void CopyFrom(const cGraphLCDSetup * source); + cGraphLCDSetup(void); + virtual ~cGraphLCDSetup(void); + cGraphLCDSetup & operator= (const cGraphLCDSetup & setup); + void CopyFrom(const cGraphLCDSetup * source); }; extern cGraphLCDSetup GraphLCDSetup; |