This is MovieShowViewPart.h in view mode; [Download] [Up]
#import "BackView.h" @interface MovieShowView:BackView { // movie frame specs const char *theMovie; id imageList; int currentFrame; int numberOfFrames; BOOL broken, running; // master control params int state; unsigned timeunit; unsigned wait, countdown; // frame timing control unsigned frametime; unsigned beginpause, endpause; unsigned darktime; // motion of "movie screen" NXPoint slideDelta; BOOL slideframes, slidebegin, slideend; BOOL jump; } - oneStep; - initFrame:(NXRect *)frameRect; - setImage:newImage; - (BOOL)useBufferedWindow; - slideImageRectOrigin; - loadMovie; - cacheMovie; - getDefaults; + initialize; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.