home *** CD-ROM | disk | FTP | other *** search
- MathView = {
- ACTIONS = {
- execute:;
- };
- OUTLETS = {
- psInput;
- myImage;
- };
- SUPERCLASS = View;
- };
- MathController = {
- ACTIONS = {
- appDidInit:;
- setVMinValue:;
- evalExpression:;
- setVMaxValue:;
- plotExamples:;
- evaluateExamples:;
- appWillTerminate:;
- plotExpression:;
- slider:;
- };
- OUTLETS = {
- mathObject;
- curTextFields;
- maxTextFields;
- resultScrollView;
- plotTextField;
- mainWindow;
- minTextFields;
- curMatrix;
- sliderMatrix;
- plotView;
- expressionTextField;
- plotWindow;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- PSView = {
- ACTIONS = {
- };
- OUTLETS = {
- psInput;
- myImage;
- };
- SUPERCLASS = View;
- };
- UHMathObj = {
- ACTIONS = {
- setEnterModeToTrue:;
- setExpressionModeToTrue:;
- displayOutput:;
- };
- OUTLETS = {
- };
- SUPERCLASS = Object;
- };
-