|
enum | GROWTH_TYPE { LINEAR,
LOG,
EXPONENT
} |
|
enum | VALUE_TYPE { INTEGER,
FLOAT
} |
|
|
void | valueChanged (qreal) |
|
|
| SpinSlider (QString text, GROWTH_TYPE, VALUE_TYPE, qreal min, qreal max, QWidget *parent=0) |
|
void | setValue (qreal) |
|
void | setPixelPos (qreal min, qreal max, int val, int space, bool upsideDown) |
|
void | setExponent (const qreal) |
|
|
void | onSliderValueChanged (int) |
|
void | changeValue (qreal) |
|
|
QSlider * | mSlider = nullptr |
|
qreal | mValue = 50.0 |
|
qreal | mMin = 0.1 |
|
qreal | mMax = 100.0 |
|
qreal | mExp = 2.0 |
|
GROWTH_TYPE | mGrowthType = LINEAR |
|
VALUE_TYPE | mValueType = INTEGER |
|
Definition at line 29 of file spinslider.h.
The documentation for this class was generated from the following files:
- /home/travis/build/scribblemaniac/pencil/core_lib/interface/spinslider.h
- /home/travis/build/scribblemaniac/pencil/core_lib/interface/spinslider.cpp