Test build
Test build
Public Member Functions | Protected Member Functions

MModalSceneWindow Class Reference

The MModalSceneWindow class provides an empty scene window with modality and layer effect. More...

#include <mmodalscenewindow.h>

Inherits MSceneWindow.

List of all members.

Public Member Functions

 MModalSceneWindow ()
virtual ~MModalSceneWindow ()

Protected Member Functions

 MModalSceneWindow (MModalSceneWindowPrivate *dd, MModalSceneWindowModel *model, MSceneWindow::WindowType windowType)

Detailed Description

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.


Constructor & Destructor Documentation

MModalSceneWindow::MModalSceneWindow (  ) 

Constructs a modalscenewindow.

MModalSceneWindow::MModalSceneWindow ( MModalSceneWindowPrivate *  dd,
MModalSceneWindowModel model,
MSceneWindow::WindowType  windowType 
) [protected]
MModalSceneWindow::~MModalSceneWindow (  )  [virtual]

Destructor for modalscenewindow class.


MeeGo API