summaryrefslogtreecommitdiffstats
path: root/src/api/studio3dqml/q3dsstudio3d_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/studio3dqml/q3dsstudio3d_p.h')
-rw-r--r--src/api/studio3dqml/q3dsstudio3d_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/api/studio3dqml/q3dsstudio3d_p.h b/src/api/studio3dqml/q3dsstudio3d_p.h
index 1fd32fe..905ea35 100644
--- a/src/api/studio3dqml/q3dsstudio3d_p.h
+++ b/src/api/studio3dqml/q3dsstudio3d_p.h
@@ -65,6 +65,7 @@ class Q3DSStudio3D : public QQuickFramebufferObject
Q_PROPERTY(bool asyncInit READ asyncInit WRITE setAsyncInit NOTIFY asyncInitChanged REVISION 1)
public:
+
enum EventIgnoreFlag {
EnableAllEvents = 0,
IgnoreMouseEvents = 0x01,
@@ -104,6 +105,7 @@ public:
Q_SIGNALS:
void frameUpdate();
+ void frameDraw();
void runningChanged(bool initialized);
void errorChanged(const QString &error);
void ignoredEventsChanged();