Home
last modified time | relevance | path

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

/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/segment/compositionview/
H A DCompositionView.cpp669 const CompositionModelImpl::NotationPreviewRange &notationPreviewRange = in drawSegments() local
672 QColor color = notationPreviewRange.color.isValid() ? in drawSegments()
673 notationPreviewRange.color : defaultColor; in drawSegments()
683 notationPreviewRange.moveXOffset, in drawSegments()
684 notationPreviewRange.segmentTop); in drawSegments()
688 notationPreviewRange.begin; in drawSegments()
689 i != notationPreviewRange.end; in drawSegments()