home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
-
- @interface InfoView:View
- {
- id buffer;
- id strings;
- NXSize imageSize,batSize;
- id image,oldImage,frontImage;
- unsigned int animationStep;
- BOOL animationCrowl, frontPage;
- BOOL animationDissolve;
- DPSTimedEntry animateTe;
- float delta;
- NXRect batRect;
- id bat;
- id batSound;
- int randDirection;
- BOOL toggle;
- }
-
- - initFrame:(NXRect *)frameRect;
- - free;
- - compositeWithDissolve:(BOOL)aBool andDelta:(float)aDelta;
- - compositeWithChecker:(BOOL)aBool andDelta:(float)aDelta;
- - drawSelf:(NXRect *)rects :(int)rectCount;
- - mouseDown:(NXEvent *) thisEvent;
- - start:sender;
- - stop:sender;
- - animationClick;
- - animateCrowl;
- - animateDissolve;
- - drawBackground:(NXRect *)rect;
- - removeTe;
- - woodPage:sender;
-
- @end
-