qse  0.5.4
qsedatadeglitcher.h
Go to the documentation of this file.
1 #ifndef QSEDATADEGLITCHER_H
2 #define QSEDATADEGLITCHER_H
3 
4 #include "qseexafsoperator.h"
5 
6 class QseDataSet;
7 class QseScan;
8 class QseColumn;
9 
11 {
12  Q_OBJECT;
13 
14  public:
16  QseDataSet* outData,
17  const QString& name,
18  QObject* parent=0);
19 
20  friend class QseDataDeglitcherUI;
21 
22  void exec();
23 
24  protected:
25  void deglitchScan(int n, QseScan* out);
26 
27  protected:
28 };
29 
30 #endif
QseDataDeglitcher(QseDataSet *inData, QseDataSet *outData, const QString &name, QObject *parent=0)
void deglitchScan(int n, QseScan *out)
QString name() const
Definition: qseoperator.cpp:11