src/corelib/global/qnamespace.qdoc
changeset 30 5dc02b23752f
parent 19 fcece45ef507
child 33 3e2da88830cd
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
    40 ****************************************************************************/
    40 ****************************************************************************/
    41 
    41 
    42 /*!
    42 /*!
    43     \namespace Qt
    43     \namespace Qt
    44     \inmodule QtCore
    44     \inmodule QtCore
       
    45     \target Qt Namespace
    45 
    46 
    46     \brief The Qt namespace contains miscellaneous identifiers
    47     \brief The Qt namespace contains miscellaneous identifiers
    47     used throughout the Qt library.
    48     used throughout the Qt library.
    48 */
    49 */
    49 
    50 
   182     \value LeftButton      The left button is pressed, or an event refers
   183     \value LeftButton      The left button is pressed, or an event refers
   183     to the left button. (The left button may be the right button on
   184     to the left button. (The left button may be the right button on
   184     left-handed mice.)
   185     left-handed mice.)
   185     \value RightButton     The right button.
   186     \value RightButton     The right button.
   186     \value MidButton       The middle button.
   187     \value MidButton       The middle button.
       
   188     \value MiddleButton    The middle button.
   187     \value XButton1        The first X button.
   189     \value XButton1        The first X button.
   188     \value XButton2        The second X button.
   190     \value XButton2        The second X button.
   189 
   191 
   190     \omitvalue MouseButtonMask
   192     \omitvalue MouseButtonMask
   191 
   193 
  1251 
  1253 
  1252     \value WA_MergeSoftkeysRecursively Allows widget to merge softkeys recursively
  1254     \value WA_MergeSoftkeysRecursively Allows widget to merge softkeys recursively
  1253     with all parents. If this attribute is set, the widget parents are traversed until
  1255     with all parents. If this attribute is set, the widget parents are traversed until
  1254     window boundary (widget without parent or dialog) is found.
  1256     window boundary (widget without parent or dialog) is found.
  1255     This attribute currently has effect only on Symbian platforms
  1257     This attribute currently has effect only on Symbian platforms
       
  1258 
       
  1259     \value WA_X11DoNotAcceptFocus Asks the window manager to not give focus
       
  1260     to this top level window. This attribute has no effect on non-X11
       
  1261     platforms.
  1256 
  1262 
  1257     \omitvalue WA_SetLayoutDirection
  1263     \omitvalue WA_SetLayoutDirection
  1258     \omitvalue WA_InputMethodTransparent
  1264     \omitvalue WA_InputMethodTransparent
  1259     \omitvalue WA_WState_CompressKeys
  1265     \omitvalue WA_WState_CompressKeys
  1260     \omitvalue WA_WState_ConfigPending
  1266     \omitvalue WA_WState_ConfigPending
  1636     \value Key_LaunchB On X11 this key is mapped to XF86XK_Launch9 key for legacy reasons.
  1642     \value Key_LaunchB On X11 this key is mapped to XF86XK_Launch9 key for legacy reasons.
  1637     \value Key_LaunchC On X11 this key is mapped to XF86XK_LaunchA key for legacy reasons.
  1643     \value Key_LaunchC On X11 this key is mapped to XF86XK_LaunchA key for legacy reasons.
  1638     \value Key_LaunchD On X11 this key is mapped to XF86XK_LaunchB key for legacy reasons.
  1644     \value Key_LaunchD On X11 this key is mapped to XF86XK_LaunchB key for legacy reasons.
  1639     \value Key_LaunchE On X11 this key is mapped to XF86XK_LaunchC key for legacy reasons.
  1645     \value Key_LaunchE On X11 this key is mapped to XF86XK_LaunchC key for legacy reasons.
  1640     \value Key_LaunchF On X11 this key is mapped to XF86XK_LaunchD key for legacy reasons.
  1646     \value Key_LaunchF On X11 this key is mapped to XF86XK_LaunchD key for legacy reasons.
       
  1647     \value Key_LaunchG On X11 this key is mapped to XF86XK_LaunchE key for legacy reasons.
       
  1648     \value Key_LaunchH On X11 this key is mapped to XF86XK_LaunchF key for legacy reasons.
  1641     \value Key_MonBrightnessUp
  1649     \value Key_MonBrightnessUp
  1642     \value Key_MonBrightnessDown
  1650     \value Key_MonBrightnessDown
  1643     \value Key_KeyboardLightOnOff
  1651     \value Key_KeyboardLightOnOff
  1644     \value Key_KeyboardBrightnessUp
  1652     \value Key_KeyboardBrightnessUp
  1645     \value Key_KeyboardBrightnessDown
  1653     \value Key_KeyboardBrightnessDown
  1732     \value Key_ContrastAdjust
  1740     \value Key_ContrastAdjust
  1733     \value Key_MediaLast
  1741     \value Key_MediaLast
  1734     \value Key_unknown
  1742     \value Key_unknown
  1735 
  1743 
  1736     \value Key_Call
  1744     \value Key_Call
       
  1745     \value Key_Camera
       
  1746     \value Key_CameraFocus
  1737     \value Key_Context1
  1747     \value Key_Context1
  1738     \value Key_Context2
  1748     \value Key_Context2
  1739     \value Key_Context3
  1749     \value Key_Context3
  1740     \value Key_Context4
  1750     \value Key_Context4
  1741     \value Key_Flip
  1751     \value Key_Flip
  2514     \value BusyCursor     \inlineimage cursor-wait.png
  2524     \value BusyCursor     \inlineimage cursor-wait.png
  2515                           An hourglass or watch cursor, usually shown during
  2525                           An hourglass or watch cursor, usually shown during
  2516                           operations that allow the user to interact with
  2526                           operations that allow the user to interact with
  2517                           the application while they are performed in the
  2527                           the application while they are performed in the
  2518                           background.
  2528                           background.
       
  2529     \value DragMoveCursor
       
  2530                           A cursor that is usually used when dragging an item.
       
  2531     \value DragCopyCursor
       
  2532                           A cursor that is usually used when dragging an item
       
  2533                           to copy it.
       
  2534     \value DragLinkCursor
       
  2535                           A cursor that is usually used when dragging an item
       
  2536                           to make a link to it.
       
  2537 
  2519     \value BitmapCursor
  2538     \value BitmapCursor
  2520     \omitvalue LastCursor
  2539     \omitvalue LastCursor
  2521     \omitvalue CustomCursor
  2540     \omitvalue CustomCursor
  2522 
  2541 
  2523     \omitvalue arrowCursor
  2542     \omitvalue arrowCursor
  2974     only gestures that are in the Qt::GestureStarted state are propagated and
  2993     only gestures that are in the Qt::GestureStarted state are propagated and
  2975     the widget always gets the full gesture sequence starting with a gesture in
  2994     the widget always gets the full gesture sequence starting with a gesture in
  2976     the Qt::GestureStarted state and ending with a gesture in the
  2995     the Qt::GestureStarted state and ending with a gesture in the
  2977     Qt::GestureFinished or Qt::GestureCanceled states.
  2996     Qt::GestureFinished or Qt::GestureCanceled states.
  2978 
  2997 
       
  2998     \value IgnoredGesturesPropagateToParent Since Qt 4.7, this flag allows you
       
  2999     to fine-tune gesture event propagation. By setting the flag when
       
  3000     \l{QGraphicsObject::grabGesture()}{grabbing} a gesture all ignored partial
       
  3001     gestures will propagate to their parent items.
       
  3002 
  2979     \sa QWidget::grabGesture(), QGraphicsObject::grabGesture()
  3003     \sa QWidget::grabGesture(), QGraphicsObject::grabGesture()
  2980 */
  3004 */
  2981 
  3005 
  2982 /*!
  3006 /*!
  2983     \enum Qt::NavigationMode
  3007     \enum Qt::NavigationMode