![]() |
raDIYo 0.4
|
Public Slots | |
| void | onTimer () |
Public Slots inherited from SWAbstractBarWidget | |
| virtual void | onDialValueChanged (int newvalue) |
| SWAbstractBarWidget::onDialValueChanged. More... | |
| virtual void | onValueListChanged (const SWDoubleVec &freshdata) |
Protected Attributes | |
| QTimer | _timer |
Protected Attributes inherited from SWAbstractBarWidget | |
| int | _rangeFrom = 0 |
| int | _rangeTo = 99 |
| double | _minValue = 0.0 |
| double | _maxValue = 1.0 |
| double | _value = 0.0 |
| int | _numBars = -1 |
| int | _numBlocks = -1 |
| int | _maxNumBarsBlocks = -1 |
| double | _sizeRatio = -1 |
| int | _padding = 3 |
| bool | _barMode = false |
| bool | _gradientMode = true |
| SWColorVec | _colors |
| SWDoubleVec | _valueList |
Additional Inherited Members | |
Protected Member Functions inherited from SWAbstractBarWidget | |
| void | setRange (int rangeFrom, int rangeTo) |
| SWAbstractBarWidget::setRange. More... | |
| QColor | getBlockColor (int x, int y) |
| void | calcSizeRatio () |
Definition at line 21 of file swspectrumwidget.h.
|
explicit |
Definition at line 21 of file swspectrumwidget.cpp.
|
slot |
Definition at line 35 of file swspectrumwidget.cpp.
|
overridevirtual |
Implements SWAbstractBarWidget.
Definition at line 49 of file swspectrumwidget.cpp.
|
protected |
Definition at line 42 of file swspectrumwidget.h.