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 image scaling" more like "broke aspect ratios" am i rite
[MenuTunes.git]
/
MainController.h
diff --git
a/MainController.h
b/MainController.h
index
c2c73ba
..
ae6f7fd
100755
(executable)
--- a/
MainController.h
+++ b/
MainController.h
@@
-19,7
+19,7
@@
#import <ITMTRemote/ITMTRemote.h>
#import "MTBlingController.h"
#import <ITMTRemote/ITMTRemote.h>
#import "MTBlingController.h"
-@class StatusWindowController, MenuController;
+@class StatusWindowController, MenuController
, NetworkController
;
@interface MainController : NSObject
{
@interface MainController : NSObject
{
@@
-36,6
+36,7
@@
StatusWindowController *statusWindowController; //Shows status windows
MenuController *menuController;
StatusWindowController *statusWindowController; //Shows status windows
MenuController *menuController;
+ NetworkController *networkController;
NSUserDefaults *df;
MTBlingController *bling;
NSUserDefaults *df;
MTBlingController *bling;
@@
-64,13
+65,23
@@
- (void)selectEQPresetAtIndex:(int)index;
- (void)showPlayer;
- (void)showPreferences;
- (void)selectEQPresetAtIndex:(int)index;
- (void)showPlayer;
- (void)showPreferences;
+- (void)showTestWindow;
- (void)quitMenuTunes;
//
- (void)quitMenuTunes;
//
+- (void)setServerStatus:(BOOL)newStatus;
+- (int)connectToServer;
+- (BOOL)disconnectFromServer;
+- (void)networkError:(NSException *)exception;
+
+//
+
- (ITMTRemote *)currentRemote;
- (void)clearHotKeys;
- (void)setupHotKeys;
- (void)closePreferences;
- (ITMTRemote *)currentRemote;
- (void)clearHotKeys;
- (void)setupHotKeys;
- (void)closePreferences;
+- (void)showCurrentTrackInfo;
+
@end
@end