This is IvoViewPart.h in view mode; [Download] [Up]
// // IvoViewPart.h // Darcy Brockbank, samurai@uriel.cs.mcgill.ca // Adapted from GloveView, written by : // Ron Blanford, TRW Inc., October 1991. // #import "SlidingImageView.h" @interface IvoView:SlidingImageView { id imageList; int currentFrame; int numberOfFrames; BStimeval now; BStimeval nextRotationTime; int framesPerSecond; } - oneStep; - initFrame:(NXRect *)frameRect; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.