X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/6e879de483fcc0349bb3720d1eb8ae74dc6d3803..98e371e074f79172824889ac1935f612a13c0290:/MenuTunes.h diff --git a/MenuTunes.h b/MenuTunes.h index a45d814..e48b9a6 100755 --- a/MenuTunes.h +++ b/MenuTunes.h @@ -6,7 +6,7 @@ * Original Author : Kent Sutherland * Responsibility : Kent Sutherland * - * Copyright (c) 2002 The iThink Group. + * Copyright (c) 2002 iThink Software. * All Rights Reserved * */ @@ -15,19 +15,21 @@ #import #import -@class MenuTunesView, PreferencesController, StatusWindowController; +//@class MenuTunesView; +@class PreferencesController, StatusWindowController; @interface MenuTunes : NSObject { NSStatusItem *statusItem; NSMenu *menu; - MenuTunesView *view; +// MenuTunesView *view; ComponentInstance asComponent; //Used in updating the menu automatically NSTimer *refreshTimer; - int curTrackIndex; + int curTrackIndex, curPlaylistIndex; int trackInfoIndex; + bool isPlayingRadio; ProcessSerialNumber iTunesPSN; bool didHaveAlbumName; //Helper variable for creating the menu