Last change
on this file since 44 was 34, checked in by Nicholas Riley, 22 years ago |
Changes for Pester 1.1d1.
|
File size:
608 bytes
|
Rev | Line | |
---|
[34] | 1 | //
|
---|
| 2 | // PSMovieAlertController.h
|
---|
| 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 |
|
---|
| 11 | @class PSAlarm;
|
---|
| 12 | @class PSMovieAlert;
|
---|
| 13 |
|
---|
| 14 | @interface PSMovieAlertController : NSWindowController {
|
---|
| 15 | IBOutlet NSMovieView *movieView;
|
---|
| 16 | void *theMovie; /* Movie */
|
---|
| 17 | unsigned short repetitions;
|
---|
| 18 | unsigned short repetitionsRemaining;
|
---|
| 19 | }
|
---|
| 20 |
|
---|
| 21 | + (PSMovieAlertController *)controllerWithAlarm:(PSAlarm *)alarm movieAlert:(PSMovieAlert *)alert;
|
---|
| 22 |
|
---|
| 23 | - (id)initWithAlarm:(PSAlarm *)alarm movieAlert:(PSMovieAlert *)alert;
|
---|
| 24 |
|
---|
| 25 | @end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.