home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Games / IP_Cyber / Cyber.app / Cyber.nib / data.classes next >
Text File  |  1992-07-25  |  984b  |  75 lines

  1. CyberObject = {
  2.     OUTLETS = {
  3.     consoleView;
  4.     cyberView;
  5.     };
  6.     SUPERCLASS = Object;
  7. };
  8. FirstResponder = {
  9.     ACTIONS = {
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. IdentView = {
  14.     OUTLETS = {
  15.     };
  16.     SUPERCLASS = View;
  17. };
  18. MyIdentView = {
  19.     SUPERCLASS = IdentView;
  20. };
  21. CyberView = {
  22.     ACTIONS = {
  23.     setPref:;
  24.     setAnimation:;
  25.     setNumObjects:;
  26.     setSound:;
  27.     newGame:;
  28.     pauseIt:;
  29.     };
  30.     OUTLETS = {
  31.     scoreField;
  32.     tankField;
  33.     numObjectField;
  34.     animationSpeed;
  35.     animationPriority;
  36.     consoleView;
  37.     speedField;
  38.     alertField;
  39.     priorityField;
  40.     };
  41.     SUPERCLASS = View;
  42. };
  43. CyberApp = {
  44.     OUTLETS = {
  45.     cyberView;
  46.     infoView;
  47.     };
  48.     SUPERCLASS = Application;
  49. };
  50. FuelView = {
  51.     SUPERCLASS = View;
  52. };
  53. FrontWindow = {
  54.     OUTLETS = {
  55.     cyberView;
  56.     };
  57.     SUPERCLASS = Window;
  58. };
  59. InfoPanel = {
  60.     OUTLETS = {
  61.     infoView;
  62.     };
  63.     SUPERCLASS = Panel;
  64. };
  65. InfoView = {
  66.     SUPERCLASS = View;
  67. };
  68. ConsoleView = {
  69.     OUTLETS = {
  70.     identView;
  71.     fuelView;
  72.     };
  73.     SUPERCLASS = View;
  74. };
  75.