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

  1. CurveClipboardView = {
  2.     SUPERCLASS = View;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. CurveView = {
  10.     ACTIONS = {
  11.     setCoordScale:;
  12.     takePointManual:;
  13.     toggleGrid:;
  14.     steps:;
  15.     saveCurve:;
  16.     vflip:;
  17.     hflip:;
  18.     ok:;
  19.     setMin:;
  20.     flater_steeper:;
  21.     loadCurve:;
  22.     selectCurveType:;
  23.     takeCurveFrom:;
  24.     shift:;
  25.     setMax:;
  26.     cancel:;
  27.     setGrid:;
  28.     swapXY:;
  29.     };
  30.     OUTLETS = {
  31.     yInText;
  32.     wGridText;
  33.     minText;
  34.     hGridText;
  35.     rangeText;
  36.     xText;
  37.     moveText;
  38.     maxText;
  39.     kindMenu;
  40.     xInText;
  41.     namePanel;
  42.     yText;
  43.     stepText;
  44.     theStrings;
  45.     stepPanel;
  46.     nameText;
  47.     };
  48.     SUPERCLASS = View;
  49. };
  50. TMSCurveEditor = {
  51.     ACTIONS = {
  52.     takeCurveFrom:;
  53.     };
  54.     OUTLETS = {
  55.     TMSCurvePanel;
  56.     myCurveView;
  57.     namePanel;
  58.     stepPanel;
  59.     };
  60.     SUPERCLASS = Object;
  61. };
  62.