summaryrefslogtreecommitdiffstats
path: root/src/quick3d/imports/scene3d/plugins.qmltypes
blob: 46df37093759bfa27d3666fe7eda41c51e1610f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
// 'qmlplugindump -nonrelocatable QtQuick.Scene3D 2.0'

Module {
    dependencies: ["QtQuick 2.7"]
    Component {
        name: "Qt3DRender::Scene3DItem"
        defaultProperty: "entity"
        prototype: "QQuickItem"
        exports: ["QtQuick.Scene3D/Scene3D 2.0"]
        exportMetaObjectRevisions: [0]
        Enum {
            name: "CameraAspectRatioMode"
            values: {
                "AutomaticAspectRatio": 0,
                "UserAspectRatio": 1
            }
        }
        Property { name: "entity"; type: "Qt3DCore::QEntity"; isPointer: true }
        Property { name: "aspects"; type: "QStringList" }
        Property { name: "multisample"; type: "bool" }
        Property { name: "cameraAspectRatioMode"; type: "CameraAspectRatioMode" }
        Property { name: "hoverEnabled"; type: "bool" }
        Signal {
            name: "cameraAspectRatioModeChanged"
            Parameter { name: "mode"; type: "CameraAspectRatioMode" }
        }
        Method {
            name: "setAspects"
            Parameter { name: "aspects"; type: "QStringList" }
        }
        Method {
            name: "setEntity"
            Parameter { name: "entity"; type: "Qt3DCore::QEntity"; isPointer: true }
        }
        Method {
            name: "setCameraAspectRatioMode"
            Parameter { name: "mode"; type: "CameraAspectRatioMode" }
        }
        Method {
            name: "setHoverEnabled"
            Parameter { name: "enabled"; type: "bool" }
        }
    }
}