KDE PIM / Developers / API Docs / kitchensync

Threaded::ClientThread Class Reference

Client Thread. More...

#include <clientthread.h>

Inherits QObject.

List of all members.

Public Types

Public Member Functions

Friends


Detailed Description

Client Thread.

The Worker OBEX client thread. Note that this QObject is only accessed from the client thread. It is used to report events from the working thread. This QObject will be the parent of all QObjects in the working thread. It is in no way connected to the QObject in the main thread.


Member Enumeration Documentation

anonymous enum
 

Event numbers for the custom event.

enum Threaded::ClientThread::Command
 

Possible commands for the worker.


Constructor & Destructor Documentation

ClientThread::ClientThread QObject *   ) 
 

Constructor.

ClientThread::~ClientThread  ) 
 

Destructor.


Member Function Documentation

void ClientThread::run  ) 
 

Worker function of QThread.

It runs the requests and posts events.


Friends And Related Function Documentation

friend class ClientManager [friend]
 

The class has to access several private variables.


The documentation for this class was generated from the following files: