AlbumShaper
1.0a3
|
#include <blurSharpenSlider.h>
Public Member Functions | |
BlurSharpenSlider (Qt::Orientation orientation, QWidget *parent, const char *name=0) | |
![]() | |
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 More... | |
void | setPrefix (QString val) |
set the prefix that is displayed before the current slider value More... | |
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. More... | |
void | setSuffix (QString val) |
set the suffix that is displayed after the current slider value More... | |
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. More... | |
QPoint | getMousePos () |
Protected Member Functions | |
virtual QString | mapValToString () |
subclass DynamicSlider and reimplement this method to change the behavior used to display slider values More... | |
![]() | |
void | mouseMoveEvent (QMouseEvent *e) |
Additional Inherited Members | |
![]() | |
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.