src/hbcore/inputfw/hbinputdef.h
changeset 7 923ff622b8b9
parent 6 c3690ec91ef8
child 21 4633027730f5
child 34 ed14f46c0e55
equal deleted inserted replaced
6:c3690ec91ef8 7:923ff622b8b9
   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.