X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/6f276052ff907885a6674cd5fbec7aa2d8082cf8..3a1a21d1ea3e060f88ca1d24ea881f3ccb97640c:/StatusWindowController.h diff --git a/StatusWindowController.h b/StatusWindowController.h index 2cf440b..01f36f3 100755 --- a/StatusWindowController.h +++ b/StatusWindowController.h @@ -20,9 +20,9 @@ typedef enum { - StatusWindowRepeatNone, + StatusWindowRepeatNone = -1, StatusWindowRepeatGroup, - StatusWindowRepeatSong + StatusWindowRepeatTrack } StatusWindowRepeatMode; @@ -31,10 +31,12 @@ typedef enum { NSUserDefaults *df; } ++ (StatusWindowController *)sharedController; + - (void)showUpcomingSongsWindowWithTitles:(NSArray *)titleStrings; - (void)showVolumeWindowWithLevel:(float)level; -- (void)showRatingWindowWithRating:(int)rating; +- (void)showRatingWindowWithRating:(float)rating; - (void)showShuffleWindow:(BOOL)shuffle; - (void)showRepeatWindowWithMode:(StatusWindowRepeatMode)mode; - (void)showSetupQueryWindow; @@ -43,9 +45,8 @@ typedef enum { title: (NSString *)title album: (NSString *)album artist: (NSString *)artist - time: (NSString *)time - trackNumber: (int)trackNumber - trackTotal: (int)trackTotal + time: (NSString *)time // FLOW: Should probably be NSDate or something. + track: (NSString *)track rating: (int)rating;