VICI
0.11.815
Visual Chart Interpreter
|
An implementation of the Scene abstract class for holding a QGraphicsScene. More...
#include <vici/canvas.h>
Public Member Functions | |
CanvasScene (QGraphicsScene *s) | |
constructor More... | |
operator QGraphicsScene * () | |
type conversion operator | |
QGraphicsScene * | operator-> () |
pointer operator | |
Public Member Functions inherited from VICI::Scene | |
virtual | ~Scene () |
virtual destructor | |
Protected Attributes | |
QGraphicsScene * | scene |
the graphics scene being handled. | |
An implementation of the Scene abstract class for holding a QGraphicsScene.
This class implements the Scene type for the QGraphicsScene. It allows references to scenes to be passed between modules without the Qt libraries leaking into the general interface definitions defined in vici.h.
|
inline |
constructor
s | the graphics scene object. |