ftp.nice.ch/pub/next/connectivity/protocol/GateKeeper.2.2.s.tar.gz#/GateKeeper.2.2.s/Animator.h

This is Animator.h in view mode; [Download] [Up]

//************************************************************************
//
//	Animator.h.  
//		
//		Controls app Icon animation
//
//			by	Felipe A. Rodriguez		
//
//	This code is supplied "as is" the author makes no warranty as to its 
//	suitability for any purpose.  This code is free and may be distributed 
//	in accordance with the terms of the:
//		
//			GNU GENERAL PUBLIC LICENSE
//			Version 2, June 1991
//			copyright (C) 1989, 1991 Free Software Foundation, Inc.
// 			675 Mass Ave, Cambridge, MA 02139, USA
//
//************************************************************************

#import <appkit/appkit.h>

@interface Animator:Object
{
	id  imageList;			// list of ptr's to our active but not linked anim
	id  theIconView;
	BOOL openGate;				// animate should do open gate icon sequence
	BOOL standbyGate;			// animate should do open standby icon seq
}

- iconView;
- startAnimTimer;
- setOpenGate:(BOOL)doSeq;
- setStandbyGate:(BOOL)doSeq;
- removeTimedEntry;



@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.