VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Protected Attributes | List of all members
VICI::CanvasScene Class Reference

An implementation of the Scene abstract class for holding a QGraphicsScene. More...

#include <vici/canvas.h>

Inheritance diagram for VICI::CanvasScene:
VICI::Scene

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

VICI::CanvasScene::CanvasScene ( QGraphicsScene *  s)
inline

constructor

Parameters
sthe graphics scene object.

The documentation for this class was generated from the following file: