qmca  0.0.20
pulseanalysergroup.cpp
Go to the documentation of this file.
1 #include "pulseanalysergroup.h"
2 #include "epicspulseanalyser.h"
3 
5  : QObject(parent)
6 {
7 }
8 
9 
11 {
12  while (!m_PulseAnalyserList.isEmpty()) {
13  delete m_PulseAnalyserList.takeFirst();
14  }
15 }
16 
18 {
19  m_PulseAnalyserList.append(mca);
20 }
QList< EpicsPulseAnalyser * > m_PulseAnalyserList
void append(EpicsPulseAnalyser *amp)
PulseAnalyserGroup(QObject *parent)