weaverlogger.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #ifndef WEAVERLOGGER_H
00017 #define WEAVERLOGGER_H
00018
00019 #include <weaverextensions.h>
00020
00021 namespace KPIM {
00022 namespace ThreadWeaver {
00023
00026 class WeaverThreadLogger : public WeaverExtension
00027 {
00028 Q_OBJECT
00029 public:
00030 WeaverThreadLogger( QObject *parent = 0, const char *name = 0);
00031 ~WeaverThreadLogger();
00032 void threadCreated (Thread *);
00033 void threadDestroyed (Thread *);
00034 void threadBusy (Thread *);
00035 void threadSuspended (Thread *);
00036 };
00037
00038 }
00039 }
00040
00041 #endif // WEAVERLOGGER_H
This file is part of the documentation for libkdepim Library Version 3.2.2.