Searched refs:SelectionListModel (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/ |
| H A D | selectionlistmodel.h | 42 class DWKEYBOARDSHARED_EXPORT SelectionListModel : public QAbstractListModel 47 Q_DECLARE_PRIVATE(SelectionListModel) 49 explicit SelectionListModel(QObject *parent = 0); 62 ~SelectionListModel(); 86 Q_DECLARE_METATYPE(QtVirtualKeyboard::SelectionListModel::Type) 87 Q_DECLARE_METATYPE(QtVirtualKeyboard::SelectionListModel::Role)
|
| H A D | openwnninputmethod.h | 54 QList<SelectionListModel::Type> selectionLists(); 55 int selectionListItemCount(SelectionListModel::Type type); 56 QVariant selectionListData(SelectionListModel::Type type, int index, int role); 57 void selectionListItemSelected(SelectionListModel::Type type, int index);
|
| H A D | pinyininputmethod.h | 55 QList<SelectionListModel::Type> selectionLists(); 56 int selectionListItemCount(SelectionListModel::Type type); 57 QVariant selectionListData(SelectionListModel::Type type, int index, int role); 58 void selectionListItemSelected(SelectionListModel::Type type, int index);
|
| H A D | tcinputmethod.h | 58 QList<SelectionListModel::Type> selectionLists(); 59 int selectionListItemCount(SelectionListModel::Type type); 60 QVariant selectionListData(SelectionListModel::Type type, int index, int role); 61 void selectionListItemSelected(SelectionListModel::Type type, int index);
|
| H A D | t9writeinputmethod.h | 57 QList<SelectionListModel::Type> selectionLists(); 58 int selectionListItemCount(SelectionListModel::Type type); 59 QVariant selectionListData(SelectionListModel::Type type, int index, int role); 60 void selectionListItemSelected(SelectionListModel::Type type, int index);
|
| H A D | inputmethod.h | 54 QList<SelectionListModel::Type> selectionLists(); 55 int selectionListItemCount(SelectionListModel::Type type); 56 QVariant selectionListData(SelectionListModel::Type type, int index, int role); 57 void selectionListItemSelected(SelectionListModel::Type type, int index);
|
| H A D | abstractinputmethod.h | 67 virtual QList<SelectionListModel::Type> selectionLists(); 68 virtual int selectionListItemCount(SelectionListModel::Type type); 69 virtual QVariant selectionListData(SelectionListModel::Type type, int index, int role); 70 virtual void selectionListItemSelected(SelectionListModel::Type type, int index);
|
| H A D | inputengine.h | 40 class SelectionListModel; variable 60 …Q_PROPERTY(QtVirtualKeyboard::SelectionListModel *wordCandidateListModel READ wordCandidateListMod… 113 SelectionListModel *wordCandidateListModel() const;
|