summaryrefslogtreecommitdiffstats
path: root/src/quick3d/imports/input/plugins.qmltypes
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick3d/imports/input/plugins.qmltypes')
-rw-r--r--src/quick3d/imports/input/plugins.qmltypes208
1 files changed, 80 insertions, 128 deletions
diff --git a/src/quick3d/imports/input/plugins.qmltypes b/src/quick3d/imports/input/plugins.qmltypes
index 24655977e..a4662fc5e 100644
--- a/src/quick3d/imports/input/plugins.qmltypes
+++ b/src/quick3d/imports/input/plugins.qmltypes
@@ -4,132 +4,10 @@ import QtQuick.tooling 1.2
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
-// 'qmlplugindump -nonrelocatable Qt3D.Input 2.1'
+// 'qmlplugindump -nonrelocatable -dependencies dependencies.json Qt3D.Input 2.12'
Module {
- dependencies: ["QtQuick 2.8"]
- Component {
- name: "Qt3DCore::QComponent"
- prototype: "Qt3DCore::QNode"
- Property { name: "isShareable"; type: "bool" }
- Signal {
- name: "shareableChanged"
- Parameter { name: "isShareable"; type: "bool" }
- }
- Signal {
- name: "addedToEntity"
- Parameter { name: "entity"; type: "QEntity"; isPointer: true }
- }
- Signal {
- name: "removedFromEntity"
- Parameter { name: "entity"; type: "QEntity"; isPointer: true }
- }
- Method {
- name: "setShareable"
- Parameter { name: "isShareable"; type: "bool" }
- }
- }
- Component {
- name: "Qt3DCore::QNode"
- prototype: "QObject"
- Enum {
- name: "PropertyTrackingMode"
- values: {
- "TrackFinalValues": 0,
- "DontTrackValues": 1,
- "TrackAllValues": 2
- }
- }
- Property { name: "parent"; type: "Qt3DCore::QNode"; isPointer: true }
- Property { name: "enabled"; type: "bool" }
- Property { name: "defaultPropertyTrackingMode"; revision: 9; type: "PropertyTrackingMode" }
- Signal {
- name: "parentChanged"
- Parameter { name: "parent"; type: "QObject"; isPointer: true }
- }
- Signal {
- name: "enabledChanged"
- Parameter { name: "enabled"; type: "bool" }
- }
- Signal {
- name: "defaultPropertyTrackingModeChanged"
- Parameter { name: "mode"; type: "PropertyTrackingMode" }
- }
- Signal { name: "nodeDestroyed" }
- Method {
- name: "setParent"
- Parameter { name: "parent"; type: "QNode"; isPointer: true }
- }
- Method {
- name: "setEnabled"
- Parameter { name: "isEnabled"; type: "bool" }
- }
- Method {
- name: "setDefaultPropertyTrackingMode"
- Parameter { name: "mode"; type: "PropertyTrackingMode" }
- }
- }
- Component {
- name: "Qt3DInput::Input::Quick::Quick3DAction"
- defaultProperty: "inputs"
- prototype: "Qt3DInput::QAction"
- exports: ["Qt3D.Input/Action 2.0"]
- exportMetaObjectRevisions: [0]
- Property {
- name: "inputs"
- type: "Qt3DInput::QAbstractActionInput"
- isList: true
- isReadonly: true
- }
- }
- Component {
- name: "Qt3DInput::Input::Quick::Quick3DAxis"
- defaultProperty: "inputs"
- prototype: "Qt3DInput::QAxis"
- exports: ["Qt3D.Input/Axis 2.0"]
- exportMetaObjectRevisions: [0]
- Property { name: "inputs"; type: "Qt3DInput::QAbstractAxisInput"; isList: true; isReadonly: true }
- }
- Component {
- name: "Qt3DInput::Input::Quick::Quick3DInputChord"
- prototype: "Qt3DInput::QInputChord"
- exports: ["Qt3D.Input/InputChord 2.0"]
- exportMetaObjectRevisions: [0]
- Property {
- name: "chords"
- type: "Qt3DInput::QAbstractActionInput"
- isList: true
- isReadonly: true
- }
- }
- Component {
- name: "Qt3DInput::Input::Quick::Quick3DInputSequence"
- prototype: "Qt3DInput::QInputSequence"
- exports: ["Qt3D.Input/InputSequence 2.0"]
- exportMetaObjectRevisions: [0]
- Property {
- name: "sequences"
- type: "Qt3DInput::QAbstractActionInput"
- isList: true
- isReadonly: true
- }
- }
- Component {
- name: "Qt3DInput::Input::Quick::Quick3DLogicalDevice"
- prototype: "Qt3DInput::QLogicalDevice"
- exports: ["Qt3D.Input/LogicalDevice 2.0"]
- exportMetaObjectRevisions: [0]
- Property { name: "axes"; type: "Qt3DInput::QAxis"; isList: true; isReadonly: true }
- Property { name: "actions"; type: "Qt3DInput::QAction"; isList: true; isReadonly: true }
- }
- Component {
- name: "Qt3DInput::Input::Quick::Quick3DPhysicalDevice"
- prototype: "Qt3DInput::QAbstractPhysicalDevice"
- exports: ["Qt3D.Input/QAbstractPhysicalDevice 2.0"]
- isCreatable: false
- exportMetaObjectRevisions: [0]
- Property { name: "axisSettings"; type: "Qt3DInput::QAxisSetting"; isList: true; isReadonly: true }
- }
+ dependencies: ["Qt3D.Core 2.0"]
Component {
name: "Qt3DInput::QAbstractActionInput"
prototype: "Qt3DCore::QNode"
@@ -153,15 +31,39 @@ Module {
Parameter { name: "sourceDevice"; type: "QAbstractPhysicalDevice"; isPointer: true }
}
}
- Component { name: "Qt3DInput::QAbstractPhysicalDevice"; prototype: "Qt3DCore::QNode" }
+ Component {
+ name: "Qt3DInput::QAbstractPhysicalDevice"
+ defaultProperty: "data"
+ prototype: "Qt3DCore::QNode"
+ exports: ["Qt3D.Input/QAbstractPhysicalDevice 2.0"]
+ isCreatable: false
+ exportMetaObjectRevisions: [200]
+ Property {
+ name: "axisSettings"
+ revision: 200
+ type: "Qt3DInput::QAxisSetting"
+ isList: true
+ isReadonly: true
+ }
+ }
Component {
name: "Qt3DInput::QAction"
+ defaultProperty: "inputs"
prototype: "Qt3DCore::QNode"
+ exports: ["Qt3D.Input/Action 2.0"]
+ exportMetaObjectRevisions: [200]
Property { name: "active"; type: "bool"; isReadonly: true }
Signal {
name: "activeChanged"
Parameter { name: "isActive"; type: "bool" }
}
+ Property {
+ name: "inputs"
+ revision: 200
+ type: "Qt3DInput::QAbstractActionInput"
+ isList: true
+ isReadonly: true
+ }
}
Component {
name: "Qt3DInput::QActionInput"
@@ -204,12 +106,22 @@ Module {
}
Component {
name: "Qt3DInput::QAxis"
+ defaultProperty: "inputs"
prototype: "Qt3DCore::QNode"
+ exports: ["Qt3D.Input/Axis 2.0"]
+ exportMetaObjectRevisions: [200]
Property { name: "value"; type: "float"; isReadonly: true }
Signal {
name: "valueChanged"
Parameter { name: "value"; type: "float" }
}
+ Property {
+ name: "inputs"
+ revision: 200
+ type: "Qt3DInput::QAbstractAxisInput"
+ isList: true
+ isReadonly: true
+ }
}
Component {
name: "Qt3DInput::QAxisAccumulator"
@@ -338,12 +250,17 @@ Module {
}
Component {
name: "Qt3DInput::QGamepadInput"
- prototype: "Qt3DInput::QGamepadInput"
- Property { name: "axisSettings"; type: "Qt3DInput::QAxisSetting"; isList: true; isReadonly: true }
+ prototype: "Qt3DInput::QAbstractPhysicalDevice"
+ exports: ["Qt3D.Input/GamepadInput 2.0"]
+ exportMetaObjectRevisions: [0]
+ Property { name: "deviceId"; type: "int" }
}
Component {
name: "Qt3DInput::QInputChord"
+ defaultProperty: "data"
prototype: "Qt3DInput::QAbstractActionInput"
+ exports: ["Qt3D.Input/InputChord 2.0"]
+ exportMetaObjectRevisions: [200]
Property { name: "timeout"; type: "int" }
Signal {
name: "timeoutChanged"
@@ -353,10 +270,20 @@ Module {
name: "setTimeout"
Parameter { name: "timeout"; type: "int" }
}
+ Property {
+ name: "chords"
+ revision: 200
+ type: "Qt3DInput::QAbstractActionInput"
+ isList: true
+ isReadonly: true
+ }
}
Component {
name: "Qt3DInput::QInputSequence"
+ defaultProperty: "data"
prototype: "Qt3DInput::QAbstractActionInput"
+ exports: ["Qt3D.Input/InputSequence 2.0"]
+ exportMetaObjectRevisions: [200]
Property { name: "timeout"; type: "int" }
Property { name: "buttonInterval"; type: "int" }
Signal {
@@ -375,6 +302,13 @@ Module {
name: "setButtonInterval"
Parameter { name: "buttonInterval"; type: "int" }
}
+ Property {
+ name: "sequences"
+ revision: 200
+ type: "Qt3DInput::QAbstractActionInput"
+ isList: true
+ isReadonly: true
+ }
}
Component {
name: "Qt3DInput::QInputSettings"
@@ -413,6 +347,8 @@ Module {
Component {
name: "Qt3DInput::QKeyboardDevice"
prototype: "Qt3DInput::QAbstractPhysicalDevice"
+ exports: ["Qt3D.Input/KeyboardDevice 2.0"]
+ exportMetaObjectRevisions: [0]
Property {
name: "activeInput"
type: "Qt3DInput::QKeyboardHandler"
@@ -608,10 +544,26 @@ Module {
Parameter { name: "focus"; type: "bool" }
}
}
- Component { name: "Qt3DInput::QLogicalDevice"; prototype: "Qt3DCore::QComponent" }
+ Component {
+ name: "Qt3DInput::QLogicalDevice"
+ defaultProperty: "data"
+ prototype: "Qt3DCore::QComponent"
+ exports: ["Qt3D.Input/LogicalDevice 2.0"]
+ exportMetaObjectRevisions: [200]
+ Property { name: "axes"; revision: 200; type: "Qt3DInput::QAxis"; isList: true; isReadonly: true }
+ Property {
+ name: "actions"
+ revision: 200
+ type: "Qt3DInput::QAction"
+ isList: true
+ isReadonly: true
+ }
+ }
Component {
name: "Qt3DInput::QMouseDevice"
prototype: "Qt3DInput::QAbstractPhysicalDevice"
+ exports: ["Qt3D.Input/MouseDevice 2.0"]
+ exportMetaObjectRevisions: [0]
Enum {
name: "Axis"
values: {