|
BioSignalPi
v2
|
Class used to load a big .txt file in a new thread. More...
#include <loadbigfile.h>


Signals | |
| void | sendFileData (QVector< QVector< QPointF > >) |
| signal used to send the loaded txt file as a QVector<QVector <QPointF> > that can be used for plotting the file More... | |
Public Member Functions | |
| LoadBigFile (QString fileName, QObject *parent=NULL) | |
| virtual void | run () |
| Load the file with chosen filename and emit the signal sendFileData() when the file is read. More... | |
Class used to load a big .txt file in a new thread.
Definition at line 14 of file loadbigfile.h.
| LoadBigFile::LoadBigFile | ( | QString | fileName, |
| QObject * | parent = NULL |
||
| ) |
Definition at line 14 of file loadbigfile.cpp.
|
virtual |
Load the file with chosen filename and emit the signal sendFileData() when the file is read.
Definition at line 24 of file loadbigfile.cpp.
|
signal |
signal used to send the loaded txt file as a QVector<QVector <QPointF> > that can be used for plotting the file

1.8.11