src/hbcore/core/hbnamespace.h
changeset 28 b7da29130b0e
parent 23 e6ad4ef83b23
child 30 80e4d18b72f5
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
   186     };
   186     };
   187 
   187 
   188     enum WidgetAttribute {
   188     enum WidgetAttribute {
   189         InteractionDisabled   = 0x00000001,
   189         InteractionDisabled   = 0x00000001,
   190         InsidePopup = 0x00000002,
   190         InsidePopup = 0x00000002,
   191         InputMethodNeutral = 0x00000004,
   191         Widget = 0x00000004
   192         Widget = 0x00000008
       
   193     };
   192     };
   194 
   193 
   195     Q_DECLARE_FLAGS(WidgetAttributes, WidgetAttribute)
   194     Q_DECLARE_FLAGS(WidgetAttributes, WidgetAttribute)
   196 
   195 
   197     enum SceneItem {
   196     enum SceneItem {
   301         InstantPopupOpened,
   300         InstantPopupOpened,
   302         InstantPopupClosed,
   301         InstantPopupClosed,
   303         InstantBoundaryReached,
   302         InstantBoundaryReached,
   304         InstantRotated90Degrees,
   303         InstantRotated90Degrees,
   305         InstantSelectionChanged,
   304         InstantSelectionChanged,
   306         InstantMultitouchActivated, // deprecated
       
   307         InstantAdvancedGestureActivated,
   305         InstantAdvancedGestureActivated,
   308         /* add new standard instant interactions here */
   306         /* add new standard instant interactions here */
   309         NumberOfInstantInteractions,
   307         NumberOfInstantInteractions,
   310         InstantUser = 1000,
   308         InstantUser = 1000,
   311         /* value range for user defined custom instant interactions */
   309         /* value range for user defined custom instant interactions */