Home
last modified time | relevance | path

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

/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/dialogs/
H A DTextEventDialog.cpp131 } else if (style == Text::LocalTempo) { in TextEventDialog()
480 if (type == Text::LocalTempo) { in slotTypeChanged()
/dports/audio/rosegarden/rosegarden-21.06.1/src/document/io/
H A DRG21Loader.cpp249 type = Text::LocalTempo; in parseText()
H A DMusicXmlExportHelper.cpp518 } else if (text.getTextType() == Text::LocalTempo) {
772 } else if (text.getTextType() == Text::LocalTempo) {
H A DLilyPondExporter.cpp3033 } else if (textType == Text::LocalTempo) { in handleText()
/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DNotationTypes.h709 static const std::string LocalTempo; variable
H A DNotationTypes.cpp850 const std::string Text::LocalTempo = "local_tempo";
934 v.push_back(LocalTempo);
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/notation/
H A DNotePixmapFactory.cpp3298 type == Text::LocalTempo || in getTextFont()