ftp.nice.ch/pub/next/games/action/xox/shipbuilder.940213.NI.bs.tar.gz#/shipbuilder.940213/ShipBuilderSrc/OutputView.h

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

#import <appkit/appkit.h>

@interface OutputView:View
{
	id	saveMenuItem;
	id	saveAsMenuItem;
	id	outputImage;
	const char *outputFilename;
	int currentFrame;
	int numFrames;
	int frameSize;
	BOOL seriesComplete;
}

- initFrame:(const NXRect *)frameRect;
- free;
- save:sender;
- saveAs:sender;
- beginSeriesOfFrames:(int)newNumFrames withSize:(int)newFrameSize;
- addFrame:newBitmap;
- (int)nextFrame;
- (int)numFrames;
- (BOOL)seriesComplete;
- sizeTo:(NXCoord)width :(NXCoord)height;
- 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.