home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / Tutorial / Cookbook / 27.Bounce / BounceView.h < prev    next >
Encoding:
Text File  |  1993-01-18  |  446 b   |  25 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/View.h>
  5. #import <appkit/nextstd.h>
  6. #import <dpsclient/dpsclient.h>  // For DPSTimedEntry, used below
  7.  
  8.  
  9. @interface BounceView:View
  10. {
  11.     DPSTimedEntry clockTE;     // The clock timed entry
  12.     float x,y;
  13.     float ballRadius, ballDiameter;
  14.     float speed, Xdirection, Ydirection;
  15. }
  16.  
  17. + newFrame:(const NXRect *)tF;
  18. - doTimedEntry;
  19. - free;
  20. - speed:sender;
  21. - start:sender;
  22. - stop:sender;
  23.  
  24. @end
  25.