#include <windowmonitor.h>
List of all members.
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:
-
- 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:
- /home/bifh4/cs2009q3-i386/work/meegotouchhome-1.0.4/src/libmeegotouchhome/windowmonitor.h