Plotting Class Reference

A plotting widget. More...

#include <plotting.h>

List of all members.

Public Slots

void setDetailSample (int line, int sample)

Public Member Functions

 Plotting (QWidget *parent=0)
 ~Plotting ()
void plotSingelChannel (DataHandler &dh)
void updateScreen (DataHandler &dh)


Detailed Description

A plotting widget.

Plotting is a widget which holds and controls the layout and function of SimplePlot and DetailPlot.

Definition at line 48 of file plotting.h.


Constructor & Destructor Documentation

Plotting::Plotting ( QWidget *  parent = 0  ) 

Constructor.

Parameters:
parent Parent widget.

Definition at line 46 of file plotting.cpp.

Plotting::~Plotting (  ) 

Destructor.

Definition at line 57 of file plotting.cpp.


Member Function Documentation

void Plotting::plotSingelChannel ( DataHandler dh  ) 

Makes the underlying plotting widgets setup their plots with the given DataHandler.

Parameters:
dh DataHandler containing the curve points/plotting data.

Definition at line 64 of file plotting.cpp.

void Plotting::setDetailSample ( int  line,
int  sample 
) [slot]

Triggers the DetailPlot to display other data based on the given input.

Parameters:
line Curve line number.
sample Curve sample number.
See also:
DetailPlot::setData()

Definition at line 93 of file plotting.cpp.

void Plotting::updateScreen ( DataHandler dh  ) 

Updates the underlying plotting widgets with new plotting data.

Parameters:
dh DataHandler containing the curve points/plotting data.

Definition at line 102 of file plotting.cpp.


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

Generated on Wed May 20 14:28:20 2009 for CardioCurves by  doxygen 1.5.9