This is PAThumbWheelCellDrawing.h in view mode; [Download] [Up]
#import "PAThumbWheelCell.h" /****************************************************************************** PAThumbWheelCellDrawing This file handles all of the drawing for the PAThumbWheelCell. Don't try to make sense of any of this. Copyright 1992, Jeff Martin. (jmartin@next.com 415-780-3833) ******************************************************************************/ @interface PAThumbWheelCell(Drawing) - drawSelf:(const NXRect *)frame inView:view; - getDashesForFrame:(const NXRect *)frame :(float **)pnts :(int *)pntCount :(char **)ops :(int *)opCount; - generateImage:(const NXRect *)frame; @end NXColor PAScaleRGBColor(NXColor color, float scale); float IntSin(int x); #define IntCos(x) IntSin((x)+90)
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.