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

Class used by PlottingWidget to enable a slider for the different signals plotted. More...

#include <sliderwidget.h>

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

Signals

void sliderReleased ()
 
void valueChanged (int)
 

Public Member Functions

 SliderWidget (int min=0, int max=10, int tick=1, QWidget *=NULL)
 
void setTickSize (int)
 
void setInterval (int, int)
 
int getTicksize ()
 
int getMin ()
 
int getMax ()
 
int value ()
 
void setValue (int)
 

Detailed Description

Class used by PlottingWidget to enable a slider for the different signals plotted.

Author
Jonatan

Definition at line 14 of file sliderwidget.h.

Constructor & Destructor Documentation

SliderWidget::SliderWidget ( int  min = 0,
int  max = 10,
int  tick = 1,
QWidget *  parent = NULL 
)

Definition at line 5 of file sliderwidget.cpp.

Member Function Documentation

int SliderWidget::getMax ( )

Definition at line 63 of file sliderwidget.cpp.

int SliderWidget::getMin ( )

Definition at line 58 of file sliderwidget.cpp.

int SliderWidget::getTicksize ( )

Definition at line 53 of file sliderwidget.cpp.

void SliderWidget::setInterval ( int  min,
int  max 
)

Definition at line 45 of file sliderwidget.cpp.

Here is the caller graph for this function:

void SliderWidget::setTickSize ( int  t)

Definition at line 40 of file sliderwidget.cpp.

void SliderWidget::setValue ( int  val)

Definition at line 73 of file sliderwidget.cpp.

Here is the caller graph for this function:

void SliderWidget::sliderReleased ( )
signal

Here is the caller graph for this function:

int SliderWidget::value ( )

Definition at line 68 of file sliderwidget.cpp.

Here is the caller graph for this function:

void SliderWidget::valueChanged ( int  )
signal

Here is the caller graph for this function:


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