ftp.nice.ch/pub/next/tools/frontends/SystemWorks.1.1.N.bs.tar.gz#/SystemWorks-1.1/FilterInspector.h

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

/* Generated by Interface Builder */

#import <objc/Object.h>

@interface FilterInspector:Object
{
// Outlets
	id filterNameForm;
	id commandForm;
	id destinationForm;
	id inputToggle;
	id outputToggle;
	id menuForm;
// connectives
	id stateManager;
	id activeFilter;
}

- appDidInit: sender;
// passing parameters
- activeChanged;
- (const char *) filterName;
- (const char *) command;
- (const char *) destination;
- (int) inputFromStdin;
- (int) outputToStdout;
- (const char *) menu;

// actions
- filterOK: sender;

// glues
- setFilterNameForm: anObject;
- setCommandForm: anObject;
- setDestinationForm: anObject;
- setInputToggle: anObject;
- setOutputToggle: anObject;
- setMenuForm: anObject;
@end

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