aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/QtRemoteObjects/typesystem_remoteobjects.xml
blob: 86e4d90939bf5224c97dda77061cdf5330c82646 (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
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<!--
// Copyright (C) 2019 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
-->
<typesystem package="PySide6.QtRemoteObjects"
            namespace-begin="QT_BEGIN_NAMESPACE" namespace-end="QT_END_NAMESPACE">
    <load-typesystem name="templates/core_common.xml" generate="no"/>
    <load-typesystem name="QtCore/typesystem_core.xml" generate="no"/>
    <load-typesystem name="QtNetwork/typesystem_network.xml" generate="no"/>

    <rejection class="QRemoteObjectStringLiterals"/>
    <rejection class="*" function-name="getTypeNameAndMetaobjectFromClassInfo"/>
    <rejection class="QtRemoteObjects" field-name="staticMetaObject"/>
    <namespace-type name="QtRemoteObjects">
        <enum-type name="InitialAction"/>
        <enum-type name="QRemoteObjectPacketTypeEnum"/>
    </namespace-type>
    <object-type name="QAbstractItemModelReplica"/>
    <object-type name="QConnectionAbstractServer"/>
    <object-type name="QRemoteObjectAbstractPersistedStore"/>
    <object-type name="QRemoteObjectDynamicReplica"/>
    <object-type name="QRemoteObjectHost"/>
    <object-type name="QRemoteObjectHostBase">
        <enum-type name="AllowedSchemas"/>
    </object-type>
    <object-type name="QRemoteObjectNode">
        <enum-type name="ErrorCode"/>
    </object-type>
    <object-type name="QRemoteObjectPendingCall">
        <enum-type name="Error"/>
    </object-type>
    <object-type name="QRemoteObjectPendingCallWatcher"/>
    <object-type name="QRemoteObjectRegistry"/>
    <object-type name="QRemoteObjectRegistryHost"/>
    <object-type name="QRemoteObjectReplica">
        <enum-type name="State"/>
        <!-- protected: <enum-type name="ConstructorType"/>  -->
    </object-type>
    <object-type name="QRemoteObjectSettingsStore"/>
    <value-type name="QRemoteObjectSourceLocationInfo"/>
    <object-type name="QtROClientFactory"/>
    <object-type name="QtROClientIoDevice"/>
    <object-type name="QtROIoDeviceBase"/>
    <object-type name="QtROServerFactory"/>
    <object-type name="QtROServerIoDevice"/>

    <suppress-warning text="^.*Typedef used on signal QRemoteObject.*$"/>
    <suppress-warning text="^QRemoteObjectPendingCallWatcher inherits from a non polymorphic type.*$"/>
    <suppress-warning text="^Enum 'QRemoteObjectReplica::ConstructorType'.*does not have a type entry.*$"/>
    <suppress-warning text="Stripping argument #1 of void QRemoteObjectReplica::QRemoteObjectReplica(QRemoteObjectReplica::ConstructorType) due to unmatched type &quot;QRemoteObjectReplica::ConstructorType&quot; with default expression &quot;DefaultConstructor&quot;."/>
    <suppress-warning text="skipping protected field 'QRemoteObjectReplica::d_impl' with unmatched type 'QSharedPointer'"/>
    <!-- QtNetwork is pulled in via QtRemoteObjectsDepends. -->
    <suppress-warning text="^Scoped enum 'Q(Ocsp)|(Dtls).*' does not have a type entry.*$"/>

</typesystem>