#include <CurveDataConfig.h>
Definition at line 25 of file CurveDataConfig.h.
Enumerator |
---|
Vector |
|
List |
|
CircularBuffer |
|
TimeFrame |
|
Definition at line 29 of file CurveDataConfig.h.
rqt_multiplot::CurveDataConfig::CurveDataConfig |
( |
QObject * |
parent = 0 , |
|
|
Type |
type = Vector , |
|
|
size_t |
circularBufferCapacity = 1000 , |
|
|
double |
timeFrameLength = 10.0 |
|
) |
| |
rqt_multiplot::CurveDataConfig::~CurveDataConfig |
( |
| ) |
|
void rqt_multiplot::CurveDataConfig::circularBufferCapacityChanged |
( |
size_t |
capacity | ) |
|
|
signal |
size_t rqt_multiplot::CurveDataConfig::getCircularBufferCapacity |
( |
| ) |
const |
double rqt_multiplot::CurveDataConfig::getTimeFrameLength |
( |
| ) |
const |
void rqt_multiplot::CurveDataConfig::load |
( |
QSettings & |
settings | ) |
|
|
virtual |
void rqt_multiplot::CurveDataConfig::read |
( |
QDataStream & |
stream | ) |
|
|
virtual |
void rqt_multiplot::CurveDataConfig::reset |
( |
| ) |
|
|
virtual |
void rqt_multiplot::CurveDataConfig::save |
( |
QSettings & |
settings | ) |
const |
|
virtual |
void rqt_multiplot::CurveDataConfig::setCircularBufferCapacity |
( |
size_t |
capacity | ) |
|
void rqt_multiplot::CurveDataConfig::setTimeFrameLength |
( |
double |
length | ) |
|
void rqt_multiplot::CurveDataConfig::setType |
( |
Type |
type | ) |
|
void rqt_multiplot::CurveDataConfig::timeFrameLengthChanged |
( |
double |
length | ) |
|
|
signal |
void rqt_multiplot::CurveDataConfig::typeChanged |
( |
int |
type | ) |
|
|
signal |
void rqt_multiplot::CurveDataConfig::write |
( |
QDataStream & |
stream | ) |
const |
|
virtual |
size_t rqt_multiplot::CurveDataConfig::circularBufferCapacity_ |
|
private |
double rqt_multiplot::CurveDataConfig::timeFrameLength_ |
|
private |
Type rqt_multiplot::CurveDataConfig::type_ |
|
private |
The documentation for this class was generated from the following files: