MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

QML PlatformWindow Element

Global properties about application status More...

Properties

Detailed Description

The com.nokia.meego plugin provides a context property platformWindow that provides information about the visibility status of the application and whether it is active.

Usage example:

 if (platformWindow.active) {
 ...

Property Documentation

active : bool

True when the window is active. A window may be visible but not active, for example when there is a transparent window on top of it.


animating : bool

True when the window is undergoing orientation change animation.


viewMode : WindowState

Tells whether the application is WindowState.Fullsize or WindowState.Thumbnail.


viewModeString : QString

View mode as a string, either "Fullsize" or "Thumbnail".


visible : bool

True when the window is visible to the user, either as a full sized application or as a thumbnail in switcher.