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

  1. OVColorSensor = {
  2.     ACTIONS = {
  3.     colorWell2Changed:;
  4.     delayedReadMatrixChanged:;
  5.     colorWellRadioChanged:;
  6.     elementWillFree:;
  7.     precisionPopupChanged:;
  8.     popupOnMouseDownChanged:;
  9.     colorWell1Changed:;
  10.     readMatrixChanged:;
  11.     separationMGRChanged:;
  12.     };
  13.     OUTLETS = {
  14.     field1Value;
  15.     spezialColorWell;
  16.     actDocument;
  17.     connectedElement;
  18.     field4Info;
  19.     spezialColorName;
  20.     spezialColorTextGroup;
  21.     precisionPopup;
  22.     field4Value;
  23.     delegate;
  24.     field3Info;
  25.     field3Value;
  26.     slaveSingleList;
  27.     messageTextField;
  28.     sensorTool;
  29.     mouseDownView;
  30.     field2Info;
  31.     tmsSepClass;
  32.     colorWellRadio;
  33.     colorWell1;
  34.     colorWell2;
  35.     matrixDrawView;
  36.     field5Value;
  37.     dummyPanel;
  38.     densitometerBox;
  39.     field1Info;
  40.     popupOnMouseDown;
  41.     field5Info;
  42.     field2Value;
  43.     };
  44.     SUPERCLASS = View;
  45. };
  46. FirstResponder = {
  47.     ACTIONS = {
  48.     };
  49.     SUPERCLASS = Object;
  50. };
  51. MyCustomView = {
  52.     ACTIONS = {
  53.     openWindow:;
  54.     closeWindow:;
  55.     changeZoom:;
  56.     };
  57.     OUTLETS = {
  58.     zoomSlider;
  59.     zoomText;
  60.     theTool;
  61.     };
  62.     SUPERCLASS = View;
  63. };
  64. TMSClut = {
  65.     ACTIONS = {
  66.     beachteMaskFlagChanged:;
  67.     CMYKSelected:;
  68.     showClut:;
  69.     useClut:;
  70.     RGBSelected:;
  71.     HSBSelected:;
  72.     };
  73.     OUTLETS = {
  74.     kCurve;
  75.     ovs_cmyk_sensor;
  76.     ovs_grey_colorWell;
  77.     greenCurve;
  78.     ovs_rgb_colorWell;
  79.     greyCurve;
  80.     greyBeachteMaskeFlag;
  81.     rgbBeachteMaskeFlag;
  82.     hsbBeachteMaskeFlag;
  83.     hsbPanel;
  84.     ovs_grey_sensor;
  85.     ovs_his_sensor;
  86.     ovs_cmyk_colorWell;
  87.     mCurve;
  88.     cCurve;
  89.     sCurve;
  90.     popUp3;
  91.     ovs_his_colorWell;
  92.     rgbPanel;
  93.     popUp2;
  94.     ovs_rgb_sensor;
  95.     kText;
  96.     popUp1;
  97.     cmykPanel;
  98.     yCurve;
  99.     defaultPanel;
  100.     greyPanel;
  101.     bCurve;
  102.     redCurve;
  103.     blueCurve;
  104.     cmykBeachteMaskeFlag;
  105.     hCurve;
  106.     };
  107.     SUPERCLASS = Tool;
  108. };
  109. Tool = {
  110.     OUTLETS = {
  111.     fixElement;
  112.     myElement;
  113.     myPanel;
  114.     };
  115.     SUPERCLASS = Object;
  116. };
  117.