#include <plotting.h>
Public Slots | |
void | setDetailSample (int line, int sample) |
Public Member Functions | |
Plotting (QWidget *parent=0) | |
~Plotting () | |
void | plotSingelChannel (DataHandler &dh) |
void | updateScreen (DataHandler &dh) |
Plotting is a widget which holds and controls the layout and function of SimplePlot and DetailPlot.
Definition at line 48 of file plotting.h.
Plotting::Plotting | ( | QWidget * | parent = 0 |
) |
Plotting::~Plotting | ( | ) |
void Plotting::plotSingelChannel | ( | DataHandler & | dh | ) |
Makes the underlying plotting widgets setup their plots with the given DataHandler.
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.
line | Curve line number. | |
sample | Curve sample number. |
Definition at line 93 of file plotting.cpp.
void Plotting::updateScreen | ( | DataHandler & | dh | ) |
Updates the underlying plotting widgets with new plotting data.
dh | DataHandler containing the curve points/plotting data. |
Definition at line 102 of file plotting.cpp.