git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Implemented toggling main interface in iTunesRemote
[MenuTunes.git]
/
StatusWindowController.h
diff --git
a/StatusWindowController.h
b/StatusWindowController.h
index
7e9aae5
..
a3c36ea
100755
(executable)
--- a/
StatusWindowController.h
+++ b/
StatusWindowController.h
@@
-14,9
+14,7
@@
#import <Cocoa/Cocoa.h>
#import "ITMTRemote.h"
#import <Cocoa/Cocoa.h>
#import "ITMTRemote.h"
-
-
-@class StatusWindow;
+#import "StatusWindow.h"
typedef enum {
typedef enum {
@@
-33,8
+31,6
@@
typedef enum {
+ (StatusWindowController *)sharedController;
+ (StatusWindowController *)sharedController;
-- (void)readDefaults;
-
- (void)showUpcomingSongsWindowWithTitles:(NSArray *)titleStrings;
- (void)showVolumeWindowWithLevel:(float)level;
- (void)showUpcomingSongsWindowWithTitles:(NSArray *)titleStrings;
- (void)showVolumeWindowWithLevel:(float)level;
@@
-44,6
+40,7
@@
typedef enum {
- (void)showSetupQueryWindow;
- (void)showRegistrationQueryWindow;
- (void)showReconnectQueryWindow;
- (void)showSetupQueryWindow;
- (void)showRegistrationQueryWindow;
- (void)showReconnectQueryWindow;
+- (void)showPreferencesUpdateWindow;
- (void)showSongInfoWindowWithSource:(ITMTRemotePlayerSource)source
title: (NSString *)title
- (void)showSongInfoWindowWithSource:(ITMTRemotePlayerSource)source
title: (NSString *)title
@@
-51,7
+48,8
@@
typedef enum {
artist: (NSString *)artist
time: (NSString *)time // FLOW: Should probably be NSDate or something.
track: (NSString *)track
artist: (NSString *)artist
time: (NSString *)time // FLOW: Should probably be NSDate or something.
track: (NSString *)track
- rating: (int)rating;
+ rating: (int)rating
+ image: (NSImage *)art;
@end
@end