Gui/SettingsController.h

00001 //
00002 //  SettingsController.h
00003 //  MacTrek
00004 //
00005 //  Created by Aqua on 26/05/2006.
00006 //  Copyright 2006 Luky Soft. All rights reserved.
00007 //
00008 
00009 #import <Cocoa/Cocoa.h>
00010 #import "KeyMapTableDataSource.h"
00011 #import "LLPersistantSettings.h"
00012 
00013 #define GRAPHICS_MODEL_NETREK  0
00014 #define GRAPHICS_MODEL_MACTREK 1
00015 #define GRAPHICS_MODEL_TAC     2
00016 
00017 @interface SettingsController : KeyMapTableDataSource {
00018     IBOutlet NSSlider              *musicLevel;
00019     IBOutlet NSSlider              *fxLevel;
00020     IBOutlet NSSegmentedControl    *graphicsModel;  
00021     IBOutlet NSButton              *voiceOver;
00022     // the Back button is covered by the menu controller
00023 }
00024 
00025 - (bool)  soundEnabled;
00026 - (bool)  voiceEnabled;
00027 - (float) musicLevel;
00028 - (float) fxLevel;
00029 - (int)   graphicsModel;
00030 - (void)  setPreviousValues;
00031 - (void)  saveSettings;
00032 @end

Generated on Sat Aug 26 21:14:15 2006 for MacTrek by  doxygen 1.4.7