X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/358cf707744dbfe1c85eebc7c44d7cf98bdd42e4..b27aba7ff5351d788e6250b7dd0e38c15a001817:/StatusWindowController.h diff --git a/StatusWindowController.h b/StatusWindowController.h index c5a4566..307975d 100755 --- a/StatusWindowController.h +++ b/StatusWindowController.h @@ -27,6 +27,7 @@ typedef enum { @interface StatusWindowController : NSObject { StatusWindow *_window; NSUserDefaults *df; + NSRange _timeRange; } + (StatusWindowController *)sharedController; @@ -37,6 +38,7 @@ typedef enum { - (void)showRatingWindowWithRating:(float)rating; - (void)showShuffleWindow:(BOOL)shuffle; - (void)showRepeatWindowWithMode:(StatusWindowRepeatMode)mode; +- (void)showSongShufflabilityWindow:(BOOL)shufflable; - (void)showSetupQueryWindow; - (void)showRegistrationQueryWindow; - (void)showReconnectQueryWindow; @@ -55,5 +57,6 @@ typedef enum { playCount: (int)playCount image: (NSImage *)art; +- (void)updateTime:(NSString *)time; @end