git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Reset the screen that the status window is on when the system's screens change.
[MenuTunes.git]
/
iTunesRemote.h
diff --git
a/iTunesRemote.h
b/iTunesRemote.h
index
04b1cdb
..
ef4e75b
100755
(executable)
--- a/
iTunesRemote.h
+++ b/
iTunesRemote.h
@@
-1,20
+1,26
@@
-//
-// iTunesRemoteControl.h
-// MenuTunes
-//
-// Created by Matt L. Judy on Sun Jan 05 2003.
-// Copyright (c) 2003 NibFile.com. All rights reserved.
-//
-
+/*
+ * MenuTunes
+ * iTunesRemote.h
+ *
+ * Copyright (c) 2003 iThink Software
+ *
+ */
#import <Cocoa/Cocoa.h>
#import <Carbon/Carbon.h>
#import <ITMTRemote/ITMTRemote.h>
#import <ITFoundation/ITFoundation.h>
#import <Cocoa/Cocoa.h>
#import <Carbon/Carbon.h>
#import <ITMTRemote/ITMTRemote.h>
#import <ITFoundation/ITFoundation.h>
+#import <ITMac/ITMac.h>
+
+@class PlaylistNode;
@interface iTunesRemote : ITMTRemote <ITMTRemote>
{
@interface iTunesRemote : ITMTRemote <ITMTRemote>
{
- ProcessSerialNumber iTunesPSN;
+ ProcessSerialNumber savedPSN;
+ float _iTunesVersion;
}
}
+- (BOOL)isPlaying;
- (ProcessSerialNumber)iTunesPSN;
- (ProcessSerialNumber)iTunesPSN;
+- (NSString*)formatTimeInSeconds:(long)seconds;
+- (NSString*)zeroSixty:(int)seconds;
@end
@end