58 operator QGraphicsScene *() {
return scene; }
An implementation of the Scene abstract class for holding a QGraphicsScene.
Definition: canvas.h:46
A wrapper for QGraphicsScene class.
Definition: vici.h:205
QGraphicsScene * scene
the graphics scene being handled.
Definition: canvas.h:49
Project wide declarations and definitions.
QGraphicsScene * operator->()
pointer operator
Definition: canvas.h:61
CanvasScene(QGraphicsScene *s)
constructor
Definition: canvas.h:55