You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
365 B
26 lines
365 B
13 years ago
|
|
||
|
/*
|
||
|
*/
|
||
|
/*! \page forever-example.html
|
||
|
|
||
|
\ingroup examples
|
||
|
\title A Rectangle Draw "Benchmark"
|
||
|
|
||
|
This example continuously draws rectangles in a window and
|
||
|
has another widget that counts the number of rectangles that
|
||
|
are drawn per second.
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
Header file:
|
||
|
|
||
|
\include forever/forever.h
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
Implementation:
|
||
|
|
||
|
\include forever/forever.cpp
|
||
|
*/
|
||
|
|