X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/6b9ab466464daf5ae2427e67d20c368583bb0568..9ba1419655d7d247210a4ed2e7a220ddf82d80cb:/MainController.h diff --git a/MainController.h b/MainController.h index 1b77b1a..3db1655 100755 --- a/MainController.h +++ b/MainController.h @@ -39,7 +39,22 @@ StatusWindowController *statusWindowController; //Shows track info and upcoming songs. NSUserDefaults *df; } - ++ (MainController *)sharedController; + +//Methods called from MenuController by menu items +- (void)playPause; +- (void)nextSong; +- (void)prevSong; +- (void)fastForward; +- (void)rewind; +- (void)selectPlaylistAtIndex:(int)index; +- (void)selectSongAtIndex:(int)index; +- (void)selectSongRating:(int)rating; +- (void)selectEQPresetAtIndex:(int)index; +- (void)showPreferences; +- (void)quitMenuTunes; + +// - (ITMTRemote *)currentRemote; - (void)clearHotKeys;