home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Games / IP_OnyxCube / OnyxCube.app / BlackBox.nib / data.classes < prev    next >
Text File  |  1992-08-11  |  1KB  |  104 lines

  1. BBox = {
  2.     ACTIONS = {
  3.     newgame:;
  4.     checkguess:;
  5.     hide:;
  6.     guess:;
  7.     doit:;
  8.     show:;
  9.     };
  10.     OUTLETS = {
  11.     ball;
  12.     From;
  13.     guesscur;
  14.     ng;
  15.     Message;
  16.     CursChange;
  17.     balls;
  18.     marker;
  19.     score;
  20.     ref;
  21.     Prog;
  22.     field;
  23.     Missed;
  24.     image;
  25.     hit;
  26.     };
  27.     SUPERCLASS = Object;
  28. };
  29. MyCamera = {
  30.     ACTIONS = {
  31.     dumpRib:;
  32.     };
  33.     OUTLETS = {
  34.     rotoMatrix;
  35.     rs;
  36.     theRotator;
  37.     zmin;
  38.     zmax;
  39.     rm;
  40.     };
  41.     SUPERCLASS = N3DCamera;
  42. };
  43. FirstResponder = {
  44.     ACTIONS = {
  45.     };
  46.     SUPERCLASS = Object;
  47. };
  48. boxView = {
  49.     ACTIONS = {
  50.     changeCursor:;
  51.     };
  52.     OUTLETS = {
  53.     theImage;
  54.     theCursor;
  55.     };
  56.     SUPERCLASS = View;
  57. };
  58. SimpleShape = {
  59.     ACTIONS = {
  60.     };
  61.     OUTLETS = {
  62.     rm;
  63.     zmax;
  64.     rs;
  65.     zmin;
  66.     };
  67.     SUPERCLASS = N3DShape;
  68. };
  69. N3DShape = {
  70.     ACTIONS = {
  71.     };
  72.     OUTLETS = {
  73.     surfaceShader;
  74.     imagerShader;
  75.     volumeShader;
  76.     transformationShader;
  77.     displacementShader;
  78.     lightShader;
  79.     };
  80.     SUPERCLASS = Object;
  81. };
  82. SimpleCamera = {
  83.     ACTIONS = {
  84.     dumpRib:;
  85.     };
  86.     OUTLETS = {
  87.     rotoMatrix;
  88.     theRotator;
  89.     };
  90.     SUPERCLASS = N3DCamera;
  91. };
  92. ViewController = {
  93.     ACTIONS = {
  94.     Misc:;
  95.     woBaby:;
  96.     goBaby:;
  97.     };
  98.     OUTLETS = {
  99.     Camera;
  100.     Game;
  101.     };
  102.     SUPERCLASS = Object;
  103. };
  104.