X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/6f6c21caaebee598943084dd66a15f21a7f65cb5..68dce30ee215d5614aff29c67733f9d71cfd033a:/StatusWindowController.h diff --git a/StatusWindowController.h b/StatusWindowController.h index 7e9aae5..c0ec9eb 100755 --- a/StatusWindowController.h +++ b/StatusWindowController.h @@ -14,9 +14,7 @@ #import #import "ITMTRemote.h" - - -@class StatusWindow; +#import "StatusWindow.h" typedef enum { @@ -33,8 +31,6 @@ typedef enum { + (StatusWindowController *)sharedController; -- (void)readDefaults; - - (void)showUpcomingSongsWindowWithTitles:(NSArray *)titleStrings; - (void)showVolumeWindowWithLevel:(float)level; @@ -44,14 +40,17 @@ typedef enum { - (void)showSetupQueryWindow; - (void)showRegistrationQueryWindow; - (void)showReconnectQueryWindow; +- (void)showPreferencesUpdateWindow; - (void)showSongInfoWindowWithSource:(ITMTRemotePlayerSource)source title: (NSString *)title album: (NSString *)album artist: (NSString *)artist + composer: (NSString *)composer time: (NSString *)time // FLOW: Should probably be NSDate or something. track: (NSString *)track - rating: (int)rating; + rating: (int)rating + image: (NSImage *)art; @end