aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/util/qsgsimpletexturenode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph/util/qsgsimpletexturenode.cpp')
-rw-r--r--src/quick/scenegraph/util/qsgsimpletexturenode.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/quick/scenegraph/util/qsgsimpletexturenode.cpp b/src/quick/scenegraph/util/qsgsimpletexturenode.cpp
index c347dffbed..98f806652c 100644
--- a/src/quick/scenegraph/util/qsgsimpletexturenode.cpp
+++ b/src/quick/scenegraph/util/qsgsimpletexturenode.cpp
@@ -105,7 +105,7 @@ QSGTexture::Filtering QSGSimpleTextureNode::filtering() const
/*!
- Sets the target rect of this texture node to \a r
+ Sets the target rect of this texture node to \a r.
*/
void QSGSimpleTextureNode::setRect(const QRectF &r)
{
@@ -116,6 +116,13 @@ void QSGSimpleTextureNode::setRect(const QRectF &r)
markDirty(DirtyGeometry);
}
+/*!
+ \fn void QSGSimpleTextureNode::setRect(qreal x, qreal y, qreal w, qreal h)
+ \overload
+
+ Sets the rectangle of this texture node to begin at (\a x, \a y) and have
+ width \a w and height \a h.
+ */
/*!
Returns the target rect of this texture node.