50 #include <QtCore/QTextStream>
51 #include <QtCore/QFile>
68 : m_qStringResourceDataPath(ResourceDataPath)
69 , m_qStringChannelFile(ChannelFile)
70 , m_bIsEnabled(enabled)
71 , m_bIsVisible(visible)
89 file.setFileName(m_qStringResourceDataPath+m_qStringChannelFile);
90 if(file.open(QIODevice::ReadOnly | QIODevice::Text))
92 QTextStream in(&file);
100 if(m_vecBuffer.size() == 0)
112 m_vecBuffer.push_back(value);
ECGSimChannel(QString ResourceDataPath, QString ChannelFile, bool enabled=true, bool visible=true)
Contains the declaration of the ECGChannel class.