X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/a822d608c6739b4c2cd2c39187a78ca461d4d6d4..3711292832129bcfcb24949c59c8f2dcae0aea63:/OldMainController.h diff --git a/OldMainController.h b/OldMainController.h deleted file mode 100755 index 449eb4d..0000000 --- a/OldMainController.h +++ /dev/null @@ -1,55 +0,0 @@ -/* - * MenuTunes - * MainController - * App Controller Class - * - * Original Author : Kent Sutherland - * Responsibility : Kent Sutherland - * - * Copyright (c) 2002-2003 iThink Software. - * All Rights Reserved - * - */ - - -#import -#import -#import -#import -#import -#import - -@class PreferencesController, StatusWindow; - -@interface MainController : NSObject -{ - ITStatusItem *statusItem; - ITMTRemote *currentRemote; - NSMutableArray *remoteArray; - - //Used in updating the menu automatically - NSTimer *refreshTimer; - int trackInfoIndex; - int lastSongIndex; - int lastPlaylistIndex; - BOOL isPlayingRadio; - - ITMTRemotePlayerRunningState isAppRunning; - - PreferencesController *prefsController; - StatusWindow *statusWindow; //Shows track info and upcoming songs. -} - -- (void)applicationLaunched:(NSNotification *)note; -- (void)applicationTerminated:(NSNotification *)note; - -- (void)registerDefaults; - -- (void)startTimerInNewThread; - -- (void)clearHotKeys; -- (void)closePreferences; - -- (void)showPlayer:(id)sender; - -@end