Changeset 651 for trunk/src/corelib/kernel/qcoreevent.cpp
- Timestamp:
- Mar 8, 2010, 12:52:58 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.2 (added) merged: 650 /branches/vendor/nokia/qt/current merged: 649 /branches/vendor/nokia/qt/4.6.1 removed
- Property svn:mergeinfo changed
-
trunk/src/corelib/kernel/qcoreevent.cpp
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 108 108 \value ApplicationPaletteChange The default application palette has changed. 109 109 \value ApplicationWindowIconChange The application's icon has changed. 110 \value CloseSoftwareInputPanel A widget wants to close the software input panel (SIP).111 110 \value ChildAdded An object gets a child (QChildEvent). 112 111 \value ChildInserted An object gets a child (QChildEvent). Qt3Support only, use ChildAdded instead. … … 115 114 \value Clipboard The clipboard contents have changed (QClipboardEvent). 116 115 \value Close Widget was closed (QCloseEvent). 116 117 117 \value ContentsRectChange The margins of the widget's content rect changed. 118 118 \value ContextMenu Context popup menu (QContextMenuEvent). … … 134 134 \value GrabMouse Item gains mouse grab (QGraphicsItem only). 135 135 \value GraphicsSceneContextMenu Context popup menu over a graphics scene (QGraphicsSceneContextMenuEvent). 136 \value GraphicsSceneDragEnter The cursor enters a graphics scene during a drag and drop operation .137 \value GraphicsSceneDragLeave The cursor leaves a graphics scene during a drag and drop operation .138 \value GraphicsSceneDragMove A drag and drop operation is in progress over a scene .139 \value GraphicsSceneDrop A drag and drop operation is completed over a scene .136 \value GraphicsSceneDragEnter The cursor enters a graphics scene during a drag and drop operation. 137 \value GraphicsSceneDragLeave The cursor leaves a graphics scene during a drag and drop operation. 138 \value GraphicsSceneDragMove A drag and drop operation is in progress over a scene. 139 \value GraphicsSceneDrop A drag and drop operation is completed over a scene. 140 140 \value GraphicsSceneHelp The user requests help for a graphics scene (QHelpEvent). 141 141 \value GraphicsSceneHoverEnter The mouse cursor enters a hover item in a graphics scene (QGraphicsSceneHoverEvent).
Note:
See TracChangeset
for help on using the changeset viewer.