Home · All Classes · Main Classes · Deprecated |
MScene is the scene graph of MeeGo Touch UI applications. More...
Inherits QGraphicsScene.
Public Member Functions | |
MScene (QObject *parent=0) | |
virtual | ~MScene () |
MSceneManager * | sceneManager () |
MScene is the scene graph of MeeGo Touch UI applications.
The scene of an application is a virtual infinite surface on which primitive items or full featured widgets can be placed. For general information of how the scene functions, please refer to the QGraphicsScene documentation.
MScene inherits from and extends QGraphicsScene with the following features:
MScene::~MScene | ( | ) | [virtual] |
Destroys the MScene.
MSceneManager * MScene::sceneManager | ( | ) |
Returns the scene manager of the scene.
Note that the scene manager is not owned by the scene, instead it's the scene that is owned by the scene manager.
If no manager has been assigned, 0 is returned.
Copyright © 2010 Nokia Corporation | MeeGo Touch |