Home
last modified time | relevance | path

Searched refs:hasOffMode (Results 1 – 7 of 7) sorted by relevance

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Delided_label.cpp136 !hasOffMode() || !isOff() ? r : QRect(), in paintEvent()
151 painter.setPen((!hasOffMode() || !isOff()) ? _fontActiveColor : _fontColor); in paintEvent()
H A Delided_label.h114 bool hasOffMode() const { return _hasOffMode; } in hasOffMode() function
H A Dcompact_knob.cpp788 hasOffMode() && ! isOff() ? _labelRect : QRect(), in drawBackground()
816 hasOffMode() && ! isOff() ? _labelRect : QRect(), in drawBackground()
1003 else if (hasOffMode() && isOff()) in drawLabel()
H A Dcompact_knob.h258 bool hasOffMode() const { return _hasOffMode; } in hasOffMode() function
H A Dcompact_slider.h308 bool hasOffMode() const { return _hasOffMode; } in hasOffMode() function
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/mixer/
H A Dstrip.h432 bool hasOffMode = false,
451 _hasOffMode(hasOffMode), in ComponentDescriptor()
519 bool hasOffMode = false,
539 _hasOffMode(hasOffMode), in ComponentDescriptor()
H A Dmstrip.cpp105 bool hasOffMode = false; in newComponent() local
143 hasOffMode = true; in newComponent()
388 d->_hasOffMode = hasOffMode; in newComponent()
408 d->_hasOffMode = hasOffMode; in newComponent()