home *** CD-ROM | disk | FTP | other *** search
/ Altsys Virtuoso 2.0K / virtuoso_20k.iso / DemoApps / Graphics / Viewers / Motion / Motion.app / English.lproj / Motion.nib / data.classes next >
Encoding:
Text File  |  1994-06-08  |  1.1 KB  |  72 lines

  1. Movie = {
  2.     ACTIONS = {
  3.     resume:;
  4.     pause:;
  5.     playOnce:;
  6.     stopTimer:;
  7.     gotoPreviousFrame:;
  8.     stop:;
  9.     animate:;
  10.     takeFramesPerSecondFrom:;
  11.     cash:;
  12.     cashInNewThread:;
  13.     gotoLastFrame:;
  14.     gotoFirstFrame:;
  15.     takeModeFrom:;
  16.     gotoFrameTakenFrom:;
  17.     gotoNextFrame:;
  18.     startTimer:;
  19.     play:;
  20.     };
  21.     OUTLETS = {
  22.     delegate;
  23.     frameList;
  24.     };
  25.     SUPERCLASS = View;
  26. };
  27. MovieController = {
  28.     ACTIONS = {
  29.     open:;
  30.     zoomOut:;
  31.     showSettings:;
  32.     takeFrameNumberFrom:;
  33.     updateShouldUpdateFrameNum:;
  34.     zoomIn:;
  35.     movieDidSetFilm:;
  36.     takeFramesPerSecondFrom:;
  37.     movieDidStop:;
  38.     showControl:;
  39.     showInfo:;
  40.     unZoom:;
  41.     windowDidBecomeMain:;
  42.     movieDidChangeFrame:;
  43.     movieDidStart:;
  44.     };
  45.     OUTLETS = {
  46.     frameNumberControl;
  47.     frameNumberMaxTextField;
  48.     framesPerSecondControl;
  49.     framesPerSecondTextField;
  50.     controlPanel;
  51.     frameNumberTextField;
  52.     settingsPanel;
  53.     infoPanel;
  54.     colorWell;
  55.     movie;
  56.     modeMatrix;
  57.     };
  58.     SUPERCLASS = Object;
  59. };
  60. FirstResponder = {
  61.     ACTIONS = {
  62.     takeBackgroundColorFrom:;
  63.     takeUseBackgroundFrom:;
  64.     takeFrameNumberFrom:;
  65.     gotoFirstFrame:;
  66.     gotoLastFrame:;
  67.     takeModeFrom:;
  68.     takeFramesPerSecondFrom:;
  69.     };
  70.     SUPERCLASS = Object;
  71. };
  72.