#include <canvas.h>
Inheritance diagram for Canvas::Widget:


Public Member Functions | |
| Widget (QWidget *parent=NULL) | |
| void | setAnimationDelay (int d) |
| int | mSecs () |
| Widget * | topLevelCanvas () |
Friends | |
| class | Item |
| class | AnimationNotifier |
A Widget is a widget that can contain many Item (images, rectangles, lines, etc). Portions of the widget are automatically redrawn to update the changes made to the items.
|
|
The constructor |
|
|
Return the number of millisecons from the creation of the canvas (see also Item::advance) |
|
|
Set the delay of the animation, in milliseconds |
|
|
returns 'this' Implements Canvas::Abstract. |
1.4.3-20050530