ftp.nice.ch/pub/next/graphics/filter/IconBuilderScaleFilter.bs.tar.gz#/IconBuilderScaleFilter/Scale/ProgressView.h

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

/* Copyright (c) 1992 The Geometry Center; University of Minnesota
   1300 South Second Street;  Minneapolis, MN  55454, USA;
 */

#import <appkit/appkit.h>
#import <math.h>

#define RENDER_POSTSCRIPT 0
#define COMPOSITE_IMAGE 1

@interface ProgressView:View
{
	NXImage *dials;
	int percent;
	int drawMode;
}

- initFrame:(const NXRect *)frameRect;
- free;
- reset:sender;
- increment:sender;
- decrement:sender;
- takeDoubleValueFrom:sender;
- takeFloatValueFrom:sender;
- takeIntValueFrom:sender;
- setRatio:(float)ratio;
- setRatio:(int)numerator :(int)denominator;
- setPercent:(int)newPercent;
- drawSelf:(const NXRect *)rects :(int)rectCount;

@end

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