home *** CD-ROM | disk | FTP | other *** search
- MySubclass = {SUPERCLASS = Object; };
- SlaveTool = {SUPERCLASS = Tool; };
- TMSImportTool = {SUPERCLASS = SlaveTool; };
- TMSScanner = {
- ACTIONS = {
- "cancelPressed:" = "cancelPressed:";
- "frameColorChanged:" = "frameColorChanged:";
- "okPressed:" = "okPressed:";
- "rectEntered:" = "rectEntered:";
- "resSizeXChanged:" = "resSizeXChanged:";
- "resSizeYChanged:" = "resSizeYChanged:";
- "showSpecialPanel:" = "showSpecialPanel:";
- "takePicturePressed:" = "takePicturePressed:";
- };
- OUTLETS = {
- actElement = actElement;
- area_h = area_h;
- area_w = area_w;
- area_x = area_x;
- area_y = area_y;
- dh = dh;
- dw = dw;
- factorText = factorText;
- frameColorWell = frameColorWell;
- memText = memText;
- modalPanel = modalPanel;
- prescanView = prescanView;
- propButton = propButton;
- rasterText = rasterText;
- resPanel = resPanel;
- scannerStrings = scannerStrings;
- sh = sh;
- sizeRadioMatrix = sizeRadioMatrix;
- sw = sw;
- takePicture = takePicture;
- theLoadedView = theLoadedView;
- theScanner = theScanner;
- theView = theView;
- viewList = viewList;
- };
- SUPERCLASS = TMSImportTool;
- };
- Tool = {
- ACTIONS = {
- "alignSelCenter:" = "alignSelCenter:";
- "alignSelLeft:" = "alignSelLeft:";
- "alignSelLeftAndRight:" = "alignSelLeftAndRight:";
- "alignSelRight:" = "alignSelRight:";
- "changeFont:" = "changeFont:";
- "connectTo:" = "connectTo:";
- "copy:" = "copy:";
- "copyFont:" = "copyFont:";
- "copyRuler:" = "copyRuler:";
- "cut:" = "cut:";
- "linkTo:" = "linkTo:";
- "paste:" = "paste:";
- "pasteFont:" = "pasteFont:";
- "pasteRuler:" = "pasteRuler:";
- "selectAll:" = "selectAll:";
- "subscript:" = "subscript:";
- "superscript:" = "superscript:";
- "toggleRuler:" = "toggleRuler:";
- "underline:" = "underline:";
- "unscript:" = "unscript:";
- "windowDidBecomeKey:" = "windowDidBecomeKey:";
- "windowDidMove:" = "windowDidMove:";
- "windowDidResignKey:" = "windowDidResignKey:";
- "windowWillClose:" = "windowWillClose:";
- };
- OUTLETS = {
- defaultElement = defaultElement;
- fixElement = fixElement;
- infoPanel = infoPanel;
- myElement = myElement;
- myPanel = myPanel;
- sList = sList;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
-