This is OutputView.h in view mode; [Download] [Up]
/* Generated by Interface Builder */
#import <appkit/View.h>
#import "constants.h"
#import "proj.h"
#import "pointdata.h"
@interface OutputView:View
{
BOOL GridOn;
BOOL oldGridOn;
int animating;
float rate;
id outputFrames[MAXFRAMES];
id alertWindow;
id alertText;
ProjParam currentParams;
float stepValue;
int currentFrame;
int maxFrame;
DPSTimedEntry animnum;
PointList stillPoints;
}
-setItUp:sender;
- doEntry;
- (BOOL)gridState;
- setGridState:(BOOL)newGridState;
- drawSelf:(const NXRect *)rects :(int)rectCount;
- setupAnimation:(ProjParam *)params :(float)step :(PointList *)pts :(int)force;
- (int)animation;
- stopAnimating:(float *)angle;
- startAnimating:(int)amate;
- doStill:(ProjParam *)params :(PointList *)pts;
- rateChanged:(float)f;
- (BOOL)shouldRunPrintPanel:sender;
- doPrint:(ProjParam *)params :(PointList *)pts;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.