Home
last modified time | relevance | path

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

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dbeam.h45 bool _noSlope; variable
124 bool noSlope() const { return _noSlope; } in noSlope()
125 void setNoSlope(bool val) { _noSlope = val; } in setNoSlope()
H A Dbeam.cpp64 _noSlope = false; in Beam()
105 _noSlope = b._noSlope; in Beam()
587 return _noSlope && !_userModified[idx]; in hasNoSlope()