Home
last modified time | relevance | path

Searched defs:cursorAtEnd (Results 1 – 20 of 20) sorted by relevance

/dports/editors/cpeditor/cpeditor-6.8.2/third_party/QCodeEditor/src/internal/
H A DQCodeEditor.cpp230 bool cursorAtEnd = cursor.position() == selectionEnd; in swapLineUp() local
265 bool cursorAtEnd = cursor.position() == selectionEnd; in swapLineDown() local
336 bool cursorAtEnd = cursor.selectionEnd() == cursor.position(); in duplicate() local
388 bool cursorAtEnd = cursor.position() == endPos; in toggleBlockComment() local
797 bool cursorAtEnd = cursor.position() == endPos; local
1090 bool cursorAtEnd = cursor.position() == selectionEnd; local
1155 bool cursorAtEnd = cursor.position() == selectionEnd; local
/dports/databases/kexi/kexi-3.2.0/src/plugins/forms/widgets/
H A Dkexidbdoublespinbox.cpp102 bool KexiDBDoubleSpinBox::cursorAtEnd() in cursorAtEnd() function in KexiDBDoubleSpinBox
H A Dkexidbprogressbar.cpp100 bool KexiDBProgressBar::cursorAtEnd() in cursorAtEnd() function in KexiDBProgressBar
H A Dkexidbslider.cpp101 bool KexiDBSlider::cursorAtEnd() in cursorAtEnd() function in KexiDBSlider
H A Dkexidbcommandlinkbutton.cpp89 bool KexiDBCommandLinkButton::cursorAtEnd() in cursorAtEnd() function in KexiDBCommandLinkButton
H A DKexiDBPushButton.cpp98 bool KexiDBPushButton::cursorAtEnd() in cursorAtEnd() function in KexiDBPushButton
H A Dkexidbcheckbox.cpp114 bool KexiDBCheckBox::cursorAtEnd() in cursorAtEnd() function in KexiDBCheckBox
H A Dkexidbtextedit.cpp207 bool KexiDBTextEdit::cursorAtEnd() in cursorAtEnd() function in KexiDBTextEdit
H A Dkexidbform.cpp535 bool KexiDBForm::cursorAtEnd() in cursorAtEnd() function in KexiDBForm
H A Dkexidblineedit.cpp279 bool KexiDBLineEdit::cursorAtEnd() in cursorAtEnd() function in KexiDBLineEdit
H A Dkexidbautofield.cpp437 KexiDBAutoField::cursorAtEnd() in cursorAtEnd() function in KexiDBAutoField
H A Dkexidbimagebox.cpp303 bool KexiDBImageBox::cursorAtEnd() in cursorAtEnd() function in KexiDBImageBox
/dports/databases/kexi/kexi-3.2.0/src/plugins/forms/widgets/mapbrowser/
H A DMapBrowserWidget.cpp92 bool MapBrowserWidget::cursorAtEnd() in cursorAtEnd() function in MapBrowserWidget
/dports/databases/kexi/kexi-3.2.0/src/plugins/forms/widgets/webbrowser/
H A DWebBrowserWidget.cpp134 bool WebBrowserWidget::cursorAtEnd() in cursorAtEnd() function in WebBrowserWidget
/dports/databases/kexi/kexi-3.2.0/src/widget/tableview/
H A Dkexiinputtableedit.cpp211 bool KexiInputTableEdit::cursorAtEnd() in cursorAtEnd() function in KexiInputTableEdit
/dports/devel/newt/newt-0.52.21/
H A Dentry.c47 void newtEntrySet(newtComponent co, const char * value, int cursorAtEnd) { in newtEntrySet()
H A Dsnack.c1133 int cursorAtEnd = 1; in widgetEntrySetValue() local
H A Dsnack.py287 def set(self, text, cursorAtEnd = 1): argument
/dports/net/pimcommon/pimcommon-21.12.3/src/pimcommonakonadi/addressline/addresslineedit/
H A Daddresseelineedit.cpp471 void AddresseeLineEdit::cursorAtEnd() in cursorAtEnd() function in AddresseeLineEdit
/dports/databases/kexi/kexi-3.2.0/src/kexiutils/
H A Dutils.cpp1204 bool KexiUtils::cursorAtEnd(const QLineEdit *lineEdit) in cursorAtEnd() function in KexiUtils