X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/ec1969da79832d035791a9d6647242fffe0b176a..82086d6a95408227f929ca149591c6fc3962f043:/MainController.h diff --git a/MainController.h b/MainController.h index e4eeea2..d29e371 100755 --- a/MainController.h +++ b/MainController.h @@ -19,6 +19,8 @@ #import #import "MTBlingController.h" +#define MT_CURRENT_VERSION 1300 + @class StatusWindowController, MenuController, NetworkController; @interface MainController : NSObject @@ -54,6 +56,8 @@ - (void)blingNow; - (BOOL)blingBling; +- (void)timerUpdate; + - (void)playPause; - (void)nextSong; - (void)prevSong; @@ -65,6 +69,7 @@ - (void)selectEQPresetAtIndex:(int)index; - (void)showPlayer; - (void)showPreferences; +- (void)showTestWindow; - (void)quitMenuTunes; // @@ -80,5 +85,12 @@ - (void)clearHotKeys; - (void)setupHotKeys; - (void)closePreferences; +- (MenuController *)menuController; + +- (void)showCurrentTrackInfo; @end + +@interface NSImage (SmoothAdditions) +- (NSImage *)imageScaledSmoothlyToSize:(NSSize)scaledSize; +@end \ No newline at end of file