summaryrefslogtreecommitdiffstats
path: root/src/extras/geometries/qplanegeometry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extras/geometries/qplanegeometry.cpp')
-rw-r--r--src/extras/geometries/qplanegeometry.cpp23
1 files changed, 12 insertions, 11 deletions
diff --git a/src/extras/geometries/qplanegeometry.cpp b/src/extras/geometries/qplanegeometry.cpp
index 21be44f56..85844867c 100644
--- a/src/extras/geometries/qplanegeometry.cpp
+++ b/src/extras/geometries/qplanegeometry.cpp
@@ -11,10 +11,11 @@
QT_BEGIN_NAMESPACE
-using namespace Qt3DCore;
namespace Qt3DExtras {
+using namespace Qt3DCore;
+
namespace {
QByteArray createPlaneVertexData(float w, float h, const QSize &resolution, bool mirrored)
@@ -176,7 +177,7 @@ QByteArray createPlaneIndexData(const QSize &resolution)
/*!
* \class Qt3DExtras::QPlaneGeometry
- \ingroup qt3d-extras-geometries
+ * \ingroup qt3d-extras-geometries
* \inheaderfile Qt3DExtras/QPlaneGeometry
* \inmodule Qt3DExtras
* \brief The QPlaneGeometry class allows creation of a plane in 3D space.
@@ -286,7 +287,7 @@ void QPlaneGeometry::setMirrored(bool mirrored)
}
/*!
- * \property QPlaneGeometry::resolution
+ * \property Qt3DExtras::QPlaneGeometry::resolution
*
* Holds the plane resolution.
*/
@@ -297,7 +298,7 @@ QSize QPlaneGeometry::resolution() const
}
/*!
- * \property QPlaneGeometry::width
+ * \property Qt3DExtras::QPlaneGeometry::width
*
* Holds the plane width.
*/
@@ -308,7 +309,7 @@ float QPlaneGeometry::width() const
}
/*!
- * \property QPlaneGeometry::height
+ * \property Qt3DExtras::QPlaneGeometry::height
*
* Holds the plane height.
*/
@@ -319,7 +320,7 @@ float QPlaneGeometry::height() const
}
/*!
- * \property QPlaneGeometry::mirrored
+ * \property Qt3DExtras::QPlaneGeometry::mirrored
* \since 5.9
*
* Controls if the UV coordinates of the plane should be flipped vertically.
@@ -331,7 +332,7 @@ bool QPlaneGeometry::mirrored() const
}
/*!
- * \property QPlaneGeometry::positionAttribute
+ * \property Qt3DExtras::QPlaneGeometry::positionAttribute
*
* Holds the geometry position attribute.
*/
@@ -342,7 +343,7 @@ QAttribute *QPlaneGeometry::positionAttribute() const
}
/*!
- * \property QPlaneGeometry::normalAttribute
+ * \property Qt3DExtras::QPlaneGeometry::normalAttribute
*
* Holds the geometry normal attribute.
*/
@@ -353,7 +354,7 @@ QAttribute *QPlaneGeometry::normalAttribute() const
}
/*!
- * \property QPlaneGeometry::texCoordAttribute
+ * \property Qt3DExtras::QPlaneGeometry::texCoordAttribute
*
* Holds the geometry texture coordinate attribute.
*/
@@ -364,7 +365,7 @@ QAttribute *QPlaneGeometry::texCoordAttribute() const
}
/*!
- * \property QPlaneGeometry::tangentAttribute
+ * \property Qt3DExtras::QPlaneGeometry::tangentAttribute
*
* Holds the geometry tangent attribute.
*/
@@ -375,7 +376,7 @@ QAttribute *QPlaneGeometry::tangentAttribute() const
}
/*!
- * \property QPlaneGeometry::indexAttribute
+ * \property Qt3DExtras::QPlaneGeometry::indexAttribute
*
* Holds the geometry index attribute.
*/