Home
last modified time | relevance | path

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

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dscore.cpp747 _repeatList->setScoreChanged(); in setPlaylistDirty()
1807 _repeatList->updateTempo(); in updateRepeatListTempo()
1817 _repeatList->update(_expandRepeats); in repeatList()
1818 return *_repeatList; in repeatList()
4863 _repeatList = new RepeatList(this); in MasterScore()
4906 delete _repeatList; in ~MasterScore()
H A Dscore.h1273 RepeatList* _repeatList; variable