Home
last modified time | relevance | path

Searched refs:moveCursorToStart (Results 1 – 13 of 13) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/mtest/libmscore/text/
H A Dtst_text.cpp81 text->moveCursorToStart(); in testDelete()
120 text->moveCursorToStart(); in testText()
126 text->moveCursorToStart(); in testText()
132 text->moveCursorToStart(); in testText()
284 text->moveCursorToStart(); in testTextProperties()
294 text->moveCursorToStart(); in testTextProperties()
304 text->moveCursorToStart(); in testTextProperties()
314 text->moveCursorToStart(); in testTextProperties()
324 text->moveCursorToStart(); in testTextProperties()
334 text->moveCursorToStart(); in testTextProperties()
[all …]
/dports/databases/kexi/kexi-3.2.0/src/widget/tableview/
H A Dkexiinputtableedit.h91 virtual void moveCursorToStart();
H A Dkexicomboboxtableedit.h115 virtual void moveCursorToStart();
H A Dkexiinputtableedit.cpp270 void KexiInputTableEdit::moveCursorToStart() in moveCursorToStart() function in KexiInputTableEdit
H A Dkexicomboboxtableedit.cpp378 void KexiComboBoxTableEdit::moveCursorToStart() in moveCursorToStart() function in KexiComboBoxTableEdit
/dports/databases/kexi/kexi-3.2.0/src/plugins/forms/widgets/
H A Dkexidbtextedit.h109 virtual void moveCursorToStart();
H A Dkexidblineedit.h134 virtual void moveCursorToStart();
H A Dkexidbautofield.h190 virtual void moveCursorToStart();
H A Dkexidbautofield.cpp795 void KexiDBAutoField::moveCursorToStart() in moveCursorToStart() function in KexiDBAutoField
799 iface->moveCursorToStart(); in moveCursorToStart()
H A Dkexidbtextedit.cpp282 void KexiDBTextEdit::moveCursorToStart() in moveCursorToStart() function in KexiDBTextEdit
H A Dkexidblineedit.cpp428 void KexiDBLineEdit::moveCursorToStart() in moveCursorToStart() function in KexiDBLineEdit
/dports/databases/kexi/kexi-3.2.0/src/core/
H A Dkexidataiteminterface.h148 virtual void moveCursorToStart() {} in moveCursorToStart() function
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dtextbase.h139 void moveCursorToStart() { movePosition(QTextCursor::Start); } in moveCursorToStart() function