Detailed Description
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.
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.