#include <TimeDomainDisplayPlot.h>
List of all members.
Public Slots |
void | setYaxis (double min, double max) |
void | setXaxis (double min, double max) |
void | setTitle (int which, QString title) |
void | setColor (int which, QString color) |
void | resizeSlot (QSize *s) |
void | SetSampleRate (double sr, double units, const std::string &strunits) |
void | OnPickerPointSelected (const QwtDoublePoint &p) |
Signals |
void | plotPointSelected (const QPointF p) |
Public Member Functions |
| TimeDomainDisplayPlot (int nplots, QWidget *) |
virtual | ~TimeDomainDisplayPlot () |
void | PlotNewData (const std::vector< double * > dataPoints, const int64_t numDataPoints, const double timeInterval) |
virtual void | replot () |
Protected Slots |
void | LegendEntryChecked (QwtPlotItem *plotItem, bool on) |
Constructor & Destructor Documentation
TimeDomainDisplayPlot::TimeDomainDisplayPlot |
( |
int |
nplots, |
|
|
QWidget * |
|
|
) |
| |
virtual TimeDomainDisplayPlot::~TimeDomainDisplayPlot |
( |
| ) |
[virtual] |
Member Function Documentation
void TimeDomainDisplayPlot::LegendEntryChecked |
( |
QwtPlotItem * |
plotItem, |
|
|
bool |
on |
|
) |
| [protected, slot] |
void TimeDomainDisplayPlot::OnPickerPointSelected |
( |
const QwtDoublePoint & |
p | ) |
[slot] |
void TimeDomainDisplayPlot::PlotNewData |
( |
const std::vector< double * > |
dataPoints, |
|
|
const int64_t |
numDataPoints, |
|
|
const double |
timeInterval |
|
) |
| |
void TimeDomainDisplayPlot::plotPointSelected |
( |
const QPointF |
p | ) |
[signal] |
virtual void TimeDomainDisplayPlot::replot |
( |
| ) |
[virtual] |
void TimeDomainDisplayPlot::resizeSlot |
( |
QSize * |
s | ) |
[slot] |
void TimeDomainDisplayPlot::setColor |
( |
int |
which, |
|
|
QString |
color |
|
) |
| [slot] |
void TimeDomainDisplayPlot::SetSampleRate |
( |
double |
sr, |
|
|
double |
units, |
|
|
const std::string & |
strunits |
|
) |
| [slot] |
void TimeDomainDisplayPlot::setTitle |
( |
int |
which, |
|
|
QString |
title |
|
) |
| [slot] |
void TimeDomainDisplayPlot::setXaxis |
( |
double |
min, |
|
|
double |
max |
|
) |
| [slot] |
void TimeDomainDisplayPlot::setYaxis |
( |
double |
min, |
|
|
double |
max |
|
) |
| [slot] |
The documentation for this class was generated from the following file: