Home
last modified time | relevance | path

Searched refs:SelectionListModel (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/
H A Dselectionlistmodel.h42 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 Dopenwnninputmethod.h54 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 Dpinyininputmethod.h55 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 Dtcinputmethod.h58 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 Dt9writeinputmethod.h57 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 Dinputmethod.h54 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 Dabstractinputmethod.h67 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 Dinputengine.h40 class SelectionListModel; variable
60 …Q_PROPERTY(QtVirtualKeyboard::SelectionListModel *wordCandidateListModel READ wordCandidateListMod…
113 SelectionListModel *wordCandidateListModel() const;