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


Public Member Functions | |
| Dummy (Abstract *canvas=NULL) | |
| virtual void | paint (QPainter *p) |
| virtual QRect | rect () const |
A Dummy is an empty, invisible item. You can use it as reference for stacking items in the canvas using the stackOver and stackUnder functions.
|
|
Constructor |
|
|
This function does nothing (of course) Implements Canvas::Item. |
|
|
This returns an empty rectangle Implements Canvas::Item. |
1.4.3-20050530