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

WindowData Class Reference

List of all members.

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.

Detailed Description

The window data is explicitly shared between window info objects through this class


Constructor & Destructor Documentation

WindowData::WindowData ( Window  id  )  [inline]

Constructs a window data object.

WindowData::WindowData ( const WindowData source  )  [inline]

Copy constructor.

WindowData::~WindowData (  )  [inline]

Destructor.


Member Data Documentation

QList<Atom> WindowData::states

The status atoms of this window.

The title of the window.

The ID of the window this window is transient for.

QList<Atom> WindowData::types

The window types associated with this window.

The X window ID.


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