This is StereoController.h in view mode; [Download] [Up]
/* Generated by Interface Builder */
#import <appkit/appkit.h>
#import "CubeView.h"
#import "SterOptikonApp.h"
@interface StereoController:Object
{
id delegate;
id inputText;
id theStereoView;
id theScrollView;
id infoPanel;
id prefPanel;
id openReq;
id tmpDir;
id version;
char selectedFile[128];
float *path;
int max_path;
}
- suggestion:sender;
- showError:(char *)errorMessage;
- (BOOL)appAcceptsAnotherFile:sender;
- appDidInit:sender;
- quit:sender;
- showInfoPanel:sender;
- showPrefPanel:sender;
- windowDidResize:sender;
- windowWillResize:sender toSize:(NXSize *)aSize;
- textDidGetKeys:theText isEmpty:(BOOL)flag;
- requestPlot:pasteboard userData:(const char *)userData error:(char **)msg;
- stereoView:sender providePoints:(NXStream **)stream;
- stereoView:sender pointDidChange:(char *)aLine;
- stereoView:sender clearText:(char *)aLine;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.