home *** CD-ROM | disk | FTP | other *** search
/ Freeware for SPARC / sparcapps.tar / me / Apps / Graphics / Movie.app / Projectionist.nib / data.classes next >
Text File  |  1994-06-07  |  769b  |  56 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. MovieView = {
  7.     ACTIONS = {
  8.     windowWillClose:;
  9.     move:;
  10.     modeButtonsChanged:;
  11.     frameCheckBoxChanged:;
  12.     save:;
  13.     depthButtonsChanged:;
  14.     fNumSliderChanged:;
  15.     stop:;
  16.     copy:;
  17.     reduce50pct:;
  18.     revStep:;
  19.     windowDidMiniaturize:;
  20.     fpsSliderChanged:;
  21.     restore:;
  22.     rev:;
  23.     updateCheckBoxChanged:;
  24.     fwdStep:;
  25.     fwd:;
  26.     expand2x:;
  27.     pingButtonChanged:;
  28.     windowDidDeminiaturize:;
  29.     };
  30.     OUTLETS = {
  31.     statusText;
  32.     fpsText;
  33.     fpsSlider;
  34.     fNumSlider;
  35.     panel;
  36.     depthButtons;
  37.     nFramesText;
  38.     fNumText;
  39.     modeButtons;
  40.     stateButtons;
  41.     actualFpsText;
  42.     };
  43.     SUPERCLASS = View;
  44. };
  45. Projectionist = {
  46.     OUTLETS = {
  47.     window;
  48.     panel;
  49.     movieView;
  50.     };
  51.     SUPERCLASS = Object;
  52. };
  53. Controller = {
  54.     SUPERCLASS = Object;
  55. };
  56.