This is Dispatcher.h in view mode; [Download] [Up]
/* Generated by Interface Builder */ #import <appkit/Application.h> #import <sys/param.h> @interface Dispatcher:Application { int numbytes; NXStream *selection; id deflpc, defmerge, defptrack, defstabilize, defhz, defpoles, defplaypitch; id defframes, deflowcps, defhighcps, defpitchframe; char appDir[MAXPATHLEN]; id helpObject; id prefPanel; } + new; - init; - (const char *)appDirectory; - setPrefs; - changePrefs:sender; - windowWillClose:sender; - createPlot:sender; - create:sender; - createPCH:sender; - viewFile:(char *)filename; - viewPCHfile:(char *)filename; - openLPCfile:sender; - openPCHfile:sender; - cut:sender; - copy:sender; - insert:sender; - (BOOL)appAcceptsAnotherFile:sender; - (char *)lpc; - (char *)stabilize; - (char *)ptrack; - (char *)merge; - (char *)hz; - (char *)playpitch; - (int)poles; - (int)frames; - (float)lowcps; - (float)highcps; - (int)ptchframe; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.