aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/abstractinputmethod.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/virtualkeyboard/abstractinputmethod.cpp')
-rw-r--r--src/virtualkeyboard/abstractinputmethod.cpp17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/virtualkeyboard/abstractinputmethod.cpp b/src/virtualkeyboard/abstractinputmethod.cpp
index 7c51f437..622e6333 100644
--- a/src/virtualkeyboard/abstractinputmethod.cpp
+++ b/src/virtualkeyboard/abstractinputmethod.cpp
@@ -165,6 +165,13 @@ void AbstractInputMethod::selectionListItemSelected(SelectionListModel::Type typ
Q_UNUSED(index)
}
+bool AbstractInputMethod::selectionListRemoveItem(SelectionListModel::Type type, int index)
+{
+ Q_UNUSED(type)
+ Q_UNUSED(index)
+ return false;
+}
+
/*!
\since QtQuick.VirtualKeyboard 2.0
@@ -305,7 +312,7 @@ bool AbstractInputMethod::clickPreeditText(int cursorPosition)
/*!
\fn QVariant QtVirtualKeyboard::AbstractInputMethod::selectionListData(SelectionListModel::Type type, int index, int role)
- Returns item data for the selection list identified by \a type. The \a role
+ Returns item data for the selection list identified by \a type. The \a \l {QtVirtualKeyboard::SelectionListModel::Role}{role}
parameter specifies which data is requested. The \a index parameter is a
zero based index into the list.
*/
@@ -318,6 +325,14 @@ bool AbstractInputMethod::clickPreeditText(int cursorPosition)
*/
/*!
+ \fn bool QtVirtualKeyboard::AbstractInputMethod::selectionListRemoveItem(SelectionListModel::Type type, int index)
+
+ This method is called when an item at \a index must be removed from dictionary.
+ The selection list is identified by the \a type parameter.
+ The function returns \c true if the word was successfully removed.
+*/
+
+/*!
\fn void QtVirtualKeyboard::AbstractInputMethod::selectionListChanged(int type)
The input method emits this signal when the contents of the selection list