summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend/qclipblendnodecreatedchange.cpp
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2017-05-05 13:07:43 +0200
committerNico Vertriest <nico.vertriest@qt.io>2017-05-22 08:58:16 +0000
commit76c2f63c2c288774e35fd7257ba2d23df6031276 (patch)
tree986a6f7e7a4229a05d4d1f5623f602dd1631d953 /src/animation/frontend/qclipblendnodecreatedchange.cpp
parentcd9059a22604307f483764db134d51b15c540758 (diff)
Doc: add doc to undocumented Qt3D classes
Change-Id: Idb1f1b06b43f24dcab6a2e3eab023c134308623b Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/animation/frontend/qclipblendnodecreatedchange.cpp')
-rw-r--r--src/animation/frontend/qclipblendnodecreatedchange.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/animation/frontend/qclipblendnodecreatedchange.cpp b/src/animation/frontend/qclipblendnodecreatedchange.cpp
index 9251442bb..0dc417b1c 100644
--- a/src/animation/frontend/qclipblendnodecreatedchange.cpp
+++ b/src/animation/frontend/qclipblendnodecreatedchange.cpp
@@ -48,6 +48,12 @@ QClipBlendNodeCreatedChangeBasePrivate::QClipBlendNodeCreatedChangeBasePrivate(c
{
}
+/*!
+ \class QClipBlendNodeCreateChangeBase
+ \inherits Qt3DCore::QNodeCreatedChangeBase
+ \inmodule Qt3DAnimation
+ \brief Base class for changes in QClipBlendNode
+*/
QClipBlendNodeCreatedChangeBase::QClipBlendNodeCreatedChangeBase(const QAbstractClipBlendNode *node)
: Qt3DCore::QNodeCreatedChangeBase(*new QClipBlendNodeCreatedChangeBasePrivate(node), node)
{
@@ -56,6 +62,11 @@ QClipBlendNodeCreatedChangeBase::QClipBlendNodeCreatedChangeBase(const QAbstract
QClipBlendNodeCreatedChangeBase::~QClipBlendNodeCreatedChangeBase()
{
}
+/*!
+ typedef Qt3DAnimation::QClipBlendNodeCreatedChangeBasePtr
+
+ A shared pointer for QClipBlendNodeCreatedChangeBase
+*/
} // Qt3DAnimation