kconverttest.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #ifndef KCONVERTTEST_H
00023 #define KCONVERTTEST_H
00024
00025 #include <qobject.h>
00026
00027 class KConvertTest : public QObject
00028 {
00029 Q_OBJECT
00030 public:
00031 KConvertTest();
00032
00033 public slots:
00034 void slotRawStreamStart();
00035
00036 void slotNewBlockSize(long blockSize);
00037 void slotNewBlockPointer(long blockPointer);
00038 void slotNewData();
00039
00040 void slotRawStreamFinished();
00041
00042 private:
00043 long m_blockSize, m_blockPointer;
00044 };
00045
00046 #endif
This file is part of the documentation for arts Library Version 3.4.3.