Home
last modified time | relevance | path

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

/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/notation/
H A DNotationScene.h109 bool isInPrintMode() const { return false; } in isInPrintMode() function
H A DNotationScene.cpp971 if (isInPrintMode()) { in getPageWidth()
994 if (isInPrintMode()) { in getPageHeight()
H A DNotationStaff.cpp215 if (!m_notationScene->isInPrintMode()) in insertRepeatedClefAndKey()