#include <CurveStyleConfig.h>
Definition at line 25 of file CurveStyleConfig.h.
◆ Type
◆ CurveStyleConfig()
| rqt_multiplot::CurveStyleConfig::CurveStyleConfig |
( |
QObject * |
parent = 0, |
|
|
Type |
type = Lines, |
|
|
bool |
linesInterpolate = false, |
|
|
Qt::Orientation |
sticksOrientation = Qt::Vertical, |
|
|
double |
sticksBaseline = 0.0, |
|
|
bool |
stepsInvert = false, |
|
|
size_t |
penWidth = 1, |
|
|
Qt::PenStyle |
penStyle = Qt::SolidLine, |
|
|
bool |
renderAntialias = false |
|
) |
| |
◆ ~CurveStyleConfig()
| rqt_multiplot::CurveStyleConfig::~CurveStyleConfig |
( |
| ) |
|
◆ areLinesInterpolated()
| bool rqt_multiplot::CurveStyleConfig::areLinesInterpolated |
( |
| ) |
const |
◆ areStepsInverted()
| bool rqt_multiplot::CurveStyleConfig::areStepsInverted |
( |
| ) |
const |
◆ getPenStyle()
| Qt::PenStyle rqt_multiplot::CurveStyleConfig::getPenStyle |
( |
| ) |
const |
◆ getPenWidth()
| size_t rqt_multiplot::CurveStyleConfig::getPenWidth |
( |
| ) |
const |
◆ getSticksBaseline()
| double rqt_multiplot::CurveStyleConfig::getSticksBaseline |
( |
| ) |
const |
◆ getSticksOrientation()
| Qt::Orientation rqt_multiplot::CurveStyleConfig::getSticksOrientation |
( |
| ) |
const |
◆ getType()
◆ isRenderAntialiased()
| bool rqt_multiplot::CurveStyleConfig::isRenderAntialiased |
( |
| ) |
const |
◆ linesInterpolateChanged
| void rqt_multiplot::CurveStyleConfig::linesInterpolateChanged |
( |
bool |
interpolate | ) |
|
|
signal |
◆ load()
| void rqt_multiplot::CurveStyleConfig::load |
( |
QSettings & |
settings | ) |
|
|
virtual |
◆ operator=()
◆ penStyleChanged
| void rqt_multiplot::CurveStyleConfig::penStyleChanged |
( |
int |
style | ) |
|
|
signal |
◆ penWidthChanged
| void rqt_multiplot::CurveStyleConfig::penWidthChanged |
( |
size_t |
width | ) |
|
|
signal |
◆ read()
| void rqt_multiplot::CurveStyleConfig::read |
( |
QDataStream & |
stream | ) |
|
|
virtual |
◆ renderAntialiasChanged
| void rqt_multiplot::CurveStyleConfig::renderAntialiasChanged |
( |
bool |
antialias | ) |
|
|
signal |
◆ reset()
| void rqt_multiplot::CurveStyleConfig::reset |
( |
| ) |
|
|
virtual |
◆ save()
| void rqt_multiplot::CurveStyleConfig::save |
( |
QSettings & |
settings | ) |
const |
|
virtual |
◆ setLinesInterpolate()
| void rqt_multiplot::CurveStyleConfig::setLinesInterpolate |
( |
bool |
interpolate | ) |
|
◆ setPenStyle()
| void rqt_multiplot::CurveStyleConfig::setPenStyle |
( |
Qt::PenStyle |
style | ) |
|
◆ setPenWidth()
| void rqt_multiplot::CurveStyleConfig::setPenWidth |
( |
size_t |
width | ) |
|
◆ setRenderAntialias()
| void rqt_multiplot::CurveStyleConfig::setRenderAntialias |
( |
bool |
antialias | ) |
|
◆ setStepsInvert()
| void rqt_multiplot::CurveStyleConfig::setStepsInvert |
( |
bool |
invert | ) |
|
◆ setSticksBaseline()
| void rqt_multiplot::CurveStyleConfig::setSticksBaseline |
( |
double |
baseline | ) |
|
◆ setSticksOrientation()
| void rqt_multiplot::CurveStyleConfig::setSticksOrientation |
( |
Qt::Orientation |
orientation | ) |
|
◆ setType()
| void rqt_multiplot::CurveStyleConfig::setType |
( |
Type |
type | ) |
|
◆ stepsInvertChanged
| void rqt_multiplot::CurveStyleConfig::stepsInvertChanged |
( |
bool |
invert | ) |
|
|
signal |
◆ sticksBaselineChanged
| void rqt_multiplot::CurveStyleConfig::sticksBaselineChanged |
( |
double |
baseline | ) |
|
|
signal |
◆ sticksOrientationChanged
| void rqt_multiplot::CurveStyleConfig::sticksOrientationChanged |
( |
int |
orientation | ) |
|
|
signal |
◆ typeChanged
| void rqt_multiplot::CurveStyleConfig::typeChanged |
( |
int |
type | ) |
|
|
signal |
◆ write()
| void rqt_multiplot::CurveStyleConfig::write |
( |
QDataStream & |
stream | ) |
const |
|
virtual |
◆ linesInterpolate_
| bool rqt_multiplot::CurveStyleConfig::linesInterpolate_ |
|
private |
◆ penStyle_
| Qt::PenStyle rqt_multiplot::CurveStyleConfig::penStyle_ |
|
private |
◆ penWidth_
| size_t rqt_multiplot::CurveStyleConfig::penWidth_ |
|
private |
◆ renderAntialias_
| bool rqt_multiplot::CurveStyleConfig::renderAntialias_ |
|
private |
◆ stepsInvert_
| bool rqt_multiplot::CurveStyleConfig::stepsInvert_ |
|
private |
◆ sticksBaseline_
| double rqt_multiplot::CurveStyleConfig::sticksBaseline_ |
|
private |
◆ sticksOrientation_
| Qt::Orientation rqt_multiplot::CurveStyleConfig::sticksOrientation_ |
|
private |
◆ type_
| Type rqt_multiplot::CurveStyleConfig::type_ |
|
private |
The documentation for this class was generated from the following files: