Home · All Classes · Main Classes · Deprecated |
The MModalSceneWindow class provides an empty scene window with modality and layer effect. More...
Inherits MSceneWindow.
Public Member Functions | |
MModalSceneWindow () | |
virtual | ~MModalSceneWindow () |
Protected Member Functions | |
MModalSceneWindow (MModalSceneWindowPrivate *dd, MModalSceneWindowModel *model, MSceneWindow::WindowType windowType) |
The MModalSceneWindow class provides an empty scene window with modality and layer effect.
A modalscenewindow is a top-level scene window which can be used to create custom, modal scene windows. It has modality and a layer effect which visually blocks the scene windows with lower z value. It shares the z value with dialogs.
A typical way of using modalscenewindow is to style its size, alignment and offset, instantiate it, set a layout to it and populate the layout with any components the use case requires.
MModalSceneWindow::MModalSceneWindow | ( | ) |
Constructs a modalscenewindow.
MModalSceneWindow::MModalSceneWindow | ( | MModalSceneWindowPrivate * | dd, | |
MModalSceneWindowModel * | model, | |||
MSceneWindow::WindowType | windowType | |||
) | [protected] |
MModalSceneWindow::~MModalSceneWindow | ( | ) | [virtual] |
Destructor for modalscenewindow class.
Copyright © 2010 Nokia Corporation | MeeGo Touch |