home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Classes / UHMath / RealTimeMath.app / UHMath.nib / data.classes next >
Encoding:
Text File  |  1992-07-23  |  885 b   |  65 lines

  1. MathView = {
  2.     ACTIONS = {
  3.     execute:;
  4.     };
  5.     OUTLETS = {
  6.     psInput;
  7.     myImage;
  8.     };
  9.     SUPERCLASS = View;
  10. };
  11. MathController = {
  12.     ACTIONS = {
  13.     appDidInit:;
  14.     setaMaxValue:;
  15.     evalExpression:;
  16.     textDidChange:;
  17.     egFactorial:;
  18.     setaMinValue:;
  19.     appWillTerminate:;
  20.     interrupt:;
  21.     egExpand:;
  22.     plotExpression:;
  23.     slider:;
  24.     };
  25.     OUTLETS = {
  26.     mathObject;
  27.     aMinTextField;
  28.     aSlider;
  29.     resultWindow;
  30.     resultScrollView;
  31.     plotTextField;
  32.     aMaxTextField;
  33.     mainWindow;
  34.     aCurTextField;
  35.     plotView;
  36.     expressionTextField;
  37.     plotWindow;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41. FirstResponder = {
  42.     ACTIONS = {
  43.     };
  44.     SUPERCLASS = Object;
  45. };
  46. PSView = {
  47.     ACTIONS = {
  48.     };
  49.     OUTLETS = {
  50.     psInput;
  51.     myImage;
  52.     };
  53.     SUPERCLASS = View;
  54. };
  55. UHMathObj = {
  56.     ACTIONS = {
  57.     setEnterModeToTrue:;
  58.     setExpressionModeToTrue:;
  59.     displayOutput:;
  60.     };
  61.     OUTLETS = {
  62.     };
  63.     SUPERCLASS = Object;
  64. };
  65.