Merge branch 'master' of git://github.com/ksuther/MenuTunes
[MenuTunes.git] / StatusWindowController.h
index 18443dc..a3d85d3 100755 (executable)
@@ -1,17 +1,13 @@
 /*
  *     MenuTunes
- *  StatusWindowController
- *    Abstraction layer between MainController and StatusWindow
+ *     StatusWindowController.h
  *
- *  Original Author : Matthew Judy <mjudy@ithinksw.com>
- *   Responsibility : Matthew Judy <mjudy@ithinksw.com>
+ *     Abstraction layer between MainController and StatusWindow.
  *
- *  Copyright (c) 2003 iThink Software.
- *  All Rights Reserved
+ *     Copyright (c) 2003 iThink Software
  *
  */
 
-
 #import <Cocoa/Cocoa.h>
 #import "ITMTRemote.h"
 #import "StatusWindow.h"
@@ -26,6 +22,7 @@ typedef enum {
 typedef enum {
        StatusWindowNoType = -1,
        StatusWindowTrackInfoType,
+       StatusWindowAlbumArtType,
        StatusWindowUpcomingSongsType,
        StatusWindowVolumeType,
        StatusWindowRatingType,
@@ -33,7 +30,6 @@ typedef enum {
        StatusWindowShuffleType,
        StatusWindowShufflabilityType,
        StatusWindowSetupType,
-       StatusWindowRegistrationType,
        StatusWindowNetworkType,
        StatusWindowPreferencesType,
        StatusWindowDebugType
@@ -56,12 +52,13 @@ typedef enum {
 - (void)showRepeatWindowWithMode:(StatusWindowRepeatMode)mode;
 - (void)showSongShufflabilityWindow:(BOOL)shufflable;
 - (void)showSetupQueryWindow;
-- (void)showRegistrationQueryWindow;
 - (void)showReconnectQueryWindow;
 - (void)showNetworkErrorQueryWindow;
 - (void)showPreferencesUpdateWindow;
 - (void)showDebugModeEnabledWindow;
 
+- (void)showAlbumArtWindowWithImage:(NSImage *)image;
+- (void)showAlbumArtWindowWithErrorText:(NSString *)string;
 - (void)showSongInfoWindowWithSource:(ITMTRemotePlayerSource)source
                                title:            (NSString *)title
                                album:            (NSString *)album