home *** CD-ROM | disk | FTP | other *** search
- "Recorder" = {
- ACTIONS = ("addHost:", "removeSelectedHosts:", "selectServerType:");
- OUTLETS = (
- addButton,
- delegate,
- hostNameField,
- hostsBrowser,
- removeButton,
- serverPathField,
- serverPopUp,
- tableView
- );
- SUPERCLASS = NSObject;
- };
- "MandelView" = {
- ACTIONS = ("applyColor:", "processData:", "windowDidResize:");
- OUTLETS = (colormap, mandelControl, modeSwitch, recorder);
- SUPERCLASS = NSView;
- };
- "NSWindow" = {
- ACTIONS = (
- "deminiaturize:",
- "fax:",
- "makeKeyAndOrderFront:",
- "miniaturize:",
- "orderBack:",
- "orderFront:",
- "orderOut:",
- "performClose:",
- "performMiniaturize:",
- "print:"
- );
- OUTLETS = (delegate, keyView);
- SUPERCLASS = NSResponder;
- };
- "NSResponder" = {SUPERCLASS = NSObject; };
- "MandelControl" = {
- ACTIONS = (
- "colorArctic:",
- "colorDeco:",
- "colorGothic:",
- "colorOasis:",
- "colorStorms:",
- "colorZebra:",
- "help:",
- "info:",
- "placeBlackHole:",
- "placeElectricPorcupine:",
- "placeGingerbreadMan:",
- "placeHome:",
- "placeJewel:",
- "placeParty:",
- "placeSeaHorse:",
- "placeStarfish:",
- "placeValleyOfFear:",
- "placeYinYang:",
- "runstop:",
- "start:",
- "stop:"
- );
- OUTLETS = (
- colormap,
- helpPanel,
- infoPanel,
- mandelView,
- maxIterationsField,
- runButton,
- xCenterField,
- xScaleField,
- yCenterField,
- yScaleField
- );
- SUPERCLASS = NSObject;
- };
- "MandelbrotSlave" = {SUPERCLASS = NSObject; };
- "Colormap" = {
- ACTIONS = ("changeColor:", "setup:", "updateFields:", "updateMap:");
- OUTLETS = (colorSelect, forms, mapView, sliders);
- SUPERCLASS = NSObject;
- };
- "NSObject" = {};
- "FirstResponder" = {CATEGORY = LocalActions; };
-