X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/0263903122cd22aefa9620a9497d5f58e332effb..HEAD:/PreferencesController.h diff --git a/PreferencesController.h b/PreferencesController.h index 0730977..ba6f876 100755 --- a/PreferencesController.h +++ b/PreferencesController.h @@ -1,13 +1,10 @@ /* * MenuTunes - * PreferencesController - * Preferences window controller + * PreferencesController.h * - * Original Author : Kent Sutherland - * Responsibility : Kent Sutherland + * Preferences window controller. * - * Copyright (c) 2002 iThink Software. - * All Rights Reserved + * Copyright (c) 2002 iThink Software * */ @@ -24,10 +21,16 @@ IBOutlet NSPopUpButton *appearanceEffectPopup; IBOutlet NSSlider *appearanceSpeedSlider; IBOutlet NSButton *artistCheckbox; + IBOutlet NSButton *audioscrobblerEnabledCheckbox; + IBOutlet NSTextField *audioscrobblerPasswordTextField; + IBOutlet NSTextField *audioscrobblerStatusTextField; + IBOutlet NSButton *audioscrobblerUseCacheCheckbox; + IBOutlet NSTextField *audioscrobblerUserTextField; IBOutlet NSPopUpButton *backgroundStylePopup; IBOutlet NSColorWell *backgroundColorWell; IBOutlet NSPopUpButton *backgroundColorPopup; IBOutlet NSTextField *clientPasswordTextField; + IBOutlet NSButton *composerCheckbox; IBOutlet NSTextField *hostTextField; IBOutlet NSTableView *hotKeysTableView; IBOutlet NSButton *launchAtLoginCheckbox; @@ -43,9 +46,11 @@ IBOutlet NSTextField *passwordPanelTextField; IBOutlet NSTextField *passwordPanelTitle; IBOutlet NSTextField *passwordTextField; + IBOutlet NSButton *playCountCheckbox; IBOutlet NSMatrix *positionMatrix; IBOutlet NSButton *ratingCheckbox; IBOutlet NSButton *runScriptsCheckbox; + IBOutlet NSPopUpButton *screenPopup; IBOutlet NSTextField *selectedPlayerTextField; IBOutlet NSBox *selectPlayerBox; IBOutlet NSPanel *selectPlayerSheet; @@ -78,6 +83,7 @@ } + (PreferencesController *)sharedPrefs; ++ (NSString *)getKeychainItemPasswordForUser:(NSString *)user; - (id)controller; - (void)setController:(id)object; @@ -93,7 +99,6 @@ - (IBAction)clearHotKey:(id)sender; - (IBAction)editHotKey:(id)sender; - (IBAction)showPrefsWindow:(id)sender; -- (IBAction)showTestWindow:(id)sender; - (void)registerDefaults; - (void)deletePressedInTableView:(NSTableView *)tableView;