Home
last modified time | relevance | path

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

/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Dtimeline.h95 void restrictScroll(int value);
H A Dtimeline.cpp134 connect(verticalScrollBar(), SIGNAL(valueChanged(int)), this, SLOT(restrictScroll(int))); in TRowLabels()
324 void TRowLabels::restrictScroll(int value) in restrictScroll() function in Ms::TRowLabels