Home
last modified time | relevance | path

Searched refs:d_fillThumb (Results 1 – 2 of 2) sorted by relevance

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Dslider.cpp85 d_fillThumb = true; in Slider()
273 if(d_fillThumb) in drawThumb()
323 if(d_fillThumb) in drawThumb()
378 … const int dist1 = int(double(cr.width() - (d_fillThumb ? d_thumbLength : d_thumbHalf)) * rpos); in drawSlider()
388 …QPainterPath e_rect = MusECore::roundedPath(ipos + (d_fillThumb ? d_thumbLength : d_thumbHalf), cr… in drawSlider()
403 f_mask.setFinalStop(QPointF(cr.x() + ipos + (d_fillThumb ? 0 : d_thumbHalf), cr.y())); in drawSlider()
406 ipos + (d_fillThumb ? 0 : d_thumbHalf), cr.height(), in drawSlider()
430 …const int dist1 = int(double(cr.height() - (d_fillThumb ? d_thumbLength : d_thumbHalf)) * (1.0 - r… in drawSlider()
441 cr.width(), ipos + (d_fillThumb ? 0 : d_thumbHalf), in drawSlider()
457 …QPainterPath f_rect = MusECore::roundedPath(cr.x(), ipos + (d_fillThumb ? d_thumbLength : d_thumbH… in drawSlider()
[all …]
H A Dslider.h69 bool d_fillThumb; variable
164 bool fillThumb() const { return d_fillThumb; } in fillThumb()
165 void setFillThumb(bool v) { d_fillThumb = v; } in setFillThumb()