git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Updating some Copyright issues before release
[MenuTunes.git]
/
MainController.h
diff --git
a/MainController.h
b/MainController.h
index
4b9c14f
..
c2c73ba
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;
@@
-32,16
+33,26
@@
//Used in updating the menu automatically
NSTimer *refreshTimer;
NSString *_latestSongIdentifier;
//Used in updating the menu automatically
NSTimer *refreshTimer;
NSString *_latestSongIdentifier;
-
+
StatusWindowController *statusWindowController; //Shows status windows
MenuController *menuController;
NSUserDefaults *df;
StatusWindowController *statusWindowController; //Shows status windows
MenuController *menuController;
NSUserDefaults *df;
+
+ MTBlingController *bling;
+ NSTimer *registerTimer;
+ BOOL timerUpdating;
+ BOOL blinged;
}
+ (MainController *)sharedController;
- (void)menuClicked;
//Methods called from MenuController by menu items
}
+ (MainController *)sharedController;
- (void)menuClicked;
//Methods called from MenuController by menu items
+- (NSDate*)getBlingTime;
+- (void)blingTime;
+- (void)blingNow;
+- (BOOL)blingBling;
+
- (void)playPause;
- (void)nextSong;
- (void)prevSong;
- (void)playPause;
- (void)nextSong;
- (void)prevSong;
@@
-59,6
+70,7
@@
- (ITMTRemote *)currentRemote;
- (void)clearHotKeys;
- (ITMTRemote *)currentRemote;
- (void)clearHotKeys;
+- (void)setupHotKeys;
- (void)closePreferences;
@end
- (void)closePreferences;
@end