QXRD  0.11.16
qcepallocatorthread.h
Go to the documentation of this file.
1 #ifndef QCEPALLOCATORTHREAD_H
2 #define QCEPALLOCATORTHREAD_H
3 
4 #include "qcepthread.h"
5 
7 #include "qcepallocator-ptr.h"
8 
10 {
11  Q_OBJECT
12 
13 public:
16 
17  void shutdown();
18 
20 
21 protected:
22  void run();
23 
24 private:
27 };
28 
29 #endif // QCEPALLOCATORTHREAD_H
QcepAllocatorThread(QcepSettingsSaverPtr saver)
QcepAllocatorPtr m_Allocator
QcepSettingsSaverPtr m_Saver
QSharedPointer< QcepSettingsSaver > QcepSettingsSaverPtr
QcepAllocatorPtr allocator() const
QSharedPointer< QcepAllocator > QcepAllocatorPtr