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

  1. Element = {
  2.     ACTIONS = {
  3.     "alignSelCenter:" = "alignSelCenter:"; 
  4.     "alignSelLeft:" = "alignSelLeft:"; 
  5.     "alignSelLeftAndRight:" = "alignSelLeftAndRight:"; 
  6.     "alignSelRight:" = "alignSelRight:"; 
  7.     "changeFont:" = "changeFont:"; 
  8.     "changeSpelling:" = "changeSpelling:"; 
  9.     "checkSpelling:" = "checkSpelling:"; 
  10.     "connectTo:" = "connectTo:"; 
  11.     "copy:" = "copy:"; 
  12.     "copyFont:" = "copyFont:"; 
  13.     "copyRuler:" = "copyRuler:"; 
  14.     "cut:" = "cut:"; 
  15.     "deselectAll:" = "deselectAll:"; 
  16.     "linkTo:" = "linkTo:"; 
  17.     "paste:" = "paste:"; 
  18.     "pasteFont:" = "pasteFont:"; 
  19.     "pasteRuler:" = "pasteRuler:"; 
  20.     "selectAll:" = "selectAll:"; 
  21.     "subscript:" = "subscript:"; 
  22.     "superscript:" = "superscript:"; 
  23.     "toggleRuler:" = "toggleRuler:"; 
  24.     "underline:" = "underline:"; 
  25.     "unscript:" = "unscript:"; 
  26.     "windowDidBecomeKey:" = "windowDidBecomeKey:"; 
  27.     "windowDidResignKey:" = "windowDidResignKey:"; 
  28.     }; 
  29.     OUTLETS = {infoPanel = infoPanel; }; 
  30.     SUPERCLASS = Object; 
  31. };
  32. TMSImg = {
  33.     ACTIONS = {
  34.     "setDrawingMask:" = "setDrawingMask:"; 
  35.     "setDrawingPicture:" = "setDrawingPicture:"; 
  36.     "setWorkingMask:" = "setWorkingMask:"; 
  37.     "setWorkingPicture:" = "setWorkingPicture:"; 
  38.     }; 
  39.     OUTLETS = {
  40.     drawingMask = drawingMask; 
  41.     drawingPicture = drawingPicture; 
  42.     mask = mask; 
  43.     myToolList = myToolList; 
  44.     picture = picture; 
  45.     psTool = psTool; 
  46.     workingMask = workingMask; 
  47.     workingPicture = workingPicture; 
  48.     }; 
  49.     SUPERCLASS = Element; 
  50. };
  51. TMSImgPreferences = {
  52.     ACTIONS = {
  53.     "calibratedChanged:" = "calibratedChanged:"; 
  54.     "compressionModeChanged:" = "compressionModeChanged:"; 
  55.     "importModeChanged:" = "importModeChanged:"; 
  56.     "loadSubChanged:" = "loadSubChanged:"; 
  57.     "printSubChanged:" = "printSubChanged:"; 
  58.     "virtualLoadChanged:" = "virtualLoadChanged:"; 
  59.     "virtualPasteboardChanged:" = "virtualPasteboardChanged:"; 
  60.     }; 
  61.     OUTLETS = {
  62.     calibratedSwitch = calibratedSwitch; 
  63.     compressionMatrix = compressionMatrix; 
  64.     importMatrix = importMatrix; 
  65.     loadSubSwitch = loadSubSwitch; 
  66.     printSubSwitch = printSubSwitch; 
  67.     thePanel = thePanel; 
  68.     virtualLoadingSwitch = virtualLoadingSwitch; 
  69.     virtualPasteboardSwitch = virtualPasteboardSwitch; 
  70.     }; 
  71.     SUPERCLASS = Object; 
  72. };
  73. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  74.