Home
last modified time | relevance | path

Searched defs:noteEntryMode (Results 1 – 4 of 4) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dinput.h101 bool noteEntryMode() const { return _noteEntryMode; } in noteEntryMode() function
H A Dscore.h921 bool noteEntryMode() const { return inputState().noteEntryMode(); } in noteEntryMode() function
H A Dedit.cpp1237 std::vector<Note*> Score::cmdTieNoteList(const Selection& selection, bool noteEntryMode) in cmdTieNoteList()
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Dscoreview.h432 bool noteEntryMode() const { return state == ViewState::NOTE_ENTRY; } in noteEntryMode() function