ftp.nice.ch/pub/next/tools/system/Informer.1.1.s.tar.gz#/Informer_1.1.source/InformerGraph.h

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

// InformerGraph.h
//


#import <strings.h>
#import <dpsclient/psops.h>
#import <appkit/View.h>
#import <appkit/Font.h>


#define MAXGRAPHTITLE 32
#define MAXGRAPHVALUES 1024

@interface InformerGraph:View
{
id		myFont;
int		currentX;
float	MinY, MaxY;
char	title[MAXGRAPHTITLE];
char	numFormat[32];
float	values[MAXGRAPHVALUES];
int		isDelta;
float	formerPoint;
}

- initFrame:(const NXRect *)frameRect;

- free;

- drawSelf:(const NXRect *)rects :(int)rectCount;

/////////

- initMin:(float)theMin max:(float)theMax title:(char *)theTitle
												numFormat:(char *)theFormat;

- addPoint:(float)thePoint;

- addDeltaPoint:(float)thePoint;

@end

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