summaryrefslogtreecommitdiffstats
path: root/src/input/q3dmouseevent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/q3dmouseevent.cpp')
-rw-r--r--src/input/q3dmouseevent.cpp32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/input/q3dmouseevent.cpp b/src/input/q3dmouseevent.cpp
index d880c7585..8446a0a5a 100644
--- a/src/input/q3dmouseevent.cpp
+++ b/src/input/q3dmouseevent.cpp
@@ -59,30 +59,30 @@ namespace Qt3DInput {
*
* \since 5.5
*
- * \sa Qt3DCore::Q3DKeyEvent, Qt3DCore::Q3DWheelEvent, Qt3DCore::QMouseInput
+ * \sa Q3DKeyEvent, Q3DWheelEvent, QMouseInput
*
*/
/*!
- * \fn int Qt3DCore::Q3DMouseEvent::x() const
+ * \fn int Qt3DInput::Q3DMouseEvent::x() const
*
* Returns the x position of the mouse event.
*/
/*!
- * \fn int Qt3DCore::Q3DMouseEvent::y() const
+ * \fn int Qt3DInput::Q3DMouseEvent::y() const
*
* Returns the y position of the mouse event.
*/
/*!
- * \fn bool Qt3DCore::Q3DMouseEvent::isAccepted() const
+ * \fn bool Qt3DInput::Q3DMouseEvent::isAccepted() const
*
* Returns whether the event was accepted.
*/
/*!
- * \fn void Qt3DCore::Q3DMouseEvent::setAccepted(bool accepted)
+ * \fn void Qt3DInput::Q3DMouseEvent::setAccepted(bool accepted)
*
* Sets the event as accepted if \a accepted is true.
*
@@ -91,13 +91,13 @@ namespace Qt3DInput {
*/
/*!
- * \fn QEvent::Type Qt3DCore::Q3DMouseEvent::type() const
+ * \fn QEvent::Type Qt3DInput::Q3DMouseEvent::type() const
*
* Returns the QEvent::Type of the event.
*/
/*!
- * Constructs a new Qt3DCore::Q3DMouseEvent instance for the QMouseEvent \a e.
+ * Constructs a new Q3DMouseEvent instance for the QMouseEvent \a e.
*/
Q3DMouseEvent::Q3DMouseEvent(const QMouseEvent &e)
: QObject()
@@ -163,30 +163,30 @@ Q3DMouseEvent::Modifiers Q3DMouseEvent::modifier() const
* \class Qt3DInput::Q3DWheelEvent
* \inmodule Qt3DInput
*
- * \brief The Qt3DCore::Q3DWheelEvent contains parameters that describe a mouse wheel event.
+ * \brief The Q3DWheelEvent class contains parameters that describe a mouse wheel event.
*
* Mouse wheel events occur when the mouse is rotated.
*
* \since 5.5
*
- * \sa Qt3DCore::Q3DKeyEvent, Qt3DCore::Q3DMouseEvent, Qt3DCore::QMouseInput
+ * \sa Q3DKeyEvent, Q3DMouseEvent, QMouseInput
*
*/
/*!
- * \fn int Qt3DCore::Q3DWheelEvent::x() const
+ * \fn int Qt3DInput::Q3DWheelEvent::x() const
*
* Returns the x position of the mouse event.
*/
/*!
- * \fn int Qt3DCore::Q3DWheelEvent::y() const
+ * \fn int Qt3DInput::Q3DWheelEvent::y() const
*
* Returns the x position of the mouse event.
*/
/*!
- * \fn QPoint Qt3DCore::Q3DWheelEvent::angleDelta() const
+ * \fn QPoint Qt3DInput::Q3DWheelEvent::angleDelta() const
*
* Returns the distance that the wheel is rotated, in eighths of a degree. A
* positive value indicates that the wheel was rotated forward (away from the
@@ -195,13 +195,13 @@ Q3DMouseEvent::Modifiers Q3DMouseEvent::modifier() const
*/
/*!
- * \fn bool Qt3DCore::Q3DWheelEvent::isAccepted() const
+ * \fn bool Qt3DInput::Q3DWheelEvent::isAccepted() const
*
* Returns whether the event was accepted.
*/
/*!
- * \fn void Qt3DCore::Q3DWheelEvent::setAccepted(bool accepted)
+ * \fn void Qt3DInput::Q3DWheelEvent::setAccepted(bool accepted)
*
* Sets the event as accepted if \a accepted is true.
*
@@ -210,13 +210,13 @@ Q3DMouseEvent::Modifiers Q3DMouseEvent::modifier() const
*/
/*!
- * \fn QEvent::Type Qt3DCore::Q3DWheelEvent::type() const
+ * \fn QEvent::Type Qt3DInput::Q3DWheelEvent::type() const
*
* Returns the QEvent::Type of the event.
*/
/*!
- * Constructs a new Qt3DCore::Q3DWheelEvent instance from the QWheelEvent \a e.
+ * Constructs a new Q3DWheelEvent instance from the QWheelEvent \a e.
*/
Q3DWheelEvent::Q3DWheelEvent(const QWheelEvent &e)
: QObject()