This is ExplodeView.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
#import "Thinker.h"
@protocol ThinkerProtocol
- (const char *)moduleDirectory:(const char *)name;
@end
@interface ExplodeView:View
{
id inspector;
id explosions;
id plots;
id numExplodesSlider;
id numPlotsSlider;
id useBufferedWindow;
id myExplosions[ 41 ];
int maxExplosions,
newMaxExplosions,
maxPlot,
newMaxPlot;
BOOL bufferedWindow,
initDone;
NXRect theRect;
}
- oneStep;
- initFrame:(NXRect *)frameRect;
- drawSelf:(const NXRect *)rects :(int)rectCount;
- inspector: sender;
- inspectorInstalled;
- setNumExplodes: sender;
- setNumPlots: sender;
- toggleBuffered: sender;
@endThese are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.