Home
last modified time | relevance | path

Searched refs:getWeightedHeightAtSceneCoords (Results 1 – 3 of 3) sorted by relevance

/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/notation/
H A DStaffLayout.h358 virtual int getWeightedHeightAtSceneCoords(int originalHeight, double x, int y);
H A DNotationSelector.cpp475 int height = targetStaff->getWeightedHeightAtSceneCoords(clickedHeight, x, y); in drag()
H A DStaffLayout.cpp353 StaffLayout::getWeightedHeightAtSceneCoords(int originalHeight, double x, int y) in getWeightedHeightAtSceneCoords() function in Rosegarden::StaffLayout