Home · All Classes · Main Classes · Deprecated
Public Member Functions

MScene Class Reference

MScene is the scene graph of MeeGo Touch UI applications. More...

Inherits QGraphicsScene.

List of all members.

Public Member Functions

 MScene (QObject *parent=0)
virtual ~MScene ()
MSceneManagersceneManager ()

Detailed Description

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:

See also:
MWindow, MApplicationWindow

Constructor & Destructor Documentation

MScene::MScene ( QObject parent = 0  )  [explicit]

Constructs a MScene.

MScene::~MScene (  )  [virtual]

Destroys the MScene.


Member Function Documentation

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