home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Classes / UHMath / RealTimeMath.app / RealTimeMath.nib / data.classes next >
Encoding:
Text File  |  1992-08-17  |  866 b   |  63 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.     setVMinValue:;
  15.     evalExpression:;
  16.     setVMaxValue:;
  17.     plotExamples:;
  18.     evaluateExamples:;
  19.     appWillTerminate:;
  20.     plotExpression:;
  21.     slider:;
  22.     };
  23.     OUTLETS = {
  24.     mathObject;
  25.     curTextFields;
  26.     maxTextFields;
  27.     resultScrollView;
  28.     plotTextField;
  29.     mainWindow;
  30.     minTextFields;
  31.     curMatrix;
  32.     sliderMatrix;
  33.     plotView;
  34.     expressionTextField;
  35.     plotWindow;
  36.     };
  37.     SUPERCLASS = Object;
  38. };
  39. FirstResponder = {
  40.     ACTIONS = {
  41.     };
  42.     SUPERCLASS = Object;
  43. };
  44. PSView = {
  45.     ACTIONS = {
  46.     };
  47.     OUTLETS = {
  48.     psInput;
  49.     myImage;
  50.     };
  51.     SUPERCLASS = View;
  52. };
  53. UHMathObj = {
  54.     ACTIONS = {
  55.     setEnterModeToTrue:;
  56.     setExpressionModeToTrue:;
  57.     displayOutput:;
  58.     };
  59.     OUTLETS = {
  60.     };
  61.     SUPERCLASS = Object;
  62. };
  63.