X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/ea3dc416d45e5e72dc83a757a2031a2a763bbe51..796f8360ac05b39085aef9f202f635a04ba6834e:/MenuTunes.h diff --git a/MenuTunes.h b/MenuTunes.h index cde1eff..d4807fd 100755 --- a/MenuTunes.h +++ b/MenuTunes.h @@ -15,6 +15,9 @@ #import #import #import +#import +#import + //@class MenuTunesView; @class PreferencesController, StatusWindowController; @@ -23,15 +26,15 @@ { ITStatusItem *statusItem; NSMenu *menu; - ComponentInstance asComponent; + ITMTRemote *currentRemote; + NSMutableArray *remoteArray; //Used in updating the menu automatically NSTimer *refreshTimer; - int curTrackIndex, curPlaylistIndex; - int trackInfoIndex; + int trackInfoIndex, lastSongIndex; bool isPlayingRadio; - ProcessSerialNumber iTunesPSN; + bool isAppRunning; bool didHaveAlbumName, didHaveArtistName; //Helper variable for creating the menu //For upcoming songs @@ -54,7 +57,6 @@ - (void)registerDefaultsIfNeeded; - (void)rebuildMenu; - (void)clearHotKeys; -- (ProcessSerialNumber)iTunesPSN; - (void)closePreferences; @end