aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2/QtWebKitWidgets/typesystem_webkitwidgets.xml
blob: 27a4835e27fcef8ffdb74386d525d7fb011939e6 (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<?xml version="1.0"?>
<!--
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of Qt for Python.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and The Qt Company. For licensing terms
** and conditions see https://www.qt.io/terms-conditions. For further
** information use the contact form at https://www.qt.io/contact-us.
**
** GNU Lesser General Public License Usage
** Alternatively, this file may be used under the terms of the GNU Lesser
** General Public License version 3 as published by the Free Software
** Foundation and appearing in the file LICENSE.LGPL3 included in the
** packaging of this file. Please review the following information to
** ensure the GNU Lesser General Public License version 3 requirements
** will be met: https://www.gnu.org/licenses/lgpl-3.0.html.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
** General Public License version 2.0 or (at your option) the GNU General
** Public license version 3 or any later version approved by the KDE Free
** Qt Foundation. The licenses are as published by the Free Software
** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3
** included in the packaging of this file. Please review the following
** information to ensure the GNU General Public License requirements will
** be met: https://www.gnu.org/licenses/gpl-2.0.html and
** https://www.gnu.org/licenses/gpl-3.0.html.
**
** $QT_END_LICENSE$
**
****************************************************************************/
-->
<typesystem package="PySide2.QtWebKitWidgets">
  <load-typesystem name="QtCore/typesystem_core.xml" generate="no"/>
  <load-typesystem name="QtGui/typesystem_gui.xml" generate="no"/>
  <load-typesystem name="QtWidgets/typesystem_widgets.xml" generate="no"/>
  <load-typesystem name="QtWebKit/typesystem_webkit.xml" generate="no"/>
  <load-typesystem name="QtNetwork/typesystem_network.xml" generate="no"/>
  <load-typesystem name="QtPrintSupport/typesystem_printsupport.xml" generate="no"/>
  <load-typesystem name="templates/webkitwidgets_common.xml" generate="no"/>

  <value-type name="QWebDatabase"/>

  <object-type name="QWebPluginFactory">
    <enum-type name="Extension"/>
    <value-type name="Plugin"/>
    <value-type name="MimeType"/>
    <modify-function signature="create(const QString &amp;,const QUrl &amp;,const QStringList &amp;,const QStringList &amp;)const">
        <modify-argument index="return">
            <define-ownership class="native" owner="c++"/>
            <define-ownership class="target" owner="target"/>
        </modify-argument>
    </modify-function>
  </object-type>

  <object-type name="QWebHistory"/>
  <object-type name="QWebHistoryInterface"/>
  <value-type name="QWebHistoryItem"/>

  <value-type name="QWebSecurityOrigin">
    <enum-type name="SubdomainSetting"/>
  </value-type>

  <object-type name="QWebSettings">
    <enum-type name="FontFamily"/>
    <enum-type name="FontSize"/>
    <enum-type name="ThirdPartyCookiePolicy"/>
    <enum-type name="WebAttribute"/>
    <enum-type name="WebGraphic"/>
  </object-type>

  <object-type name="QWebView">
    <modify-function signature="setPage(QWebPage*)">
        <modify-argument index="1">
            <reference-count action="set"/>
        </modify-argument>
    </modify-function>
    <modify-function signature="page()const">
        <modify-argument index="return">
            <define-ownership class="target" owner="default"/>
        </modify-argument>
        <inject-code position="end" file="../glue/qtwebkitwidgets.cpp" snippet="qwebview-page"/>
    </modify-function>
    <modify-function signature="print(QPrinter*)const" rename="print_"/>
  </object-type>

  <value-type name="QWebElement" since="4.6">
    <enum-type name="StyleResolveStrategy"/>
  </value-type>

  <value-type name="QWebElementCollection" since="4.6">
    <add-function signature="__len__">
        <inject-code file="../glue/qtwebkitwidgets.cpp" snippet="qwebelementcollection-len"/>
    </add-function>
    <add-function signature="__getitem__">
        <inject-code file="../glue/qtwebkitwidgets.cpp" snippet="qwebelementcollection-getitem"/>
    </add-function>
  </value-type>

  <object-type name="QWebFrame">
    <enum-type name="RenderLayer" flags="RenderLayers" since="4.6"/>
    <enum-type name="ValueOwnership"/>
    <modify-function signature="addToJavaScriptWindowObject(QString,QObject*,QWebFrame::ValueOwnership)">
      <modify-argument index="2">
          <parent index="this" action="add"/>
      </modify-argument>
    </modify-function>
    <modify-function signature="print(QPrinter*)const" rename="print_"/>
    <modify-function signature="metaData()const">
        <modify-argument index="return">
            <replace-type modified-type="PyObject"/>
        </modify-argument>
        <inject-code position="end" file="../glue/qtwebkitwidgets.cpp" snippet="qwebframe-metadata" />
    </modify-function>
  </object-type>

  <object-type name="QWebPage">
    <enum-type name="ErrorDomain"/>
    <enum-type name="Extension"/>
    <enum-type name="Feature"/>
    <enum-type name="FindFlag" flags="FindFlags"/>
    <enum-type name="LinkDelegationPolicy"/>
    <enum-type name="NavigationType"/>
    <enum-type name="PermissionPolicy" since="4.8" revision="4800"/>
    <enum-type name="VisibilityState"/>
    <enum-type name="WebAction"/>
    <enum-type name="WebWindowType"/>

    <value-type name="ChooseMultipleFilesExtensionOption"/>
    <value-type name="ChooseMultipleFilesExtensionReturn"/>
    <value-type name="ErrorPageExtensionOption" since="4.6"/>
    <value-type name="ErrorPageExtensionReturn" since="4.6"/>
    <value-type name="ExtensionOption"/>
    <value-type name="ExtensionReturn"/>
    <value-type name="ViewportAttributes"/>

    <modify-function signature="extension(QWebPage::Extension,const QWebPage::ExtensionOption*,QWebPage::ExtensionReturn*)">
        <modify-argument index="2" invalidate-after-use="yes">
            <conversion-rule class="target">
                <insert-template name="qwebpage_extension_argument_conversion">
                    <replace from="$TYPE_SUFFIX" to="Option"/>
                </insert-template>
            </conversion-rule>
        </modify-argument>
        <modify-argument index="3" invalidate-after-use="yes">
            <conversion-rule class="target">
                <insert-template name="qwebpage_extension_argument_conversion">
                    <replace from="$TYPE_SUFFIX" to="Return"/>
                </insert-template>
            </conversion-rule>
        </modify-argument>
    </modify-function>

    <modify-function signature="setNetworkAccessManager(QNetworkAccessManager*)">
        <modify-argument index="1">
            <reference-count action="set"/>
        </modify-argument>
    </modify-function>
    <modify-function signature="networkAccessManager()const">
        <modify-argument index="return">
            <reference-count action="set" variable-name="setNetworkAccessManager(QNetworkAccessManager*)1"/>
        </modify-argument>
    </modify-function>
    <modify-function signature="view()const">
        <modify-argument index="return">
            <define-ownership owner="default"/>
        </modify-argument>
    </modify-function>
    <modify-function signature="pluginFactory()const">
        <modify-argument index="return">
            <define-ownership owner="default"/>
        </modify-argument>
    </modify-function>

    <modify-function signature="javaScriptPrompt(QWebFrame*,const QString &amp;,const QString &amp;,QString*)">
      <modify-argument index="4">
        <remove-argument />
        <conversion-rule class="native">
        QString _local;
        QString* %4 = &amp;_local;
        </conversion-rule>
      </modify-argument>
      <modify-argument index="return">
          <replace-type modified-type="PySequence"/>
          <conversion-rule class="native">
          Shiboken::AutoDecRef pyRes(PySequence_GetItem(%PYARG_0, 0));
          Shiboken::AutoDecRef pyStr(PySequence_GetItem(%PYARG_0, 1));
          %RETURN_TYPE %out = %CONVERTTOCPP[%RETURN_TYPE](pyRes);
          *%4 = %CONVERTTOCPP[QString](pyStr);
          </conversion-rule>
          <conversion-rule class="target">
          %PYARG_0 = PyTuple_New(2);
          PyTuple_SET_ITEM(%PYARG_0, 0, %CONVERTTOPYTHON[%RETURN_TYPE](%0));
          PyTuple_SET_ITEM(%PYARG_0, 1, %CONVERTTOPYTHON[QString](*%4));
          </conversion-rule>
      </modify-argument>
    </modify-function>

    <add-function signature="qt_metacall()">
        <inject-code class="native" file="../glue/qtwebkitwidgets.cpp" snippet="qwebpage-qt-metacall"/>
    </add-function>
  </object-type>

  <value-type name="QWebHitTestResult"/>

  <object-type name="QGraphicsWebView" since="4.6"/>
  <object-type name="QWebInspector" since="4.6"/>
</typesystem>