Definition at line 22 of file swabstractbarwidget.h.
◆ SWAbstractBarWidget()
| SWAbstractBarWidget::SWAbstractBarWidget |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
◆ ~SWAbstractBarWidget()
| SWAbstractBarWidget::~SWAbstractBarWidget |
( |
| ) |
|
|
virtual |
◆ barMode()
| bool SWAbstractBarWidget::barMode |
( |
| ) |
|
◆ calcSizeRatio()
| void SWAbstractBarWidget::calcSizeRatio |
( |
| ) |
|
|
protected |
◆ clearValueList()
| void SWAbstractBarWidget::clearValueList |
( |
| ) |
|
◆ getBlockColor()
| QColor SWAbstractBarWidget::getBlockColor |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
protected |
◆ gradientMode()
| bool SWAbstractBarWidget::gradientMode |
( |
| ) |
|
◆ numBars()
| int SWAbstractBarWidget::numBars |
( |
| ) |
|
◆ numBlocks()
| int SWAbstractBarWidget::numBlocks |
( |
| ) |
|
◆ onDialValueChanged
| void SWAbstractBarWidget::onDialValueChanged |
( |
int |
newvalue | ) |
|
|
virtualslot |
◆ onValueListChanged
| void SWAbstractBarWidget::onValueListChanged |
( |
const SWDoubleVec & |
freshdata | ) |
|
|
virtualslot |
◆ setBarMode()
| void SWAbstractBarWidget::setBarMode |
( |
bool |
mode | ) |
|
◆ setColorRange() [1/2]
| void SWAbstractBarWidget::setColorRange |
( |
const QStringList & |
colorlist | ) |
|
◆ setColorRange() [2/2]
| void SWAbstractBarWidget::setColorRange |
( |
const SWColorVec & |
colorlist | ) |
|
◆ setGradienMode()
| void SWAbstractBarWidget::setGradienMode |
( |
bool |
mode | ) |
|
◆ setNumBars()
| void SWAbstractBarWidget::setNumBars |
( |
int |
bars | ) |
|
◆ setNumBarsBlocks()
| void SWAbstractBarWidget::setNumBarsBlocks |
( |
int |
bars, |
|
|
int |
blocks |
|
) |
| |
◆ setNumBlocks()
| void SWAbstractBarWidget::setNumBlocks |
( |
int |
blocks | ) |
|
◆ setRange()
| void SWAbstractBarWidget::setRange |
( |
int |
rangeFrom, |
|
|
int |
rangeTo |
|
) |
| |
|
protected |
◆ setValue()
| void SWAbstractBarWidget::setValue |
( |
double |
newvalue | ) |
|
◆ value()
| double SWAbstractBarWidget::value |
( |
| ) |
|
◆ _barMode
| bool SWAbstractBarWidget::_barMode = false |
|
protected |
◆ _colors
| SWColorVec SWAbstractBarWidget::_colors |
|
protected |
◆ _gradientMode
| bool SWAbstractBarWidget::_gradientMode = true |
|
protected |
◆ _maxNumBarsBlocks
| int SWAbstractBarWidget::_maxNumBarsBlocks = -1 |
|
protected |
◆ _maxValue
| double SWAbstractBarWidget::_maxValue = 1.0 |
|
protected |
◆ _minValue
| double SWAbstractBarWidget::_minValue = 0.0 |
|
protected |
◆ _numBars
| int SWAbstractBarWidget::_numBars = -1 |
|
protected |
◆ _numBlocks
| int SWAbstractBarWidget::_numBlocks = -1 |
|
protected |
◆ _padding
| int SWAbstractBarWidget::_padding = 3 |
|
protected |
◆ _rangeFrom
| int SWAbstractBarWidget::_rangeFrom = 0 |
|
protected |
◆ _rangeTo
| int SWAbstractBarWidget::_rangeTo = 99 |
|
protected |
◆ _sizeRatio
| double SWAbstractBarWidget::_sizeRatio = -1 |
|
protected |
◆ _value
| double SWAbstractBarWidget::_value = 0.0 |
|
protected |
◆ _valueList
| SWDoubleVec SWAbstractBarWidget::_valueList |
|
protected |
The documentation for this class was generated from the following files: