BioSignalPi  v2
Signals | Public Member Functions | List of all members
LoadBigFile Class Reference

Class used to load a big .txt file in a new thread. More...

#include <loadbigfile.h>

Inheritance diagram for LoadBigFile:
Inheritance graph
[legend]
Collaboration diagram for LoadBigFile:
Collaboration graph
[legend]

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...
 

Detailed Description

Class used to load a big .txt file in a new thread.

Author
Jonatan
Todo:
Could be integrated into DataLogger instead

Definition at line 14 of file loadbigfile.h.

Constructor & Destructor Documentation

LoadBigFile::LoadBigFile ( QString  fileName,
QObject *  parent = NULL 
)

Definition at line 14 of file loadbigfile.cpp.

Member Function Documentation

void LoadBigFile::run ( )
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.

void LoadBigFile::sendFileData ( QVector< QVector< QPointF > >  )
signal

signal used to send the loaded txt file as a QVector<QVector <QPointF> > that can be used for plotting the file

Here is the caller graph for this function:


The documentation for this class was generated from the following files: