QXRD  0.11.16
qxrddataprocessor.h
Go to the documentation of this file.
1 #ifndef QXRDDATAPROCESSOR_H
2 #define QXRDDATAPROCESSOR_H
3 
5 
6 class QxrdDataProcessor : public QxrdDataProcessorThreaded, public QEnableSharedFromThis<QxrdDataProcessor>
7 {
8  Q_OBJECT
9 
10 public:
14  QcepAllocatorWPtr allocator,
15  QxrdFileSaverWPtr filesaver);
17 
18  void initialize();
19 
20 private:
21 };
22 
23 #endif
QWeakPointer< QxrdExperiment > QxrdExperimentWPtr
QWeakPointer< QxrdFileSaver > QxrdFileSaverWPtr
QWeakPointer< QcepAllocator > QcepAllocatorWPtr
QxrdDataProcessor(QcepSettingsSaverWPtr saver, QxrdExperimentWPtr doc, QxrdAcquisitionWPtr acq, QcepAllocatorWPtr allocator, QxrdFileSaverWPtr filesaver)
QWeakPointer< QxrdAcquisition > QxrdAcquisitionWPtr
QWeakPointer< QcepSettingsSaver > QcepSettingsSaverWPtr