home *** CD-ROM | disk | FTP | other *** search
- XPRViewer = {
- ACTIONS = {
- "appDidInit:" = "appDidInit:";
- "openPanel:" = "openPanel:";
- "registerMaskPanel:" = "registerMaskPanel:";
- "windowWillClose:" = "windowWillClose:";
- };
- OUTLETS = {viewerWindow = viewerWindow; };
- SUPERCLASS = Application;
- };
- ScrollViewDm = {
- ACTIONS = {"initScrollView:" = "initScrollView:"; };
- OUTLETS = {scrollView = scrollView; };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- MaskPanel = {
- ACTIONS = {"init:" = "init:"; };
- OUTLETS = {
- ErrorAlert = ErrorAlert;
- theMatrix = theMatrix;
- theViewer = theViewer;
- theWindow = theWindow;
- };
- SUPERCLASS = Object;
- };
- XPRWindow = {
- ACTIONS = {
- "clearBuffer:" = "clearBuffer:";
- "clearWindow:" = "clearWindow:";
- "disable:" = "disable:";
- "enable:" = "enable:";
- "initWindow:" = "initWindow:";
- "list:" = "list:";
- "listAbort:" = "listAbort:";
- "newDeviceName:" = "newDeviceName:";
- "registerMaskPanel:" = "registerMaskPanel:";
- "setEnableCpu:" = "setEnableCpu:";
- "setRelative:" = "setRelative:";
- };
- OUTLETS = {
- deviceName = deviceName;
- hostName = hostName;
- listButton = listButton;
- scrollView = scrollView;
- };
- SUPERCLASS = Window;
- };
-