equal
deleted
inserted
replaced
196 HbEditorConstraintIgnoreFocus = 0x02, /**< Editor rejects input framework focus. */ |
196 HbEditorConstraintIgnoreFocus = 0x02, /**< Editor rejects input framework focus. */ |
197 HbEditorConstraintFixedInputMode = 0x04, /**< Editor doesn't allow initial input mode to be changed. */ |
197 HbEditorConstraintFixedInputMode = 0x04, /**< Editor doesn't allow initial input mode to be changed. */ |
198 HbEditorConstraintLatinAlphabetOnly = 0x08 /**< Editor allows only languages and input modes that produce latin alphabets. */ |
198 HbEditorConstraintLatinAlphabetOnly = 0x08 /**< Editor allows only languages and input modes that produce latin alphabets. */ |
199 }; |
199 }; |
200 Q_DECLARE_FLAGS(HbEditorConstraints, HbEditorConstraint) |
200 Q_DECLARE_FLAGS(HbEditorConstraints, HbEditorConstraint) |
|
201 Q_DECLARE_OPERATORS_FOR_FLAGS(HbEditorConstraints) |
201 |
202 |
202 /*! |
203 /*! |
203 \enum HbInputDigitType |
204 \enum HbInputDigitType |
204 |
205 |
205 Enumerates known digit type settings. |
206 Enumerates known digit type settings. |