X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/3ee1edf966c9731ba8aef5173b5c5f6a69ff5045..6e879de483fcc0349bb3720d1eb8ae74dc6d3803:/MenuTunes.h diff --git a/MenuTunes.h b/MenuTunes.h index 2eb3ed4..a45d814 100755 --- a/MenuTunes.h +++ b/MenuTunes.h @@ -1,4 +1,16 @@ -/* MenuTunes */ +/* + * MenuTunes + * MenuTunes + * App Controller Class + * + * Original Author : Kent Sutherland + * Responsibility : Kent Sutherland + * + * Copyright (c) 2002 The iThink Group. + * All Rights Reserved + * + */ + #import #import @@ -39,21 +51,8 @@ } - (void)rebuildMenu; -- (void)updateMenu; -- (void)rebuildUpcomingSongsMenu; -- (void)rebuildPlaylistMenu; -- (void)rebuildEQPresetsMenu; - - (void)clearHotKeys; -- (void)setupHotKeys; - -- (NSString *)runScriptAndReturnResult:(NSString *)script; -- (void)timerUpdate; - - (ProcessSerialNumber)iTunesPSN; - -- (void)sendAEWithEventClass:(AEEventClass)eventClass andEventID:(AEEventID)eventID; - - (void)closePreferences; @end