This is TimeLine.h in view mode; [Download] [Up]
#import "BMPriv_.h"
@interface TimeLine:BMPriv_
{ int c4Slot ; // currently unused
id nR ;
float bPP ;
}
-(float) beatsPerPixel ;
-beatsPerPixel: (float) thebPP ;
-(int) c4Slot ;
-copy ;
- draw: (NXSize *) aSize ;
- init: (float) width :(float) height ;
-isStaff ;
-(int) keyNumFor: (float) pos ;
-noteReceiver ;
-noteReceiver: anNr ;
- scan ;
- (BOOL) wait ;
- play ;
- play:aNote;
-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.