Home · All Classes · Main Classes · Grouped Classes · Modules · Functions |
The QWSClient class encapsulates a client process in Qtopia Core. More...
#include <QWSClient>
Inherits QObject.
The QWSClient class encapsulates a client process in Qtopia Core.
When running a Qtopia Core application, it either runs as a server or as a client connected to an existing server. The server is responsible for managing top-level window regions. 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, QCopChannel, and Running Applications.
Returns an integer uniquely identfying this client.
Returns the name of this client's running application.
Copyright © 2006 Trolltech | Trademarks | Qt 4.1.3 |