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


Public Member Functions | |
| Group (Abstract *canvas=NULL) | |
| virtual void | paint (QPainter *p) |
| virtual QRect | rect () const |
| virtual void | advance (int msecs) |
| Widget * | topLevelCanvas () |
A Group is an Item, but it is also a Abstract, so you can add children items to it. Just an inner canvas, if you prefer.
|
|
Constructor |
|
|
Animations step, updates the animation for the children Reimplemented from Canvas::Item. |
|
|
This paints all the children Implements Canvas::Item. |
|
|
This returns the bouding rect of all children Implements Canvas::Item. |
|
|
returns the toplevel canvas (or null if it is in an orphan tree) Implements Canvas::Abstract. |
1.4.3-20050530