home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextDeveloper / Demos / Mandelbrot.app / English.lproj / Mandelbrot.nib / data.classes next >
Encoding:
Text File  |  1993-12-16  |  1012 b   |  74 lines

  1. MandelControl = {
  2.     ACTIONS = {
  3.     runstop:;
  4.     help:;
  5.     colorArctic:;
  6.     colorOasis:;
  7.     placeSeaHorse:;
  8.     placeHome:;
  9.     textDidChange:;
  10.     placeElectricPorcupine:;
  11.     colorZebra:;
  12.     appDidInit:;
  13.     placeStarfish:;
  14.     colorDeco:;
  15.     colorStorms:;
  16.     placeValleyOfFear:;
  17.     placeParty:;
  18.     placeYinYang:;
  19.     colorGothic:;
  20.     windowDidResize:;
  21.     info:;
  22.     placeBlackHole:;
  23.     placeJewel:;
  24.     placeGingerbreadMan:;
  25.     };
  26.     OUTLETS = {
  27.     xCenterField;
  28.     yScaleField;
  29.     xScaleField;
  30.     runButton;
  31.     colormap;
  32.     helpPanel;
  33.     maxIterationsField;
  34.     infoPanel;
  35.     mandelView;
  36.     yCenterField;
  37.     hostField;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41. Colormap = {
  42.     ACTIONS = {
  43.     updateFields:;
  44.     changeColor:;
  45.     setup:;
  46.     updateMap:;
  47.     };
  48.     OUTLETS = {
  49.     forms;
  50.     mapView;
  51.     sliders;
  52.     colorSelect;
  53.     };
  54.     SUPERCLASS = Object;
  55. };
  56. FirstResponder = {
  57.     ACTIONS = {
  58.     };
  59.     SUPERCLASS = Object;
  60. };
  61. MandelView = {
  62.     ACTIONS = {
  63.     windowDidResize:;
  64.     processData:;
  65.     applyColor:;
  66.     };
  67.     OUTLETS = {
  68.     mandelControl;
  69.     modeSwitch;
  70.     colormap;
  71.     };
  72.     SUPERCLASS = View;
  73. };
  74.