X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/6162e11fb9ec9ca0f4add4d5838e98a31ead4a21..8cd402b5d3e43c95046af7ac0e4cb3cde2d622bc:/StatusWindowController.h diff --git a/StatusWindowController.h b/StatusWindowController.h index 118ca38..b192d36 100755 --- a/StatusWindowController.h +++ b/StatusWindowController.h @@ -27,6 +27,7 @@ typedef enum { @interface StatusWindowController : NSObject { StatusWindow *_window; NSUserDefaults *df; + NSRange _timeRange; } + (StatusWindowController *)sharedController; @@ -42,6 +43,7 @@ typedef enum { - (void)showReconnectQueryWindow; - (void)showNetworkErrorQueryWindow; - (void)showPreferencesUpdateWindow; +- (void)showDebugModeEnabledWindow; - (void)showSongInfoWindowWithSource:(ITMTRemotePlayerSource)source title: (NSString *)title @@ -54,5 +56,6 @@ typedef enum { playCount: (int)playCount image: (NSImage *)art; +- (void)updateTime:(NSString *)time; @end