git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed launch player with MenuTunes checkbox in prefs.
[MenuTunes.git]
/
MainController.h
diff --git
a/MainController.h
b/MainController.h
index
f6959eb
..
1245103
100755
(executable)
--- a/
MainController.h
+++ b/
MainController.h
@@
-17,6
+17,7
@@
#import <ITKit/ITKit.h>
#import <ITFoundation/ITFoundation.h>
#import <ITMTRemote/ITMTRemote.h>
#import <ITKit/ITKit.h>
#import <ITFoundation/ITFoundation.h>
#import <ITMTRemote/ITMTRemote.h>
+#import "MTBlingController.h"
@class StatusWindowController, MenuController;
@class StatusWindowController, MenuController;
@@
-26,7
+27,8
@@
NSMutableArray *remoteArray;
ITMTRemote *currentRemote;
NSMutableArray *remoteArray;
ITMTRemote *currentRemote;
- ITMTRemoteControlState playerRunningState;
+ ITMTRemotePlayerRunningState playerRunningState;
+ ITMTRemotePlayerPlaylistClass latestPlaylistClass;
//Used in updating the menu automatically
NSTimer *refreshTimer;
//Used in updating the menu automatically
NSTimer *refreshTimer;
@@
-35,12
+37,20
@@
StatusWindowController *statusWindowController; //Shows status windows
MenuController *menuController;
NSUserDefaults *df;
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
}
+ (MainController *)sharedController;
- (void)menuClicked;
//Methods called from MenuController by menu items
+- (void)blingTime;
+- (void)blingNow;
+- (BOOL)blingBling;
+
- (void)playPause;
- (void)nextSong;
- (void)prevSong;
- (void)playPause;
- (void)nextSong;
- (void)prevSong;