Home
last modified time | relevance | path

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

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dchord.cpp224 _stemSlash = 0; in Chord()
260 _stemSlash = 0; in Chord()
274 if (c._stemSlash) in Chord()
350 delete _stemSlash; in ~Chord()
1023 if (_stemSlash && _stemSlash->isUserModified()) in write()
1195 if (_stemSlash) in scanElements()
1225 if (_stemSlash) in processSiblings()
1521 if (_stemSlash) in layoutStem1()
2733 if (_stemSlash) in localSpatiumChanged()
3385 if (_stemSlash && _stemSlash->addToSkyline()) in shape()
[all …]
H A Dchord.h61 StemSlash* _stemSlash; // for acciacatura variable
143 StemSlash* stemSlash() const { return _stemSlash; } in stemSlash()