Home
last modified time | relevance | path

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

/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/notation/
H A DIncrementDisplacementsCommand.cpp79 (*i)->get<Int>(DISPLACED_Y, prevY); in modifySegment()
81 (*i)->setMaybe<Int>(DISPLACED_Y, prevY + long(m_dy)); in modifySegment()
H A DResetDisplacementsCommand.cpp50 (*i)->unset(DISPLACED_Y);
/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DBaseProperties.h69 extern const PropertyName DISPLACED_Y;
H A DBaseProperties.cpp113 const PropertyName DISPLACED_Y = "displacedy"; variable
/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/segment/
H A DAddLayerCommand.cpp108 if ((*i)->isa(Note::EventRestType)) (*i)->setMaybe<Int>(BaseProperties::DISPLACED_Y, -1000); in execute()
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/notation/
H A DNotationSelector.cpp629 (*i)->get<Int>(DISPLACED_Y, prevY); in dragFine()
659 (*i)->setMaybe<Int>(DISPLACED_Y, prevY); in dragFine()
679 (*i)->setMaybe<Int>(DISPLACED_Y, prevY + long(dy)); in dragFine()
H A DNotationVLayout.cpp115 el->event()->get<Int>(DISPLACED_Y, dyRaw);
741 (*i)->event()->get<Int>(DISPLACED_Y, dyRaw); in filter_list_to_array()
/dports/audio/rosegarden/rosegarden-21.06.1/src/document/io/
H A DLilyPondExporter.cpp2611 bool offsetRest = event->has(DISPLACED_Y); in writeBar()
2614 restOffset = event->get<Int>(DISPLACED_Y); in writeBar()