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