krita
KisDoubleWidget Class Reference
List of all members.Detailed Description
Definition at line 31 of file kis_double_widget.h.
Public Slots | |
void | setValue (double value) |
Signals | |
void | valueChanged (double) |
void | sliderPressed () |
void | sliderReleased () |
Public Member Functions | |
KisDoubleWidget (QWidget *parent=0, const char *name=0) | |
KisDoubleWidget (double min, double max, QWidget *parent=0, const char *name=0) | |
~KisDoubleWidget () | |
double | value () const |
void | setRange (double min, double max) |
void | setTickmarks (QSlider::TickSetting tickMarks) |
void | setTickInterval (double tickInterval) |
double | tickInterval () const |
void | setPrecision (int precision) |
void | setLineStep (double step) |
void | setPageStep (double step) |
void | setTracking (bool tracking) |
bool | tracking () const |
Protected Slots | |
void | setSliderValue (double) |
void | sliderValueChanged (int) |
Protected Attributes | |
QHBoxLayout * | m_layout |
QSlider * | m_slider |
KDoubleSpinBox * | m_spinBox |
The documentation for this class was generated from the following files: