From de50d760fd03a7eed9a614a3d4a701f2097c88d9 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Fri, 13 Sep 2013 21:31:56 +0000 Subject: Changing a few Objective C classes to have their ivars hidden. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87167 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/ConfigurationController.h | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) (limited to 'macosx/ConfigurationController.h') diff --git a/macosx/ConfigurationController.h b/macosx/ConfigurationController.h index dea18c1d..b3e5e471 100755 --- a/macosx/ConfigurationController.h +++ b/macosx/ConfigurationController.h @@ -20,34 +20,32 @@ extern NSString *const memCardChangeNumberKey; IBOutlet PluginController *sio1Plugin; IBOutlet PcsxrMemCardController *memCardEdit; - - IBOutlet id noXaAudioCell; - IBOutlet id sioIrqAlwaysCell; - IBOutlet id bwMdecCell; - IBOutlet id autoVTypeCell; - IBOutlet id vTypePALCell; - IBOutlet id noCDAudioCell; - IBOutlet id usesHleCell; - IBOutlet id usesDynarecCell; - IBOutlet id consoleOutputCell; - IBOutlet id spuIrqAlwaysCell; - IBOutlet id rCountFixCell; - IBOutlet id vSyncWAFixCell; - IBOutlet id noFastBootCell; - IBOutlet id enableNetPlayCell; - IBOutlet id widescreen; // Hotkeys IBOutlet HotkeyController *hkController; - IBOutlet NSTabViewItem *hkTab; - - NSMutableDictionary *checkBoxDefaults; + IBOutlet NSTabViewItem *hkTab; } + +@property (weak) IBOutlet NSButtonCell *noXaAudioCell; +@property (weak) IBOutlet NSButtonCell *sioIrqAlwaysCell; +@property (weak) IBOutlet NSButtonCell *bwMdecCell; +@property (weak) IBOutlet NSButtonCell *autoVTypeCell; +@property (weak) IBOutlet NSPopUpButton *vTypePALCell; +@property (weak) IBOutlet NSButtonCell *noCDAudioCell; +@property (weak) IBOutlet NSButtonCell *usesHleCell; +@property (weak) IBOutlet NSButtonCell *usesDynarecCell; +@property (weak) IBOutlet NSButtonCell *consoleOutputCell; +@property (weak) IBOutlet NSButtonCell *spuIrqAlwaysCell; +@property (weak) IBOutlet NSButtonCell *rCountFixCell; +@property (weak) IBOutlet NSButtonCell *vSyncWAFixCell; +@property (weak) IBOutlet NSButtonCell *noFastBootCell; +@property (weak) IBOutlet NSButtonCell *enableNetPlayCell; +@property (weak) IBOutlet NSButtonCell *widescreen; + - (IBAction)setCheckbox:(id)sender; - (IBAction)setCheckboxInverse:(id)sender; - (IBAction)setVideoType:(id)sender; -- (NSString *)keyForSender:(id)sender; + (void)setMemoryCard:(NSInteger)theCard toPath:(NSString *)theFile; + (void)setMemoryCard:(NSInteger)theCard toURL:(NSURL *)theURL; -- cgit v1.2.3