This is ViscaController.h in view mode; [Download] [Up]
/* Generated by Interface Builder */ #import <appkit/Panel.h> #import "VISCA.h" #include </usr/include/dpsclient/dpsclient.h> @interface ViscaController:Panel { VISCA *visca; BOOL didInit; BOOL clockAuto, positionAuto, modeAuto; BOOL warnUser; int currentTransportMode; unsigned short int status, errorCode; char errorMessage[128]; id portText; DPSTimedEntry checkTE; DPSTimedEntry clockTE; DPSTimedEntry positionTE; DPSTimedEntry modeTE; id fastForwardButton; id stopButton; id recordButton; id ejectButton; id playButton; id rewindButton; id pauseButton; id clockInqButton; id timeField; id clockRateText; id deviceInqButton; id deviceField; id positionCounterText; id positionClockText; id positionRateText; id modeText; id modeRateText; id searchFields; } - updateSelf; - clockInquiry: sender; - deviceInquiry: sender; - positionInquiry: sender; - (int) modeInquiry: sender; - resetCounter: sender; - deviceChanged: sender; - waitUntil:(struct ct_hmsf *) endFrame; - pause:sender; - eject:sender; - play:sender; - stop:sender; - record:sender; - fast_forward:sender; - rewind:sender; - (int) search: (struct ct_hmsf *) search; - appDidInit: sender; - zoomIn: sender; - zoomOut: sender; - focusNear: sender; - focusFar: sender; - zoomFocusStop: sender; - (BOOL) canBecomeMainWindow; - handleError; - (unsigned short int) status; - (unsigned short int) errorCode; - (char *) errorMessage; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.