This is Rest.h in view mode; [Download] [Up]
#import "Staff.h"
#import "Sonata.h"
@interface Rest:Sonata
{ @public
Staff *staff ;
float durationInBeats ;
int timer ;
char partNum ;
}
- auxUnlink ;
- durationInBeats: (float) knt ;
- (float) durationInBeats ;
- init: (float) width :(float) height ;
- ( char *) name ;
- partNum: (int) theNum ;
- (int) partNum ;
- propogate: (char *) command from: aGlyph ;
-scan ;
- (int) timer ;
- timer: anInt ;
- (BOOL) wait ;
- wasPlanted: aGlyph ;
-read: (NXTypedStream *) stream ;
-write: (NXTypedStream *) stream ;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.