X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/0204d8a09b6f8fba377e6f856d78a50a36fa3010..3c44511cb0f9de3e1698a0a33721f6f140ea2a3a:/MainController.h diff --git a/MainController.h b/MainController.h index 40887f9..9b1b359 100755 --- a/MainController.h +++ b/MainController.h @@ -19,7 +19,7 @@ #import #import "MTBlingController.h" -#define MT_CURRENT_VERSION 1300 +#define MT_CURRENT_VERSION 1400 @class StatusWindowController, MenuController, NetworkController; @@ -34,7 +34,7 @@ //Used in updating the menu automatically NSTimer *refreshTimer; - NSString *_latestSongIdentifier; + NSString *_latestSongIdentifier, *_toolTip; StatusWindowController *statusWindowController; //Shows status windows MenuController *menuController; @@ -43,8 +43,9 @@ MTBlingController *bling; NSTimer *registerTimer; - BOOL timerUpdating; + BOOL timerUpdating, _checkingForServer, _popped; BOOL blinged; + NSLock *_serverCheckLock; } + (MainController *)sharedController; @@ -67,6 +68,7 @@ - (void)selectSongAtIndex:(int)index; - (void)selectSongRating:(int)rating; - (void)selectEQPresetAtIndex:(int)index; +- (void)makePlaylistWithTerm:(NSString *)term ofType:(int)type; - (void)showPlayer; - (void)showPreferences; - (void)showTestWindow;