git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed a problem with the time updating in the status window.
[MenuTunes.git]
/
MenuController.h
diff --git
a/MenuController.h
b/MenuController.h
index
55ae240
..
5768a39
100755
(executable)
--- a/
MenuController.h
+++ b/
MenuController.h
@@
-7,7
+7,6
@@
//
#import <Cocoa/Cocoa.h>
//
#import <Cocoa/Cocoa.h>
-#import "ITMTRemote.h"
// Internal: To be used with NSMenuItems as their tag, for use with the NSMenuValidation stuff.
// Also will be used in supplying the controller with the layout to use for the MenuItems, unless
// Internal: To be used with NSMenuItems as their tag, for use with the NSMenuValidation stuff.
// Also will be used in supplying the controller with the layout to use for the MenuItems, unless
@@
-35,6
+34,7
@@
typedef enum {
MTMenuNextTrackItem,
MTMenuShowPlayerItem,
MTMenuPreferencesItem,
MTMenuNextTrackItem,
MTMenuShowPlayerItem,
MTMenuPreferencesItem,
+ MTMenuAboutItem,
MTMenuQuitItem,
MTMenuRegisterItem
} MTMenuItemTag;
MTMenuQuitItem,
MTMenuRegisterItem
} MTMenuItemTag;
@@
-43,16
+43,15
@@
typedef enum {
{
NSMutableArray *_menuLayout;
NSMenu *_currentMenu;
{
NSMutableArray *_menuLayout;
NSMenu *_currentMenu;
- NSMenu *_ratingMenu, *_upcomingSongsMenu, *_eqMenu, *_playlistsMenu; //Submenus
+ NSMenu *_ratingMenu, *_upcomingSongsMenu, *_eqMenu, *_playlistsMenu
, *_artistsMenu, *_albumsMenu
; //Submenus
- ITMTRemote *currentRemote;
int _currentPlaylist, _currentTrack;
int _currentPlaylist, _currentTrack;
- BOOL _playingRadio;
+ BOOL _playingRadio
, _continue
;
}
- (NSMenu *)menu;
- (NSMenu *)menuForNoPlayer;
}
- (NSMenu *)menu;
- (NSMenu *)menuForNoPlayer;
-- (
void
)rebuildSubmenus;
+- (
BOOL
)rebuildSubmenus;
// - (NSArray *)menuLayout;
// - (void)setMenuLayout:(NSArray *)newLayoutArray;
// - (NSArray *)menuLayout;
// - (void)setMenuLayout:(NSArray *)newLayoutArray;