typedef enum {
StatusWindowNoType = -1,
StatusWindowTrackInfoType,
+ StatusWindowAlbumArtType,
StatusWindowUpcomingSongsType,
StatusWindowVolumeType,
StatusWindowRatingType,
StatusWindowShuffleType,
StatusWindowShufflabilityType,
StatusWindowSetupType,
- StatusWindowRegistrationType,
StatusWindowNetworkType,
StatusWindowPreferencesType,
StatusWindowDebugType
- (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