Home
last modified time | relevance | path

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

/dports/deskutils/basket/basket-2.49a-46-g60e38c6/src/
H A Dbasketscene.cpp4038 Note *next = m_focusedNote->nextShownInStack(); in focusANonSelectedNoteBelow()
4040 next = next->nextShownInStack(); in focusANonSelectedNoteBelow()
4518 Note *next = first->nextShownInStack(); in noteMoveNoteDown()
4669 toFocus = toFocus->nextShownInStack(); in focusANote()
4737 note = note ->nextShownInStack(); in noteOn()
4763 return parent->nextShownInStack(); in noteOnHome()
4773 note = note->nextShownInStack(); in noteOnHome()
4777 note = note->nextShownInStack(); in noteOnHome()
4805 note = note->nextShownInStack(); in noteOnEnd()
4809 note = note->nextShownInStack(); in noteOnEnd()
[all …]
H A Dnote.h352 Note* nextShownInStack();
H A Dnote.cpp616 child = child->nextShownInStack(); // FIXME: Restrict scope to 'this' in yExpander()
2504 Note* Note::nextShownInStack() in nextShownInStack() function in Note