Adding background style in the General status window settings.
[MenuTunes.git] / MainController.h
index c2c73ba..b03349d 100755 (executable)
@@ -19,7 +19,7 @@
 #import <ITMTRemote/ITMTRemote.h>
 #import "MTBlingController.h"
 
-@class StatusWindowController, MenuController;
+@class StatusWindowController, MenuController, NetworkController;
 
 @interface MainController : NSObject
 {
@@ -36,6 +36,7 @@
 
     StatusWindowController *statusWindowController; //Shows status windows
     MenuController *menuController;
+    NetworkController *networkController;
     NSUserDefaults *df;
     
     MTBlingController *bling;
 - (void)selectEQPresetAtIndex:(int)index;
 - (void)showPlayer;
 - (void)showPreferences;
+- (void)showTestWindow;
 - (void)quitMenuTunes;
 
 //
 
+- (void)setServerStatus:(BOOL)newStatus;
+- (int)connectToServer;
+- (BOOL)disconnectFromServer;
+- (void)networkError:(NSException *)exception;
+
+//
+
 - (ITMTRemote *)currentRemote;
 - (void)clearHotKeys;
 - (void)setupHotKeys;