home *** CD-ROM | disk | FTP | other *** search
- MandelControl = {
- ACTIONS = {
- runstop:;
- help:;
- colorArctic:;
- colorOasis:;
- placeSeaHorse:;
- placeHome:;
- textDidChange:;
- placeElectricPorcupine:;
- colorZebra:;
- appDidInit:;
- placeStarfish:;
- colorDeco:;
- colorStorms:;
- placeValleyOfFear:;
- placeParty:;
- placeYinYang:;
- colorGothic:;
- windowDidResize:;
- info:;
- placeBlackHole:;
- placeJewel:;
- placeGingerbreadMan:;
- };
- OUTLETS = {
- xCenterField;
- yScaleField;
- xScaleField;
- runButton;
- colormap;
- helpPanel;
- maxIterationsField;
- infoPanel;
- mandelView;
- yCenterField;
- hostField;
- };
- SUPERCLASS = Object;
- };
- Colormap = {
- ACTIONS = {
- updateFields:;
- changeColor:;
- setup:;
- updateMap:;
- };
- OUTLETS = {
- forms;
- mapView;
- sliders;
- colorSelect;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- MandelView = {
- ACTIONS = {
- windowDidResize:;
- processData:;
- applyColor:;
- };
- OUTLETS = {
- mandelControl;
- modeSwitch;
- colormap;
- };
- SUPERCLASS = View;
- };
-