summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h54
1 files changed, 25 insertions, 29 deletions
diff --git a/setup.h b/setup.h
index ec73f25..a76f9cb 100644
--- a/setup.h
+++ b/setup.h
@@ -32,37 +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 pluginSpectrumAnalyzer;
- int enableSpectrumAnalyzer;
- int SAShowVolume;
+ 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;