Home · All Classes · Main Classes · Grouped Classes · Modules · Functions

QWSClient Class Reference
[QtGui module]

The QWSClient class encapsulates a client process in Qtopia Core. More...

 #include <QWSClient>

Inherits QObject.

Public Functions

Additional Inherited Members


Detailed Description

The QWSClient class encapsulates a client process in Qtopia Core.

When you run a Qtopia Core application, it either runs as a server or connects to an existing server. The server and client processes have different responsibilities: The client process performs all application specific operations. The server process is responsible for managing the clients as well as taking care of the pointer handling, character input, and screen output. In addition, the server provides functionality to handle input methods.

As applications add and remove windows, the server process maintains information about each window. In Qtopia Core, top-level windows are encapsulated as QWSWindow objects. A list of the current windows can be retrieved using the QWSServer::clientWindows() function, and each window can tell which client that owns it through its QWSWindow::client() function.

A QWSClient object has an unique ID that can be retrieved using its clientId() function. QWSClient also provides the identity() function which typically returns the name of this client's running application.

See also QWSServer, QWSWindow, and Qtopia Core Architecture.


Member Function Documentation

int QWSClient::clientId () const

Returns an integer uniquely identfying this client.

QString QWSClient::identity () const

Returns the name of this client's running application.


Copyright © 2007 Trolltech Trademarks
Qt 4.2.3