|
AlbumShaper 1.0a3
|
#include <blurSharpenSlider.h>


Public Member Functions | |
| BlurSharpenSlider (Qt::Orientation orientation, QWidget *parent, const char *name=0) | |
Public Member Functions inherited from DynamicSlider | |
| DynamicSlider (Qt::Orientation orientation, QWidget *parent, const char *name=0) | |
| ~DynamicSlider () | |
| void | setZeroString (QString val) |
| when set, a zero string is shown instead of the current value/prefix/suffix when the slider value is 0 | |
| void | setPrefix (QString val) |
| set the prefix that is displayed before the current slider value | |
| void | setPrefixes (QString prefix1, QString prefix2) |
| set two prefix values, one for when the value is positive and one for when the value is negative. | |
| void | setSuffix (QString val) |
| set the suffix that is displayed after the current slider value | |
| void | setSuffixes (QString suffix1, QString suffix2) |
| set two suffix values, one for when the value is positive and one for when the value is negative. | |
| QPoint | getMousePos () |
Protected Member Functions | |
| virtual QString | mapValToString () |
| subclass DynamicSlider and reimplement this method to change the behavior used to display slider values | |
Protected Member Functions inherited from DynamicSlider | |
| void | mouseMoveEvent (QMouseEvent *e) |
Additional Inherited Members | |
Signals inherited from DynamicSlider | |
| void | mouseHasMoved () |
Definition at line 17 of file blurSharpenSlider.h.
| BlurSharpenSlider::BlurSharpenSlider | ( | Qt::Orientation | orientation, |
| QWidget * | parent, | ||
| const char * | name = 0 ) |
Definition at line 14 of file blurSharpenSlider.cpp.
References DynamicSlider::setPrefixes(), DynamicSlider::setSuffix(), and DynamicSlider::setZeroString().
|
protectedvirtual |
subclass DynamicSlider and reimplement this method to change the behavior used to display slider values
Reimplemented from DynamicSlider.
Definition at line 24 of file blurSharpenSlider.cpp.