summaryrefslogtreecommitdiffstats
path: root/src/api/studio3d/q3dssceneelement.cpp
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@qt.io>2019-06-28 10:46:43 +0300
committerMiikka Heikkinen <miikka.heikkinen@qt.io>2019-06-28 10:46:54 +0300
commit0c4183e5748576845d9ce2aa61f56cf5c69c6350 (patch)
treedcf76e4de1dccb9646fbd35c6b9a5a1ea2009922 /src/api/studio3d/q3dssceneelement.cpp
parent427bf6fac383f066a1378679a88546b16f156c7e (diff)
parent1fee43d7b31f71f1f0c9d4498fbc52a11f7338f5 (diff)
Merge branch '2.4'
Diffstat (limited to 'src/api/studio3d/q3dssceneelement.cpp')
-rw-r--r--src/api/studio3d/q3dssceneelement.cpp16
1 files changed, 7 insertions, 9 deletions
diff --git a/src/api/studio3d/q3dssceneelement.cpp b/src/api/studio3d/q3dssceneelement.cpp
index 3f860d6..8de03eb 100644
--- a/src/api/studio3d/q3dssceneelement.cpp
+++ b/src/api/studio3d/q3dssceneelement.cpp
@@ -40,7 +40,7 @@ QT_BEGIN_NAMESPACE
/*!
\qmltype SceneElement
\instantiates Q3DSSceneElement
- \inqmlmodule Qt3DStudio
+ \inqmlmodule QtStudio3D.OpenGL
\ingroup OpenGLRuntime
\brief Controls the special Scene or Component scene objects in a Qt 3D
Studio presentation.
@@ -70,7 +70,7 @@ QT_BEGIN_NAMESPACE
\note The functionality of Q3DSSceneElement is equivalent to
Q3DSPresentation::goToTime() and Q3DSPresentation::goToSlide().
- \sa Q3DSPresentation, Q3DSWidget, Q3DSSurfaceViewer, Q3DSElement
+ \sa Q3DSPresentation, Q3DSSurfaceViewer, Q3DSElement
*/
/*!
@@ -156,11 +156,10 @@ void Q3DSSceneElement::setCurrentSlideIndex(int currentSlideIndex)
}
/*!
- \property int SceneElement::previousSlideIndex
+ \qmlproperty int SceneElement::previousSlideIndex
+ \readonly
Holds the index of the previously active slide of the tracked time context.
-
- Note: This property is read-only.
*/
/*!
\property Q3DSSceneElement::previousSlideIndex
@@ -224,11 +223,10 @@ void Q3DSSceneElement::setCurrentSlideName(const QString &currentSlideName)
}
/*!
- \qmlmproperty string SceneElement::previousSlideName
+ \qmlproperty string SceneElement::previousSlideName
+ \readonly
Holds the name of the previously active slide of the tracked time context.
-
- Note: This property is read-only.
*/
/*!
\property Q3DSSceneElement::previousSlideName
@@ -257,7 +255,7 @@ void Q3DSSceneElement::goToSlide(bool next, bool wrap)
/*!
Moves the timeline for a time context (a Scene or a Component element) to a
- specific position. The position is given in seconds in \a timeSeconds.
+ specific position. The position is given in seconds in \a time.
*/
void Q3DSSceneElement::goToTime(float time)
{