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

  1. MouseDownView = {
  2.     ACTIONS = {
  3.     "beginModalDragging:" = "beginModalDragging:"; 
  4.     "endModalDragging:" = "endModalDragging:"; 
  5.     }; 
  6.     OUTLETS = {delegate = delegate; picture = picture; }; 
  7.     SUPERCLASS = View; 
  8. };
  9. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  10. MultiDensitometer = {
  11.     ACTIONS = {
  12.     "csPopupChanged:" = "csPopupChanged:"; 
  13.     "densitometerMenuePressed:" = "densitometerMenuePressed:"; 
  14.     "readMatrixChanged:" = "readMatrixChanged:"; 
  15.     "showAlphaChanged:" = "showAlphaChanged:"; 
  16.     "switchToPicture:" = "switchToPicture:"; 
  17.     "valueFormatChanged:" = "valueFormatChanged:"; 
  18.     }; 
  19.     OUTLETS = {
  20.     connectedPicView = connectedPicView; 
  21.     connectedSinglePicView = connectedSinglePicView; 
  22.     connectedSingleSwitch = connectedSingleSwitch; 
  23.     connectedSwitch = connectedSwitch; 
  24.     controlPanel = controlPanel; 
  25.     cuttingBox = cuttingBox; 
  26.     densitometerPrototype = densitometerPrototype; 
  27.     matrixDrawView = matrixDrawView; 
  28.     matrixSizeSlider = matrixSizeSlider; 
  29.     matrixSizeText = matrixSizeText; 
  30.     matrixSoftSwitch = matrixSoftSwitch; 
  31.     mouseDownView = mouseDownView; 
  32.     myPanel = myPanel; 
  33.     showAlphaSwitch = showAlphaSwitch; 
  34.     singleList = singleList; 
  35.     unConnectedPicView = unConnectedPicView; 
  36.     unConnectedSwitch = unConnectedSwitch; 
  37.     valueFormat = valueFormat; 
  38.     }; 
  39.     SUPERCLASS = Object; 
  40. };
  41.