summaryrefslogtreecommitdiffstats
path: root/src/runtime/q3dsuippresentation_p.h
diff options
context:
space:
mode:
authorChristian Strømme <christian.stromme@qt.io>2018-12-05 11:05:06 +0100
committerLaszlo Agocs <laszlo.agocs@qt.io>2018-12-10 12:06:58 +0000
commitefd642d9221bcd1ddb80a58e12868f3c40648cc9 (patch)
tree10078ada99d877429192d00009e6acbb60a7a1d2 /src/runtime/q3dsuippresentation_p.h
parentbfc9ea8f4e33702ed6af46b74621c75258b66ce8 (diff)
DragonsWings
This adds the basis for the dragon wings animation system, which is a light weight animator that works directly with the qt3ds' graph objects. To enable it pass --dragon-wings to the viewer or set the env variable DRAGONWINGS. Change-Id: I4403b1ac5f8c96a62993fa2043af9c611be64abb Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/runtime/q3dsuippresentation_p.h')
-rw-r--r--src/runtime/q3dsuippresentation_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/q3dsuippresentation_p.h b/src/runtime/q3dsuippresentation_p.h
index 2e7dd5c..7529875 100644
--- a/src/runtime/q3dsuippresentation_p.h
+++ b/src/runtime/q3dsuippresentation_p.h
@@ -89,6 +89,7 @@ class QClipAnimator;
class QAnimationCallback;
}
+
class Q3DSSlide;
class Q3DSV_PRIVATE_EXPORT Q3DSPropertyChange
@@ -330,6 +331,7 @@ public:
virtual int mapChangeFlags(const Q3DSPropertyChangeList &changeList) const;
void notifyPropertyChanges(const Q3DSPropertyChangeList &changeList, int changeFlags = -1);
+ void notifyPropertyChanges(int changeFlags, const QSet<QString> &keys);
bool isNode() const { return m_type >= FirstNodeType; }