ftp.nice.ch/pub/next/graphics/viewer/EnhancedYap.NIHS.bs.tar.gz#/EnhancedYap/Source/YapOutput.h

This is YapOutput.h in view mode; [Download] [Up]

#import <appkit/View.h>

@interface YapOutput:View {
    id cache;
    BOOL showCache;
    BOOL clearCache;
}


- initFrame:(const NXRect *)viewFrame;

- sizeTo:(NXCoord)width :(NXCoord)height;
- free;
- executeCodeFrom:textObj;
- drawSelf:(NXRect *)rects :(int)rectCount;

- (BOOL)isCacheCleared;
- (BOOL)isCacheShown;
- setCacheCleared:(BOOL)flag;
- setCacheShown:(BOOL)flag;

@end




These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.