37 #ifndef TMSIIMPEDANCEWIDGET_H
38 #define TMSIIMPEDANCEWIDGET_H
46 #include "../tmsielectrodeitem.h"
47 #include "../tmsiimpedancescene.h"
59 #include <QGraphicsScene>
60 #include <QtAlgorithms>
61 #include <QtSvg/QSvgGenerator>
65 class TMSIImpedanceWidget;
83 using namespace Eigen;
112 void updateGraphicScene(VectorXd matValue);
118 void initGraphicScene();
125 QMap< QString, int > m_qmElectrodeNameIndex;
127 Ui::TMSIImpedanceWidget* ui;
129 QSharedPointer<ColorMap> m_cbColorMap;
131 double m_dMaxImpedance;
137 void addElectrodeItem(QString electrodeName, QVector2D position);
143 void startImpedanceMeasurement();
149 void stopImpedanceMeasurement();
155 void takeScreenshot();
167 void closeEvent(QCloseEvent *event);
185 #endif // TMSIIMPEDANCEWIDGET_H
ColorMap class declaration.
The TMSIImpedanceScene class provides a reimplemented QGraphicsScene.
The TMSI class provides a EEG connector. In order for this plugin to work properly the driver dll "RT...
Contains the declaration of the NewRealTimeMultiSampleArray class.
LayoutLoader class declaration.