From e86df8cc4b6a522fac909687d48b269c7f5108b6 Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Tue, 20 Sep 2011 23:22:36 +0200 Subject: Move the documentation for the classes to their modules. All documented classes under src/widgets should now be under the QtWidgets module in the documentation. The QtPrintSupport classes should now be under the QtPrintSupport module in the documentation. Change-Id: I236b15443b8b93a61578a1d10f52b64dba938f29 Reviewed-on: http://codereview.qt-project.org/5520 Reviewed-by: Casper van Donderen --- src/widgets/graphicsview/qgraphicssceneevent.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/widgets/graphicsview/qgraphicssceneevent.cpp') diff --git a/src/widgets/graphicsview/qgraphicssceneevent.cpp b/src/widgets/graphicsview/qgraphicssceneevent.cpp index 97e5ff40c1..4927b6933f 100644 --- a/src/widgets/graphicsview/qgraphicssceneevent.cpp +++ b/src/widgets/graphicsview/qgraphicssceneevent.cpp @@ -45,6 +45,7 @@ graphics view related events. \since 4.2 \ingroup graphicsview-api + \inmodule QtWidgets When a QGraphicsView receives Qt mouse, keyboard, and drag and drop events (QMouseEvent, QKeyEvent, QDragEvent, etc.), it @@ -86,6 +87,7 @@ in the graphics view framework. \since 4.2 \ingroup graphicsview-api + \inmodule QtWidgets When a QGraphicsView receives a QMouseEvent, it translates it to a QGraphicsSceneMouseEvent. The event is then forwarded to the @@ -112,6 +114,7 @@ graphics view framework. \since 4.2 \ingroup graphicsview-api + \inmodule QtWidgets \l{QWheelEvent}{QWheelEvent}s received by a QGraphicsView are translated into QGraphicsSceneWheelEvents; it translates the QWheelEvent::globalPos() @@ -128,6 +131,7 @@ menu events in the graphics view framework. \since 4.2 \ingroup graphicsview-api + \inmodule QtWidgets A QContextMenuEvent received by a QGraphicsView is translated into a QGraphicsSceneContextMenuEvent. The @@ -159,6 +163,7 @@ in the graphics view framework. \since 4.2 \ingroup graphicsview-api + \inmodule QtWidgets When a QGraphicsView receives a QHoverEvent event, it translates it into QGraphicsSceneHoverEvent. The event is then forwarded to @@ -174,6 +179,7 @@ tooltip is requested. \since 4.2 \ingroup graphicsview-api + \inmodule QtWidgets When a QGraphicsView receives a QEvent of type QEvent::ToolTip, it creates a QGraphicsSceneHelpEvent, which is @@ -198,6 +204,7 @@ drag and drop in the graphics view framework. \since 4.2 \ingroup graphicsview-api + \inmodule QtWidgets QGraphicsView inherits the drag and drop functionality provided by QWidget. When it receives a drag and drop event, it translates @@ -222,6 +229,7 @@ resizing in the graphics view framework. \since 4.4 \ingroup graphicsview-api + \inmodule QtWidgets A QGraphicsWidget sends itself a QGraphicsSceneResizeEvent immediately when its geometry changes. @@ -238,6 +246,7 @@ moving in the graphics view framework. \since 4.4 \ingroup graphicsview-api + \inmodule QtWidgets A QGraphicsWidget sends itself a QGraphicsSceneMoveEvent immediately when its local position changes. The delivery is implemented as part of -- cgit v1.2.3