Home
last modified time | relevance | path

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

/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/notation/
H A DNoteStyle.h79 CharName getAccidentalCharName(const Accidental &);
H A DNoteStyle.cpp243 NoteStyle::getAccidentalCharName(const Accidental &a) in getAccidentalCharName() function in Rosegarden::NoteStyle
427 name = getAccidentalCharName(Accidental(thing)); in getSomeCharName()
H A DNotePixmapFactory.cpp792 (font->getCharacter(m_style->getAccidentalCharName(a))); in makeRoomForAccidental()
794 QPoint ah(font->getHotspot(m_style->getAccidentalCharName(a))); in makeRoomForAccidental()
818 (font->getCharacter(m_style->getAccidentalCharName in makeRoomForAccidental()
821 (font->getHotspot(m_style->getAccidentalCharName in makeRoomForAccidental()
853 (m_style->getAccidentalCharName(a), params.m_forcedColor, false); in drawAccidental()
858 (m_style->getAccidentalCharName(a), PlainColour, false); in drawAccidental()
861 QPoint ah(font->getHotspot(m_style->getAccidentalCharName(a))); in drawAccidental()
3778 int w = m_font->getWidth(m_style->getAccidentalCharName(a)); in getAccidentalWidth()
3788 (sw - m_font->getHotspot(m_style->getAccidentalCharName(a)).x()); in getAccidentalWidth()
3795 return m_font->getHeight(m_style->getAccidentalCharName(a)); in getAccidentalHeight()