raDIYo 0.4
|
Signals | |
void | valueChanged (int newValue) |
Protected Member Functions | |
void | mousePressEvent (QMouseEvent *event) override |
void | mouseMoveEvent (QMouseEvent *event) override |
void | mouseReleaseEvent (QMouseEvent *event) override |
Protected Member Functions inherited from SWAbstractBarWidget | |
void | setRange (int rangeFrom, int rangeTo) |
SWAbstractBarWidget::setRange. More... | |
QColor | getBlockColor (int x, int y) |
void | calcSizeRatio () |
Protected Attributes | |
const int | _frameOffset = 2 |
bool | _moving = false |
int | _lastPosX = -1 |
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 | |
Public Slots inherited from SWAbstractBarWidget | |
virtual void | onDialValueChanged (int newvalue) |
SWAbstractBarWidget::onDialValueChanged. More... | |
virtual void | onValueListChanged (const SWDoubleVec &freshdata) |
Definition at line 20 of file swvolumewidget.h.
|
explicit |
Definition at line 25 of file swvolumewidget.cpp.
|
virtual |
Definition at line 43 of file swvolumewidget.cpp.
|
overrideprotected |
Definition at line 60 of file swvolumewidget.cpp.
|
overrideprotected |
Definition at line 49 of file swvolumewidget.cpp.
|
overrideprotected |
Definition at line 78 of file swvolumewidget.cpp.
|
overridevirtual |
Implements SWAbstractBarWidget.
Definition at line 87 of file swvolumewidget.cpp.
|
protected |
Definition at line 46 of file swvolumewidget.h.
|
protected |
Definition at line 48 of file swvolumewidget.h.
|
protected |
Definition at line 47 of file swvolumewidget.h.