This is FFTView.h in view mode; [Download] [Up]
/* Generated by Interface Builder */
#import <appkit/View.h>
#include <math.h>
#define POINTS 14
@interface FFTView:View
{
float aktWerte[POINTS];
NXRect myRects[POINTS];
}
- neueWerte:(float *)werte;
- initFrame:(const NXRect *)frameRect;
- drawSelf: (NXRect *) rects : (int) count;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.