home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / qt3_emx.zip / examples / forever / forever.doc < prev    next >
Text File  |  2001-10-11  |  370b  |  27 lines

  1.  
  2. /*
  3. $Id$
  4. */
  5. /*!   \page forever-example.html
  6.  
  7.   \ingroup examples
  8.   \title A Rectangle Draw "Benchmark"
  9.  
  10.   This example continuously draws rectangles in a window and
  11.   has another widget that counts the number of rectangles that
  12.   are drawn per second.
  13.  
  14.   <hr>
  15.  
  16.   Header file:
  17.  
  18.   \include forever/forever.h
  19.  
  20.   <hr>
  21.  
  22.   Implementation:
  23.  
  24.   \include forever/forever.cpp
  25. */
  26.  
  27.