home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / Apps / OneVision.app / TMSScanjetIIc.1Vmod / TMSScanjetIIc.nib / data.classes < prev    next >
Encoding:
Text File  |  1996-11-12  |  3.9 KB  |  143 lines

  1. TMSScanjetIIc = {
  2.     ACTIONS = {
  3.     "actionPressed:" = "actionPressed:"; 
  4.     "calcResPressed:" = "calcResPressed:"; 
  5.     "contrastChanged:" = "contrastChanged:"; 
  6.     "contrastEntered:" = "contrastEntered:"; 
  7.     "intensityChanged:" = "intensityChanged:"; 
  8.     "intensityEntered:" = "intensityEntered:"; 
  9.     "resEqualPressed:" = "resEqualPressed:"; 
  10.     "resolutionChanged:" = "resolutionChanged:"; 
  11.     "showSpecialPanel:" = "showSpecialPanel:"; 
  12.     "zoomChanged:" = "zoomChanged:"; 
  13.     "zoomEqualPressed:" = "zoomEqualPressed:"; 
  14.     }; 
  15.     OUTLETS = {
  16.     resEqualButton = resEqualButton; 
  17.     stringTable = stringTable; 
  18.     theAction = theAction; 
  19.     theContrast = theContrast; 
  20.     theContrastText = theContrastText; 
  21.     theIntensity = theIntensity; 
  22.     theIntensityText = theIntensityText; 
  23.     theResolution = theResolution; 
  24.     theScanmode = theScanmode; 
  25.     theZoom = theZoom; 
  26.     zoomEqualButton = zoomEqualButton; 
  27.     }; 
  28.     SUPERCLASS = TMSScanner; 
  29. };
  30. TMSScanjetIIcDev = {
  31.     OUTLETS = {
  32.     inverseButton = inverseButton; 
  33.     mirrorButton = mirrorButton; 
  34.     parent = parent; 
  35.     scsi = scsi; 
  36.     theFilter = theFilter; 
  37.     thePanel = thePanel; 
  38.     theRaster = theRaster; 
  39.     }; 
  40.     SUPERCLASS = Object; 
  41. };
  42. TMSPicView = {
  43.     OUTLETS = {theScanPanel = theScanPanel; theTiffPic = theTiffPic; }; 
  44.     SUPERCLASS = View; 
  45. };
  46. IntensitySlider = {SUPERCLASS = Slider; };
  47. LoadTiffNib = {
  48.     OUTLETS = {theScanPanel = theScanPanel; theTiffView = theTiffView; }; 
  49.     SUPERCLASS = Object; 
  50. };
  51. SlaveTool = {SUPERCLASS = Tool; };
  52. TMSImportTool = {SUPERCLASS = SlaveTool; };
  53. Tool = {
  54.     ACTIONS = {
  55.     "alignSelCenter:" = "alignSelCenter:"; 
  56.     "alignSelLeft:" = "alignSelLeft:"; 
  57.     "alignSelLeftAndRight:" = "alignSelLeftAndRight:"; 
  58.     "alignSelRight:" = "alignSelRight:"; 
  59.     "changeFont:" = "changeFont:"; 
  60.     "connectTo:" = "connectTo:"; 
  61.     "copy:" = "copy:"; 
  62.     "copyFont:" = "copyFont:"; 
  63.     "copyRuler:" = "copyRuler:"; 
  64.     "cut:" = "cut:"; 
  65.     "linkTo:" = "linkTo:"; 
  66.     "paste:" = "paste:"; 
  67.     "pasteFont:" = "pasteFont:"; 
  68.     "pasteRuler:" = "pasteRuler:"; 
  69.     "selectAll:" = "selectAll:"; 
  70.     "subscript:" = "subscript:"; 
  71.     "superscript:" = "superscript:"; 
  72.     "toggleRuler:" = "toggleRuler:"; 
  73.     "underline:" = "underline:"; 
  74.     "unscript:" = "unscript:"; 
  75.     "windowDidBecomeKey:" = "windowDidBecomeKey:"; 
  76.     "windowDidMove:" = "windowDidMove:"; 
  77.     "windowDidResignKey:" = "windowDidResignKey:"; 
  78.     "windowWillClose:" = "windowWillClose:"; 
  79.     }; 
  80.     OUTLETS = {
  81.     defaultElement = defaultElement; 
  82.     fixElement = fixElement; 
  83.     infoPanel = infoPanel; 
  84.     myElement = myElement; 
  85.     myPanel = myPanel; 
  86.     sList = sList; 
  87.     }; 
  88.     SUPERCLASS = Object; 
  89. };
  90. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  91. TMSScanner = {
  92.     ACTIONS = {
  93.     "cancelPressed:" = "cancelPressed:"; 
  94.     "fixedSizePopUpChanged:" = "fixedSizePopUpChanged:"; 
  95.     "frameColorChanged:" = "frameColorChanged:"; 
  96.     "freeAreaSelection:" = "freeAreaSelection:"; 
  97.     "okPressed:" = "okPressed:"; 
  98.     "rectEntered:" = "rectEntered:"; 
  99.     "resSizeXChanged:" = "resSizeXChanged:"; 
  100.     "resSizeYChanged:" = "resSizeYChanged:"; 
  101.     "showSpecialPanel:" = "showSpecialPanel:"; 
  102.     "takePicturePressed:" = "takePicturePressed:"; 
  103.     }; 
  104.     OUTLETS = {
  105.     actElement = actElement; 
  106.     area_h = area_h; 
  107.     area_w = area_w; 
  108.     area_x = area_x; 
  109.     area_y = area_y; 
  110.     dh = dh; 
  111.     dw = dw; 
  112.     factorText = factorText; 
  113.     fixedSizePopUp = fixedSizePopUp; 
  114.     frameColorWell = frameColorWell; 
  115.     memText = memText; 
  116.     modalPanel = modalPanel; 
  117.     prescanView = prescanView; 
  118.     propButton = propButton; 
  119.     rasterText = rasterText; 
  120.     resPanel = resPanel; 
  121.     scannerStrings = scannerStrings; 
  122.     sh = sh; 
  123.     sizeRadioMatrix = sizeRadioMatrix; 
  124.     sw = sw; 
  125.     takePicture = takePicture; 
  126.     theLoadedView = theLoadedView; 
  127.     theScanner = theScanner; 
  128.     theView = theView; 
  129.     viewList = viewList; 
  130.     }; 
  131.     SUPERCLASS = TMSImportTool; 
  132. };
  133. Controller = {
  134.     ACTIONS = {"savePic:" = "savePic:"; "showSpecialPanel:" = "showSpecialPanel:"; }; 
  135.     OUTLETS = {
  136.     fileSelect = fileSelect; 
  137.     theSCSIClass = theSCSIClass; 
  138.     theScanPanel = theScanPanel; 
  139.     theStrings = theStrings; 
  140.     }; 
  141.     SUPERCLASS = Object; 
  142. };
  143.