home *** CD-ROM | disk | FTP | other *** search
- MathView = {
- ACTIONS = {
- execute:;
- };
- OUTLETS = {
- psInput;
- myImage;
- };
- SUPERCLASS = View;
- };
- MathController = {
- ACTIONS = {
- appDidInit:;
- setaMaxValue:;
- evalExpression:;
- textDidChange:;
- egFactorial:;
- setaMinValue:;
- appWillTerminate:;
- interrupt:;
- egExpand:;
- plotExpression:;
- slider:;
- };
- OUTLETS = {
- mathObject;
- aMinTextField;
- aSlider;
- resultWindow;
- resultScrollView;
- plotTextField;
- aMaxTextField;
- mainWindow;
- aCurTextField;
- plotView;
- expressionTextField;
- plotWindow;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- PSView = {
- ACTIONS = {
- };
- OUTLETS = {
- psInput;
- myImage;
- };
- SUPERCLASS = View;
- };
- UHMathObj = {
- ACTIONS = {
- setEnterModeToTrue:;
- setExpressionModeToTrue:;
- displayOutput:;
- };
- OUTLETS = {
- };
- SUPERCLASS = Object;
- };
-