#include <windowinfo.h>
List of all members.
Detailed Description
WindowInfo is a helper class for storing information about an open window.
Constructor & Destructor Documentation
WindowInfo::WindowInfo |
( |
Window |
window |
) |
[explicit] |
Constructs a WindowInfo that contains information about an open window.
- Parameters:
-
WindowInfo::WindowInfo |
( |
const WindowInfo & |
other |
) |
|
WindowInfo::~WindowInfo |
( |
|
) |
|
Member Function Documentation
void WindowInfo::initializeAtoms |
( |
|
) |
[static] |
Initializes the X11 atoms
QList< Atom > WindowInfo::states |
( |
|
) |
const |
Gets the states for this window WindowType
- Returns:
- the states
const QString & WindowInfo::title |
( |
|
) |
const |
Gets the title of the window.
- Returns:
- the title of the window
Window WindowInfo::transientFor |
( |
|
) |
const |
Gets the window ID of the window this window is transient for.
- Returns:
- the ID of the window this window is transient for
QList< Atom > WindowInfo::types |
( |
|
) |
const |
Gets the types for this window WindowType
- Returns:
- the types
void WindowInfo::updateWindowProperties |
( |
|
) |
|
Updates the window types and window states from the window manager
bool WindowInfo::updateWindowTitle |
( |
|
) |
|
Retrieves the window title. First the title is retrieved with atom _NET_WM_NAME, if this failes then XGetWMName will be used.
Window WindowInfo::window |
( |
|
) |
const |
Gets the window ID.
- Returns:
- the Window
Member Data Documentation
The documentation for this class was generated from the following files:
- /home/bifh4/cs2009q3-i386/work/meegotouchhome-1.0.4/src/libmeegotouchhome/windowinfo.h
- /home/bifh4/cs2009q3-i386/work/meegotouchhome-1.0.4/src/libmeegotouchhome/windowinfo.cpp