BioSignalPi  v2
Public Member Functions | Protected Member Functions | List of all members
PlottingWidget Class Reference

Widget that can read ECG information from file and plots the data. More...

#include <plottingwidget.h>

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

Public Member Functions

 PlottingWidget (QWidget *=NULL)
 

Protected Member Functions

void wheelEvent (QWheelEvent *event)
 Handles the events triggered by moving the scroll button Catches the event when the mouse is in the widget are and the scroll button is moved. More...
 

Detailed Description

Widget that can read ECG information from file and plots the data.

Author
Jonatan
Martin
Todo:
Use the DataLogger instead of loadBigFile for reading data from txt and edf file. This needs to be implemented both in this class and also in the DataLogger Class.

Definition at line 30 of file plottingwidget.h.

Constructor & Destructor Documentation

PlottingWidget::PlottingWidget ( QWidget *  parent = NULL)

Definition at line 7 of file plottingwidget.cpp.

Here is the call graph for this function:

Member Function Documentation

void PlottingWidget::wheelEvent ( QWheelEvent *  event)
protected

Handles the events triggered by moving the scroll button Catches the event when the mouse is in the widget are and the scroll button is moved.

If scrolled away from the user the next methos is triggered and a step forward is made, if scrolled towards the user the prev method is triggered to browse backwards.

Parameters
event

Definition at line 263 of file plottingwidget.cpp.


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