videocollection/tsrc/stubs/inc/hbnamespace.h
changeset 36 8aed59de29f9
parent 35 3738fe97f027
child 37 4eb2df7f7cbe
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
   204         ItemType_DateTimePicker,
   204         ItemType_DateTimePicker,
   205         ItemType_MarqueeItem,
   205         ItemType_MarqueeItem,
   206         ItemType_IndexFeedback,
   206         ItemType_IndexFeedback,
   207         ItemType_Last = QGraphicsItem::UserType + 20000
   207         ItemType_Last = QGraphicsItem::UserType + 20000
   208     };
   208     };
       
   209     
       
   210     enum ApplicationFlag {
       
   211         DefaultApplicationFlags = 0x00,
       
   212         NoSplash                = 0x01
       
   213     };
       
   214     Q_DECLARE_FLAGS(ApplicationFlags, ApplicationFlag)
       
   215     
   209     /*
   216     /*
   210 
   217 
   211     enum WidgetAttribute
   218     enum WidgetAttribute
   212     {
   219     {
   213         InteractionDisabled   = 0x00000001,
   220         InteractionDisabled   = 0x00000001,
   322     Q_DECLARE_FLAGS(TextContextMenuFlags , TextContextMenuFlag)
   329     Q_DECLARE_FLAGS(TextContextMenuFlags , TextContextMenuFlag)
   323 */    
   330 */    
   324     /*!
   331     /*!
   325         A type definition for text wrapping
   332         A type definition for text wrapping
   326     */
   333     */
   327 /*    enum TextWrapping
   334     enum TextWrapping
   328     {
   335     {
   329         TextNoWrap = 0,
   336         TextNoWrap = 0,
   330         TextWordWrap = 1,
   337         TextWordWrap = 1,
   331         TextWrapAnywhere = 3
   338         TextWrapAnywhere = 3
   332     };
   339     };
   333         
   340 /*        
   334     enum InstantInteraction {
   341     enum InstantInteraction {
   335         InstantPressed = 0,
   342         InstantPressed = 0,
   336         InstantReleased,
   343         InstantReleased,
   337         InstantClicked,
   344         InstantClicked,
   338         InstantKeyRepeated,
   345         InstantKeyRepeated,