ftp.nice.ch/pub/next/graphics/3d/Raytracers.N.bs.tar.gz#/raytracers/Viewer.src/Controller.h

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

/* Generated by Interface Builder */

#import <objc/Object.h>
#import <appkit/Application.h>
#import <appkit/OpenPanel.h>
#import <appkit/SavePanel.h>
#import <appkit/MenuCell.h>
#import <appkit/View.h>
#import <strings.h>
#import <stdlib.h>
#import <appkit/Panel.h>
#import "ImageView.h"

@interface Controller:Object
{
    id	newImage;
    id	newWindow;
    id  infoPanel;
    id  saveBut;
    
    int pics, nextX, nextY;
    id  windows[16], views[16];
    BOOL first;
}

- init;
- openImage:sender;
- saveImage:sender;
- (BOOL)openFile:(const char *)name;
- info:sender;
- (int)app:sender openFile:(const char *)file type:(const char *)type;
- (BOOL)appAcceptsAnotherFile:sender;

@end

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