Reset the screen that the status window is on when the system's screens change.
[MenuTunes.git] / iTunesRemote.h
1 /*
2  *      MenuTunes
3  *      iTunesRemote.h
4  *
5  *      Copyright (c) 2003 iThink Software
6  *
7  */
8
9 #import <Cocoa/Cocoa.h>
10 #import <Carbon/Carbon.h>
11 #import <ITMTRemote/ITMTRemote.h>
12 #import <ITFoundation/ITFoundation.h>
13 #import <ITMac/ITMac.h>
14
15 @class PlaylistNode;
16
17 @interface iTunesRemote : ITMTRemote <ITMTRemote>
18 {
19     ProcessSerialNumber savedPSN;
20         float _iTunesVersion;
21 }
22 - (BOOL)isPlaying;
23 - (ProcessSerialNumber)iTunesPSN;
24 - (NSString*)formatTimeInSeconds:(long)seconds;
25 - (NSString*)zeroSixty:(int)seconds;
26 @end