Last change
on this file since 121 was 53, checked in by Nicholas Riley, 22 years ago |
Updated for Pester 1.1a5 (very limited release).
Pester 1.1a4 was never released.
|
File size:
658 bytes
|
Rev | Line | |
---|
[34] | 1 | //
|
---|
[39] | 2 | // NJRQTMediaPopUpButton.h
|
---|
[34] | 3 | // Pester
|
---|
| 4 | //
|
---|
| 5 | // Created by Nicholas Riley on Sat Oct 26 2002.
|
---|
| 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved.
|
---|
| 7 | //
|
---|
| 8 |
|
---|
| 9 | #import <AppKit/AppKit.h>
|
---|
| 10 | #import "BDAlias.h"
|
---|
| 11 |
|
---|
[41] | 12 | extern NSString * const NJRQTMediaPopUpButtonMovieChangedNotification;
|
---|
| 13 |
|
---|
[39] | 14 | @interface NJRQTMediaPopUpButton : NSPopUpButton {
|
---|
[34] | 15 | IBOutlet NSMovieView *preview;
|
---|
[41] | 16 | BOOL movieCanRepeat;
|
---|
[39] | 17 | NSMenuItem *otherItem;
|
---|
| 18 | BDAlias *selectedAlias, *previousAlias;
|
---|
| 19 | NSMutableArray *recentMediaAliasData;
|
---|
| 20 | BOOL dragAccepted;
|
---|
[34] | 21 | }
|
---|
| 22 |
|
---|
| 23 | - (BDAlias *)selectedAlias;
|
---|
[53] | 24 | - (void)setAlias:(BDAlias *)alias;
|
---|
| 25 |
|
---|
[41] | 26 | - (BOOL)canRepeat;
|
---|
[53] | 27 |
|
---|
[34] | 28 | - (IBAction)stopSoundPreview:(id)sender;
|
---|
| 29 |
|
---|
[41] | 30 | @end |
---|
Note:
See
TracBrowser
for help on using the repository browser.