src/hbcore/core/hbnamespace.h
changeset 21 4633027730f5
parent 7 923ff622b8b9
child 23 e6ad4ef83b23
equal deleted inserted replaced
7:923ff622b8b9 21:4633027730f5
   179         ItemType_MarqueeItem,
   179         ItemType_MarqueeItem,
   180         ItemType_IndexFeedback,
   180         ItemType_IndexFeedback,
   181         ItemType_SelectionDialog,
   181         ItemType_SelectionDialog,
   182         ItemType_SelectionDialogContentWidget,
   182         ItemType_SelectionDialogContentWidget,
   183         ItemType_InputButtonGroup,
   183         ItemType_InputButtonGroup,
       
   184         ItemType_DatePickerViewItem,
   184         ItemType_Last = QGraphicsItem::UserType + 20000
   185         ItemType_Last = QGraphicsItem::UserType + 20000
   185     };
   186     };
   186 
   187 
   187     enum WidgetAttribute {
   188     enum WidgetAttribute {
   188         InteractionDisabled   = 0x00000001,
   189         InteractionDisabled   = 0x00000001,
   247         ViewSwitchDefault       = 0x00,
   248         ViewSwitchDefault       = 0x00,
   248         ViewSwitchSequential    = 0x01,
   249         ViewSwitchSequential    = 0x01,
   249         ViewSwitchFullScreen    = 0x02,
   250         ViewSwitchFullScreen    = 0x02,
   250         ViewSwitchUseNormalAnim = 0x04,
   251         ViewSwitchUseNormalAnim = 0x04,
   251         ViewSwitchUseBackAnim   = 0x08,
   252         ViewSwitchUseBackAnim   = 0x08,
   252         ViewSwitchUseAltEvent   = 0x10
   253         ViewSwitchUseAltEvent   = 0x10,
       
   254         ViewSwitchCachedFullScreen = 0x20
   253     };
   255     };
   254 
   256 
   255     Q_DECLARE_FLAGS(ViewSwitchFlags, ViewSwitchFlag)
   257     Q_DECLARE_FLAGS(ViewSwitchFlags, ViewSwitchFlag)
   256 
   258 
   257     enum TextCursorVisibility {
   259     enum TextCursorVisibility {
   281         A type definition for text wrapping
   283         A type definition for text wrapping
   282     */
   284     */
   283     enum TextWrapping {
   285     enum TextWrapping {
   284         TextNoWrap = 0,
   286         TextNoWrap = 0,
   285         TextWordWrap = 1,
   287         TextWordWrap = 1,
   286         TextWrapAnywhere = 3
   288         TextWrapAnywhere = 3,
       
   289         TextWrapAtWordBoundaryOrAnywhere = 4
   287     };
   290     };
   288 
   291 
   289     enum InstantInteraction {
   292     enum InstantInteraction {
   290         InstantPressed = 0,
   293         InstantPressed = 0,
   291         InstantReleased,
   294         InstantReleased,