forked from MeVisLab/pythonqt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypesystem_qml.xml
More file actions
55 lines (48 loc) · 2.34 KB
/
typesystem_qml.xml
File metadata and controls
55 lines (48 loc) · 2.34 KB
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
51
52
53
54
55
<?xml version="1.0"?>
<typesystem package="com.trolltech.qt.qml">
<rejection class="QQmlEngine" function-name="singletonInstance<QJSValue>"/>
<rejection class="QQmlListProperty"/>
<rejection class="QQmlTypeInfo"/>
<rejection class="QQmlImageProviderBase"/>
<object-type name="QJSEngine">
<modify-function signature="newQMetaObject()" remove="all"/>
</object-type>
<object-type name="QJSValue"></object-type>
<enum-type name="QJSEngine::Extension"/>
<enum-type name="QJSValue::SpecialValue"/>
<object-type name="QQmlAbstractUrlInterceptor"></object-type>
<object-type name="QQmlApplicationEngine"></object-type>
<object-type name="QQmlComponent"></object-type>
<object-type name="QQmlContext"></object-type>
<object-type name="QQmlDebuggingEnabler"></object-type>
<object-type name="QQmlEngine"></object-type>
<object-type name="QQmlError"></object-type>
<object-type name="QQmlExpression"></object-type>
<object-type name="QQmlExtensionInterface"></object-type>
<object-type name="QQmlExtensionPlugin"></object-type>
<object-type name="QQmlFile"></object-type>
<object-type name="QQmlFileSelector"></object-type>
<object-type name="QQmlIncubationController"></object-type>
<object-type name="QQmlIncubator"></object-type>
<object-type name="QQmlInfo"></object-type>
<object-type name="QQmlListReference"></object-type>
<object-type name="QQmlNetworkAccessManagerFactory"></object-type>
<object-type name="QQmlParserStatus"></object-type>
<object-type name="QQmlProperty"></object-type>
<object-type name="QQmlPropertyMap">
<modify-function signature="operator[](const QString&)" remove="all"/>
</object-type>
<object-type name="QQmlPropertyValueSource"></object-type>
<object-type name="QQmlScriptString"></object-type>
<object-type name="QQmlTypesExtensionInterface"></object-type>
<enum-type name="QQmlAbstractUrlInterceptor::DataType"></enum-type>
<enum-type name="QQmlComponent::CompilationMode"></enum-type>
<enum-type name="QQmlComponent::Status"></enum-type>
<enum-type name="QQmlDebuggingEnabler::StartMode"></enum-type>
<enum-type name="QQmlEngine::ObjectOwnership"></enum-type>
<enum-type name="QQmlFile::Status"></enum-type>
<enum-type name="QQmlIncubator::IncubationMode"></enum-type>
<enum-type name="QQmlIncubator::Status"></enum-type>
<enum-type name="QQmlProperty::PropertyTypeCategory"></enum-type>
<enum-type name="QQmlProperty::Type"></enum-type>
</typesystem>