Changeset 600 for trunk/Cocoa/Pester/Source/NJRQTMediaPopUpButton.m
- Timestamp:
- 12/21/09 22:12:22 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cocoa/Pester/Source/NJRQTMediaPopUpButton.m
r591 r600 8 8 9 9 #import "NJRQTMediaPopUpButton.h" 10 #import "NJRFSObjectSelector.h" 10 11 #import "NJRSoundManager.h" 11 12 #import "QTMovie-NJRExtensions.h" … … 23 24 - (BOOL)_validateWithPreview:(BOOL)doPreview; 24 25 - (void)_startSoundPreview; 26 - (void)_soundPreviewDidEnd:(NSNotification *)notification; 25 27 - (void)_resetPreview; 26 28 - (void)_resetOutputVolume; 29 - (void)_aliasSelected:(NSMenuItem *)sender; 30 - (void)_beepSelected:(NSMenuItem *)sender; 31 - (void)_systemSoundSelected:(NSMenuItem *)sender; 32 @end 33 34 @interface NJRQTMediaPopUpButton (NSOpenPanelRuntime) 35 - (void)openPanelDidEnd:(NSOpenPanel *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo; 27 36 @end 28 37
Note:
See TracChangeset
for help on using the changeset viewer.