home *** CD-ROM | disk | FTP | other *** search
- CurveClipboardView = {
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- CurveView = {
- ACTIONS = {
- setCoordScale:;
- takePointManual:;
- toggleGrid:;
- steps:;
- saveCurve:;
- vflip:;
- hflip:;
- ok:;
- setMin:;
- flater_steeper:;
- loadCurve:;
- selectCurveType:;
- takeCurveFrom:;
- shift:;
- setMax:;
- cancel:;
- setGrid:;
- swapXY:;
- };
- OUTLETS = {
- yInText;
- wGridText;
- minText;
- hGridText;
- rangeText;
- xText;
- moveText;
- maxText;
- kindMenu;
- xInText;
- namePanel;
- yText;
- stepText;
- theStrings;
- stepPanel;
- nameText;
- };
- SUPERCLASS = View;
- };
- TMSCurveEditor = {
- ACTIONS = {
- takeCurveFrom:;
- };
- OUTLETS = {
- TMSCurvePanel;
- myCurveView;
- namePanel;
- stepPanel;
- };
- SUPERCLASS = Object;
- };
-