X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/545c9e281e8ac3ce259afc85d6a554849d8efe86..7f6104672f5d8a1ca5eb046ef7f5bac51a9acd80:/MainController.h diff --git a/MainController.h b/MainController.h index 4b9c14f..1245103 100755 --- a/MainController.h +++ b/MainController.h @@ -17,6 +17,7 @@ #import #import #import +#import "MTBlingController.h" @class StatusWindowController, MenuController; @@ -36,12 +37,20 @@ StatusWindowController *statusWindowController; //Shows status windows MenuController *menuController; NSUserDefaults *df; + + NSDate *blingDate; + MTBlingController *bling; + BOOL timerUpdating; } + (MainController *)sharedController; - (void)menuClicked; //Methods called from MenuController by menu items +- (void)blingTime; +- (void)blingNow; +- (BOOL)blingBling; + - (void)playPause; - (void)nextSong; - (void)prevSong; @@ -59,6 +68,7 @@ - (ITMTRemote *)currentRemote; - (void)clearHotKeys; +- (void)setupHotKeys; - (void)closePreferences; @end