Home · All Namespaces · All Classes
Signals | Public Member Functions

WindowMonitor Class Reference

#include <windowmonitor.h>

Inheritance diagram for WindowMonitor:
Inheritance graph
[legend]

List of all members.

Signals

void windowStackingOrderChanged (QList< WindowInfo >)
void fullscreenWindowOnTopOfOwnWindow ()
void anyWindowOnTopOfOwnWindow (WindowInfo windowInfo)

Public Member Functions

virtual bool isOwnWindow (WId wid) const =0

Detailed Description

An interface defining window monitoring functionality. A window monitor monitors the windows of an application and performs various things when something happens to the windows. It is only a monitor: it doesn't change anything on the windows.


Member Function Documentation

void WindowMonitor::anyWindowOnTopOfOwnWindow ( WindowInfo  windowInfo  )  [signal]

A signal that gets emitted when a window appears on top of application's own window's.

Parameters:
window the WindowInfo for the window that appeared.
void WindowMonitor::fullscreenWindowOnTopOfOwnWindow (  )  [signal]

A signal that gets emitted when a fullscreen window appears on top of application's own window's and covers it completely.

virtual bool WindowMonitor::isOwnWindow ( WId  wid  )  const [pure virtual]

Queries if the window specified by wid belongs to the application this window monitor belongs to.

Parameters:
wid the window id
Returns:
true if the window belongs to this application
void WindowMonitor::windowStackingOrderChanged ( QList< WindowInfo  )  [signal]

A signal that gets emitted when the stacking order of the windows changes. The topmost window is the last one in the argument list.


The documentation for this class was generated from the following file:

Copyright © 2011 Nokia Corporation Generated on Thu Jul 7 2011 22:14:51
Doxygen 1.7.1
MeeGo Touch