X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/796f8360ac05b39085aef9f202f635a04ba6834e..8c8ad0b57aee475a9b03939aa932d96610587c25:/MenuTunes.h diff --git a/MenuTunes.h b/MenuTunes.h index d4807fd..dd79366 100755 --- a/MenuTunes.h +++ b/MenuTunes.h @@ -6,7 +6,7 @@ * Original Author : Kent Sutherland * Responsibility : Kent Sutherland * - * Copyright (c) 2002 iThink Software. + * Copyright (c) 2002-2003 iThink Software. * All Rights Reserved * */ @@ -17,10 +17,10 @@ #import #import #import - +#import //@class MenuTunesView; -@class PreferencesController, StatusWindowController; +@class PreferencesController, StatusWindow; @interface MenuTunes : NSObject { @@ -32,10 +32,10 @@ //Used in updating the menu automatically NSTimer *refreshTimer; int trackInfoIndex, lastSongIndex; - bool isPlayingRadio; + BOOL isPlayingRadio; - bool isAppRunning; - bool didHaveAlbumName, didHaveArtistName; //Helper variable for creating the menu + BOOL isAppRunning; + BOOL didHaveAlbumName, didHaveArtistName; //Helper variable for creating the menu //For upcoming songs NSMenuItem *upcomingSongsItem; @@ -52,8 +52,9 @@ NSMenuItem *playPauseMenuItem; //Toggle between 'Play' and 'Pause' PreferencesController *prefsController; - StatusWindowController *statusController; //Shows track info and upcoming songs. + StatusWindow *statusWindow; //Shows track info and upcoming songs. } + - (void)registerDefaultsIfNeeded; - (void)rebuildMenu; - (void)clearHotKeys;