X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/05ed443780b3696c53e100d7eee9ae63c633e22d..da05d51282a00722e05f2c777db5cc3d0623d348:/PreferencesController.h diff --git a/PreferencesController.h b/PreferencesController.h index 9ac7365..c2cc388 100755 --- a/PreferencesController.h +++ b/PreferencesController.h @@ -33,6 +33,10 @@ IBOutlet CustomMenuTableView *menuTableView; IBOutlet NSButton *nameCheckbox; IBOutlet NSTextField *nameTextField; + IBOutlet NSPanel *passwordPanel; + IBOutlet NSTextField *passwordPanelMessage; + IBOutlet NSButton *passwordPanelOKButton; + IBOutlet NSTextField *passwordPanelTextField; IBOutlet NSTextField *passwordTextField; IBOutlet NSButton *ratingCheckbox; IBOutlet NSTextField *selectedPlayerTextField; @@ -68,6 +72,9 @@ - (id)controller; - (void)setController:(id)object; +- (BOOL)showPasswordPanel; +- (BOOL)showInvalidPasswordPanel; + - (IBAction)changeGeneralSetting:(id)sender; - (IBAction)changeSharingSetting:(id)sender; - (IBAction)changeStatusWindowSetting:(id)sender;