ftp.nice.ch/pub/next/tools/screen/backspace/Spor.NIHS.bs.tar.gz#/SporView.BackModule/SporView.h

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

#import <appkit/appkit.h>

#import "Thinker.h"

@protocol ThinkerProtocol
- ( const char * )moduleDirectory:( const char * )name;
@end

@interface SporView:View
{
	id	inspector;
	id	startPop;
	id	maxPop;
	id	startSpread;
	id	startCloud;
	id	kindRadio;
	id	eatRadio;
	id	sporWindow;

	int	kind,
			enemy,
			pop,
			sPop,
			spread,
		 	cloud;
	BOOL	initDone,
				inspectorPresent;

}

- oneStep;
- initFrame:( NXRect * )frameRect;
- drawSelf:( const NXRect * )rects:( int )rectCount;
- sizeTo:( NXCoord )theHeight: ( NXCoord )theWidth;
- inspectorInstalled;
- inspectorWillBeRemoved;
- inspector: sender;

- toggleKind:sender;
- toggleEnemy:sender;

- getStartParameter;
- showStartParameter;
- ( int )setRangeForValue:( int )aValue Low:( int )low High:( int )high;

@end

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