ftp.nice.ch/pub/next/tools/tape/QicTapeInsert.1.1.N.bs.tar.gz#/QicTapeInsert-v1.1.N.bs/Controller.h

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

/* Generated by Interface Builder */

#import <appkit/appkit.h>
#import <objc/Object.h>

@interface Controller:Object
{
	id newInsert;
	id inputWindow;
	id inputTitleField;
	id opanel;		// OpenPanel for open requests 
	id stringSet;	// an external string resource
    id infoPanel;
	id saveMenuCell;
	id saveAsMenuCell;
	id saveAllMenuCell;
	id insertSubmenuCell;
	id textSubmenuCell;
	float offset;
	int calcNum;
}
- servicesMessage:(id)pasteboard
    userData:(const char *)sortArgs
    error:(char **)errorMessage;
- doPrint:sender;
- copyText:sender;
- infoPanel:sender;
- newWindow:sender;
- showError:(const char *)errorMessage;
- openRequest:sender;
- (int)countEditedWindows;
- saveAll:sender;
- (BOOL)menuActive:menuCell;
@end

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