| Home · All Namespaces · All Classes |


Public Member Functions | |
| WindowData (Window id) | |
| Constructs a window data object. | |
| WindowData (const WindowData &source) | |
| Copy constructor. | |
| ~WindowData () | |
| Destructor. | |
Public Attributes | |
| Window | window |
| The X window ID. | |
| Window | transientFor |
| The ID of the window this window is transient for. | |
| QString | title |
| The title of the window. | |
| QList< Atom > | types |
| The window types associated with this window. | |
| QList< Atom > | states |
| The status atoms of this window. | |
The window data is explicitly shared between window info objects through this class
Definition at line 29 of file windowinfo.cpp.
| WindowData::WindowData | ( | Window | id | ) | [inline] |
Constructs a window data object.
Definition at line 34 of file windowinfo.cpp.
:
window(id),
transientFor(0),
title(),
types(),
states()
{
}
| WindowData::WindowData | ( | const WindowData & | source | ) | [inline] |
Copy constructor.
Definition at line 44 of file windowinfo.cpp.
: QSharedData(source), window(source.window), transientFor(source.transientFor), types(source.types), states(source.states) { }
| WindowData::~WindowData | ( | ) | [inline] |
| QList<Atom> WindowData::states |
The status atoms of this window.
Definition at line 70 of file windowinfo.cpp.
| QString WindowData::title |
The title of the window.
Definition at line 64 of file windowinfo.cpp.
| Window WindowData::transientFor |
The ID of the window this window is transient for.
Definition at line 61 of file windowinfo.cpp.
| QList<Atom> WindowData::types |
The window types associated with this window.
Definition at line 67 of file windowinfo.cpp.
| Window WindowData::window |
The X window ID.
Definition at line 58 of file windowinfo.cpp.
| Copyright © 2010 Nokia Corporation | Generated on Thu Nov 4 2010 18:20:43 Doxygen 1.7.1 |
MeeGo Touch |