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
WindowData::WindowData | ( | Window | id | ) | [inline] |
Constructs a window data object.
WindowData::WindowData | ( | const WindowData & | source | ) | [inline] |
Copy constructor.
WindowData::~WindowData | ( | ) | [inline] |
Destructor.
QList<Atom> WindowData::states |
The status atoms of this window.
QString WindowData::title |
The title of the window.
Window WindowData::transientFor |
The ID of the window this window is transient for.
QList<Atom> WindowData::types |
The window types associated with this window.
Window WindowData::window |
The X window ID.
Copyright © 2011 Nokia Corporation | Generated on Thu Jul 7 2011 22:14:51 Doxygen 1.7.1 |
MeeGo Touch |