annotate generator/typesystem_gui.xml @ 410:bb0c0bbca312

Added wrappers for the QFontMetrics methods taking tabstop arrays. Also removed some stray code template instantiations.
author David Nadlinger <code@klickverbot.at>
date Sun, 20 Mar 2011 20:43:06 +0100
parents d2f48c4cb3e3
children b2a803c73b89
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
254
maxter
parents: 252
diff changeset
2 <typesystem package="qt.gui" default-superclass="QtdObject">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3 <depend package="qt.core" />
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5 qt.Utilities.loadQtLibrary("QtGui");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8 <template name="gui.class_from_variant_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
9 public this(QVariant arg__1) {
372
a032df77b6ab Simple debug helper. Unittests. Meta-object for polymorphic non-QObjects
Max Samukha <maxter@spambox.com>
parents: 357
diff changeset
10 void* __qt_return_value = qtd_%CLASS_NAME_%CLASS_NAME_QVariant(cast(void*) this, arg__1 is null ? null : arg__1.qtdNativeId);
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
11 super(__qt_return_value);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
12 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
13 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
14
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
15 <template name="gui.class_from_variant_java_free">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
16 private extern (C) void* qtd_%CLASS_NAME_%CLASS_NAME_QVariant(void *d_ptr,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
17 void* arg__1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
18 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
19
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
20 <template name="gui.class_from_variant_native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
21 // %CLASS_NAME from QVariant
384
d2f48c4cb3e3 Same behavior of shared libs on linux and windows. Minor build script fixes.
Max Samukha <maxter@spambox.com>
parents: 373
diff changeset
22 QTD_EXTERN QTD_EXPORT void* qtd_%CLASS_NAME_%CLASS_NAME_QVariant
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
23 (void *d_ptr,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
24 void* arg__1)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
25 {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
26 const QVariant&amp; __qt_arg__1 = (const QVariant&amp; ) *(QVariant *)arg__1;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
27 %CLASS_NAME __qt_casted = qvariant_cast&lt;%CLASS_NAME&gt;(__qt_arg__1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
28 %CLASS_NAME *__qt_this = new %CLASS_NAME((const %CLASS_NAME&amp; )__qt_casted);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
29 return (void *) __qt_this;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
30 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
31 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
32
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
33 <template name="gui.class_from_variant_native_shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
34 // %CLASS_NAME from QVariant
384
d2f48c4cb3e3 Same behavior of shared libs on linux and windows. Minor build script fixes.
Max Samukha <maxter@spambox.com>
parents: 373
diff changeset
35 QTD_EXTERN QTD_EXPORT void* qtd_%CLASS_NAME_%CLASS_NAME_QVariant
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
36 (void *d_ptr,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
37 void* arg__1)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
38 {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
39 const QVariant&amp; __qt_arg__1 = (const QVariant&amp; ) *(QVariant *)arg__1;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
40 %CLASS_NAME __qt_casted = qvariant_cast&lt;%CLASS_NAME&gt;(__qt_arg__1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
41 %CLASS_NAME_QtDShell *__qt_this = new %CLASS_NAME_QtDShell(d_ptr, (const %CLASS_NAME&amp; )__qt_casted);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
42 return (void *) __qt_this;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
43 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
44 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
45 <!-- without shell
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
46 <inject-code class="java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
47 <insert-template name="gui.class_from_variant_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
48 <replace from="%CLASS_NAME" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
49 </insert-template>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
50 </inject-code>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
51 <inject-code class="java-free">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
52 <insert-template name="gui.class_from_variant_java_free">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
53 <replace from="%CLASS_NAME" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
54 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
55 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
56 <inject-code class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
57 <insert-template name="gui.class_from_variant_native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
58 <replace from="%CLASS_NAME" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
59 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
60 </inject-code>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
61
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
62 with shell
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
63 <inject-code class="java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
64 <insert-template name="gui.class_from_variant_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
65 <replace from="%CLASS_NAME" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
66 </insert-template>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
67 </inject-code>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
68 <inject-code class="java-free">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
69 <insert-template name="gui.class_from_variant_java_free">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
70 <replace from="%CLASS_NAME" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
71 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
72 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
73 <inject-code class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
74 <insert-template name="gui.class_from_variant_native_shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
75 <replace from="%CLASS_NAME" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
76 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
77 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
78 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
79
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
80
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
81 <template name="gui.getter_returning_nativepointer">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
82 public final %RETURN_TYPE %FUNCTION_NAME() {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
83 QNativePointer np = %FUNCTION_NAME_private();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
84 %RETURN_TYPE tmp = np == null ? null : %RETURN_TYPE.fromNativePointer(np);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
85 return tmp == null ? null : new %RETURN_TYPE(tmp);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
86 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
87
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
88 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
89 <template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
90 protected final void initStyleOption(%TYPE option) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
91 initStyleOption(option.nativePointer());
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
92 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
93 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
94 <template name="gui.convert_validationdata_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
95 StaticCache *sc = StaticCache::instance();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
96 sc-&gt;resolveValidationData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
97 jstring __qt_converted_input = qtjambi_from_qstring(__jni_env, %STRING);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
98 jobject %out = __jni_env-&gt;NewObject(sc-&gt;ValidationData.class_ref, sc-&gt;ValidationData.constructor, __qt_converted_input, %POS);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
99 jobject __java_validation_data = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
100 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
101 <template name="gui.cleanup_validationdata_from_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
102 __jni_env-&gt;SetIntField(%1, sc-&gt;ValidationData.position, *__position_ptr);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
103 __jni_env-&gt;SetObjectField(%1, sc-&gt;ValidationData.string, qtjambi_from_qstring(__jni_env, *__string_ptr));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
104 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
105 <template name="gui.convert_validationdata_to_string">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
106 StaticCache *sc = StaticCache::instance();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
107 sc-&gt;resolveValidationData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
108 jstring __java_string = (jstring) __jni_env-&gt;GetObjectField(%in, sc-&gt;ValidationData.string);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
109 QString %out = __java_string == 0 ? QString() : qtjambi_to_qstring(__jni_env, __java_string);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
110 QString *__string_ptr = &amp;%out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
111 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
112 <template name="gui.convert_validationdata_to_pos">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
113 int %out = __jni_env-&gt;GetIntField(%1, sc-&gt;ValidationData.position);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
114 int *__position_ptr = &amp;%out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
115 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
116 <template name="gui.cleanup_validationdata_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
117 jstring __java_string = (jstring) __jni_env-&gt;GetObjectField(__java_validation_data, sc-&gt;ValidationData.string);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
118 %STRING = __java_string == 0 ? QString() : qtjambi_to_qstring(__jni_env, __java_string);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
119 %POS = __jni_env-&gt;GetIntField(__java_validation_data, sc-&gt;ValidationData.position);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
120 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
121 <template name="gui.convert_object_array_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
122 jobjectArray %out = 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
123
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
124 {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
125 jclass __resolved_class = resolveClass(__jni_env, "%CLASSNAME_ARRAY", "%PACKAGE_ARRAY");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
126 QTJAMBI_EXCEPTION_CHECK(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
127 Q_ASSERT(__resolved_class != 0);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
128
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
129 %out = %in == 0 ? 0 : __jni_env-&gt;NewObjectArray(%LENGTH, __resolved_class, 0);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
130 QTJAMBI_EXCEPTION_CHECK(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
131 if (%out != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
132 for (int i=0; i&lt;%LENGTH; ++i) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
133 __jni_env-&gt;SetObjectArrayElement(%out, i, qtjambi_from_object(__jni_env, %REFERENCE %in[i], "%CLASSNAME", "%PACKAGE", %LOOKUP true));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
134 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
135 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
136 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
137 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
138 <template name="gui.convert_graphicsitem_array_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
139 <insert-template name="gui.convert_object_array_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
140 <replace from="%CLASSNAME_ARRAY" to="QGraphicsItemInterface"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
141 <replace from="%PACKAGE_ARRAY" to="com/trolltech/qt/gui/"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
142 <replace from="%CLASSNAME" to="QGraphicsItem$ConcreteWrapper"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
143 <replace from="%PACKAGE" to="com/trolltech/qt/gui/"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
144 <replace from="%LOOKUP" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
145 <replace from="%REFERENCE" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
146 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
147 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
148 <template name="gui.convert_styleoptiongraphicsitem_array_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
149 <insert-template name="gui.convert_object_array_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
150 <replace from="%CLASSNAME_ARRAY" to="QStyleOptionGraphicsItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
151 <replace from="%PACKAGE_ARRAY" to="com/trolltech/qt/gui/"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
152 <replace from="%CLASSNAME" to="QStyleOptionGraphicsItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
153 <replace from="%PACKAGE" to="com/trolltech/qt/gui/"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
154 <replace from="%LOOKUP" to="&quot;Lcom_trolltech_qt_gui_QStyleOption_2&quot;,"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
155 <replace from="%REFERENCE" to="&amp;"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
156 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
157 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
158 <template name="gui.convert_interface_array_from_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
159 %CLASSNAME *%out = 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
160 QVarLengthArray&lt;%CLASSNAME, 256&gt; __interfaceArray(__length);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
161 if (%in != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
162 for (int i=0; i&lt;__length; ++i) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
163 __interfaceArray[i] = (%CLASSNAME) %CONVERSION_FUNCTION(__jni_env, __jni_env-&gt;GetObjectArrayElement((jobjectArray) %in, i) %EXTRA);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
164 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
165 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
166 %out = %in == 0 ? 0 : __interfaceArray.data();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
167 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
168 <template name="gui.convert_object_array_from_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
169 %CLASSNAME *%out = 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
170 QVarLengthArray&lt;%CLASSNAME, 256&gt; __array(__length);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
171 if (%in != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
172 for (int i=0; i&lt;__length; ++i) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
173 __array[i] = *(%CLASSNAME *) %CONVERSION_FUNCTION(__jni_env, __jni_env-&gt;GetObjectArrayElement((jobjectArray) %in, i) %EXTRA);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
174 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
175 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
176 %out = %in == 0 ? 0 : __array.data();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
177 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
178 <template name="gui.convert_graphicsitem_array_from_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
179 <insert-template name="gui.convert_interface_array_from_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
180 <replace from="%CLASSNAME" to="QGraphicsItem *"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
181 <replace from="%EXTRA" to=", &quot;QGraphicsItemInterface&quot;, &quot;com/trolltech/qt/gui/&quot;, &quot;__qt_cast_to_QGraphicsItem&quot;"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
182 <replace from="%CONVERSION_FUNCTION" to="qtjambi_to_interface"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
183 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
184 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
185 <template name="gui.convert_styleoptiongraphicsitem_array_from_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
186 <insert-template name="gui.convert_object_array_from_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
187 <replace from="%CLASSNAME" to="QStyleOptionGraphicsItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
188 <replace from="%EXTRA" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
189 <replace from="%CONVERSION_FUNCTION" to="qtjambi_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
190 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
191 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
192 <template name="gui::qstyleoption_from_object">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
193 jobject %out = qtjambi_from_object(__jni_env, %in, "QStyleOption", "com/trolltech/qt/gui/", "Lcom_trolltech_qt_gui_QStyleOption_2", true);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
194 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
195 <template name="gui::qstyleoptioncomplex_from_object">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
196 jobject %out = qtjambi_from_object(__jni_env, %in, "QStyleOptionComplex", "com/trolltech/qt/gui/", "Lcom_trolltech_qt_gui_QStyleOption_2", true);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
197 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
198 <template name="gui::qstyleoption_to_object">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
199 QStyleOption *%out = (QStyleOption *) qtjambi_to_object(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
200 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
201 <template name="gui.inputDialog_get_input">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
202 public static %RETURN_TYPE %FUNCTION_NAME(qt.gui.QWidget parent, java.lang.String title, java.lang.String label, %EXTRA, qt.core.Qt.WindowFlags f) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
203 qt.QNativePointer ok = new qt.QNativePointer(qt.QNativePointer.Type.Boolean);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
204 %RETURN_TYPE result = %FUNCTION_NAME_internal(parent, title, label, %CALL, ok, f);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
205 return ok.booleanValue() ? result : null;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
206 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
207
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
208 public static %RETURN_TYPE %FUNCTION_NAME(qt.gui.QWidget parent, java.lang.String title, java.lang.String label, %EXTRA, qt.core.Qt.WindowType ... f) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
209 qt.QNativePointer ok = new qt.QNativePointer(qt.QNativePointer.Type.Boolean);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
210 %RETURN_TYPE result = %FUNCTION_NAME_internal(parent, title, label, %CALL, ok, f);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
211 return ok.booleanValue() ? result : null;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
212 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
213
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
214 public static %RETURN_TYPE %FUNCTION_NAME(qt.gui.QWidget parent, java.lang.String title, java.lang.String label, %EXTRA) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
215 return %FUNCTION_NAME(parent, title, label, %CALL, qt.core.Qt.WindowType.Widget);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
216 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
217
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
218 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
219 <suppress-warning text="WARNING(JavaGenerator) :: either add or remove specified for reference count variable '__rcItems' in 'qt.gui.QGraphicsGridLayout' but not both"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
220
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
221 <rejection class="*" function-name="d_func"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
222
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
223 <rejection class="*" field-name="d_ptr"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
224 <rejection class="*" field-name="d"/>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
225
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
226 <rejection class="QAccessibleTableInterface"/>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
227
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
228 <rejection class="QWindowsCEStyle"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
229 <rejection class="QWindowsMobileStyle"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
230 <rejection class="QAbstractUndoItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
231 <rejection class="QAccessibleApplication"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
232 <rejection class="QBrushData"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
233 <rejection class="QImageTextKeyLang"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
234 <rejection class="QItemEditorCreator"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
235 <rejection class="QLibrary"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
236 <rejection class="QLinkedList"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
237 <rejection class="QLinkedListData"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
238 <rejection class="QLinkedListIterator"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
239 <rejection class="QLinkedListNode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
240 <rejection class="QMimeSource"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
241 <rejection class="QPainterPathPrivate"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
242 <rejection class="QRegionData"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
243 <rejection class="QStandardItemEditorCreator"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
244 <rejection class="QStyleOptionQ3DockWindow"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
245 <rejection class="QStyleOptionQ3ListView"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
246 <rejection class="QStyleOptionQ3ListViewItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
247 <rejection class="QTextFrameLayoutData"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
248 <rejection class="QUpdateLaterEvent"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
249 <rejection class="QVFbHeader"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
250 <rejection class="QWidgetData"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
251 <rejection class="QWindowSurface"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
252 <rejection class="QWindowsXPStyle"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
253 <rejection class="QWindowsVistaStyle"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
254 <rejection class="QWSEmbedWidget"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
255 <rejection class="QRegion::QRegionData"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
256 <rejection class="JObject_key"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
257 <rejection class="QAccessibleEditableTextInterface"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
258 <rejection class="QAccessibleSimpleEditableTextInterface"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
259 <rejection class="QAccessibleTextInterface"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
260 <rejection class="QAccessibleValueInterface"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
261 <rejection class="QIconEngineFactoryInterface"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
262 <rejection class="QIconEnginePlugin"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
263 <rejection class="QWidgetItemV2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
264 <rejection class="QAbstractItemDelegate" function-name="operator="/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
265 <rejection class="QAccessible" function-name="installFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
266 <rejection class="QAccessible" function-name="installRootObjectHandler"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
267 <rejection class="QAccessible" function-name="installUpdateHandler"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
268 <rejection class="QAccessible" function-name="removeFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
269 <rejection class="QApplication" function-name="compressEvent"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
270 <rejection class="QBrush" function-name="cleanUp"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
271 <rejection class="QPictureIO" function-name="defineIOHandler"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
272 <rejection class="QPolygon" function-name="putPoints"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
273 <rejection class="QPolygon" function-name="setPoints"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
274 <rejection class="QPolygon" function-name="setPoint"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
275 <rejection class="QPolygon" function-name="points"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
276 <rejection class="QPolygon" function-name="point"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
277 <rejection class="QPrinter" function-name="printerSelectionOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
278 <rejection class="QPrinter" function-name="setPrinterSelectionOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
279 <rejection class="QWidget" function-name="create"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
280 <rejection class="QWidget" function-name="find"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
281 <rejection class="QWidget" function-name="handle"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
282 <rejection class="QWidget" function-name="styleChange"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
283 <rejection class="QWidget" function-name="internalWinId"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
284 <rejection class="QActionGroup" function-name="selected"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
285 <rejection class="QPaintEngine" function-name="fix_neg_rect"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
286 <rejection class="QTreeModel" function-name="node"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
287 <rejection class="QTreeModel" function-name="initializeNode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
288 <rejection class="QTreeModel" function-name="queryChildren"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
289 <rejection class="QAccessible" function-name="cast_helper"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
290 <rejection class="QAccessible2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
291 <rejection class="QAccessibleInterface" function-name="backgroundColor"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
292 <rejection class="QAccessibleInterface" function-name="foregroundColor"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
293 <rejection class="QAccessibleInterface" function-name="textInterface"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
294 <rejection class="QAccessibleInterface" function-name="valueInterface"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
295 <rejection class="QAccessibleInterface" function-name="tableInterface"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
296 <rejection class="QAccessibleInterface" function-name="editableTextInterface"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
297 <rejection class="QAccessibleInterface" function-name="cast_helper"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
298 <rejection class="QAccessibleInterfaceEx" function-name="interface_cast"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
299 <rejection class="QAccessibleBridgePlugin"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
300 <rejection class="QAccessibleBridgeFactoryInterface"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
301 <rejection class="QTabletEvent" field-name="mExtra"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
302 <rejection class="QWidgetItem" field-name="wid"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
303 <rejection class="QFont" enum-name="ResolveProperties"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
304
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
305 <enum-type name="QAbstractItemDelegate::EndEditHint"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
306 <enum-type name="QAbstractItemView::CursorAction"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
307 <enum-type name="QAbstractItemView::DragDropMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
308 <enum-type name="QAbstractItemView::DropIndicatorPosition"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
309 <enum-type name="QAbstractItemView::EditTrigger" flags="QAbstractItemView::EditTriggers"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
310 <enum-type name="QAbstractItemView::ScrollHint"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
311 <enum-type name="QAbstractItemView::ScrollMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
312 <enum-type name="QAbstractItemView::SelectionBehavior"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
313 <enum-type name="QAbstractItemView::SelectionMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
314 <enum-type name="QAbstractItemView::State"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
315 <enum-type name="QAbstractPrintDialog::PrintDialogOption" flags="QAbstractPrintDialog::PrintDialogOptions"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
316 <enum-type name="QAbstractPrintDialog::PrintRange"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
317 <enum-type name="QAbstractSlider::SliderAction"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
318 <enum-type name="QAbstractSlider::SliderChange"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
319 <enum-type name="QAbstractSpinBox::ButtonSymbols"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
320 <enum-type name="QAbstractSpinBox::CorrectionMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
321 <enum-type name="QAbstractSpinBox::StepEnabledFlag" flags="QAbstractSpinBox::StepEnabled"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
322 <enum-type name="QAccessible::Event"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
323 <enum-type name="QAccessible::Method"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
324 <enum-type name="QAccessible::RelationFlag" flags="QAccessible::Relation"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
325 <enum-type name="QAccessible::Role"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
326 <enum-type name="QAccessible::StateFlag" flags="QAccessible::State"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
327 <enum-type name="QAccessible::Text"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
328 <enum-type name="QDesktopServices::StandardLocation"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
329 <enum-type name="QDirModel::Roles"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
330 <enum-type name="QFont::Capitalization"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
331 <enum-type name="QFont::SpacingType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
332 <enum-type name="QGraphicsItem::CacheMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
333 <enum-type name="QMdiArea::AreaOption" flags="QMdiArea::AreaOptions"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
334 <enum-type name="QMdiArea::WindowOrder"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
335 <enum-type name="QMdiArea::ViewMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
336 <enum-type name="QFileSystemModel::Roles"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
337 <enum-type name="QFormLayout::FieldGrowthPolicy"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
338 <enum-type name="QFormLayout::FormStyle"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
339 <enum-type name="QFormLayout::ItemRole"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
340 <enum-type name="QFormLayout::RowWrapPolicy"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
341 <enum-type name="QGraphicsProxyWidget::enum_1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
342 <enum-type name="QGraphicsWidget::enum_1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
343 <enum-type name="QPlainTextEdit::LineWrapMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
344 <enum-type name="QPrintPreviewWidget::ViewMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
345 <enum-type name="QPrintPreviewWidget::ZoomMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
346 <enum-type name="QStyleOptionViewItemV4::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
347 <enum-type name="QStyleOptionViewItemV4::ViewItemPosition"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
348
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
349 <enum-type name="QMdiSubWindow::SubWindowOption" flags="QMdiSubWindow::SubWindowOptions"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
350
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
351 <enum-type name="QAction::ActionEvent"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
352 <enum-type name="QAction::MenuRole"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
353 <enum-type name="QApplication::ColorSpec"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
354 <enum-type name="QApplication::Type"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
355 <enum-type name="QCalendarWidget::HorizontalHeaderFormat"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
356 <enum-type name="QCalendarWidget::SelectionMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
357 <enum-type name="QCalendarWidget::VerticalHeaderFormat"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
358 <enum-type name="QColor::Spec"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
359 <enum-type name="QColormap::Mode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
360 <enum-type name="QComboBox::InsertPolicy"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
361 <enum-type name="QComboBox::SizeAdjustPolicy"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
362 <enum-type name="QCompleter::CompletionMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
363 <enum-type name="QCompleter::ModelSorting"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
364 <enum-type name="QContextMenuEvent::Reason"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
365 <enum-type name="QDataWidgetMapper::SubmitPolicy"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
366 <enum-type name="QDateTimeEdit::Section" flags="QDateTimeEdit::Sections"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
367 <enum-type name="QDialog::DialogCode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
368 <enum-type name="QDialogButtonBox::ButtonLayout"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
369 <enum-type name="QDialogButtonBox::ButtonRole"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
370 <enum-type name="QFileDialog::AcceptMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
371 <enum-type name="QFileDialog::DialogLabel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
372 <enum-type name="QFileDialog::FileMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
373 <enum-type name="QFileDialog::Option" flags="QFileDialog::Options"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
374 <enum-type name="QFileDialog::ViewMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
375 <enum-type name="QFileIconProvider::IconType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
376 <enum-type name="QFont::Stretch"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
377 <enum-type name="QFont::Style"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
378 <enum-type name="QFont::StyleStrategy"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
379 <enum-type name="QFont::Weight"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
380 <enum-type name="QFontComboBox::FontFilter" flags="QFontComboBox::FontFilters"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
381 <enum-type name="QFrame::Shadow" extensible="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
382 <enum-type name="QFrame::Shape"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
383 <enum-type name="QFrame::StyleMask"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
384 <enum-type name="QGradient::CoordinateMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
385 <enum-type name="QGradient::Spread" lower-bound="QGradient.PadSpread" upper-bound="QGradient.RepeatSpread"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
386 <enum-type name="QGradient::Type"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
387 <enum-type name="QGraphicsEllipseItem::enum_1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
388 <enum-type name="QGraphicsItem::Extension"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
389 <enum-type name="QGraphicsItem::GraphicsItemChange"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
390 <enum-type name="QGraphicsItem::GraphicsItemFlag" flags="QGraphicsItem::GraphicsItemFlags"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
391 <enum-type name="QGraphicsItem::enum_1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
392 <enum-type name="QGraphicsItemGroup::enum_1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
393 <enum-type name="QGraphicsLineItem::enum_1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
394 <enum-type name="QGraphicsPathItem::enum_1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
395 <enum-type name="QGraphicsPixmapItem::ShapeMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
396 <enum-type name="QGraphicsPixmapItem::enum_1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
397 <enum-type name="QGraphicsPolygonItem::enum_1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
398 <enum-type name="QGraphicsRectItem::enum_1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
399 <enum-type name="QGraphicsScene::ItemIndexMethod"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
400 <enum-type name="QGraphicsSceneContextMenuEvent::Reason"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
401 <enum-type name="QGraphicsSimpleTextItem::enum_1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
402 <enum-type name="QGraphicsTextItem::enum_1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
403 <enum-type name="QGraphicsView::CacheModeFlag" flags="QGraphicsView::CacheMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
404 <enum-type name="QGraphicsView::DragMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
405 <enum-type name="QGraphicsView::OptimizationFlag" flags="QGraphicsView::OptimizationFlags"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
406 <enum-type name="QGraphicsView::ViewportAnchor"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
407 <enum-type name="QGraphicsView::ViewportUpdateMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
408 <enum-type name="QIcon::Mode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
409 <enum-type name="QIcon::State"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
410 <enum-type name="QImage::Format"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
411 <enum-type name="QImage::InvertMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
412 <enum-type name="QImageIOHandler::ImageOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
413 <enum-type name="QImageReader::ImageReaderError"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
414 <enum-type name="QImageWriter::ImageWriterError"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
415 <enum-type name="QInputContext::StandardFormat"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
416 <enum-type name="QInputMethodEvent::AttributeType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
417 <enum-type name="QItemSelectionModel::SelectionFlag" flags="QItemSelectionModel::SelectionFlags"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
418 <enum-type name="QKeySequence::SequenceFormat"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
419 <enum-type name="QKeySequence::SequenceMatch"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
420 <enum-type name="QKeySequence::StandardKey"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
421 <enum-type name="QLCDNumber::Mode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
422 <enum-type name="QLCDNumber::SegmentStyle"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
423 <enum-type name="QLayout::SizeConstraint"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
424 <enum-type name="QLineEdit::EchoMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
425 <enum-type name="QLineF::IntersectType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
426 <enum-type name="QListView::Flow"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
427 <enum-type name="QListView::LayoutMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
428 <enum-type name="QListView::Movement"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
429 <enum-type name="QListView::ResizeMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
430 <enum-type name="QListView::ViewMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
431 <enum-type name="QListWidgetItem::ItemType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
432 <enum-type name="QMainWindow::DockOption" flags="QMainWindow::DockOptions"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
433 <enum-type name="QMessageBox::ButtonRole"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
434 <enum-type name="QMessageBox::Icon"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
435 <enum-type name="QMovie::CacheMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
436 <enum-type name="QMovie::MovieState"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
437 <enum-type name="QPaintDevice::PaintDeviceMetric"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
438 <enum-type name="QPaintEngine::DirtyFlag" flags="QPaintEngine::DirtyFlags"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
439 <enum-type name="QPaintEngine::PaintEngineFeature" flags="QPaintEngine::PaintEngineFeatures"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
440 <enum-type name="QPaintEngine::PolygonDrawMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
441 <enum-type name="QPaintEngine::Type"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
442 <enum-type name="QPageSetupDialog::PageSetupDialogOption" flags="QPageSetupDialog::PageSetupDialogOptions"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
443 <enum-type name="QPainter::CompositionMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
444 <enum-type name="QPainter::RenderHint" flags="QPainter::RenderHints"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
445 <enum-type name="QPainterPath::ElementType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
446 <enum-type name="QPrintEngine::PrintEnginePropertyKey">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
447 <reject-enum-value name="PPK_PaperSize"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
448 </enum-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
449 <enum-type name="QPrinter::ColorMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
450 <enum-type name="QPrinter::Orientation"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
451 <enum-type name="QPrinter::OutputFormat"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
452 <enum-type name="QPrinter::PageOrder"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
453 <enum-type name="QPrinter::PaperSource"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
454 <enum-type name="QPrinter::PrintRange"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
455 <enum-type name="QPrinter::PrinterMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
456 <enum-type name="QPrinter::PrinterState"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
457 <enum-type name="QPrinter::Unit"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
458 <enum-type name="QPrinter::DuplexMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
459 <enum-type name="QProgressBar::Direction"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
460 <enum-type name="QRegion::RegionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
461 <enum-type name="QRubberBand::Shape"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
462 <enum-type name="QSessionManager::RestartHint"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
463 <enum-type name="QSizePolicy::Policy"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
464 <enum-type name="QSizePolicy::PolicyFlag"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
465 <enum-type name="QSizePolicy::ControlType" flags="QSizePolicy::ControlTypes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
466 <enum-type name="QStandardItem::ItemType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
467 <enum-type name="QStyle::SubControl" flags="QStyle::SubControls" extensible="yes" force-integer="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
468 <enum-type name="QStyle::ComplexControl" extensible="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
469 <enum-type name="QStyle::ContentsType" extensible="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
470 <enum-type name="QStyle::ControlElement" extensible="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
471 <enum-type name="QStyle::PixelMetric" extensible="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
472 <reject-enum-value name="PM_MDIFrameWidth"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
473 <reject-enum-value name="PM_MDIMinimizedWidth"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
474 </enum-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
475 <enum-type name="QStyle::PrimitiveElement" extensible="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
476 <reject-enum-value name="PE_IndicatorItemViewItemCheck"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
477 <reject-enum-value name="PE_FrameStatusBarItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
478 </enum-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
479 <enum-type name="QStyle::StandardPixmap" extensible="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
480 <enum-type name="QStyle::StateFlag" flags="QStyle::State"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
481 <enum-type name="QStyle::SubElement" extensible="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
482 <reject-enum-value name="SE_ItemViewItemCheckIndicator"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
483 </enum-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
484 <enum-type name="QStyleHintReturn::HintReturnType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
485 <enum-type name="QStyleHintReturn::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
486 <enum-type name="QStyleHintReturn::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
487 <enum-type name="QStyleHintReturnVariant::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
488 <enum-type name="QStyleHintReturnVariant::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
489
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
490 <enum-type name="QStyleHintReturnMask::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
491 <enum-type name="QStyleHintReturnMask::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
492 <enum-type name="QStyleOption::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
493 <enum-type name="QStyleOption::OptionType" extensible="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
494 <enum-type name="QStyleOption::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
495 <enum-type name="QStyleOptionButton::ButtonFeature" flags="QStyleOptionButton::ButtonFeatures"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
496 <enum-type name="QStyleOptionButton::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
497 <enum-type name="QStyleOptionButton::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
498 <enum-type name="QStyleOptionComboBox::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
499 <enum-type name="QStyleOptionComboBox::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
500 <enum-type name="QStyleOptionComplex::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
501 <enum-type name="QStyleOptionComplex::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
502 <enum-type name="QStyleOptionDockWidget::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
503 <enum-type name="QStyleOptionDockWidget::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
504 <enum-type name="QStyleOptionDockWidgetV2::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
505 <enum-type name="QStyleOptionFocusRect::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
506 <enum-type name="QStyleOptionFocusRect::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
507 <enum-type name="QStyleOptionFrame::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
508 <enum-type name="QStyleOptionFrame::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
509 <enum-type name="QStyleOptionFrameV2::FrameFeature" flags="QStyleOptionFrameV2::FrameFeatures"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
510 <enum-type name="QStyleOptionFrameV2::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
511 <enum-type name="QStyleOptionGraphicsItem::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
512 <enum-type name="QStyleOptionGraphicsItem::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
513 <enum-type name="QStyleOptionGroupBox::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
514 <enum-type name="QStyleOptionGroupBox::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
515 <enum-type name="QStyleOptionHeader::SectionPosition"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
516 <enum-type name="QStyleOptionHeader::SelectedPosition"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
517 <enum-type name="QStyleOptionHeader::SortIndicator"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
518 <enum-type name="QStyleOptionHeader::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
519 <enum-type name="QStyleOptionHeader::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
520 <enum-type name="QStyleOptionMenuItem::CheckType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
521 <enum-type name="QStyleOptionMenuItem::MenuItemType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
522 <enum-type name="QStyleOptionMenuItem::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
523 <enum-type name="QStyleOptionMenuItem::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
524 <enum-type name="QStyleOptionProgressBar::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
525 <enum-type name="QStyleOptionProgressBar::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
526 <enum-type name="QStyleOptionProgressBarV2::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
527 <enum-type name="QStyleOptionProgressBarV2::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
528 <enum-type name="QStyleOptionRubberBand::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
529 <enum-type name="QStyleOptionRubberBand::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
530 <enum-type name="QStyleOptionSizeGrip::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
531 <enum-type name="QStyleOptionSizeGrip::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
532 <enum-type name="QStyleOptionSlider::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
533 <enum-type name="QStyleOptionSlider::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
534 <enum-type name="QStyleOptionSpinBox::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
535 <enum-type name="QStyleOptionSpinBox::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
536 <enum-type name="QStyleOptionTab::CornerWidget" flags="QStyleOptionTab::CornerWidgets"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
537 <enum-type name="QStyleOptionTab::SelectedPosition"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
538 <enum-type name="QStyleOptionTab::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
539 <enum-type name="QStyleOptionTab::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
540 <enum-type name="QStyleOptionTab::TabPosition"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
541 <enum-type name="QStyleOptionTabBarBase::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
542 <enum-type name="QStyleOptionTabBarBase::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
543 <enum-type name="QStyleOptionTabV2::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
544 <enum-type name="QStyleOptionTabWidgetFrame::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
545 <enum-type name="QStyleOptionTabWidgetFrame::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
546 <enum-type name="QStyleOptionTitleBar::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
547 <enum-type name="QStyleOptionTitleBar::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
548 <enum-type name="QStyleOptionToolBar::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
549 <enum-type name="QStyleOptionToolBar::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
550 <enum-type name="QStyleOptionToolBar::ToolBarFeature" flags="QStyleOptionToolBar::ToolBarFeatures"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
551 <enum-type name="QStyleOptionToolBar::ToolBarPosition"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
552 <enum-type name="QStyleOptionToolBox::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
553 <enum-type name="QStyleOptionToolBox::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
554 <enum-type name="QStyleOptionToolButton::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
555 <enum-type name="QStyleOptionToolButton::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
556 <enum-type name="QStyleOptionToolButton::ToolButtonFeature" flags="QStyleOptionToolButton::ToolButtonFeatures">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
557 <reject-enum-value name="MenuButtonPopup"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
558 </enum-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
559 <enum-type name="QStyleOptionViewItem::Position"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
560 <enum-type name="QStyleOptionViewItem::StyleOptionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
561 <enum-type name="QStyleOptionViewItem::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
562 <enum-type name="QStyleOptionViewItemV2::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
563 <enum-type name="QStyleOptionViewItemV2::ViewItemFeature" flags="QStyleOptionViewItemV2::ViewItemFeatures"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
564 <enum-type name="QSystemTrayIcon::ActivationReason"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
565 <enum-type name="QSystemTrayIcon::MessageIcon"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
566 <enum-type name="QTabBar::Shape"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
567 <enum-type name="QTabWidget::TabPosition"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
568 <enum-type name="QTabWidget::TabShape"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
569 <enum-type name="QTableWidgetItem::ItemType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
570 <enum-type name="QTabletEvent::PointerType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
571 <enum-type name="QTabletEvent::TabletDevice"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
572 <enum-type name="QTextCharFormat::UnderlineStyle"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
573 <enum-type name="QTextCharFormat::VerticalAlignment"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
574 <enum-type name="QTextCursor::MoveMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
575 <enum-type name="QTextCursor::MoveOperation"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
576 <enum-type name="QTextCursor::SelectionType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
577 <enum-type name="QTextDocument::FindFlag" flags="QTextDocument::FindFlags"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
578 <enum-type name="QTextDocument::MetaInformation"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
579 <enum-type name="QTextDocument::ResourceType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
580 <enum-type name="QTextEdit::AutoFormattingFlag" flags="QTextEdit::AutoFormatting"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
581 <enum-type name="QTextEdit::LineWrapMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
582 <enum-type name="QTextFormat::ObjectTypes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
583 <enum-type name="QTextFormat::PageBreakFlag" flags="QTextFormat::PageBreakFlags"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
584 <enum-type name="QTextFrameFormat::Position"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
585 <enum-type name="QTextFrameFormat::BorderStyle"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
586 <enum-type name="QTextItem::RenderFlag" flags="QTextItem::RenderFlags"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
587 <enum-type name="QTextLayout::CursorMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
588 <enum-type name="QTextLength::Type"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
589 <enum-type name="QTextLine::CursorPosition"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
590 <enum-type name="QTextLine::Edge"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
591 <enum-type name="QTextListFormat::Style"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
592 <enum-type name="QTextOption::Flag" flags="QTextOption::Flags"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
593 <enum-type name="QTextOption::WrapMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
594 <enum-type name="QTextOption::TabType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
595 <enum-type name="QToolButton::ToolButtonPopupMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
596 <enum-type name="QTreeWidgetItem::ItemType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
597 <enum-type name="QTreeWidgetItemIterator::IteratorFlag" flags="QTreeWidgetItemIterator::IteratorFlags"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
598 <enum-type name="QValidator::State"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
599 <enum-type name="QWidget::RenderFlag" flags="QWidget::RenderFlags"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
600 <enum-type name="QWorkspace::WindowOrder"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
601 <enum-type name="QDoubleValidator::Notation"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
602 <enum-type name="QGraphicsScene::SceneLayer" flags="QGraphicsScene::SceneLayers"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
603 <enum-type name="QStyleOptionToolBoxV2::SelectedPosition"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
604 <enum-type name="QStyleOptionToolBoxV2::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
605 <enum-type name="QStyleOptionToolBoxV2::TabPosition"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
606 <enum-type name="QStyleOptionViewItemV3::StyleOptionVersion"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
607 <enum-type name="QTransform::TransformationType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
608 <enum-type name="QTreeWidgetItem::ChildIndicatorPolicy"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
609 <enum-type name="QWizard::WizardOption" flags="QWizard::WizardOptions"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
610 <enum-type name="QWizard::WizardPixmap"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
611 <enum-type name="QWizard::WizardStyle"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
612 <enum-type name="QImageIOPlugin::Capability" flags="QImageIOPlugin::Capabilities"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
613 <enum-type name="QStackedLayout::StackingMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
614
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
615 <enum-type name="QWizard::WizardButton">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
616 <reject-enum-value name="NStandardButtons"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
617 <reject-enum-value name="NButtons"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
618 </enum-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
619
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
620 <enum-type name="QAccessible::Action">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
621 <reject-enum-value name="FirstStandardAction"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
622 <reject-enum-value name="LastStandardAction"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
623 </enum-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
624
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
625 <enum-type name="QBoxLayout::Direction">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
626 <reject-enum-value name="Down"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
627 <reject-enum-value name="Up"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
628 </enum-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
629
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
630
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
631 <enum-type name="QClipboard::Mode">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
632 <reject-enum-value name="LastMode"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
633 </enum-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
634
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
635 <enum-type name="QDialogButtonBox::StandardButton" flags="QDialogButtonBox::StandardButtons">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
636 <reject-enum-value name="FirstButton"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
637 <reject-enum-value name="LastButton"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
638 <reject-enum-value name="YesAll"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
639 <reject-enum-value name="NoAll"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
640 <reject-enum-value name="Default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
641 <reject-enum-value name="Escape"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
642 <reject-enum-value name="FlagMask"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
643 <reject-enum-value name="ButtonMask"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
644 </enum-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
645
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
646 <enum-type name="QDockWidget::DockWidgetFeature" flags="QDockWidget::DockWidgetFeatures"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
647
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
648 <enum-type name="QFont::StyleHint">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
649 <reject-enum-value name="SansSerif"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
650 <reject-enum-value name="Serif"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
651 <reject-enum-value name="TypeWriter"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
652 <reject-enum-value name="Decorative"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
653 </enum-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
654
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
655 <enum-type name="QFontDatabase::WritingSystem">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
656 <reject-enum-value name="Other"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
657 </enum-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
658
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
659 <enum-type name="QHeaderView::ResizeMode">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
660 <reject-enum-value name="Custom"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
661 </enum-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
662
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
663
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
664 <enum-type name="QMessageBox::StandardButton" flags="QMessageBox::StandardButtons">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
665 <reject-enum-value name="FirstButton"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
666 <reject-enum-value name="LastButton"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
667 <reject-enum-value name="YesAll"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
668 <reject-enum-value name="NoAll"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
669 </enum-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
670
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
671 <enum-type name="QPalette::ColorGroup">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
672 <reject-enum-value name="Normal"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
673 </enum-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
674
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
675 <enum-type name="QPalette::ColorRole">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
676 <reject-enum-value name="NColorRoles"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
677 <reject-enum-value name="Foreground"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
678 <reject-enum-value name="Background"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
679 </enum-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
680
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
681 <enum-type name="QPrinter::PageSize">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
682 <reject-enum-value name="NPageSize"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
683 <reject-enum-value name="NPaperSize"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
684 </enum-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
685
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
686 <enum-type name="QSlider::TickPosition">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
687 <!-- <reject-enum-value name="TicksLeft"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
688 <reject-enum-value name="TicksRight"/>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
689 </enum-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
690
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
691 <enum-type name="QStyle::StyleHint" extensible="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
692 <reject-enum-value name="SH_ScrollBar_StopMouseOverSlider"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
693 </enum-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
694
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
695
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
696 <enum-type name="QTextFormat::FormatType"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
697
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
698 <enum-type name="QTextFormat::Property">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
699 <reject-enum-value name="FontSizeIncrement"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
700 <reject-enum-value name="FirstFontProperty"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
701 <reject-enum-value name="LastFontProperty"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
702 </enum-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
703
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
704 <value-type name="QTransform">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
705 <modify-function signature="operator=(QTransform)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
706 <modify-function signature="map(int,int,int*,int*)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
707 <modify-function signature="map(double,double,double*,double*)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
708
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
709 <modify-function signature="operator*=(double)" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
710 <modify-function signature="operator+=(double)" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
711 <modify-function signature="operator-=(double)" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
712 <modify-function signature="operator/=(double)" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
713 <modify-function signature="operator*(QTransform)const" rename="multiplied"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
714 <modify-function signature="operator*=(QTransform)" access="private"/>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
715
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
716 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
717 <import-file name="typesystem_gui-java.java" quote-after-line="class QTransform___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
718 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
719
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
720 <modify-function signature="inverted(bool*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
721 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
722 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
723 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
724 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
725 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
726
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
727 <modify-function signature="rotate(double,Qt::Axis)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
728 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
729 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
730 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
731 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
732 <rename to="rotate_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
733 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
734 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
735 /**
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
736 * Rotates the transformation around the given axis.
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
737 *
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
738 * @return The rotated transformation.
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
739 */
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
740 <insert-template name="core.private_function_return_self">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
741 <replace from="%RETURN_TYPE" to="QTransform"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
742 <replace from="%FUNCTION_NAME" to="rotate"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
743 <replace from="%ARGUMENTS" to="double angle, Qt.Axis axis"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
744 <replace from="%ARGUMENT_NAMES" to="angle, axis"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
745 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
746
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
747 /**
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
748 * Rotates the transformation around the z-axis.
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
749 *
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
750 * @return The rotated transformation.
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
751 */
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
752 <insert-template name="core.private_function_return_self">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
753 <replace from="%RETURN_TYPE" to="QTransform"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
754 <replace from="%FUNCTION_NAME" to="rotate"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
755 <replace from="%ARGUMENTS" to="double angle"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
756 <replace from="%ARGUMENT_NAMES" to="angle"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
757 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
758 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
759
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
760 <modify-function signature="rotateRadians(double,Qt::Axis)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
761 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
762 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
763 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
764 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
765 <rename to="rotateRadians_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
766 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
767 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
768 /**
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
769 * Rotates the transformation around the given axis.
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
770 *
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
771 * @return The rotated transformation.
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
772 */
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
773 <insert-template name="core.private_function_return_self">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
774 <replace from="%RETURN_TYPE" to="QTransform"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
775 <replace from="%FUNCTION_NAME" to="rotateRadians"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
776 <replace from="%ARGUMENTS" to="double angle, Qt.Axis axis"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
777 <replace from="%ARGUMENT_NAMES" to="angle, axis"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
778 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
779
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
780 /**
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
781 * Rotates the transformation around the z-axis.
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
782 *
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
783 * @return The rotated transformation.
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
784 */
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
785 <insert-template name="core.private_function_return_self">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
786 <replace from="%RETURN_TYPE" to="QTransform"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
787 <replace from="%FUNCTION_NAME" to="rotateRadians"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
788 <replace from="%ARGUMENTS" to="double angle"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
789 <replace from="%ARGUMENT_NAMES" to="angle"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
790 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
791 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
792
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
793 <modify-function signature="scale(double,double)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
794 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
795 <rename to="scale_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
796 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
797 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
798 /**
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
799 * Scales the transformation using x and y.
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
800 *
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
801 * @return The scaled transformation.
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
802 */
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
803 <insert-template name="core.private_function_return_self">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
804 <replace from="%RETURN_TYPE" to="QTransform"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
805 <replace from="%FUNCTION_NAME" to="scale"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
806 <replace from="%ARGUMENTS" to="double x, double y"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
807 <replace from="%ARGUMENT_NAMES" to="x, y"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
808 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
809 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
810
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
811 <modify-function signature="shear(double,double)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
812 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
813 <rename to="shear_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
814 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
815 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
816 /**
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
817 * Shears the transformation using x and y.
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
818 *
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
819 * @return The sheared transformation.
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
820 */
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
821 <insert-template name="core.private_function_return_self">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
822 <replace from="%RETURN_TYPE" to="QTransform"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
823 <replace from="%FUNCTION_NAME" to="shear"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
824 <replace from="%ARGUMENTS" to="double x, double y"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
825 <replace from="%ARGUMENT_NAMES" to="x, y"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
826 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
827 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
828
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
829 <modify-function signature="translate(double,double)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
830 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
831 <rename to="translate_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
832 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
833 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
834 /**
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
835 * Translates the transformation using x and y.
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
836 *
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
837 * @return The translated transformation.
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
838 */
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
839 <insert-template name="core.private_function_return_self">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
840 <replace from="%RETURN_TYPE" to="QTransform"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
841 <replace from="%FUNCTION_NAME" to="translate"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
842 <replace from="%ARGUMENTS" to="double x, double y"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
843 <replace from="%ARGUMENT_NAMES" to="x, y"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
844 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
845 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
846
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
847 <modify-function signature="quadToQuad(QPolygonF,QPolygonF,QTransform&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
848 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
849 <rename to="quadToQuadPrivate"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
850 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
851
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
852 <modify-function signature="quadToSquare(QPolygonF,QTransform&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
853 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
854 <rename to="quadToSquarePrivate"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
855 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
856
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
857 <modify-function signature="squareToQuad(QPolygonF,QTransform&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
858 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
859 <rename to="squareToQuadPrivate"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
860 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
861
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
862 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
863
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
864 <value-type name="QStyleOption" delete-in-main-thread="yes" polymorphic-base="yes" polymorphic-id-expression="%1-&gt;type == QStyleOption::SO_Default">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
865 <modify-function signature="operator=(QStyleOption)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
866 <modify-function signature="init(const QWidget*)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
867 <modify-field name="version">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
868 <rename to="version_"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
869 </modify-field>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
870 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
871 <value-type name="QStyleOptionGraphicsItem" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionGraphicsItem::Type &amp;&amp; %1-&gt;version == QStyleOptionGraphicsItem::Version"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
872 <value-type name="QStyleOptionSizeGrip" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionSizeGrip::Type &amp;&amp; %1-&gt;version == QStyleOptionSizeGrip::Version"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
873 <value-type name="QStyleOptionButton" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionButton::Type &amp;&amp; %1-&gt;version == QStyleOptionButton::Version"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
874 <value-type name="QStyleOptionComboBox" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionComboBox::Type &amp;&amp; %1-&gt;version == QStyleOptionComboBox::Version"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
875 <value-type name="QStyleOptionComplex" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionComplex::Type &amp;&amp; %1-&gt;version == QStyleOptionComplex::Version"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
876 <value-type name="QStyleOptionDockWidget" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionDockWidget::Type &amp;&amp; %1-&gt;version == QStyleOptionDockWidget::Version"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
877 <value-type name="QStyleOptionDockWidgetV2" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionDockWidgetV2::Type &amp;&amp; %1-&gt;version == QStyleOptionDockWidgetV2::Version">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
878 <modify-function signature="operator=(QStyleOptionDockWidget)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
879 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
880 <value-type name="QStyleOptionFocusRect" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionFocusRect::Type &amp;&amp; %1-&gt;version == QStyleOptionFocusRect::Version"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
881 <value-type name="QStyleOptionFrame" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionFrame::Type &amp;&amp; %1-&gt;version == QStyleOptionFrame::Version"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
882
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
883 <value-type name="QStyleOptionFrameV2" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionFrameV2::Type &amp;&amp; %1-&gt;version == QStyleOptionFrameV2::Version">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
884 <modify-function signature="operator=(QStyleOptionFrame)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
885 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
886
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
887 <value-type name="QStyleOptionGroupBox" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionGroupBox::Type &amp;&amp; %1-&gt;version == QStyleOptionGroupBox::Version"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
888 <value-type name="QStyleOptionHeader" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionHeader::Type &amp;&amp; %1-&gt;version == QStyleOptionHeader::Version"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
889 <value-type name="QStyleOptionMenuItem" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionMenuItem::Type &amp;&amp; %1-&gt;version == QStyleOptionMenuItem::Version"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
890 <value-type name="QStyleOptionProgressBar" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionProgressBar::Type &amp;&amp; %1-&gt;version == QStyleOptionProgressBar::Version"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
891
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
892 <value-type name="QStyleOptionProgressBarV2" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionProgressBarV2::Type &amp;&amp; %1-&gt;version == QStyleOptionProgressBarV2::Version">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
893 <modify-function signature="operator=(QStyleOptionProgressBar)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
894 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
895
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
896 <value-type name="QStyleOptionRubberBand" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionRubberBand::Type &amp;&amp; %1-&gt;version == QStyleOptionRubberBand::Version"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
897 <value-type name="QStyleOptionSlider" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionSlider::Type &amp;&amp; %1-&gt;version == QStyleOptionSlider::Version"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
898 <value-type name="QStyleOptionSpinBox" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionSpinBox::Type &amp;&amp; %1-&gt;version == QStyleOptionSpinBox::Version"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
899 <value-type name="QStyleOptionTab" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionTab::Type &amp;&amp; %1-&gt;version == QStyleOptionTab::Version"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
900 <value-type name="QStyleOptionTabV2" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionTabV2::Type &amp;&amp; %1-&gt;version == QStyleOptionTabV2::Version">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
901 <modify-function signature="operator=(const QStyleOptionTab &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
902 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
903 <value-type name="QStyleOptionTabBarBase" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionTabBarBase::Type &amp;&amp; %1-&gt;version == QStyleOptionTabBarBase::Version"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
904 <value-type name="QStyleOptionTabWidgetFrame" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionTabWidgetFrame::Type &amp;&amp; %1-&gt;version == QStyleOptionTabWidgetFrame::Version"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
905 <value-type name="QStyleOptionTitleBar" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionTitleBar::Type &amp;&amp; %1-&gt;version == QStyleOptionTitleBar::Version"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
906 <value-type name="QStyleOptionToolBar" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionToolBar::Type &amp;&amp; %1-&gt;version == QStyleOptionToolBar::Version"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
907 <value-type name="QStyleOptionToolBox" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionToolBox::Type &amp;&amp; %1-&gt;version == QStyleOptionToolBox::Version"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
908 <value-type name="QStyleOptionToolBoxV2" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionToolBoxV2::Type &amp;&amp; %1-&gt;version == QStyleOptionToolBoxV2::Version">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
909 <modify-function signature="operator=(QStyleOptionToolBox)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
910 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
911 <value-type name="QStyleOptionToolButton" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionToolButton::Type &amp;&amp; %1-&gt;version == QStyleOptionToolButton::Version"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
912 <value-type name="QStyleOptionViewItem" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionViewItem::Type &amp;&amp; %1-&gt;version == QStyleOptionViewItem::Version"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
913 <value-type name="QStyleOptionViewItemV2" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionViewItemV2::Type &amp;&amp; %1-&gt;version == QStyleOptionViewItemV2::Version">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
914 <modify-function signature="operator=(QStyleOptionViewItem)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
915 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
916 <value-type name="QStyleOptionViewItemV3" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionViewItemV3::Type &amp;&amp; %1-&gt;version == QStyleOptionViewItemV3::Version">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
917 <modify-function signature="operator=(QStyleOptionViewItem)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
918 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
919 <value-type name="QStyleOptionViewItemV4" delete-in-main-thread="yes" polymorphic-id-expression="%1-&gt;type == QStyleOptionViewItemV4::Type &amp;&amp; %1-&gt;version == QStyleOptionViewItemV4::Version">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
920 <modify-function signature="operator=(QStyleOptionViewItem)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
921 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
922 <value-type name="QTextFragment" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
923 <modify-function signature="operator=(QTextFragment)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
924 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
925 <value-type name="QBitmap" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
926 <modify-function signature="operator=(const QPixmap &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
927 <modify-function signature="QBitmap(QString,const char*)" access="private">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
928 <modify-argument index="2"> <remove-default-expression/> </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
929 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
930
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
931 <modify-function signature="fromData(QSize,const unsigned char*,QImage::Format)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
932 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
933 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
934 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
935 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
936 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
937
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
938 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
939 <import-file name="typesystem_gui-java.java" quote-after-line="class QBitmap___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
940 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
941 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
942 <value-type name="QTextInlineObject" delete-in-main-thread="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
943 <value-type name="QSizePolicy"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
944 <value-type name="QTableWidgetSelectionRange"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
945 <value-type name="QTextDocumentFragment" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
946 <modify-function signature="operator=(QTextDocumentFragment)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
947 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
948 <value-type name="QTextOption" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
949 <modify-function signature="operator=(const QTextOption &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
950 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
951 <value-type name="QTextLine" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
952 <modify-function signature="cursorToX(int*,QTextLine::Edge)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
953 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
954 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
955
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
956 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
957 <import-file name="typesystem_gui-java.java" quote-after-line="class QTextLine___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
958 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
959 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
960 <value-type name="QTextTableFormat" delete-in-main-thread="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
961 <value-type name="QTextImageFormat" delete-in-main-thread="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
962 <value-type name="QTextFrameFormat" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
963 <modify-function signature="isValid()const" access="non-final"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
964 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
965 <value-type name="QTextLength" delete-in-main-thread="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
966 <value-type name="QItemSelectionRange">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
967 <modify-function signature="intersect(QItemSelectionRange)const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
968 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
969
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
970 <value-type name="QPainterPath">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
971 <modify-function signature="operator=(QPainterPath)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
972 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
973 <value-type name="QPalette">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
974 <modify-function signature="operator=(const QPalette&amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
975
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
976 <modify-function signature="QPalette(QColor, QColor, QColor, QColor, QColor, QColor, QColor)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
977 <modify-function signature="background()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
978 <modify-function signature="foreground()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
979 <modify-function signature="serialNumber()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
980 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
981 <value-type name="QKeySequence">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
982 <modify-function signature="operator=(QKeySequence)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
983 <modify-function signature="operator int()const" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
984 <modify-function signature="operator[](uint)const" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
985
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
986 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
987 <import-file name="typesystem_gui-java.java" quote-after-line="class QKeySequence___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
988 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
989
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
990 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
991
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
992 <value-type name="QPicture" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
993 <modify-function signature="operator=(QPicture)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
994 <modify-function signature="pictureFormat(QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
995 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
996 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
997
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
998 <modify-function signature="inputFormatList()" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
999 <modify-function signature="inputFormats()" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1000 <modify-function signature="outputFormatList()" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1001 <modify-function signature="outputFormats()" remove="all"/> <!--### Obsolete in 4.3-->
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1002
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1003 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1004 <import-file name="typesystem_gui-java.java" quote-after-line="class QPicture___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1005 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1006 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1007 <include file-name="qt.core.QIODevice" location="java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1008 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1009 <modify-function signature="load(QIODevice*,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1010 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1011 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1012 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1013 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1014 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1015
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1016
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1017 <modify-function signature="load(QString,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1018 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1019 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1020 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1021 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1022 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1023
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1024
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1025 <modify-function signature="save(QIODevice*,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1026 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1027 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1028 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1029 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1030 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1031
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1032
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1033 <modify-function signature="save(QString,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1034 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1035 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1036 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1037 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1038 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1039
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1040 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1041 <modify-function signature="setData(const char*,uint)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1042 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1043 <replace-type modified-type="byte[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1044 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1045 jbyteArray %out = __jni_env-&gt;NewByteArray(%2);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1046 __jni_env-&gt;SetByteArrayRegion(%out, 0, %2, (jbyte *) %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1047 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1048 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1049 char *%out = (char *) __jni_env-&gt;GetByteArrayElements((jbyteArray) %in, 0);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1050 char *__ptr = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1051 Q_UNUSED(__ptr)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1052 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1053 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1054
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1055 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1056 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1057 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1058 // nothing
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1059 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1060 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1061 int %out = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1062 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1063 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1064 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1065 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1066 <modify-function signature="pictureFormat(QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1067 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1068 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1069
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1070 <modify-function signature="data()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1071 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1072 <rename to="data_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1073 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1074
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1075 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1076
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1077 <value-type name="QRegion"> <!-- expense-limit="4096"> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1078 <modify-function signature="operator=(QRegion)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1079 <modify-function signature="operator&amp;=(QRegion)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1080 <modify-function signature="operator+=(QRegion)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1081 <modify-function signature="operator-=(QRegion)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1082 <modify-function signature="operator^=(QRegion)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1083 <modify-function signature="operator|=(QRegion)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1084 <modify-function signature="operator&amp;(QRegion)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1085 <modify-function signature="operator+(QRegion)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1086 <modify-function signature="operator-(QRegion)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1087 <modify-function signature="operator^(QRegion)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1088 <modify-function signature="operator|(QRegion)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1089 <modify-function signature="eor(QRegion)const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1090 <modify-function signature="intersect(QRegion)const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1091 <modify-function signature="subtract(QRegion)const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1092 <modify-function signature="unite(QRegion)const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1093 <modify-function signature="operator&amp;=(QRect)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1094 <modify-function signature="operator+=(QRect)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1095
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1096
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1097 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1098 <import-file name="typesystem_gui-java.java" quote-after-line="class QRegion___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1099 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1100 <modify-function signature="setRects(const QRect*,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1101 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1102 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1103
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1104 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1105
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1106 <value-type name="QTextBlock" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1107 <modify-function signature="operator=(QTextBlock)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1108 <modify-function signature="setUserData(QTextBlockUserData *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1109 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1110 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1111 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1112 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1113 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1114 <value-type name="QTextBlockFormat" delete-in-main-thread="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1115 <value-type name="QTextTableCellFormat" delete-in-main-thread="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1116 <value-type name="QTextCharFormat" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1117 <modify-function signature="isValid()const" access="non-final"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1118
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1119 <modify-function signature="anchorName()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1120 <modify-function signature="setAnchorName(QString)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1121 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1122 <value-type name="QTextFormat" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1123 <modify-function signature="operator=(QTextFormat)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1124 <modify-function signature="isValid()const" access="non-final"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1125
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1126 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1127
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1128 <value-type name="QTextListFormat" delete-in-main-thread="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1129 <value-type name="QPolygon">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1130 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1131 <include file-name="qt.core.QPoint" location="java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1132 </extra-includes>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1133
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1134 <modify-function signature="QPolygon(int, const int *)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1135 <modify-function signature="operator+(QVector&lt;QPoint&gt;)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1136 <modify-function signature="operator&lt;&lt;(QPoint)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1137 <modify-function signature="operator&lt;&lt;(QVector&lt;QPoint&gt;)" remove="all"/>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1138
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1139 <inject-code class="java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1140 public final void insert(int i, QPoint t) {
372
a032df77b6ab Simple debug helper. Unittests. Meta-object for polymorphic non-QObjects
Max Samukha <maxter@spambox.com>
parents: 357
diff changeset
1141 qtd_QPolygon_insert_int_QPoint(qtdNativeId, i, t);
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1142 }
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1143
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1144 public final void insert(int i, int n, QPoint t) {
372
a032df77b6ab Simple debug helper. Unittests. Meta-object for polymorphic non-QObjects
Max Samukha <maxter@spambox.com>
parents: 357
diff changeset
1145 qtd_QPolygon_insert_int_int_QPoint(qtdNativeId, i, n, t);
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1146 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1147 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1148 <inject-code class="java-free">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1149 private extern(C) void qtd_QPolygon_insert_int_QPoint(void* __this_nativeId,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1150 int i0,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1151 QPoint t1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1152 private extern(C) void qtd_QPolygon_insert_int_int_QPoint(void* __this_nativeId,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1153 int i0,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1154 int n1,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1155 QPoint t2);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1156 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1157 <inject-code class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1158 // QPolygon::insert(int i, const QPoint &amp; t)
384
d2f48c4cb3e3 Same behavior of shared libs on linux and windows. Minor build script fixes.
Max Samukha <maxter@spambox.com>
parents: 373
diff changeset
1159 QTD_EXTERN QTD_EXPORT void qtd_QPolygon_insert_int_QPoint
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1160 (void* __this_nativeId,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1161 int i0,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1162 QPoint t1)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1163 {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1164 QPolygon *__qt_this = (QPolygon *) __this_nativeId;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1165 __qt_this->insert((int )i0, (const QPoint&amp; )t1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1166
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1167 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1168
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1169 // QPolygon::insert(int i, int n, const QPoint &amp; t)
384
d2f48c4cb3e3 Same behavior of shared libs on linux and windows. Minor build script fixes.
Max Samukha <maxter@spambox.com>
parents: 373
diff changeset
1170 QTD_EXTERN QTD_EXPORT void qtd_QPolygon_insert_int_int_QPoint
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1171 (void* __this_nativeId,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1172 int i0,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1173 int n1,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1174 QPoint t2)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1175 {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1176 QPolygon *__qt_this = (QPolygon *) __this_nativeId;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1177 __qt_this->insert((int )i0, (int )n1, (const QPoint&amp; )t2);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1178
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1179 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1180 </inject-code>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1181
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1182 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1183 <import-file name="typesystem_gui-java.java" quote-after-line="class QPolygon___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1184 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1185 <!-- qtd2
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1186 <inject-code class="native">
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1187 QTD_EXTERN QTD_JNIEXPORT void JNICALL QTJAMBI_FUNCTION_PREFIX(Java_com_trolltech_qt_gui_QPolygon_add_1private)
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1188 (JNIEnv *__jni_env, jobject, jlong nativeId, jint x, jint y)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1189 {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1190 Q_UNUSED(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1191 QPolygon *polygon = (QPolygon *) qtjambi_from_jlong(nativeId);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1192 if (!polygon)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1193 return;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1194 *polygon &lt;&lt; QPoint(x, y);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1195 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1196 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1197 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1198
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1199 <value-type name="QPolygonF">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1200 <modify-function signature="operator+(QVector&lt;QPointF&gt;)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1201 <modify-function signature="operator&lt;&lt;(QPointF)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1202 <modify-function signature="operator&lt;&lt;(QVector&lt;QPointF&gt;)" remove="all"/>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1203
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1204 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1205 <include file-name="qt.core.QPoint" location="java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1206 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1207
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1208 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1209 <import-file name="typesystem_gui-java.java" quote-after-line="class QPolygonF___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1210 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1211 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1212 <inject-code class="native">
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1213 QTD_EXTERN QTD_JNIEXPORT void JNICALL QTJAMBI_FUNCTION_PREFIX(Java_com_trolltech_qt_gui_QPolygonF_add_1private)
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1214 (JNIEnv *__jni_env, jobject, jlong nativeId, jdouble x, jdouble y)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1215 {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1216 Q_UNUSED(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1217 QPolygonF *polygon = (QPolygonF *) qtjambi_from_jlong(nativeId);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1218 if (!polygon)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1219 return;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1220 *polygon &lt;&lt; QPointF(x, y);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1221 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1222 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1223 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1224 <inject-code class="java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1225 public final void insert(int i, QPointF t) {
372
a032df77b6ab Simple debug helper. Unittests. Meta-object for polymorphic non-QObjects
Max Samukha <maxter@spambox.com>
parents: 357
diff changeset
1226 qtd_QPolygonF_insert_int_QPointF(qtdNativeId, i, t);
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1227 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1228
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1229 public final void insert(int i, int n, QPointF t) {
372
a032df77b6ab Simple debug helper. Unittests. Meta-object for polymorphic non-QObjects
Max Samukha <maxter@spambox.com>
parents: 357
diff changeset
1230 qtd_QPolygonF_insert_int_int_QPointF(qtdNativeId, i, n, t);
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1231 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1232 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1233 <inject-code class="java-free">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1234 private extern(C) void qtd_QPolygonF_insert_int_QPointF(void* __this_nativeId,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1235 int i0,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1236 QPointF t1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1237 private extern(C) void qtd_QPolygonF_insert_int_int_QPointF(void* __this_nativeId,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1238 int i0,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1239 int n1,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1240 QPointF t2);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1241 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1242 <inject-code class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1243 // QPolygonF::insert(int i, const QPointF &amp; t)
384
d2f48c4cb3e3 Same behavior of shared libs on linux and windows. Minor build script fixes.
Max Samukha <maxter@spambox.com>
parents: 373
diff changeset
1244 QTD_EXTERN QTD_EXPORT void qtd_QPolygonF_insert_int_QPointF
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1245 (void* __this_nativeId,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1246 int i0,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1247 QPointF t1)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1248 {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1249 QPolygonF *__qt_this = (QPolygonF *) __this_nativeId;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1250 __qt_this->insert((int )i0, (const QPointF&amp; )t1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1251
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1252 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1253
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1254 // QPolygonF::insert(int i, int n, const QPointF &amp; t)
384
d2f48c4cb3e3 Same behavior of shared libs on linux and windows. Minor build script fixes.
Max Samukha <maxter@spambox.com>
parents: 373
diff changeset
1255 QTD_EXTERN QTD_EXPORT void qtd_QPolygonF_insert_int_int_QPointF
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1256 (void* __this_nativeId,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1257 int i0,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1258 int n1,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1259 QPointF t2)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1260 {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1261 QPolygonF *__qt_this = (QPolygonF *) __this_nativeId;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1262 __qt_this->insert((int )i0, (int )n1, (const QPointF&amp; )t2);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1263
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1264 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1265 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1266 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1267
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1268 <value-type name="QIcon" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1269
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1270 <inject-code class="java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1271 <insert-template name="gui.class_from_variant_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1272 <replace from="%CLASS_NAME" to="QIcon"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1273 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1274
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1275 </inject-code>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1276 <inject-code class="java-free">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1277 <insert-template name="gui.class_from_variant_java_free">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1278 <replace from="%CLASS_NAME" to="QIcon"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1279 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1280 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1281 <inject-code class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1282 <insert-template name="gui.class_from_variant_native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1283 <replace from="%CLASS_NAME" to="QIcon"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1284 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1285 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1286
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1287 <modify-function signature="operator=(QIcon)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1288 <modify-function signature="serialNumber()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1289 <modify-function signature="QIcon(QIconEngineV2 *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1290 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1291 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1292 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1293 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1294 <modify-function signature="QIcon(QIconEngine *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1295 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1296 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1297 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1298 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1299 <modify-function signature="operator QVariant()const" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1300 <inject-code class="java">
298
adae77fdc1ea Native QList implementation is now used throughout QtD
eldar
parents: 288
diff changeset
1301 public final QVariant toVariant() const {
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1302 return operator_cast_QVariant();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1303 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1304 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1305
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1306 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1307
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1308 <value-type name="QTextFrame::iterator" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1309 <include file-name="QTextFrame" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1310 <modify-function signature="operator++(int)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1311 <modify-function signature="operator--(int)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1312 <modify-function signature="operator=(QTextFrame::iterator)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1313 <modify-function signature="operator++()" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1314 <modify-function signature="operator--()" access="private"/>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1315
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1316 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1317 <import-file name="typesystem_gui-java.java" quote-after-line="class QTextFrame_iterator___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1318 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1319
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1320 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1321
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1322 <value-type name="QTreeWidgetItemIterator" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1323 <custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1324 return new QTreeWidgetItemIterator(*copy);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1325 </custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1326 <custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1327 delete copy;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1328 </custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1329 <modify-function signature="operator=(QTreeWidgetItemIterator)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1330 <modify-function signature="operator++(int)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1331 <modify-function signature="operator--(int)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1332 <modify-function signature="operator+=(int)" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1333 <modify-function signature="operator-=(int)" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1334 <modify-function signature="operator++()" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1335 <modify-function signature="operator--()" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1336 <modify-function signature="operator*()const" access="private"/>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1337
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1338 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1339 <import-file name="typesystem_gui-java.java" quote-after-line="class QTreeWidgetItemIterator___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1340 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1341
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1342 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1343
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1344 <value-type name="QTextBlock::iterator" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1345 <include file-name="QTextBlock" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1346
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1347 <modify-function signature="operator++()" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1348 <modify-function signature="operator--()" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1349 <modify-function signature="operator++(int)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1350 <modify-function signature="operator--(int)" remove="all"/>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1351
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1352 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1353 <import-file name="typesystem_gui-java.java" quote-after-line="class QTextBlock_iterator___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1354 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1355
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1356 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1357
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1358 <value-type name="QAbstractTextDocumentLayout::PaintContext" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1359 <include file-name="QAbstractTextDocumentLayout" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1360 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1361 <value-type name="QAbstractTextDocumentLayout::Selection" delete-in-main-thread="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1362
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1363 <value-type name="QPixmap" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1364 <modify-function signature="operator=(QPixmap)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1365 <modify-function signature="operator!()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1366 <modify-function signature="operator QVariant()const" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1367 <modify-function signature="QPixmap(const char **)" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1368 <modify-function signature="serialNumber()const" remove="all"/> <!--### Obsolete in 4.3-->
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1369
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1370 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1371 <import-file name="typesystem_gui-java.java" quote-after-line="class QPixmap___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1372 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1373 <modify-function signature="fill(const QColor &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1374 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1375 <replace-default-expression with="QColor.White"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1376 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1377 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1378
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1379
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1380 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1381 <include file-name="QBitmap" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1382 <include file-name="QMatrix" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1383 </extra-includes>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1384
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1385 <inject-code class="java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1386 <insert-template name="gui.class_from_variant_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1387 <replace from="%CLASS_NAME" to="QPixmap"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1388 </insert-template>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1389 </inject-code>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1390 <inject-code class="java-free">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1391 <insert-template name="gui.class_from_variant_java_free">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1392 <replace from="%CLASS_NAME" to="QPixmap"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1393 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1394 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1395 <inject-code class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1396 <insert-template name="gui.class_from_variant_native_shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1397 <replace from="%CLASS_NAME" to="QPixmap"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1398 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1399 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1400
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1401 <modify-function signature="save(QIODevice *, const char *, int) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1402 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1403 <rename to="private_save"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1404 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1405 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1406 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1407 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1408 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1409 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1410 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1411
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1412 <modify-function signature="save(const QString &amp;, const char *, int) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1413 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1414 <rename to="private_save"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1415 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1416 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1417 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1418 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1419 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1420 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1421 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1422
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1423 <modify-function signature="QPixmap(QString,const char*,QFlags&lt;Qt::ImageConversionFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1424 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1425 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1426 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1427 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1428 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1429 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1430 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1431 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1432 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1433 <insert-template name="gui.pixmap_constructor"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1434 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1435
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1436 <modify-function signature="load(QString,const char*,QFlags&lt;Qt::ImageConversionFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1437 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1438 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1439 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1440 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1441 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1442 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1443 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1444 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1445 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1446 <insert-template name="gui.pixmap_load">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1447 <replace from="%FUNCTION_NAME" to="load"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1448 <replace from="%INPUT_TYPE" to="String"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1449 <replace from="%INPUT_NAME" to="fileName"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1450 <replace from="%OUTPUT_NAME" to="fileName"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1451 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1452 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1453
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1454 <modify-function signature="loadFromData(const unsigned char*,uint,const char*,QFlags&lt;Qt::ImageConversionFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1455 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1456 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1457 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1458 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1459 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1460 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1461 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1462 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1463 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1464 <insert-template name="gui.pixmap_load">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1465 <replace from="%FUNCTION_NAME" to="loadFromData"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1466 <replace from="%INPUT_TYPE" to="byte[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1467 <replace from="%INPUT_NAME" to="data"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1468 <replace from="%OUTPUT_NAME" to="qt.internal.QtJambiInternal.byteArrayToNativePointer(data), data.length"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1469 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1470 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1471
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1472 <modify-function signature="loadFromData(QByteArray,const char*,QFlags&lt;Qt::ImageConversionFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1473 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1474 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1475 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1476 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1477 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1478 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1479 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1480 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1481 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1482 <insert-template name="gui.pixmap_load">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1483 <replace from="%FUNCTION_NAME" to="loadFromData"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1484 <replace from="%INPUT_TYPE" to="qt.core.QByteArray"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1485 <replace from="%INPUT_NAME" to="data"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1486 <replace from="%OUTPUT_NAME" to="data"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1487 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1488 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1489 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1490
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1491 <value-type name="QTextCursor" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1492 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1493 <include file-name="QTextBlock" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1494 <include file-name="QTextDocumentFragment" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1495 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1496 <modify-function signature="operator=(QTextCursor)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1497 <modify-function signature="selectedTableCells(int*,int*,int*,int*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1498 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1499 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1500
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1501 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1502 <import-file name="typesystem_gui-java.java" quote-after-line="class QTextCursor___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1503 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1504 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1505
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1506 <value-type name="QTextLayout::FormatRange">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1507 <include file-name="QTextLayout" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1508 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1509
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1510 <value-type name="QInputMethodEvent::Attribute">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1511 <include file-name="QInputMethodEvent" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1512 <custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1513 return new QInputMethodEvent::Attribute(copy-&gt;type, copy-&gt;start, copy-&gt;length, copy-&gt;value);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1514 </custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1515 <custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1516 delete copy;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1517 </custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1518 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1519
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1520 <value-type name="QItemSelection" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1521
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1522 <modify-function signature="operator+(const QList&lt;QItemSelectionRange&gt;&amp;)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1523 <modify-function signature="operator+=(const QList&lt;QItemSelectionRange&gt;&amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1524 <modify-function signature="operator+=(const QItemSelectionRange&amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1525 <modify-function signature="operator&lt;&lt;(const QList&lt;QItemSelectionRange&gt;&amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1526 <modify-function signature="operator&lt;&lt;(QItemSelectionRange)" remove="all"/>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1527 <!--
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1528 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1529 <import-file name="typesystem_gui-java.java" quote-after-line="class QItemSelection___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1530 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1531 <modify-function signature="split(QItemSelectionRange,QItemSelectionRange,QItemSelection*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1532 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1533 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1534 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1535
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1536 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1537
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1538 <value-type name="QMatrix">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1539 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1540 <include file-name="QPainterPath" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1541 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1542
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1543 <modify-function signature="map(int,int,int*,int*)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1544 <modify-function signature="map(double,double,double*,double*)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1545 <modify-function signature="operator=(QMatrix)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1546
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1547 <modify-function signature="operator*(QMatrix)const" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1548 <modify-function signature="operator*=(QMatrix)" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1549 <modify-function signature="rotate(double)" access="private" rename="rotate_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1550 <modify-function signature="scale(double,double)" access="private" rename="scale_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1551 <modify-function signature="shear(double,double)" access="private" rename="shear_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1552 <modify-function signature="translate(double,double)" access="private" rename="translate_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1553
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1554 <modify-function signature="inverted(bool*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1555 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1556 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1557 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1558 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1559 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1560
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1561 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1562 <insert-template name="core.unary_other_type">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1563 <replace from="%FUNCTION_NAME" to="rotate"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1564 <replace from="%OUT_TYPE" to="QMatrix"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1565 <replace from="%IN_TYPE" to="double"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1566 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1567
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1568 <insert-template name="core.private_function_return_self">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1569 <replace from="%RETURN_TYPE" to="QMatrix"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1570 <replace from="%FUNCTION_NAME" to="scale"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1571 <replace from="%ARGUMENTS" to="double sx, double sy"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1572 <replace from="%ARGUMENT_NAMES" to="sx, sy"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1573 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1574
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1575 <insert-template name="core.private_function_return_self">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1576 <replace from="%RETURN_TYPE" to="QMatrix"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1577 <replace from="%FUNCTION_NAME" to="shear"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1578 <replace from="%ARGUMENTS" to="double sh, double sv"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1579 <replace from="%ARGUMENT_NAMES" to="sh, sv"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1580 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1581
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1582 <insert-template name="core.private_function_return_self">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1583 <replace from="%RETURN_TYPE" to="QMatrix"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1584 <replace from="%FUNCTION_NAME" to="translate"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1585 <replace from="%ARGUMENTS" to="double dx, double dy"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1586 <replace from="%ARGUMENT_NAMES" to="dx, dy"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1587 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1588 </inject-code>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1589
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1590 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1591 <import-file name="typesystem_gui-java.java" quote-after-line="class QMatrix___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1592 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1593
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1594 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1595
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1596 <value-type name="QConicalGradient" polymorphic-id-expression="%1-&gt;type() == QGradient::ConicalGradient">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1597 <custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1598 return new QConicalGradient(copy-&gt;center(), copy-&gt;angle());
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1599 </custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1600 <custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1601 delete copy;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1602 </custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1603 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1604
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1605 <value-type name="QFontInfo"> <!-- delete-in-main-thread="yes" expense-cost="1" expense-limit="1000"> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1606 <custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1607 return new QFontInfo(*copy);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1608 </custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1609 <custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1610 delete copy;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1611 </custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1612 <modify-function signature="operator=(QFontInfo)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1613
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1614 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1615
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1616 <value-type name="QRadialGradient" polymorphic-id-expression="%1-&gt;type() == QGradient::RadialGradient">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1617 <custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1618 return new QRadialGradient(copy-&gt;center(), copy-&gt;radius(), copy-&gt;focalPoint());
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1619 </custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1620 <custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1621 delete copy;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1622 </custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1623 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1624
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1625 <value-type name="QPainterPath::Element">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1626 <modify-field name="x" write="false"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1627 <modify-field name="y" write="false"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1628 <modify-field name="type" write="false"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1629 <include file-name="QPainterPath" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1630 <modify-function signature="operator QPointF()const" access="private"/>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1631
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1632 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1633 <import-file name="typesystem_gui-java.java" quote-after-line="class QPainterPath_Element___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1634 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1635
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1636 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1637
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1638 <value-type name="QTextEdit::ExtraSelection" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1639 <include file-name="QTextEdit" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1640 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1641
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1642 <value-type name="QFont" delete-in-main-thread="yes"> <!-- <expense-cost="1" expense-limit="1000"> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1643
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1644 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1645 <include file-name="QStringList" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1646 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1647 <modify-function signature="operator=(QFont)" remove="all"/>
210
3ea0efe4d31e fixes for d2.
SokoL_SD
parents: 164
diff changeset
1648 <inject-code>
3ea0efe4d31e fixes for d2.
SokoL_SD
parents: 164
diff changeset
1649 <import-file name="typesystem_gui-java.java" quote-after-line="class QFont___" quote-before-line="}// class"/>
3ea0efe4d31e fixes for d2.
SokoL_SD
parents: 164
diff changeset
1650 </inject-code>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1651 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1652
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1653 <value-type name="QTextTableCell" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1654 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1655 <include file-name="QTextCursor" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1656 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1657 <modify-function signature="operator=(QTextTableCell)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1658 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1659
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1660 <value-type name="QImage"> <!-- expense-limit="67108864" expense-cost="height()*bytesPerLine()"> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1661 <modify-function signature="QImage(const char *, const char *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1662 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1663 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1664 <modify-function signature="QImage(const char **)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1665 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1666 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1667 <modify-function signature="QImage(const unsigned char*,int,int,int,QImage::Format)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1668 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1669 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1670 <modify-function signature="bits()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1671 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1672 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1673 <modify-function signature="scanLine(int)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1674 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1675 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1676 <modify-function signature="QImage(const unsigned char *, int, int, QImage::Format)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1677 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1678 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1679
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1680 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1681 <include file-name="QStringList" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1682 <include file-name="QMatrix" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1683 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1684 <modify-function signature="save(const QString &amp;, const char *, int) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1685 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1686 <rename to="private_save"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1687 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1688 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1689 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1690 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1691 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1692 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1693 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1694
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1695 <modify-function signature="QImage(unsigned char*,int,int,QImage::Format)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1696 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1697 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1698
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1699 <modify-function signature="QImage(QString,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1700 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1701 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1702 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1703 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1704 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1705
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1706 <modify-function signature="load(QString,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1707 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1708 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1709 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1710 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1711 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1712
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1713 <modify-function signature="load(QIODevice*,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1714 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1715 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1716
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1717 <modify-function signature="loadFromData(const unsigned char*,int,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1718 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1719 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1720 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1721 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1722 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1723 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1724 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1725 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1726
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1727 <modify-function signature="loadFromData(QByteArray,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1728 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1729 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1730 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1731 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1732 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1733
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1734 <modify-function signature="operator=(QImage)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1735
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1736 <modify-function signature="setText(const char*,const char*,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1737 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1738 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1739
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1740 <modify-function signature="text(const char*,const char*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1741 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1742 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1743
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1744 <modify-function signature="fromData(QByteArray,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1745 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1746 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1747 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1748 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1749 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1750
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1751 <modify-function signature="fromData(const unsigned char*,int,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1752 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1753 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1754
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1755 <modify-function signature="serialNumber()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1756 <modify-function signature="textLanguages()const" remove="all"/> <!--### Obsolete in 4.3-->
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1757
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1758 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1759 <import-file name="typesystem_gui-java.java" quote-after-line="class QImage___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1760 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1761
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1762 <modify-function signature="save(QIODevice *, const char *, int) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1763 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1764 <rename to="private_save"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1765 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1766 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1767 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1768 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1769 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1770 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1771 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1772
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1773 <template name="gui.image_load">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1774 public final boolean %FUNCTION_NAME(%ARGUMENT_TYPE %ARGUMENT_NAME, String format) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1775 return %FUNCTION_NAME(%OUT_ARGUMENT_NAME, format != null ? QNativePointer.createCharPointer(format) : null);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1776 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1777
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1778 public final boolean %FUNCTION_NAME(%ARGUMENT_TYPE %ARGUMENT_NAME) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1779 return %FUNCTION_NAME(%ARGUMENT_NAME, (String) null);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1780 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1781 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1782 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1783 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1784 <insert-template name="gui.image_load">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1785 <replace from="%FUNCTION_NAME" to="load"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1786 <replace from="%ARGUMENT_TYPE" to="String"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1787 <replace from="%ARGUMENT_NAME" to="fileName"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1788 <replace from="%OUT_ARGUMENT_NAME" to="fileName"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1789 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1790 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1791
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1792 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1793 <insert-template name="gui.image_load">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1794 <replace from="%FUNCTION_NAME" to="load"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1795 <replace from="%ARGUMENT_TYPE" to="qt.core.QIODevice"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1796 <replace from="%ARGUMENT_NAME" to="device"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1797 <replace from="%OUT_ARGUMENT_NAME" to="device"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1798 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1799 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1800
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1801 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1802 <insert-template name="gui.image_load">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1803 <replace from="%FUNCTION_NAME" to="loadFromData"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1804 <replace from="%ARGUMENT_TYPE" to="byte[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1805 <replace from="%ARGUMENT_NAME" to="data"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1806 <replace from="%OUT_ARGUMENT_NAME" to="qt.internal.QtJambiInternal.byteArrayToNativePointer(data), data.length"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1807 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1808 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1809
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1810 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1811 <insert-template name="gui.image_load">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1812 <replace from="%FUNCTION_NAME" to="loadFromData"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1813 <replace from="%ARGUMENT_TYPE" to="qt.core.QByteArray"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1814 <replace from="%ARGUMENT_NAME" to="data"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1815 <replace from="%OUT_ARGUMENT_NAME" to="data"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1816 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1817 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1818
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1819 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1820 <insert-template name="gui.image_load">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1821 <replace from="%FUNCTION_NAME" to="fromData"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1822 <replace from="%ARGUMENT_TYPE" to="qt.core.QByteArray"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1823 <replace from="%ARGUMENT_NAME" to="data"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1824 <replace from="%OUT_ARGUMENT_NAME" to="data"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1825 <replace from="boolean" to="QImage"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1826 <replace from="final" to="static"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1827 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1828 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1829 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1830 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1831
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1832 <value-type name="QColormap" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1833 <modify-function signature="operator=(QColormap)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1834 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1835 <include file-name="QColor" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1836 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1837 <custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1838 return new QColormap(*copy);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1839 </custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1840 <custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1841 delete copy;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1842 </custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1843 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1844
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1845 <value-type name="QCursor" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1846 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1847 <include file-name="QPixmap" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1848 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1849 <modify-function signature="operator=(QCursor)" remove="all"/>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1850 <!--
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1851 <template name="gui.cursor_bitmap_getter">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1852 <insert-template name="gui.getter_returning_nativepointer">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1853 <replace from="%RETURN_TYPE" to="QBitmap"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1854 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1855 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1856
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1857 <modify-function signature="bitmap()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1858 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1859 <rename to="bitmap_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1860 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1861 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1862 <insert-template name="gui.cursor_bitmap_getter">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1863 <replace from="%FUNCTION_NAME" to="bitmap"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1864 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1865 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1866
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1867 <modify-function signature="mask()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1868 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1869 <rename to="mask_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1870 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1871 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1872 <insert-template name="gui.cursor_bitmap_getter">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1873 <replace from="%FUNCTION_NAME" to="mask"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1874 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1875 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1876 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1877 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1878
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1879 <value-type name="QFontDatabase" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1880 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1881 <include file-name="QStringList" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1882 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1883 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1884
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1885 <value-type name="QPen">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1886 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1887 <include file-name="QBrush" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1888 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1889
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1890 <modify-function signature="operator=(QPen)" remove="all"/>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1891
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1892 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1893 <import-file name="typesystem_gui-java.java" quote-after-line="class QPen___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1894 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1895 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1896
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1897 <value-type name="QBrush">
371
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents: 357
diff changeset
1898 <!-- <modify-function signature="QBrush(Qt::GlobalColor, Qt::BrushStyle)" remove="all"/> -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1899 <modify-function signature="operator=(const QBrush &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1900 <!-- restore later - abstract class not handled-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1901 <modify-function signature="gradient() const" remove="all"/>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1902
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1903 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1904 <include file-name="QPixmap" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1905 </extra-includes>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1906
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1907 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1908 <import-file name="typesystem_gui-java.java" quote-after-line="class QBrush___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1909 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1910
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1911
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1912 <modify-function signature="gradient()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1913 <!-- Use custom constructors already defined for gradient -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1914 <modify-argument index="0">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1915 <replace-type modified-type="qt.gui.QGradient"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1916 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1917 jobject %out = qtjambi_from_object(__jni_env, %in, "QGradient", "com/trolltech/qt/gui/", "Lcom_trolltech_qt_gui_QGradient_2", true);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1918 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1919 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1920 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1921 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1922
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1923 <value-type name="QColor">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1924 <modify-function signature="QColor(QColor::Spec)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1925 <modify-function signature="operator=(QColor)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1926 <modify-function signature="operator=(Qt::GlobalColor)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1927
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1928 <modify-function signature="QColor(const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1929 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1930 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1931
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1932 <modify-function signature="getCmyk(int*,int*,int*,int*,int*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1933 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1934 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1935
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1936 <modify-function signature="getCmykF(double*,double*,double*,double*,double*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1937 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1938 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1939
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1940 <modify-function signature="getHsv(int*,int*,int*,int*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1941 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1942 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1943
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1944 <modify-function signature="getHsvF(double*,double*,double*,double*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1945 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1946 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1947
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1948 <modify-function signature="getRgb(int*,int*,int*,int*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1949 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1950 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1951
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1952 <modify-function signature="getRgbF(double*,double*,double*,double*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1953 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1954 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1955
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1956 <modify-function signature="dark(int)const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1957 <modify-function signature="light(int)const" remove="all"/> <!--### Obsolete in 4.3-->
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
1958
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1959 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1960 <import-file name="typesystem_gui-java.java" quote-after-line="class QColor___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1961 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1962 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1963
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1964 <value-type name="QFontMetricsF" delete-in-main-thread="yes"> <!-- expense-cost="1" expense-limit="1000"> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1965 <!-- <custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1966 return new QFontMetricsF(*copy);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1967 </custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1968 <custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1969 delete copy;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1970 </custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1971 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1972 <modify-function signature="operator!=(const QFontMetricsF &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1973 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1974 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1975 <modify-function signature="operator==(const QFontMetricsF &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1976 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1977 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1978
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1979 <modify-function signature="boundingRect(QRectF,int,QString,int,int*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1980 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1981 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1982 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1983 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1984 <modify-argument index="5">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1985 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1986 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1987 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1988
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1989 <modify-function signature="operator=(QFontMetrics)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1990 <modify-function signature="operator=(QFontMetricsF)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1991
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1992 <modify-function signature="size(int,QString,int,int*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1993 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1994 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1995 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1996 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1997 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1998 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1999 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2000 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
2001
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2002 <template name="gui.fontmetricsf_boundingrect">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2003 <insert-template name="gui.fontmetrics_tabarray_function">
410
bb0c0bbca312 Added wrappers for the QFontMetrics methods taking tabstop arrays.
David Nadlinger <code@klickverbot.at>
parents: 384
diff changeset
2004 <replace from="%RETURN_TYPE" to="QRectF"/>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2005 <replace from="%FUNCTION_NAME" to="boundingRect"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2006 <replace from="%RECT_ARGUMENTS" to="%RECT_ARGUMENTS, "/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2007 <replace from="%RECT_CALL_ARGUMENTS" to="%RECT_CALL_ARGUMENTS, "/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2008 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2009 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2010
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2011 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2012 <insert-template name="gui.fontmetricsf_boundingrect">
410
bb0c0bbca312 Added wrappers for the QFontMetrics methods taking tabstop arrays.
David Nadlinger <code@klickverbot.at>
parents: 384
diff changeset
2013 <replace from="%RECT_ARGUMENTS" to="QRectF rect"/>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2014 <replace from="%RECT_CALL_ARGUMENTS" to="rect"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2015 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2016 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2017
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2018 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2019 <insert-template name="gui.fontmetrics_tabarray_function">
410
bb0c0bbca312 Added wrappers for the QFontMetrics methods taking tabstop arrays.
David Nadlinger <code@klickverbot.at>
parents: 384
diff changeset
2020 <replace from="%RETURN_TYPE" to="QSizeF"/>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2021 <replace from="%FUNCTION_NAME" to="size"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2022 <replace from="%RECT_ARGUMENTS" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2023 <replace from="%RECT_CALL_ARGUMENTS" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2024 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2025 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2026 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2027 <value-type name="QTextOption::Tab"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2028
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2029 <value-type name="QFontMetrics" delete-in-main-thread="yes"> <!-- <expense-cost="1" expense-limit="1000">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2030 <custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2031 return new QFontMetrics(*copy);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2032 </custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2033 <custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2034 delete copy;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2035 </custom-destructor>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2036 <modify-function signature="operator!=(const QFontMetrics &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2037 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2038 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2039 <modify-function signature="operator==(const QFontMetrics &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2040 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2041 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2042
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2043 <modify-function signature="boundingRect(int,int,int,int,int,QString,int,int*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2044 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2045 <modify-argument index="7">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2046 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2047 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2048 <modify-argument index="8">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2049 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2050 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2051 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2052
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2053 <modify-function signature="boundingRect(QRect,int,QString,int,int*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2054 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2055 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2056 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2057 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2058 <modify-argument index="5">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2059 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2060 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2061 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2062
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2063 <modify-function signature="operator=(QFontMetrics)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2064
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2065 <modify-function signature="size(int,QString,int,int*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2066 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2067 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2068 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2069 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2070 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2071 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2072 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2073 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2074
410
bb0c0bbca312 Added wrappers for the QFontMetrics methods taking tabstop arrays.
David Nadlinger <code@klickverbot.at>
parents: 384
diff changeset
2075 <template name="gui.fontmetrics_tabarray_function">
bb0c0bbca312 Added wrappers for the QFontMetrics methods taking tabstop arrays.
David Nadlinger <code@klickverbot.at>
parents: 384
diff changeset
2076 public final %RETURN_TYPE %FUNCTION_NAME(%RECT_ARGUMENTSint flags, string text, int tabStops = 0, int[] tabArray = null) {
bb0c0bbca312 Added wrappers for the QFontMetrics methods taking tabstop arrays.
David Nadlinger <code@klickverbot.at>
parents: 384
diff changeset
2077 int* ptr;
bb0c0bbca312 Added wrappers for the QFontMetrics methods taking tabstop arrays.
David Nadlinger <code@klickverbot.at>
parents: 384
diff changeset
2078 if (tabArray != null) {
bb0c0bbca312 Added wrappers for the QFontMetrics methods taking tabstop arrays.
David Nadlinger <code@klickverbot.at>
parents: 384
diff changeset
2079 auto copy = new int[tabArray.length + 1];
bb0c0bbca312 Added wrappers for the QFontMetrics methods taking tabstop arrays.
David Nadlinger <code@klickverbot.at>
parents: 384
diff changeset
2080 copy[0..tabArray.length] = tabArray;
bb0c0bbca312 Added wrappers for the QFontMetrics methods taking tabstop arrays.
David Nadlinger <code@klickverbot.at>
parents: 384
diff changeset
2081 copy[tabArray.length] = 0;
bb0c0bbca312 Added wrappers for the QFontMetrics methods taking tabstop arrays.
David Nadlinger <code@klickverbot.at>
parents: 384
diff changeset
2082 ptr = copy.ptr;
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2083 }
410
bb0c0bbca312 Added wrappers for the QFontMetrics methods taking tabstop arrays.
David Nadlinger <code@klickverbot.at>
parents: 384
diff changeset
2084 return %FUNCTION_NAME(%RECT_CALL_ARGUMENTSflags, text, tabStops, ptr);
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2085 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2086 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2087
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2088 <template name="gui.fontmetrics_boundingrect">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2089 <insert-template name="gui.fontmetrics_tabarray_function">
410
bb0c0bbca312 Added wrappers for the QFontMetrics methods taking tabstop arrays.
David Nadlinger <code@klickverbot.at>
parents: 384
diff changeset
2090 <replace from="%RETURN_TYPE" to="QRect"/>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2091 <replace from="%FUNCTION_NAME" to="boundingRect"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2092 <replace from="%RECT_ARGUMENTS" to="%RECT_ARGUMENTS, "/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2093 <replace from="%RECT_CALL_ARGUMENTS" to="%RECT_CALL_ARGUMENTS, "/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2094 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2095 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2096
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2097 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2098 <insert-template name="gui.fontmetrics_boundingrect">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2099 <replace from="%RECT_ARGUMENTS" to="int x, int y, int width, int height"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2100 <replace from="%RECT_CALL_ARGUMENTS" to="x, y, width, height"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2101 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2102 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2103
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2104 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2105 <insert-template name="gui.fontmetrics_boundingrect">
410
bb0c0bbca312 Added wrappers for the QFontMetrics methods taking tabstop arrays.
David Nadlinger <code@klickverbot.at>
parents: 384
diff changeset
2106 <replace from="%RECT_ARGUMENTS" to="QRect rect"/>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2107 <replace from="%RECT_CALL_ARGUMENTS" to="rect"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2108 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2109 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2110
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2111 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2112 <insert-template name="gui.fontmetrics_tabarray_function">
410
bb0c0bbca312 Added wrappers for the QFontMetrics methods taking tabstop arrays.
David Nadlinger <code@klickverbot.at>
parents: 384
diff changeset
2113 <replace from="%RETURN_TYPE" to="QSize"/>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2114 <replace from="%FUNCTION_NAME" to="size"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2115 <replace from="%RECT_ARGUMENTS" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2116 <replace from="%RECT_CALL_ARGUMENTS" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2117 </insert-template>
410
bb0c0bbca312 Added wrappers for the QFontMetrics methods taking tabstop arrays.
David Nadlinger <code@klickverbot.at>
parents: 384
diff changeset
2118 </inject-code>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2119 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2120
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2121 <value-type name="QGradient" force-abstract="yes" polymorphic-base="yes" polymorphic-id-expression="%1-&gt;type() == QGradient::NoGradient">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2122 <custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2123 Q_UNUSED(copy)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2124 qWarning("Copying empty QGradient object");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2125 return new QGradient();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2126 </custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2127 <custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2128 delete copy;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2129 </custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2130 <modify-function signature="operator==(const QGradient &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2131 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2132 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2133 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2134
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2135 <value-type name="QLinearGradient" polymorphic-id-expression="%1-&gt;type() == QGradient::LinearGradient">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2136 <custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2137 QLinearGradient *lg = new QLinearGradient(copy-&gt;start(), copy-&gt;finalStop());
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2138 lg-&gt;setSpread(copy-&gt;spread());
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2139 lg-&gt;setStops(copy-&gt;stops());
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2140 return (void *) lg;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2141 </custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2142 <custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2143 delete copy;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2144 </custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2145 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2146
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2147 <value-type name="QPrinterInfo">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2148 <modify-function signature="operator=(const QPrinterInfo &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2149 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2150
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2151 <interface-type name="QLayoutItem">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2152 <modify-field name="align">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2153 <rename to="align_"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2154 </modify-field>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2155 </interface-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2156 <interface-type name="QPaintDevice">
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
2157
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2158 <modify-function signature="paintEngine () const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2159 <store-result/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2160 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
2161
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2162 </interface-type>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
2163
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2164 <interface-type name="QGraphicsItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2165 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2166 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
2167
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2168 <modify-function signature="matrix()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2169 <modify-function signature="resetMatrix()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2170 <modify-function signature="sceneMatrix()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2171 <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2172
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2173 <modify-function signature="children()const" remove="all"/>
342
c887282e1590 removed enum experiment leftover
maxter <spambox@d-coding.com>
parents: 326
diff changeset
2174 <modify-function signature="isBlockedByModalPanel(QGraphicsItem**)const" remove="all"/>
326
baaf74652f4c treat const and non-const functions as separate
eldar1@eldar1-laptop
parents: 324
diff changeset
2175 <!-- <modify-function signature="toGraphicsObject()const" remove="all"/> -->
324
Eldar Insafutdinov <e.insafutdinov@gmail.com>
parents: 323
diff changeset
2176 <!--
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2177 <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2178
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2179 <modify-function signature="paint(QPainter*,const QStyleOptionGraphicsItem*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2180 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2181 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2182 <modify-function signature="collidesWithItem(const QGraphicsItem*,Qt::ItemSelectionMode)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2183 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2184 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2185
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2186 <modify-function signature="contextMenuEvent(QGraphicsSceneContextMenuEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2187 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2188 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2189 <modify-function signature="dragEnterEvent(QGraphicsSceneDragDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2190 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2191 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2192 <modify-function signature="dragLeaveEvent(QGraphicsSceneDragDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2193 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2194 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2195 <modify-function signature="dragMoveEvent(QGraphicsSceneDragDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2196 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2197 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2198 <modify-function signature="dropEvent(QGraphicsSceneDragDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2199 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2200 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2201 <modify-function signature="focusInEvent(QFocusEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2202 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2203 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2204 <modify-function signature="focusOutEvent(QFocusEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2205 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2206 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2207 <modify-function signature="hoverEnterEvent(QGraphicsSceneHoverEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2208 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2209 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2210 <modify-function signature="hoverLeaveEvent(QGraphicsSceneHoverEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2211 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2212 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2213 <modify-function signature="hoverMoveEvent(QGraphicsSceneHoverEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2214 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2215 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2216 <modify-function signature="inputMethodEvent(QInputMethodEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2217 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2218 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2219 <modify-function signature="isObscuredBy(const QGraphicsItem*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2220 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2221 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2222 <modify-function signature="keyPressEvent(QKeyEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2223 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2224 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2225 <modify-function signature="keyReleaseEvent(QKeyEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2226 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2227 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2228 <modify-function signature="mouseDoubleClickEvent(QGraphicsSceneMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2229 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2230 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2231 <modify-function signature="mouseMoveEvent(QGraphicsSceneMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2232 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2233 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2234 <modify-function signature="mousePressEvent(QGraphicsSceneMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2235 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2236 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2237 <modify-function signature="mouseReleaseEvent(QGraphicsSceneMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2238 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2239 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2240 <modify-function signature="sceneEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2241 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2242 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2243 <modify-function signature="sceneEventFilter(QGraphicsItem*,QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2244 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2245 <modify-argument index="2" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2246 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2247 <modify-function signature="wheelEvent(QGraphicsSceneWheelEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2248 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2249 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2250
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2251 <modify-function signature="children()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2252 <modify-function signature="installSceneEventFilter(QGraphicsItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2253 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2254 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2255 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2256 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2257 <modify-function signature="removeSceneEventFilter(QGraphicsItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2258 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2259 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2260 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2261 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
2262
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2263
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2264 <modify-function signature="QGraphicsItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2265 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2266 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2267 if (%1 != null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2268 disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2269 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2270 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2271
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2272 <modify-function signature="paint(QPainter *, const QStyleOptionGraphicsItem *, QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2273 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2274 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2275 jobject %out = qtjambi_from_object(__jni_env, %in, "QStyleOptionGraphicsItem", "com/trolltech/qt/gui/", "Lcom_trolltech_qt_gui_QStyleOption_2", true);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2276 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2277 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2278 const QStyleOptionGraphicsItem *%out = (QStyleOptionGraphicsItem *) qtjambi_to_object(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2279 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2280 <replace-type modified-type="qt.gui.QStyleOptionGraphicsItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2281 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2282 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2283
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2284 <modify-function signature="setGroup(QGraphicsItemGroup*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2285 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2286 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2287 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2288 <inject-code position="beginning">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2289 qt.gui.QGraphicsItemGroup oldGroup = group();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2290 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2291 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2292 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2293 if (%1 == null &amp;&amp; oldGroup != null &amp;&amp; oldGroup.parentItem() == null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2294 reenableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2295 else
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2296 disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2297 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2298 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2299
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2300 <modify-function signature="setParentItem(QGraphicsItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2301 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2302 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2303 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2304 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2305 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2306 if (%1 == null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2307 reenableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2308 else
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2309 disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2310 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2311 </modify-function> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2312 </interface-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2313
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2314 <object-type name="QAbstractGraphicsShapeItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2315 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2316 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2317 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2318 <modify-function signature="QAbstractGraphicsShapeItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2319 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2320 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2321 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2322 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2323 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2324 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2325 <modify-function signature="matrix()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2326 <modify-function signature="resetMatrix()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2327 <modify-function signature="sceneMatrix()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2328 <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2329 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2330 <modify-function signature="QAbstractGraphicsShapeItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2331 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2332 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2333 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2334 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2335 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2336 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2337 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2338
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2339 <object-type name="QAbstractItemView">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2340 <!-- <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2341 <include file-name="tango.util.container.HashMap" location="java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2342 </extra-includes>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2343 <modify-function signature="update()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2344 <modify-function signature="horizontalStepsPerItem()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2345 <modify-function signature="setHorizontalStepsPerItem(int)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2346 <modify-function signature="setVerticalStepsPerItem(int)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2347 <modify-function signature="verticalStepsPerItem()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2348
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2349 <modify-function signature="edit(QModelIndex,QAbstractItemView::EditTrigger,QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2350 <modify-argument index="3" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2351 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2352 <modify-function signature="selectionCommand(QModelIndex,const QEvent*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2353 <modify-argument index="2" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2354 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2355
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2356 <!-- <modify-function signature="QAbstractItemView(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2357 <inject-code class="java" position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2358 __rcDelegatesForColumns = new HashMap!(int, QAbstractItemDelegate);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2359 __rcDelegatesForRows = new HashMap!(int, QAbstractItemDelegate);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2360 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2361 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
2362 -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2363 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2364 <import-file name="typesystem_gui-java.java" quote-after-line="class QAbstractItemView___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2365 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2366
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2367
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2368 <modify-function signature="setIndexWidget(const QModelIndex &amp;,QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2369 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2370 <!-- Safe to ignore because view reparents widget -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2371 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2372 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2373 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2374 <modify-function signature="setItemDelegate(QAbstractItemDelegate *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2375 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2376 <reference-count action="set" variable-name="__rcItemDelegate"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2377 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2378 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2379 <modify-function signature="setModel(QAbstractItemModel *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2380 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2381 <reference-count action="set" variable-name="__rcItemModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2382 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2383 <inject-code class="java" position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2384 // setModel() creates a new selection model for the object
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2385 __rcItemSelectionModel = null;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2386 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2387 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2388 <modify-function signature="setSelectionModel(QItemSelectionModel *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2389 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2390 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2391 <reference-count action="set" variable-name="__rcItemSelectionModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2392 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2393 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2394 <modify-function signature="setItemDelegateForColumn(int,QAbstractItemDelegate*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2395 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2396 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2397 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2398 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2399 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2400 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2401 if (%2 is null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2402 __rcDelegatesForColumns.remove(%1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2403 else
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2404 __rcDelegatesForColumns[%1] = %2;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2405 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2406 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2407 <modify-function signature="setItemDelegateForRow(int,QAbstractItemDelegate*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2408 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2409 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2410 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2411 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2412 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2413 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2414 if (%2 is null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2415 __rcDelegatesForRows.remove(%1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2416 else
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2417 __rcDelegatesForRows[%1] = %2;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2418 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2419 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2420 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2421
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2422 <object-type name="QAbstractPageSetupDialog"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2423 <object-type name="QAbstractPrintDialog"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2424 <object-type name="QAbstractSlider"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2425 <object-type name="QAbstractTextDocumentLayout">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2426 <modify-function signature="setPaintDevice(QPaintDevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2427 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2428 <reference-count action="set" variable-name="__rcPaintDevice"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2429 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2430 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2431
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2432 <modify-function signature="draw(QPainter*,QAbstractTextDocumentLayout::PaintContext)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2433 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2434 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2435 <modify-function signature="drawInlineObject(QPainter*,QRectF,QTextInlineObject,int,QTextFormat)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2436 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2437 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2438
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2439 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2440 <object-type name="QAccessible">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2441 <modify-function signature="initialize()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2442 <modify-function signature="cleanup()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2443 <modify-function signature="setRootObject(QObject *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2444 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2445 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2446 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2447 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2448 <modify-function signature="queryAccessibleInterface(QObject *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2449 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2450 <define-ownership class="java" owner="java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2451 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2452 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2453 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2454 <object-type name="QAccessibleBridge">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2455 <modify-function signature="setRootObject(QAccessibleInterface *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2456 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2457 <define-ownership class="shell" owner="java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2458 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2459 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2460 <modify-function signature="notifyAccessibilityUpdate(int,QAccessibleInterface*,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2461 <modify-argument invalidate-after-use="yes" index="2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2462 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2463 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2464 <object-type name="QAccessible2Interface"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2465 <!-- <object-type name="QAccessibleTableInterface">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2466 <modify-function signature="qAccessibleTableCastHelper()" remove="all"/>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
2467
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2468 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2469 <import-file name="typesystem_gui-java.java" quote-after-line="class QAccessibleTableInterface___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2470 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2471
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2472
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2473 <modify-function signature="cellAtIndex(int,int*,int*,int*,int*,bool*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2474 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2475 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2476 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2477 int rowHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2478 int *%out = &amp;rowHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2479 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2480 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2481 // nothing
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2482 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2483 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2484 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2485 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2486 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2487 int columnHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2488 int *%out = &amp;columnHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2489 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2490 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2491 // nothing
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2492 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2493 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2494 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2495 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2496 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2497 int rowSpanHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2498 int *%out = &amp;rowSpanHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2499 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2500 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2501 // nothing
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2502 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2503 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2504 <modify-argument index="5">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2505 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2506 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2507 int columnSpanHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2508 int *%out = &amp;columnSpanHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2509 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2510 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2511 // nothing
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2512 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2513 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2514 <modify-argument index="6">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2515 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2516 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2517 bool isSelectedHolder = false;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2518 bool *%out = &amp;isSelectedHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2519 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2520 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2521 // no conversion
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2522 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2523 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2524 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2525 <replace-type modified-type="qt.gui.QAccessibleTableInterface$CellAtIndex"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2526 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2527 jobject %out = qtjambi_to_cellatindex(__jni_env, rowHolder, columnHolder, rowSpanHolder, columnSpanHolder, isSelectedHolder);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2528 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2529 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2530 qtjambi_from_cellatindex(__jni_env, %in, %2, %3, %4, %5, %6);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2531 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2532 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2533 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2534
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2535 <modify-function signature="selectedColumns(int,QList&lt;int&gt;*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2536 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2537 <replace-type modified-type="java.util.List&lt;Integer&gt;"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2538 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2539 StaticCache *sc = StaticCache::instance();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2540 sc-&gt;resolveArrayList();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2541 sc-&gt;resolveCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2542 sc-&gt;resolveInteger();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2543
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2544 jobject columnsHolder = 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2545 if (%in != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2546 columnsHolder = __jni_env-&gt;NewObject(sc-&gt;ArrayList.class_ref, sc-&gt;ArrayList.constructor, %in-&gt;size());
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2547 qtjambi_exception_check(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2548 if (columnsHolder != 0) for (int i=0; i&lt;%in-&gt;size(); i++) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2549 __jni_env-&gt;CallVoidMethod(columnsHolder, sc-&gt;Collection.add, qtjambi_from_int(__jni_env, %in-&gt;at(i)));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2550 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2551 qtjambi_exception_check(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2552 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2553 jobject %out = columnsHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2554 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2555 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2556 StaticCache *sc = StaticCache::instance();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2557 sc-&gt;resolveCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2558
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2559 QList&lt;int&gt; columnHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2560 if (%in != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2561 jobjectArray columnsAsArray = (jobjectArray) __jni_env-&gt;CallObjectMethod(%in, sc-&gt;Collection.toArray);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2562 if (columnsAsArray != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2563 int len = __jni_env-&gt;GetArrayLength(columnsAsArray);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2564 for (int i=0; i&lt;len; ++i) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2565 columnHolder.append(qtjambi_to_int(__jni_env, __jni_env-&gt;GetObjectArrayElement(columnsAsArray, i)));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2566 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2567 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2568 qtjambi_exception_check(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2569 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2570 QList&lt;int&gt; *%out = &amp;columnHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2571 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2572 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2573 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2574 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2575 // Copy back
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2576 if (columnsHolder != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2577 jobjectArray columnsAsArray = (jobjectArray) __jni_env-&gt;CallObjectMethod(columnsHolder, sc-&gt;Collection.toArray);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2578 if (columnsAsArray != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2579 int len = __jni_env-&gt;GetArrayLength(columnsAsArray);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2580 %2-&gt;clear();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2581 for (int i=0; i&lt;len; ++i) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2582 %2-&gt;append(qtjambi_to_int(__jni_env, __jni_env-&gt;GetObjectArrayElement(columnsAsArray, i)));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2583 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2584 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2585 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2586
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2587 int %out = %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2588 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2589 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2590 // Copy back
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2591 if (%2 != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2592 __jni_env-&gt;CallVoidMethod(%2, sc-&gt;Collection.clear);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2593 for (int i=0; i&lt;columnHolder.size(); ++i) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2594 __jni_env-&gt;CallVoidMethod(%2, sc-&gt;Collection.add, qtjambi_from_int(__jni_env, columnHolder.at(i)));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2595 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2596 qtjambi_exception_check(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2597 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2598
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2599 jint %out = %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2600 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2601 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2602 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2603 <modify-function signature="selectedRows(int,QList&lt;int&gt;*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2604 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2605 <replace-type modified-type="java.util.List&lt;Integer&gt;"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2606 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2607 StaticCache *sc = StaticCache::instance();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2608 sc-&gt;resolveArrayList();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2609 sc-&gt;resolveCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2610 sc-&gt;resolveInteger();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2611
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2612 jobject rowsHolder = 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2613 if (%in != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2614 rowsHolder = __jni_env-&gt;NewObject(sc-&gt;ArrayList.class_ref, sc-&gt;ArrayList.constructor, %in-&gt;size());
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2615 qtjambi_exception_check(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2616 if (rowsHolder != 0) for (int i=0; i&lt;%in-&gt;size(); i++) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2617 __jni_env-&gt;CallVoidMethod(rowsHolder, sc-&gt;Collection.add, qtjambi_from_int(__jni_env, %in-&gt;at(i)));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2618 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2619 qtjambi_exception_check(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2620 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2621 jobject %out = rowsHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2622 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2623 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2624 StaticCache *sc = StaticCache::instance();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2625 sc-&gt;resolveCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2626
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2627 QList&lt;int&gt; rowsHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2628 if (%in != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2629 jobjectArray rowsAsArray = (jobjectArray) __jni_env-&gt;CallObjectMethod(%in, sc-&gt;Collection.toArray);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2630 if (rowsAsArray != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2631 int len = __jni_env-&gt;GetArrayLength(rowsAsArray);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2632 for (int i=0; i&lt;len; ++i) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2633 rowsHolder.append(qtjambi_to_int(__jni_env, __jni_env-&gt;GetObjectArrayElement(rowsAsArray, i)));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2634 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2635 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2636 qtjambi_exception_check(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2637 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2638 QList&lt;int&gt; *%out = &amp;rowsHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2639 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2640 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2641 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2642 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2643 // Copy back
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2644 if (rowsHolder != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2645 jobjectArray rowsAsArray = (jobjectArray) __jni_env-&gt;CallObjectMethod(rowsHolder, sc-&gt;Collection.toArray);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2646 if (rowsAsArray != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2647 int len = __jni_env-&gt;GetArrayLength(rowsAsArray);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2648 %2-&gt;clear();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2649 for (int i=0; i&lt;len; ++i) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2650 %2-&gt;append(qtjambi_to_int(__jni_env, __jni_env-&gt;GetObjectArrayElement(rowsAsArray, i)));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2651 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2652 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2653 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2654
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2655 int %out = %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2656 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2657 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2658 // Copy back
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2659 if (%2 != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2660 __jni_env-&gt;CallVoidMethod(%2, sc-&gt;Collection.clear);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2661 for (int i=0; i&lt;rowsHolder.size(); ++i) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2662 __jni_env-&gt;CallVoidMethod(%2, sc-&gt;Collection.add, qtjambi_from_int(__jni_env, rowsHolder.at(i)));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2663 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2664 qtjambi_exception_check(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2665 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2666
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2667 jint %out = %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2668 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2669 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2670 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2671
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2672 </object-type> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2673
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2674 <object-type name="QAccessibleInterface">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2675 <modify-function signature="indexOfChild(const QAccessibleInterface*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2676 <modify-argument invalidate-after-use="yes" index="1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2677 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2678 <modify-function signature="relationTo(int,const QAccessibleInterface*,int)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2679 <modify-argument invalidate-after-use="yes" index="2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2680 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
2681
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2682 <!-- <modify-function signature="navigate(QAccessible::RelationFlag,int,QAccessibleInterface**)const" remove="all"/> --><!-- TODO -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2683
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
2684 <!--
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2685 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2686 <import-file name="typesystem_gui-java.java" quote-after-line="class QAccessibleInterface___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2687 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2688
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2689
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2690 <template name="gui.accessible_interface_to_target">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2691 jclass __target_class = resolveClass(__jni_env, "QAccessibleInterface$Target", "com/trolltech/qt/gui/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2692 QTJAMBI_EXCEPTION_CHECK(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2693 Q_ASSERT(__target_class);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2694
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2695 jmethodID __target_constructor = resolveMethod(__jni_env, "&lt;init&gt;", "(ILcom/trolltech/qt/gui/QAccessibleInterface;)V", "QAccessibleInterface$Target", "com/trolltech/qt/gui/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2696 QTJAMBI_EXCEPTION_CHECK(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2697 Q_ASSERT(__target_constructor);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2698
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2699 jobject __java_interface = %TARGET != 0 ? qtjambi_from_object(__jni_env, %TARGET, "QAccessibleInterface$ConcreteWrapper", "com/trolltech/qt/gui/", true) : 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2700
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2701 jobject %OUTPUT = __jni_env-&gt;NewObject(__target_class, __target_constructor, %CHILD_INDEX, __java_interface);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2702 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2703
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2704 <modify-function signature="navigate(QAccessible::RelationFlag,int,QAccessibleInterface**)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2705 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2706 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2707 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2708 // nothing
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2709 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2710 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2711 QAccessibleInterface *__qt_interface = 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2712 QAccessibleInterface **%out = &amp;__qt_interface;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2713 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2714 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2715
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2716 <modify-argument index="0">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2717 <replace-type modified-type="qt.gui.QAccessibleInterface$Target"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2718 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2719 <insert-template name="gui.accessible_interface_to_target">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2720 <replace from="%TARGET" to="__qt_interface"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2721 <replace from="%CHILD_INDEX" to="%in"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2722 <replace from="%OUTPUT" to="%out"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2723 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2724 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2725 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2726 jfieldID __childIndex_id = resolveField(__jni_env, "childIndex", "I", "QAccessibleInterface$Target", "com/trolltech/qt/gui/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2727 Q_ASSERT(__childIndex_id);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2728
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2729 jfieldID __target_id = resolveField(__jni_env, "target", "Lcom/trolltech/qt/gui/QAccessibleInterface;", "QAccessibleInterface$Target", "com/trolltech/qt/gui/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2730 Q_ASSERT(__target_id);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2731
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2732 jint %out = __jni_env-&gt;GetIntField(%in, __childIndex_id);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2733
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2734 jobject __java_interface = __jni_env-&gt;GetObjectField(%in, __target_id);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2735 QtJambiLink *__qt_link = __java_interface != 0 ? QtJambiLink::findLink(__jni_env, __java_interface) : 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2736 if (__qt_link != 0) __qt_link-&gt;disableGarbageCollection(__jni_env, __java_interface);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2737 QAccessibleInterface *__qt_interface = __qt_link != 0 ? (QAccessibleInterface *) __qt_link-&gt;pointer() : 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2738
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2739 if (%3 != 0) *%3 = __qt_interface;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2740 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2741 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2742 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2743 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2744 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2745 <object-type name="QAccessibleInterfaceEx"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2746 <object-type name="QAccessibleObject"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2747 <object-type name="QAccessibleObjectEx"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2748 <object-type name="QAccessibleWidget"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2749 <object-type name="QAccessibleWidgetEx"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2750 <object-type name="QActionGroup">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2751 <modify-function signature="addAction(QAction*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2752 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2753 <reference-count action="add" variable-name="__rcActions"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2754 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2755 <!-- <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2756 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2757 qt.GeneratorUtilities.setField(%1, QAction.class, "__rcActionGroup", this);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2758 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2759 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2760 <modify-function signature="removeAction(QAction*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2761 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2762 <reference-count action="remove" variable-name="__rcActions"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2763 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2764 <!-- <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2765 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2766 qt.GeneratorUtilities.setField(%1, QAction.class, "__rcActionGroup", null);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2767 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2768 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2769 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2770 <object-type name="QCDEStyle">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2771 <modify-function signature="standardIconImplementation(QStyle::StandardPixmap, const QStyleOption *, const QWidget *)const" virtual-slot="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2772 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2773 <object-type name="QCheckBox">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2774 <!-- <modify-function signature="initStyleOption(QStyleOptionButton*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2775 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2776 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
2777
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2778 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2779 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2780 <replace from="%TYPE" to="QStyleOptionButton"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2781 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2782 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2783 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2784 <object-type name="QCleanlooksStyle">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2785 <modify-function signature="standardPixmap(QStyle::StandardPixmap,const QStyleOption*,const QWidget*)const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2786 <modify-function signature="standardIconImplementation(QStyle::StandardPixmap, const QStyleOption *, const QWidget *)const" virtual-slot="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2787 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2788 <object-type name="QCommonStyle">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2789 <modify-function signature="standardPixmap(QStyle::StandardPixmap, const QStyleOption*,const QWidget*)const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2790 <modify-function signature="standardIconImplementation(QStyle::StandardPixmap, const QStyleOption *, const QWidget *)const" virtual-slot="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2791 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2792 <object-type name="QDataWidgetMapper">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2793 <modify-function signature="addMapping(QWidget*,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2794 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2795 <reference-count action="add" variable-name="__rcMappings"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2796 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2797 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2798 <modify-function signature="addMapping(QWidget*,int,QByteArray)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2799 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2800 <reference-count action="add" variable-name="__rcMappings"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2801 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2802 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2803 <modify-function signature="removeMapping(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2804 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2805 <reference-count action="remove" variable-name="__rcMappings"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2806 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2807 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2808 <modify-function signature="setItemDelegate(QAbstractItemDelegate*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2809 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2810 <reference-count action="set" variable-name="__rcItemDelegate"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2811 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2812 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2813 <modify-function signature="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2814 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2815 <reference-count action="set" variable-name="__rcModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2816 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2817 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2818 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2819 <object-type name="QDateEdit"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2820 <object-type name="QDesktopServices">
225
f7dca08fc816 fix for macosx
eldar
parents: 210
diff changeset
2821 <!-- <extra-includes>
149
7bc921c7100a QDesktopServices.setUrlHandler - temporary solution
eldar
parents: 130
diff changeset
2822 <include file-name="qt.gui.UrlHandler" location="java"/>
225
f7dca08fc816 fix for macosx
eldar
parents: 210
diff changeset
2823 </extra-includes>-->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2824 <modify-function signature="setUrlHandler(const QString &amp;, QObject *, const char *)" access="private">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2825 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2826 <reference-count action="ignore"/> <!-- Handled in injected code -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2827 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2828 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
2829
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2830 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2831 <import-file name="typesystem_gui-java.java" quote-after-line="class QDesktopServices___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2832 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2833
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2834 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2835 <object-type name="QDialog">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2836 <!-- <modify-function signature="setVisible(bool)" remove="all"/> // properties_d -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2837
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2838 <modify-function signature="setExtension(QWidget*)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2839 <modify-function signature="exec()" access="non-final"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2840 <modify-function signature="open()" virtual-slot="yes" />
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2841 <modify-function signature="extension()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2842 <modify-function signature="orientation()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2843 <modify-function signature="setOrientation(Qt::Orientation)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2844 <modify-function signature="showExtension(bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2845 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2846 <object-type name="QDialogButtonBox">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2847 <modify-function signature="addButton(QAbstractButton*,QDialogButtonBox::ButtonRole)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2848 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2849 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2850 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2851 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2852 <modify-function signature="removeButton(QAbstractButton*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2853 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2854 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2855 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2856 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2857 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2858 <object-type name="QDirModel">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2859 <modify-function signature="parent()const" remove="java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2860 <modify-function signature="setIconProvider(QFileIconProvider*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2861 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2862 <reference-count action="set" variable-name="__rcIconProvider"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2863 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2864 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2865 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2866 <object-type name="QDoubleValidator"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2867 <object-type name="QFileIconProvider"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2868 <object-type name="QWizard">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2869 <!-- ### Requires correct class name in meta object -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2870 <modify-function signature="setDefaultProperty(const char *, const char *, const char *)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2871 <modify-function signature="addPage(QWizardPage*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2872 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2873 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2874 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2875 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2876 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2877 <modify-function signature="setButton(QWizard::WizardButton,QAbstractButton*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2878 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2879 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2880 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2881 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2882 <modify-function signature="setPage(int,QWizardPage*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2883 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2884 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2885 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2886 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2887 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2888
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2889 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2890 <object-type name="QWizardPage">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2891 <!-- ### Reduced functionality due to meta object having missing information -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2892 <modify-function signature="registerField(const QString &amp;, QWidget *, const char *, const char *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2893 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2894 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2895 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2896 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2897 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2898 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2899 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2900 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2901
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
2902
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2903 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2904 <import-file name="typesystem_gui-java.java" quote-after-line="class QWizardPage___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2905 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2906
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2907 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2908 <object-type name="QFocusFrame">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2909 <!-- <modify-function signature="initStyleOption(QStyleOption*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2910 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2911 </modify-function> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2912 <modify-function signature="setWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2913 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2914 <reference-count action="set" variable-name="__rcWidget"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2915 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2916 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2917 <!-- <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2918 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2919 <replace from="%TYPE" to="QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2920 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2921 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2922 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2923 <object-type name="QFontComboBox"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2924 <object-type name="QFontDialog">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2925 <modify-function signature="open(QObject *, const char *)" remove="all"/> <!-- # TODO -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2926
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2927 <!-- <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2928 <import-file name="typesystem_gui-java.java" quote-after-line="class QFontDialog___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2929 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2930
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2931 <template name="gui.fontdialog_get_font_general">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2932 public static Result getFont(%FONT_ARGUMENT %COMMA QWidget parent %STRING_ARGUMENT) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2933 QNativePointer np = new QNativePointer(QNativePointer.Type.Boolean);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2934 QFont returned = getFont(np, %FONT_CALL_ARGUMENT %COMMA parent %STRING_CALL_ARGUMENT);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2935 return new Result(returned, np.booleanValue());
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2936 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2937 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2938
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2939 <template name="gui.fontdialog_get_font_nocaption">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2940 <insert-template name="gui.fontdialog_get_font_general">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2941 <replace from="%STRING_ARGUMENT" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2942 <replace from="%STRING_CALL_ARGUMENT" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2943 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2944
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2945 public static Result getFont(%FONT_ARGUMENT) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2946 return getFont(%FONT_CALL_ARGUMENT %COMMA (QWidget) null);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2947 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2948 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2949
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2950 <modify-function signature="getFont(bool*,QFont,QWidget*,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2951 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2952 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2953 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2954 <insert-template name="gui.fontdialog_get_font_general">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2955 <replace from="%FONT_ARGUMENT %COMMA" to="QFont initial,"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2956 <replace from="%STRING_ARGUMENT" to=", String caption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2957 <replace from="%FONT_CALL_ARGUMENT %COMMA" to="initial,"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2958 <replace from="%STRING_CALL_ARGUMENT" to=", caption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2959 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2960 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2961
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2962 <modify-function signature="getFont(bool*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2963 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2964 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2965 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2966 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2967 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2968 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2969 <insert-template name="gui.fontdialog_get_font_nocaption">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2970 <replace from="%FONT_ARGUMENT" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2971 <replace from="%COMMA" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2972 <replace from="%FONT_CALL_ARGUMENT" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2973 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2974 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2975
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2976 <modify-function signature="getFont(bool*,QFont,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2977 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2978 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2979 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2980 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2981 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2982 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2983 <insert-template name="gui.fontdialog_get_font_nocaption">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2984 <replace from="%FONT_ARGUMENT" to="QFont initial"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2985 <replace from="%COMMA" to=", "/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2986 <replace from="%FONT_CALL_ARGUMENT" to="initial"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2987 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2988 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2989 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2990 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2991 <object-type name="QGraphicsEllipseItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2992 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2993 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2994 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2995 <modify-function signature="QGraphicsEllipseItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2996 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2997 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2998 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2999 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3000 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3001 <modify-function signature="QGraphicsEllipseItem(const QRectF &amp;,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3002 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3003 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3004 if (%2 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3005 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3006 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3007 <modify-function signature="QGraphicsEllipseItem(double,double,double,double,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3008 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3009 <argument-map index="5" meta-name="%5"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3010 if (%5 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3011 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3012 </modify-function>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3013 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3014 <object-type name="QGraphicsItemAnimation">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3015 <modify-function signature="setItem(QGraphicsItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3016 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3017 <reference-count action="set" variable-name="__rcItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3018 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3019 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3020 <modify-function signature="setTimeLine(QTimeLine*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3021 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3022 <reference-count action="set" variable-name="__rcTimeLine"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3023 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3024 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3025 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3026 <object-type name="QGraphicsItemGroup" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3027 <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3028 <modify-function signature="resetMatrix()" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3029 <modify-function signature="sceneMatrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3030 <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3031 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3032 <modify-function signature="QGraphicsItemGroup(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3033 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3034 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3035 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3036 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3037 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3038 <modify-function signature="addToGroup(QGraphicsItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3039 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3040 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3041 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3042 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3043 <modify-function signature="removeFromGroup(QGraphicsItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3044 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3045 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3046 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3047 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3048 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3049 if (parentItem() == null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3050 %1.reenableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3051 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3052 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3053 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3054 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3055 <object-type name="QGraphicsLineItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3056 <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3057 <modify-function signature="resetMatrix()" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3058 <modify-function signature="sceneMatrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3059 <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3060 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3061 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3062 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3063 <modify-function signature="QGraphicsLineItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3064 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3065 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3066 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3067 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3068 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3069 <modify-function signature="QGraphicsLineItem(const QLineF &amp;,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3070 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3071 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3072 if (%2 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3073 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3074 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3075 <modify-function signature="QGraphicsLineItem(double,double,double,double,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3076 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3077 <argument-map index="5" meta-name="%5"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3078 if (%5 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3079 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3080 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3081 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3082 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3083 <object-type name="QGraphicsPathItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3084 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3085 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3086 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3087 <modify-function signature="QGraphicsPathItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3088 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3089 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3090 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3091 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3092 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3093 <modify-function signature="QGraphicsPathItem(const QPainterPath &amp;,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3094 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3095 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3096 if (%2 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3097 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3098 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3099 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3100 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3101
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3102 <object-type name="QGraphicsPixmapItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3103 <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3104 <modify-function signature="resetMatrix()" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3105 <modify-function signature="sceneMatrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3106 <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3107 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3108 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3109 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3110 <modify-function signature="QGraphicsPixmapItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3111 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3112 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3113 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3114 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3115 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3116 <modify-function signature="QGraphicsPixmapItem(const QPixmap &amp;,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3117 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3118 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3119 if (%2 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3120 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3121 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3122 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3123 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3124 <object-type name="QGraphicsPolygonItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3125 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3126 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3127 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3128 <modify-function signature="QGraphicsPolygonItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3129 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3130 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3131 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3132 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3133 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3134 <modify-function signature="QGraphicsPolygonItem(const QPolygonF &amp;,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3135 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3136 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3137 if (%2 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3138 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3139 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3140 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3141 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3142 <object-type name="QGraphicsRectItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3143 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3144 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3145 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3146 <modify-function signature="QGraphicsRectItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3147 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3148 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3149 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3150 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3151 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3152 <modify-function signature="QGraphicsRectItem(double,double,double,double,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3153 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3154 <argument-map index="5" meta-name="%5"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3155 if (%5 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3156 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3157 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3158 <modify-function signature="QGraphicsRectItem(const QRectF &amp;,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3159 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3160 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3161 if (%2 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3162 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3163 </modify-function> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3164 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3165 <object-type name="QGraphicsSimpleTextItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3166 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3167 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3168 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3169 <modify-function signature="QGraphicsSimpleTextItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3170 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3171 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3172 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3173 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3174 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3175 <modify-function signature="QGraphicsSimpleTextItem(const QString &amp;,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3176 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3177 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3178 if (%2 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3179 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3180 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3181 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3182 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3183 <object-type name="QHBoxLayout"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3184 <object-type name="QHeaderView">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3185 <!-- <modify-function signature="initStyleOption(QStyleOptionHeader*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3186 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3187 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3188 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3189 <modify-function signature="paintSection(QPainter*,QRect,int)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3190 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3191 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3192 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3193 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3194 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3195 <replace from="%TYPE" to="QStyleOptionHeader"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3196 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3197 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3198 <modify-function signature="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3199 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3200 <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3201 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3202 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3203 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3204 <object-type name="QIconEngine">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3205 <modify-function signature="paint(QPainter*,QRect,QIcon::Mode,QIcon::State)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3206 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3207 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3208 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3209 <object-type name="QIconEngineV2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3210 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3211 <include file-name="qt.core.QSize" location="java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3212 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3213 <modify-function signature="read(QDataStream&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3214 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3215 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3216 <modify-function signature="write(QDataStream&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3217 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3218 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3219
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3220 <modify-function signature="virtual_hook(int,void*)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3221
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3222 <modify-function signature="clone()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3223 <remove class="java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3224 <!-- <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3225 <define-ownership class="shell" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3226 </modify-argument>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3227 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
3228
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3229 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3230 <import-file name="typesystem_gui-java.java" quote-after-line="class QIconEngineV2___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3231 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3232 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3233 <object-type name="QImageWriter">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3234 <modify-function signature="setDevice(QIODevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3235 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3236 <reference-count action="set" variable-name="__rcDevice"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3237 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3238 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3239 <modify-function signature="description()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3240 <modify-function signature="setDescription(QString)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3241 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3242 <object-type name="QInputContextFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3243 <object-type name="QIntValidator"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3244 <object-type name="QItemDelegate">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3245 <modify-function signature="doLayout(QStyleOptionViewItem,QRect*,QRect*,QRect*,bool)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3246 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3247 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3248
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3249 <modify-function signature="drawCheck(QPainter*,QStyleOptionViewItem,QRect,Qt::CheckState)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3250 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3251 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3252 <modify-function signature="drawDecoration(QPainter*,QStyleOptionViewItem,QRect,QPixmap)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3253 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3254 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3255 <modify-function signature="drawDisplay(QPainter*,QStyleOptionViewItem,QRect,QString)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3256 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3257 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3258 <modify-function signature="drawFocus(QPainter*,QStyleOptionViewItem,QRect)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3259 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3260 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3261
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3262
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3263 <modify-function signature="selected(QPixmap,QPalette,bool)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3264 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3265 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3266 <modify-function signature="setItemEditorFactory(QItemEditorFactory*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3267 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3268 <reference-count action="set" variable-name="__rcItemEditorFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3269 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3270 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3271 <modify-function signature="setEditorData(QWidget*,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3272 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3273 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3274 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3275 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3276 <modify-function signature="setModelData(QWidget*,QAbstractItemModel*,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3277 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3278 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3279 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3280 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3281
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3282 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3283 <object-type name="QItemEditorCreatorBase"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3284 <object-type name="QItemEditorFactory">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3285 <modify-function signature="registerEditor(QVariant::Type, QItemEditorCreatorBase *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3286 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3287 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3288 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3289 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3290 <modify-function signature="setDefaultFactory(QItemEditorFactory *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3291 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3292 <reference-count action="set" variable-name="__rcDefaultItemEditorFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3293 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3294 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
3295
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3296 <modify-function signature="setDefaultFactory(QItemEditorFactory*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3297 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3298 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3299 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3300 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3301 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3302 <object-type name="QItemSelectionModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3303 <object-type name="QTreeModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3304 <object-type name="QListView"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3305 <object-type name="QColumnView">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3306 <modify-function signature="setPreviewWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3307 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3308 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3309 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3310 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3311 <modify-function signature="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3312 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3313 <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3314 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3315 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3316 <modify-function signature="setSelectionModel(QItemSelectionModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3317 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3318 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3319 <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemSelectionModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3320 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3321 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3322 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3323 <object-type name="QMainWindow">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3324 <modify-function signature="addDockWidget(Qt::DockWidgetArea,QDockWidget*,Qt::Orientation)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3325 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3326 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3327 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3328 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3329 <modify-function signature="addDockWidget(Qt::DockWidgetArea,QDockWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3330 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3331 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3332 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3333 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3334 <modify-function signature="addToolBar(QToolBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3335 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3336 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3337 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3338 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3339 <modify-function signature="addToolBar(Qt::ToolBarArea,QToolBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3340 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3341 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3342 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3343 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3344 <modify-function signature="insertToolBar(QToolBar*,QToolBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3345 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3346 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3347 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3348 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3349 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3350 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3351 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3352 <modify-function signature="insertToolBarBreak(QToolBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3353 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3354 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3355 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3356 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3357 <modify-function signature="removeDockWidget(QDockWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3358 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3359 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3360 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3361 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3362 <modify-function signature="removeToolBar(QToolBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3363 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3364 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3365 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3366 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3367 <modify-function signature="removeToolBarBreak(QToolBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3368 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3369 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3370 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3371 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3372 <modify-function signature="setCentralWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3373 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3374 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3375 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3376 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3377 <modify-function signature="setMenuBar(QMenuBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3378 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3379 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3380 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3381 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3382 <modify-function signature="setMenuWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3383 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3384 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3385 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3386 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3387 <modify-function signature="setStatusBar(QStatusBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3388 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3389 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3390 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3391 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3392
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3393 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3394 <object-type name="QMdiArea">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3395 <modify-function signature="addSubWindow(QWidget*,QFlags&lt;Qt::WindowType&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3396 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3397 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3398 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3399 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3400
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3401 <modify-function signature="removeSubWindow(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3402 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3403 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3404 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3405 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3406
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3407 <modify-function signature="setActiveSubWindow(QMdiSubWindow*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3408 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3409 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3410 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3411 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3412
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3413 <modify-function signature="setupViewport(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3414 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3415 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3416 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3417 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3418
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3419 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3420 <object-type name="QMdiSubWindow">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3421 <modify-function signature="setSystemMenu(QMenu*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3422 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3423 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3424 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3425 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3426 <modify-function signature="setWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3427 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3428 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3429 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3430 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3431 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3432 <object-type name="QMenu">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3433 <modify-function signature="addAction(QAction *)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3434 <modify-function signature="addMenu(QMenu*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3435 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3436 <reference-count action="add" variable-name="__rcMenus"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3437 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3438 </modify-function>
130
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3439 <modify-function signature="addMenu(const QString &amp;)">
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3440 <modify-argument index="0">
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3441 <reference-count action="add" variable-name="__rcMenus"/>
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3442 </modify-argument>
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3443 </modify-function>
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3444 <modify-function signature="addMenu(const QIcon &amp;, const QString &amp;)">
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3445 <modify-argument index="0">
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3446 <reference-count action="add" variable-name="__rcMenus"/>
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3447 </modify-argument>
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3448 </modify-function>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3449 <modify-function signature="insertMenu(QAction*,QMenu*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3450 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3451 <reference-count action="add" variable-name="__rcMenus"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3452 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3453 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3454 <modify-function signature="insertSeparator(QAction*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3455 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3456 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3457 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3458 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3459 <modify-function signature="setActiveAction(QAction*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3460 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3461 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3462 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3463 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3464 <modify-function signature="setDefaultAction(QAction*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3465 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3466 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3467 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3468 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3469 <modify-function signature="setNoReplayFor(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3470 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3471 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3472 <modify-function signature="initStyleOption(QStyleOptionMenuItem*,const QAction*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3473 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3474 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3475
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3476 <modify-function signature="addAction(QString,const QObject*,const char*,QKeySequence)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3477 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3478 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3479
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3480 <modify-function signature="addAction(QIcon,QString,const QObject*,const char*,QKeySequence)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3481 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3482 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
3483
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3484 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3485 <import-file name="typesystem_gui-java.java" quote-after-line="class QMenu___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3486 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3487
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3488 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3489 <template name="gui.addAction">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3490 public final QAction addAction(%EXTRA String text, Object receiver, String method %END_EXTRA) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3491 QAction returned = addAction(%CALL_EXTRA text %END_CALL_EXTRA);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3492 %POST_CALL
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3493 returned.triggered.connect(receiver, method);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3494
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3495 return returned;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3496 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3497
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3498 public final QAction addAction(%EXTRA String text, qt.QSignalEmitter.AbstractSignal signal %END_EXTRA) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3499 QAction returned = addAction(%CALL_EXTRA text %END_CALL_EXTRA);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3500 %POST_CALL
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3501 returned.triggered.connect(signal);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3502 return returned;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3503 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3504 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3505
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3506 <template name="gui.addAction_with_shortcut">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3507 <insert-template name="gui.addAction">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3508 <replace from="%POST_CALL" to="returned.setShortcut(shortcut);"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3509 <replace from=" %END_EXTRA" to=", QKeySequence shortcut"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3510 <replace from=" %END_CALL_EXTRA" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3511 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3512
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3513 public final QAction addAction(%EXTRA String text, Object receiver, String method) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3514 return addAction(%CALL_EXTRA text, receiver, method, new QKeySequence(0));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3515 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3516
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3517 public final QAction addAction(%EXTRA String text, qt.QSignalEmitter.AbstractSignal signal) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3518 return addAction(%CALL_EXTRA text, signal, new QKeySequence(0));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3519 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3520 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3521
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3522 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3523 <insert-template name="gui.addAction_with_shortcut">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3524 <replace from="%EXTRA " to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3525 <replace from="%CALL_EXTRA " to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3526 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3527 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3528
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3529 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3530 <insert-template name="gui.addAction_with_shortcut">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3531 <replace from="%EXTRA" to="QIcon icon,"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3532 <replace from="%CALL_EXTRA" to="icon,"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3533 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3534 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3535 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3536
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3537 <object-type name="QMenuBar">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3538 <modify-function signature="addAction(QAction *)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3539 <modify-function signature="addAction(QString,const QObject*,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3540 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3541 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3542
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3543 <modify-function signature="addMenu(QMenu*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3544 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3545 <reference-count action="add" variable-name="__rcMenus"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3546 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3547 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3548 <modify-function signature="insertMenu(QAction*,QMenu*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3549 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3550 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3551 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3552 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3553 <reference-count action="add" variable-name="__rcMenus"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3554 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3555 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3556 <modify-function signature="insertSeparator(QAction*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3557 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3558 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3559 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3560 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3561 <modify-function signature="setActiveAction(QAction*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3562 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3563 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3564 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3565 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3566 <modify-function signature="setCornerWidget(QWidget*,Qt::Corner) ">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3567 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3568 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3569 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3570 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
3571
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3572 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3573 <import-file name="typesystem_gui-java.java" quote-after-line="class QMenuBar___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3574 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3575 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3576 <insert-template name="gui.addAction">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3577 <replace from="%POST_CALL" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3578 <replace from=" %END_EXTRA" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3579 <replace from=" %END_CALL_EXTRA" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3580 <replace from="%EXTRA " to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3581 <replace from="%CALL_EXTRA " to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3582 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3583 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3584
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3585
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3586 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3587 <object-type name="QMotifStyle">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3588 <modify-function signature="standardPixmap(QStyle::StandardPixmap, const QStyleOption*, const QWidget*)const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3589 <modify-function signature="standardIconImplementation(QStyle::StandardPixmap, const QStyleOption *, const QWidget *)const" virtual-slot="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3590 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3591 <object-type name="QPainterPathStroker"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3592
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3593 <object-type name="QPictureIO">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3594 <modify-function signature="QPictureIO(QIODevice*,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3595 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3596 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3597 <reference-count action="set" variable-name="__rcDevice"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3598 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3599 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3600
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3601 <modify-function signature="setIODevice(QIODevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3602 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3603 <reference-count action="set" variable-name="__rcDevice"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3604 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3605 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3606
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3607 <modify-function signature="QPictureIO(QString,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3608 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3609 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3610
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3611 <modify-function signature="format()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3612 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3613 <rename to="format_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3614 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3615
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3616 <modify-function signature="parameters()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3617 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3618 <rename to="parameters_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3619 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3620
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3621 <modify-function signature="setFormat(const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3622 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3623 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3624
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3625 <modify-function signature="setParameters(const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3626 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3627 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3628
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
3629
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3630 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3631
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3632 public this(QIODevice ioDevice, string format) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3633 this(ioDevice, toStringz(format));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3634 }
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
3635
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3636 public this(string fileName, string format) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3637 this(fileName, toStringz(format));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3638 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3639
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3640 <insert-template name="core.return_string_instead_of_char*">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3641 <replace from="%FUNCTION_NAME" to="format"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3642 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3643 <insert-template name="core.return_string_instead_of_char*">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3644 <replace from="%FUNCTION_NAME" to="parameters"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3645 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3646 <insert-template name="core.call_with_string_instead_of_char*">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3647 <replace from="%FUNCTION_NAME" to="setFormat"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3648 <replace from="%ARG_NAME" to="format"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3649 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3650 <insert-template name="core.call_with_string_instead_of_char*">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3651 <replace from="%FUNCTION_NAME" to="setParameters"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3652 <replace from="%ARG_NAME" to="parameters"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3653 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3654 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3655 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3656
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3657 <object-type name="QPixmapCache">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3658 <modify-function signature="find(QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3659 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3660 </modify-function>
324
Eldar Insafutdinov <e.insafutdinov@gmail.com>
parents: 323
diff changeset
3661 <modify-function signature="find(QString,QPixmap&amp;)">
Eldar Insafutdinov <e.insafutdinov@gmail.com>
parents: 323
diff changeset
3662 <remove/>
Eldar Insafutdinov <e.insafutdinov@gmail.com>
parents: 323
diff changeset
3663 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
3664
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3665 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3666 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3667 <import-file name="typesystem_gui-java.java" quote-after-line="class QPixmapCache___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3668 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3669 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3670 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3671 <object-type name="QPlastiqueStyle">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3672 <modify-function signature="standardPixmap(QStyle::StandardPixmap, const QStyleOption*, const QWidget*)const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3673 <modify-function signature="standardIconImplementation(QStyle::StandardPixmap, const QStyleOption *, const QWidget *)const" virtual-slot="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3674 <modify-function signature="layoutSpacingImplementation(QSizePolicy::ControlType, QSizePolicy::ControlType, Qt::Orientation, const QStyleOption *, const QWidget *) const" virtual-slot="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3675 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3676 <object-type name="QPrintDialog">
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
3677 <!-- <modify-function signature="accepted(QPrinter *)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3678 <rename to="accepted_printer"/>
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
3679 </modify-function> -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3680 <modify-function signature="accepted()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3681 <modify-function signature="open(QObject *, const char *)" remove="all"/> <!-- # TODO -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3682
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
3683 </object-type>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3684 <object-type name="QPrintEngine"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3685 <object-type name="QProgressBar">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3686 <!-- <modify-function signature="initStyleOption(QStyleOptionProgressBar*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3687 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3688 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
3689
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3690 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3691 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3692 <replace from="%TYPE" to="QStyleOptionProgressBar"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3693 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3694 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3695 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3696 <object-type name="QPushButton">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3697 <!-- <modify-function signature="initStyleOption(QStyleOptionButton*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3698 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3699 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3700 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3701 <!-- <modify-function signature="setDefault(bool)" rename="default_"/> // properties_d -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3702
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3703
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3704 <modify-function signature="setMenu(QMenu*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3705 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3706 <reference-count action="set" variable-name="__rcMenu"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3707 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3708 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3709 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3710 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3711 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3712 <replace from="%TYPE" to="QStyleOptionButton"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3713 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3714 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3715 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3716 <object-type name="QRegExpValidator"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3717 <object-type name="QScrollArea">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3718 <modify-function signature="setWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3719 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3720 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3721 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3722 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3723 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3724 <object-type name="QSessionManager"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3725 <object-type name="QShortcut">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3726 <modify-function signature="QShortcut(QKeySequence,QWidget*,const char*,const char*,Qt::ShortcutContext)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3727 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3728 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3729 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3730 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3731 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3732 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3733 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3734 <modify-argument index="5">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3735 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3736 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3737 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
3738
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3739 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3740 <import-file name="typesystem_gui-java.java" quote-after-line="class QShortcut___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3741 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3742
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3743 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3744 <object-type name="QSizeGrip"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3745 <object-type name="QSound"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3746 <object-type name="QSpacerItem">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3747 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3748 <object-type name="QStandardItem">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3749 <modify-function signature="operator=(QStandardItem)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3750 <modify-function signature="operator&lt;(QStandardItem)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3751 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3752 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3753 <modify-function signature="read(QDataStream&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3754 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3755 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3756 <modify-function signature="write(QDataStream&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3757 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3758 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3759
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
3760
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3761 <modify-function signature="appendColumn(const QList&lt;QStandardItem *&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3762 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3763 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3764 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3765 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3766 <modify-function signature="appendRow(const QList&lt;QStandardItem *&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3767 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3768 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3769 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3770 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3771 <modify-function signature="appendRow(QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3772 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3773 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3774 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3775 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3776 <modify-function signature="insertColumn(int, const QList&lt;QStandardItem *&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3777 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3778 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3779 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3780 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3781 <modify-function signature="insertRow(int, const QList&lt;QStandardItem *&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3782 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3783 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3784 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3785 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3786 <modify-function signature="insertRow(int, QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3787 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3788 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3789 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3790 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3791 <modify-function signature="setChild(int,int,QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3792 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3793 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3794 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3795 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3796 <modify-function signature="setChild(int,QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3797 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3798 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3799 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3800 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3801 <modify-function signature="takeChild(int,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3802 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3803 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3804 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3805 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3806 <modify-function signature="takeColumn(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3807 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3808 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3809 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3810 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3811 <modify-function signature="takeRow(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3812 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3813 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3814 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3815 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3816 <modify-function signature="clone()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3817 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3818 <define-ownership class="shell" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3819 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3820 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3821 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3822 <object-type name="QStatusBar">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3823 <modify-function signature="addPermanentWidget(QWidget *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3824 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3825 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3826 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3827 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3828 <modify-function signature="addWidget(QWidget *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3829 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3830 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3831 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3832 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3833 <modify-function signature="removeWidget(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3834 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3835 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3836 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3837 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3838 <modify-function signature="insertPermanentWidget(int, QWidget *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3839 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3840 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3841 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3842 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3843 <modify-function signature="insertWidget(int, QWidget *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3844 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3845 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3846 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3847 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3848 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3849 <object-type name="QStringListModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3850 <object-type name="QStyleFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3851 <object-type name="QStyleHintReturn">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3852 <modify-field name="version">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3853 <rename to="version_"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3854 </modify-field>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3855 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3856 <object-type name="QStyleHintReturnVariant"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3857 <object-type name="QStyleHintReturnMask"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3858 <object-type name="QStylePainter" delete-in-main-thread="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3859 <object-type name="QSyntaxHighlighter">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3860 <modify-function signature="setCurrentBlockUserData(QTextBlockUserData*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3861 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3862 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3863 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3864 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3865 <modify-function signature="setDocument(QTextDocument*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3866 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3867 <reference-count action="set" variable-name="__rcDocument"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3868 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3869 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3870
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3871 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3872 <object-type name="QSystemTrayIcon">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3873 <modify-function signature="setContextMenu(QMenu*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3874 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3875 <reference-count action="set" variable-name="__rcContextMenu"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3876 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3877 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3878 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3879 <object-type name="QTableView">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3880 <modify-function signature="setHorizontalHeader(QHeaderView*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3881 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3882 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3883 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3884 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3885 <modify-function signature="setVerticalHeader(QHeaderView*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3886 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3887 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3888 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3889 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3890 <modify-function signature="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3891 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3892 <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3893 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3894 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3895 <modify-function signature="setSelectionModel(QItemSelectionModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3896 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3897 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3898 <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemSelectionModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3899 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3900 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3901
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3902 <modify-function signature="sortByColumn(int)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3903 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3904 <object-type name="QTextBlockGroup" delete-in-main-thread="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3905 <object-type name="QTextBlockUserData" delete-in-main-thread="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3906 <object-type name="QTextItem" delete-in-main-thread="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3907 <object-type name="QTextList" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3908 <modify-function signature="format()const" rename="textListFormat"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3909
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3910 <modify-function signature="isEmpty()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3911 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3912 <object-type name="QTextObject" delete-in-main-thread="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3913 <object-type name="QTextObjectInterface" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3914 <modify-function signature="drawObject(QPainter*,QRectF,QTextDocument*,int,QTextFormat)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3915 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3916 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3917 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3918 <object-type name="QTimeEdit"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3919 <object-type name="QToolBox">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3920 <modify-function signature="addItem(QWidget*,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3921 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3922 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3923 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3924 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3925 <modify-function signature="addItem(QWidget*,QIcon,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3926 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3927 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3928 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3929 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3930 <modify-function signature="insertItem(int,QWidget*,QIcon,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3931 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3932 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3933 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3934 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3935 <modify-function signature="insertItem(int,QWidget*,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3936 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3937 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3938 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3939 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3940 <modify-function signature="setCurrentWidget(QWidget*) ">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3941 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3942 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3943 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3944 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3945 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3946 <object-type name="QToolButton">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3947 <!-- <modify-function signature="initStyleOption(QStyleOptionToolButton*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3948 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3949 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3950 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3951 <modify-function signature="setDefaultAction(QAction *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3952 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3953 <reference-count action="set" variable-name="__rcDefaultAction"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3954 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3955 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3956 <modify-function signature="setMenu(QMenu *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3957 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3958 <reference-count action="set" variable-name="__rcMenu"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3959 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3960 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3961 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3962 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3963 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3964 <replace from="%TYPE" to="QStyleOptionToolButton"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3965 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3966 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3967 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3968 <object-type name="QToolTip"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3969 <object-type name="QTreeView">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3970
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3971 <modify-function signature="drawBranches(QPainter*,QRect,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3972 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3973 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3974 <modify-function signature="drawRow(QPainter*,QStyleOptionViewItem,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3975 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3976 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3977
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3978 <modify-function signature="setHeader(QHeaderView*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3979 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3980 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3981 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3982 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3983 <modify-function signature="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3984 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3985 <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3986 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3987 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3988 <modify-function signature="setSelectionModel(QItemSelectionModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3989 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3990 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3991 <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemSelectionModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3992 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3993 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3994
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3995 <modify-function signature="sortByColumn(int)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3996 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3997 <object-type name="QUndoCommand">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3998 <modify-function signature="mergeWith(const QUndoCommand*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3999 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4000 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4001 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4002 <object-type name="QUndoGroup">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4003 <modify-function signature="addStack(QUndoStack*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4004 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4005 <reference-count action="add" variable-name="__rcStacks"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4006 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4007 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4008 <modify-function signature="removeStack(QUndoStack*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4009 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4010 <reference-count action="remove" variable-name="__rcStacks"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4011 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4012 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4013 <modify-function signature="setActiveStack(QUndoStack*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4014 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4015 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4016 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4017 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4018 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4019
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4020 <object-type name="QUndoStack">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4021 <modify-function signature="push(QUndoCommand *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4022 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4023 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4024 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4025 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4026 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4027
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4028 <object-type name="QUndoView">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4029 <modify-function signature="setGroup(QUndoGroup *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4030 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4031 <reference-count action="set" variable-name="__rcGroupOrStack"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4032 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4033 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4034 <modify-function signature="setStack(QUndoStack *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4035 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4036 <reference-count action="set" variable-name="__rcGroupOrStack"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4037 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4038 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4039 <modify-function signature="QUndoView(QUndoGroup *,QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4040 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4041 <reference-count action="set" variable-name="__rcGroupOrStack"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4042 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4043 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4044 <modify-function signature="QUndoView(QUndoStack *,QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4045 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4046 <reference-count action="set" variable-name="__rcGroupOrStack"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4047 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4048 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4049 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4050 <object-type name="QVBoxLayout"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4051 <object-type name="QValidator">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4052 <!-- <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4053 <import-file name="typesystem_gui-java.java" quote-after-line="class QValidator___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4054 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4055
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4056
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4057 <modify-function signature="fixup(QString&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4058 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4059 <replace-type modified-type="java.lang.String"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4060 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4061 jobject %out = (jobject) qtjambi_from_qstring(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4062 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4063 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4064 QString %out = qtjambi_to_qstring(__jni_env, (jstring) %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4065 QString *__qt_converted = &amp;%out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4066 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4067 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4068
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4069 <modify-argument index="0">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4070 <replace-type modified-type="java.lang.String"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4071 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4072 jobject %out = (jobject) qtjambi_from_qstring(__jni_env, *__qt_converted);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4073 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4074 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4075 %1 = qtjambi_to_qstring(__jni_env, (jstring) %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4076 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4077 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4078 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4079
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4080 <modify-function signature="validate(QString&amp;,int&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4081 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4082 <replace-type modified-type="qt.gui.QValidator$QValidationData"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4083 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4084 <insert-template name="gui.convert_validationdata_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4085 <replace from="%STRING" to="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4086 <replace from="%POS" to="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4087 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4088 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4089 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4090 <insert-template name="gui.convert_validationdata_to_string"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4091 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4092 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4093
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4094 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4095 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4096 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4097 // nothing needed
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4098 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4099 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4100 <insert-template name="gui.convert_validationdata_to_pos">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4101 <replace from="%VALIDATIONDATA" to="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4102 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4103 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4104 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4105
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4106 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4107 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4108 <insert-template name="gui.cleanup_validationdata_from_java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4109 jint %out = %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4110 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4111 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4112 <insert-template name="gui.cleanup_validationdata_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4113 <replace from="%STRING" to="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4114 <replace from="%POS" to="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4115 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4116 QValidator::State %out = (QValidator::State) qtjambi_to_enumerator(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4117 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4118 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4119 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4120 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4121 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4122 <object-type name="QWhatsThis"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4123 <object-type name="QWidgetAction">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4124 <modify-function signature="createWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4125 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4126 <define-ownership class="shell" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4127 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4128 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
4129
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4130 <modify-function signature="setDefaultWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4131 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4132 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4133 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4134 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4135 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4136 <object-type name="QWidgetItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4137 <object-type name="QWindowsStyle">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4138 <modify-function signature="standardPixmap(QStyle::StandardPixmap, const QStyleOption*, const QWidget*)const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4139 <modify-function signature="standardIconImplementation(QStyle::StandardPixmap, const QStyleOption *, const QWidget *)const" virtual-slot="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4140 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4141 <object-type name="QWorkspace">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4142 <modify-function signature="addWindow(QWidget*,QFlags&lt;Qt::WindowType&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4143 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4144 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4145 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4146 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4147 <modify-function signature="setActiveWindow(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4148 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4149 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4150 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4151 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4152 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4153
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4154 <object-type name="QActionEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::ActionAdded || %1-&gt;type() == QEvent::ActionRemoved || %1-&gt;type() == QEvent::ActionChanged">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4155 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4156 <include file-name="qt.core.QObject" location="java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4157 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4158 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4159 <object-type name="QClipboardEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Clipboard"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4160 <object-type name="QCloseEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Close"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4161 <object-type name="QContextMenuEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::ContextMenu"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4162 <object-type name="QDragEnterEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::DragEnter"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4163 <object-type name="QDragLeaveEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::DragLeave"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4164 <object-type name="QDragMoveEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::DragMove">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4165 <modify-function signature="accept()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4166 <modify-function signature="ignore()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4167 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4168 <object-type name="QDropEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Drop">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4169 <modify-function signature="encodedData(const char*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4170 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4171 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4172
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4173 <modify-function signature="format(int)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4174 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4175 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4176
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4177 <modify-function signature="provides(const char*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4178 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4179 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4180 <modify-field name="fmts" read="false" write="false"/> <!-- obsolete in Qt4 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4181
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4182 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4183 <object-type name="QFileOpenEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::FileOpen"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4184 <object-type name="QFocusEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::FocusIn || %1-&gt;type() == QEvent::FocusOut">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4185 <modify-function signature="reason()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4186 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4187 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4188 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4189
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4190 <object-type name="QGraphicsSceneContextMenuEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::GraphicsSceneContextMenu"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4191 <object-type name="QGraphicsSceneDragDropEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::GraphicsSceneDragEnter || %1-&gt;type() == QEvent::GraphicsSceneDragLeave || %1-&gt;type() == QEvent::GraphicsSceneDragMove || %1-&gt;type() == QEvent::GraphicsSceneDrop">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4192 <modify-function signature="setMimeData(const QMimeData *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4193 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4194 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4195 <modify-function signature="setSource(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4196 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4197 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4198 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4199 <object-type name="QGraphicsSceneEvent">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4200 <modify-function signature="setWidget(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4201 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4202 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4203 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4204 <object-type name="QGraphicsSceneMoveEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::GraphicsSceneMove"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4205 <object-type name="QGraphicsSceneResizeEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::GraphicsSceneResize"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4206 <object-type name="QGraphicsSceneHelpEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::GraphicsSceneHelp"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4207 <object-type name="QGraphicsSceneHoverEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::GraphicsSceneHoverEnter || %1-&gt;type() == QEvent::GraphicsSceneHoverLeave || %1-&gt;type() == QEvent::GraphicsSceneHoverMove"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4208 <object-type name="QGraphicsSceneMouseEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::GraphicsSceneMouseDoubleClick || %1-&gt;type() == QEvent::GraphicsSceneMouseMove || %1-&gt;type() == QEvent::GraphicsSceneMousePress || %1-&gt;type() == QEvent::GraphicsSceneMouseRelease"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4209 <object-type name="QGraphicsSceneWheelEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::GraphicsSceneWheel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4210 <object-type name="QHelpEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::ToolTip || %1-&gt;type() == QEvent::WhatsThis"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4211 <object-type name="QHideEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Hide"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4212 <object-type name="QHoverEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::HoverEnter || %1-&gt;type() == QEvent::HoverLeave || %1-&gt;type() == QEvent::HoverMove"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4213 <object-type name="QIconDragEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::IconDrag"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4214 <object-type name="QInputMethodEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::InputMethod"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4215 <object-type name="QMoveEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Move"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4216 <object-type name="QResizeEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Resize"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4217 <object-type name="QShortcutEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Shortcut">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4218 <!-- All these have const overloads that are used instead -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4219 <modify-function signature="isAmbiguous()">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4220 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4221 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4222 <modify-function signature="shortcutId()">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4223 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4224 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4225 <modify-function signature="key()">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4226 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4227 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4228 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4229 <object-type name="QShowEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Show"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4230 <object-type name="QStatusTipEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::StatusTip"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4231 <object-type name="QTabletEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::TabletMove || %1-&gt;type() == QEvent::TabletPress || %1-&gt;type() == QEvent::TabletRelease"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4232 <object-type name="QToolBarChangeEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::ToolBarChange"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4233 <object-type name="QWhatsThisClickedEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::WhatsThisClicked"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4234 <object-type name="QWheelEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Wheel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4235 <object-type name="QWindowStateChangeEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::WindowStateChange"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4236 <object-type name="QDragResponseEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::DragResponse"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4237 <object-type name="QInputEvent">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4238 <modify-function signature="modifiers()const" access="non-final"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4239 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4240 <object-type name="QKeyEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::KeyPress || %1-&gt;type() == QEvent::KeyRelease">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4241 <modify-function signature="createExtendedKeyEvent(QEvent::Type,int,QFlags&lt;Qt::KeyboardModifier&gt;,uint,uint,uint,const QString &amp;,bool,unsigned short)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4242 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4243 <object-type name="QMouseEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::MouseButtonDblClick || %1-&gt;type() == QEvent::MouseButtonPress || %1-&gt;type() == QEvent::MouseButtonRelease || %1-&gt;type() == QEvent::MouseMove">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4244 <modify-function signature="createExtendedMouseEvent(QEvent::Type, const QPointF &amp;, const QPoint &amp;, Qt::MouseButton, QFlags&lt;Qt::MouseButton&gt;, QFlags&lt;Qt::KeyboardModifier&gt;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4245 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4246 <object-type name="QPaintEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Paint"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4247 <object-type name="QAccessibleEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::AccessibilityDescription || %1-&gt;type() == QEvent::AccessibilityHelp"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4248
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4249 <object-type name="QAbstractButton">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4250 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4251 <import-file name="typesystem_gui-java.java" quote-after-line="class QAbstractButton___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4252 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4253
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4254 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4255
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4256 <object-type name="QStyle">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4257 <modify-function signature="standardIconImplementation(QStyle::StandardPixmap, const QStyleOption *, const QWidget *)const" virtual-slot="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4258 <modify-function signature="layoutSpacingImplementation(QSizePolicy::ControlType, QSizePolicy::ControlType, Qt::Orientation, const QStyleOption *, const QWidget *) const" virtual-slot="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4259
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4260 <modify-function signature="drawComplexControl(QStyle::ComplexControl,const QStyleOptionComplex*,QPainter*,const QWidget*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4261 <modify-argument index="3" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4262 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4263 <modify-function signature="drawControl(QStyle::ControlElement,const QStyleOption*,QPainter*,const QWidget*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4264 <modify-argument index="3" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4265 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4266 <modify-function signature="drawPrimitive(QStyle::PrimitiveElement,const QStyleOption*,QPainter*,const QWidget*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4267 <modify-argument index="3" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4268 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4269 <modify-function signature="styleHint(QStyle::StyleHint,const QStyleOption*,const QWidget*,QStyleHintReturn*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4270 <modify-argument index="4" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4271 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4272 <modify-function signature="drawItemPixmap(QPainter*,QRect,int,QPixmap)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4273 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4274 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4275 <modify-function signature="drawItemText(QPainter*,QRect,int,QPalette,bool,QString,QPalette::ColorRole)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4276 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4277 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4278
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
4279
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4280 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4281 <import-file name="typesystem_gui-java.java" quote-after-line="class QStyle___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4282 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4283 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4284 <modify-function signature="drawControl(QStyle::ControlElement, const QStyleOption *, QPainter *, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4285 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4286 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4287 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4288 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4289 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4290 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4291 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4292 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4293 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4294 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4295
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4296 <modify-function signature="drawComplexControl(QStyle::ComplexControl, const QStyleOptionComplex *, QPainter *, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4297 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4298 <replace-type modified-type="qt.gui.QStyleOptionComplex"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4299 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4300 <insert-template name="gui::qstyleoptioncomplex_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4301 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4302 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4303 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4304 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4305 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4306 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4307
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4308 <modify-function signature="drawPrimitive(QStyle::PrimitiveElement, const QStyleOption *, QPainter *, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4309 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4310 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4311 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4312 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4313 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4314 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4315 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4316 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4317 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4318 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4319
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4320 <modify-function signature="hitTestComplexControl(QStyle::ComplexControl, const QStyleOptionComplex *, const QPoint &amp;, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4321 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4322 <replace-type modified-type="qt.gui.QStyleOptionComplex"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4323 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4324 <insert-template name="gui::qstyleoptioncomplex_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4325 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4326 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4327 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4328 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4329 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4330 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4331
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4332 <modify-function signature="pixelMetric(QStyle::PixelMetric, const QStyleOption *, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4333 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4334 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4335 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4336 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4337 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4338 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4339 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4340 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4341 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4342 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4343
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4344 <modify-function signature="sizeFromContents(QStyle::ContentsType, const QStyleOption *, const QSize &amp;, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4345 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4346 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4347 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4348 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4349 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4350 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4351 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4352 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4353 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4354 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4355
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4356 <modify-function signature="standardIcon(QStyle::StandardPixmap, const QStyleOption *, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4357 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4358 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4359 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4360 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4361 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4362 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4363 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4364 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4365 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4366 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4367
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4368 <modify-function signature="standardPixmap(QStyle::StandardPixmap, const QStyleOption *, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4369 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4370 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4371 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4372 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4373 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4374 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4375 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4376 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4377 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4378 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4379
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4380 <modify-function signature="styleHint(QStyle::StyleHint, const QStyleOption *, const QWidget *, QStyleHintReturn *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4381 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4382 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4383 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4384 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4385 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4386 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4387 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4388 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4389 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4390 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4391
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4392 <modify-function signature="subControlRect(QStyle::ComplexControl, const QStyleOptionComplex *, QStyle::SubControl, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4393 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4394 <replace-type modified-type="qt.gui.QStyleOptionComplex"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4395 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4396 <insert-template name="gui::qstyleoptioncomplex_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4397 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4398 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4399 QStyleOptionComplex *%out = (QStyleOptionComplex *) qtjambi_to_object(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4400 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4401 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4402 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4403
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4404 <modify-function signature="subElementRect(QStyle::SubElement, const QStyleOption *, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4405 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4406 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4407 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4408 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4409 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4410 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4411 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4412 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4413 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4414 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4415
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4416 <modify-function signature="generatedIconPixmap(QIcon::Mode,QPixmap,const QStyleOption*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4417 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4418 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4419 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4420 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4421 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4422 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4423 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4424 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4425 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4426 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4427
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4428 <modify-function signature="polish(QPalette&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4429 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4430 <replace-type modified-type="qt.gui.QPalette"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4431 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4432 jobject %out = qtjambi_from_object(__jni_env, &amp;%in, "QPalette", "com/trolltech/qt/gui/", false);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4433 jobject __invalidate_me = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4434 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4435 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4436 QtJambiLink *link = QtJambiLink::findLink(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4437 Q_ASSERT(link != 0);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4438
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4439 QPalette dummy;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4440 QPalette &amp;%out = link != 0 ? * (QPalette *) link-&gt;pointer() : dummy;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4441 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4442 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4443 <modify-argument index="0">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4444 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4445 if (__invalidate_me != 0)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4446 qtjambi_invalidate_object(__jni_env, __invalidate_me);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4447 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4448 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4449 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4450
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4451 <modify-function signature="standardIconImplementation(QStyle::StandardPixmap,const QStyleOption*,const QWidget*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4452 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4453 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4454 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4455 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4456 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4457 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4458 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4459 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4460 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4461 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4462 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4463 <modify-function signature="combinedLayoutSpacing(QFlags&lt;QSizePolicy::ControlType&gt;,QFlags&lt;QSizePolicy::ControlType&gt;,Qt::Orientation,QStyleOption*,QWidget*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4464 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4465 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4466 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4467 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4468 <modify-argument index="5">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4469 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4470 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4471 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4472
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4473
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4474 <modify-function signature="layoutSpacing(QSizePolicy::ControlType,QSizePolicy::ControlType,Qt::Orientation,const QStyleOption*,const QWidget*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4475 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4476 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4477 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4478 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4479 <modify-argument index="5">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4480 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4481 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4482 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4483
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4484 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4485 <modify-function signature="layoutSpacingImplementation(QSizePolicy::ControlType,QSizePolicy::ControlType,Qt::Orientation,const QStyleOption*,const QWidget*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4486 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4487 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4488 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4489 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4490 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4491 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4492 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4493 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4494 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4495 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4496 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4497
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4498
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4499 <inject-code class="shell-declaration"> <!-- Remove in Qt 5 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4500 QPixmap standardPixmap(QStyle::StandardPixmap, const QStyleOption*, const QWidget*) const { return QPixmap(); }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4501 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4502
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4503 <modify-function signature="standardPixmap(QStyle::StandardPixmap, const QStyleOption*, const QWidget*)const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4504 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4505
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4506 <object-type name="QColorDialog">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4507 <modify-function signature="open(QObject *, const char *)" remove="all"/> <!-- # TODO -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4508
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4509 <modify-function signature="getColor(const QColor &amp;, QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4510 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4511 <replace-default-expression with="QColor.White"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4512 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4513 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4514 <modify-function signature="getRgba(uint,bool*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4515 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4516 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4517 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4518
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4519 <object-type name="QLayout">
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
4520
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4521 <modify-function signature="addItem(QLayoutItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4522 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4523 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4524
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4525 <modify-function signature="setSpacing(int)" rename="setWidgetSpacing"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4526 <modify-function signature="spacing()const" rename="widgetSpacing"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4527 <modify-function signature="addWidget(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4528 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4529 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4530 <reference-count variable-name="__rcWidgets" action="add"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4531 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4532 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4533 <modify-function signature="addChildWidget(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4534 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4535 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4536 <reference-count variable-name="__rcWidgets" action="add"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4537 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4538 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4539 <modify-function signature="removeWidget(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4540 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4541 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4542 <reference-count variable-name="__rcWidgets" action="remove"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4543 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4544 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4545
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4546 <modify-function signature="setAlignment(QWidget*,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4547 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4548 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4549 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4550 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4551 <modify-function signature="setAlignment(QLayout*,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4552 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4553 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4554 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4555 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4556 <modify-function signature="setMenuBar(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4557 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4558 <reference-count action="set" variable-name="__rcMenuBar"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4559 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4560 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4561 <modify-function signature="getContentsMargins(int*,int*,int*,int*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4562 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4563 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4564
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4565 <modify-function signature="margin()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4566 <!-- <modify-function signature="setMargin(int)" remove="all"/> --> <!--### Obsolete in 4.3-->
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
4567
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4568 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4569 <import-file name="typesystem_gui-java.java" quote-after-line="class QLayout___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4570 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4571 <modify-function signature="addItem(QLayoutItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4572 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4573 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4574 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4575 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4576 <modify-function signature="removeItem(QLayoutItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4577 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4578 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4579 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4580 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4581 <modify-function signature="addChildLayout(QLayout *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4582 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4583 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4584 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4585 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4586 <modify-function signature="addChildLayout(QLayout *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4587 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4588 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4589 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4590 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4591 <modify-function signature="itemAt(int) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4592 <!-- <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4593 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4594 </modify-argument>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4595 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4596
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4597
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4598 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4599
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4600 <object-type name="QStackedLayout">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4601 <modify-function signature="addItem(QLayoutItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4602 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4603 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4604 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4605 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4606 <modify-function signature="itemAt(int) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4607 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4608 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4609 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4610 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4611 <modify-function signature="addWidget(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4612 <rename to="addStackedWidget"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4613 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4614 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4615 <reference-count action="add" declare-variable="QLayout" variable-name="__rcWidgets"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4616 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4617 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4618 <modify-function signature="insertWidget(int,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4619 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4620 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4621 <reference-count action="add" declare-variable="QLayout" variable-name="__rcWidgets"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4622 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4623 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4624 <modify-function signature="setCurrentWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4625 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4626 <!-- Safe to ignore because current widget must have been added to layout already -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4627 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4628 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4629 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4630 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4631
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4632 <object-type name="QBoxLayout">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4633 <modify-function signature="addWidget(QWidget *, int, QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4634 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4635 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4636 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4637 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4638 <modify-function signature="addItem(QLayoutItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4639 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4640 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4641 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4642 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4643 <modify-function signature="insertLayout(int, QLayout *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4644 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4645 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4646 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4647 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4648 <modify-function signature="insertItem(int, QLayoutItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4649 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4650 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4651 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4652 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4653 <modify-function signature="addSpacerItem(QSpacerItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4654 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4655 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4656 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4657 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4658 <modify-function signature="insertSpacerItem(int,QSpacerItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4659 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4660 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4661 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4662 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4663
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4664 <modify-function signature="addLayout(QLayout *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4665 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4666 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4667 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4668 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4669 <modify-function signature="addWidget(QWidget*,int,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4670 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4671 <reference-count declare-variable="QLayout" action="add" variable-name="__rcWidgets"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4672 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4673 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4674 <modify-function signature="insertWidget(int,QWidget*,int,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4675 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4676 <reference-count declare-variable="QLayout" action="add" variable-name="__rcWidgets"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4677 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4678 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4679 <modify-function signature="setStretchFactor(QWidget*,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4680 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4681 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4682 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4683 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4684 <modify-function signature="setStretchFactor(QLayout*,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4685 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4686 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4687 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4688 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4689 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4690
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4691 <object-type name="QGridLayout">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4692 <modify-function signature="addWidget(QWidget *)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4693 <modify-function signature="addItem(QLayoutItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4694 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4695 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4696 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4697 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4698 <modify-function signature="addItem(QLayoutItem *, int, int, int, int, QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4699 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4700 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4701 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4702 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4703 <modify-function signature="addLayout(QLayout *, int, int, QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4704 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4705 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4706 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4707 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4708 <modify-function signature="addLayout(QLayout *, int, int, int, int, QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4709 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4710 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4711 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4712 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4713 <modify-function signature="addWidget(QWidget*,int,int,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4714 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4715 <reference-count declare-variable="QLayout" action="add" variable-name="__rcWidgets"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4716 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4717 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4718 <modify-function signature="addWidget(QWidget*,int,int,int,int,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4719 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4720 <reference-count declare-variable="QLayout" action="add" variable-name="__rcWidgets"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4721 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4722 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4723 <modify-function signature="addWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4724 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4725 <reference-count declare-variable="QLayout" action="add" variable-name="__rcWidgets"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4726 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4727 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4728 <modify-function signature="getItemPosition(int,int*,int*,int*,int*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4729 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4730 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
4731
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4732 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4733 <import-file name="typesystem_gui-java.java" quote-after-line="class QGridLayout___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4734 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4735
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4736
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4737 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4738
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4739 <object-type name="QGraphicsView">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4740 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4741 <include file-name="QPainterPath" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4742 <include file-name="QVarLengthArray" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4743 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4744 <modify-function signature="fitInView(const QGraphicsItem *, Qt::AspectRatioMode)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4745 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4746 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4747 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4748 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4749 <modify-function signature="setupViewport(QWidget *)" access="non-final"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4750 <modify-function signature="setScene(QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4751 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4752 <reference-count action="set" variable-name="__rcScene"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4753 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4754 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4755 <modify-function signature="setupViewport(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4756 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4757 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4758 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4759 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4760
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4761 <modify-function signature="drawBackground(QPainter*,QRectF)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4762 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4763 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4764 <modify-function signature="drawForeground(QPainter*,QRectF)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4765 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4766 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4767 <modify-function signature="drawItems(QPainter*,int,QGraphicsItem**,const QStyleOptionGraphicsItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4768 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4769 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4770
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4771 <modify-function signature="drawItems(QPainter*,int,QGraphicsItem**,const QStyleOptionGraphicsItem*)" remove="all" />
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4772
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4773 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4774 <modify-function signature="drawItems(QPainter*,int,QGraphicsItem**,const QStyleOptionGraphicsItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4775 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4776 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4777 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4778 // nothing
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4779 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4780 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4781 <insert-template name="core.get_array_length">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4782 <replace from="%ARRAY" to="%3"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4783 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4784 int __length = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4785 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4786 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4787
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4788 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4789 <replace-type modified-type="qt.gui.QGraphicsItemInterface[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4790 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4791 <insert-template name="gui.convert_graphicsitem_array_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4792 <replace from="%LENGTH" to="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4793 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4794 jobjectArray graphicsItemArrayHolder = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4795 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4796 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4797 <insert-template name="gui.convert_graphicsitem_array_from_java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4798 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4799 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4800
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4801 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4802 <replace-type modified-type="qt.gui.QStyleOptionGraphicsItem[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4803 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4804 <insert-template name="gui.convert_styleoptiongraphicsitem_array_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4805 <replace from="%LENGTH" to="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4806 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4807 jobjectArray styleOptionArrayHolder = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4808 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4809 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4810 <insert-template name="gui.convert_styleoptiongraphicsitem_array_from_java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4811 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4812 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4813
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4814 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4815 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4816 qtjambi_invalidate_array(__jni_env, styleOptionArrayHolder);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4817 qtjambi_invalidate_array(__jni_env, graphicsItemArrayHolder);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4818 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4819 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4820
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4821 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4822 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4823 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4824
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4825 <object-type name="QInputDialog">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4826 <modify-function signature="open(QObject *, const char *)" remove="all"/> <!-- # TODO -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4827
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4828 <modify-function signature="getDouble(QWidget *, const QString &amp;, const QString &amp;, double, double, double, int, bool *, QFlags&lt;Qt::WindowType&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4829 <rename to="getDouble_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4830 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4831 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4832
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4833 <modify-function signature="getInteger(QWidget *, const QString &amp;, const QString &amp;, int, int, int, int, bool *, QFlags&lt;Qt::WindowType&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4834 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4835 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4836
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4837 <modify-function signature="getInt(QWidget*,QString,QString,int,int,int,int,bool*,QFlags&lt;Qt::WindowType&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4838 <rename to="getInt_private" />
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4839 <access modifier="private" />
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4840 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4841
309
8a0cf14e3419 wrong merge
eldar_ins@eldar-laptop
parents: 308
diff changeset
4842 <modify-function signature="getItem(QWidget *, const QString &amp;, const QString &amp;, const QStringList &amp;, int, bool, bool *, QFlags&lt;Qt::WindowType&gt;)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4843 <rename to="getItem_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4844 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4845 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4846
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4847 <modify-function signature="getText(QWidget *, const QString &amp;, const QString &amp;, QLineEdit::EchoMode, const QString &amp;, bool *, QFlags&lt;Qt::WindowType&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4848 <rename to="getText_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4849 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4850 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4851 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4852 <import-file name="typesystem_gui-java.java" quote-after-line="class QInputDialog___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4853 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4854
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4855 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4856
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4857
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4858 <object-type name="QGraphicsScene">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4859 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4860 <include file-name="QVarLengthArray" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4861 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4862 <modify-function signature="drawItems(QPainter*,int,QGraphicsItem**,const QStyleOptionGraphicsItem*,QWidget*)" remove="all"/> <!-- TODO: What is '_ConcreteWrapper'? -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4863 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4864 <modify-function signature="contextMenuEvent(QGraphicsSceneContextMenuEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4865 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4866 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4867 <modify-function signature="dragEnterEvent(QGraphicsSceneDragDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4868 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4869 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4870 <modify-function signature="dragLeaveEvent(QGraphicsSceneDragDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4871 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4872 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4873 <modify-function signature="dragMoveEvent(QGraphicsSceneDragDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4874 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4875 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4876 <modify-function signature="drawBackground(QPainter*,QRectF)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4877 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4878 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4879 <modify-function signature="drawForeground(QPainter*,QRectF)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4880 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4881 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4882 <modify-function signature="drawItems(QPainter*,int,QGraphicsItem**,const QStyleOptionGraphicsItem*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4883 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4884 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4885 <modify-function signature="dropEvent(QGraphicsSceneDragDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4886 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4887 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4888 <modify-function signature="focusInEvent(QFocusEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4889 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4890 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4891 <modify-function signature="focusOutEvent(QFocusEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4892 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4893 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4894 <modify-function signature="helpEvent(QGraphicsSceneHelpEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4895 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4896 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4897 <modify-function signature="inputMethodEvent(QInputMethodEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4898 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4899 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4900 <modify-function signature="keyPressEvent(QKeyEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4901 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4902 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4903 <modify-function signature="keyReleaseEvent(QKeyEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4904 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4905 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4906 <modify-function signature="mouseDoubleClickEvent(QGraphicsSceneMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4907 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4908 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4909 <modify-function signature="mouseMoveEvent(QGraphicsSceneMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4910 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4911 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4912 <modify-function signature="mousePressEvent(QGraphicsSceneMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4913 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4914 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4915 <modify-function signature="mouseReleaseEvent(QGraphicsSceneMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4916 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4917 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4918 <modify-function signature="wheelEvent(QGraphicsSceneWheelEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4919 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4920 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4921
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4922 <modify-function signature="setActiveWindow(QGraphicsWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4923 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4924 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4925 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4926 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4927 <modify-function signature="setStyle(QStyle*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4928 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4929 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4930 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4931 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4932
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4933 <modify-function signature="addItem(QGraphicsItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4934 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4935 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4936 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4937 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4938 <modify-function signature="addEllipse(const QRectF &amp;, const QPen &amp;, const QBrush &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4939 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4940 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4941 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4942 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4943 <modify-function signature="addLine(const QLineF &amp;, const QPen &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4944 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4945 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4946 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4947 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4948 <modify-function signature="addPath(const QPainterPath &amp;, const QPen &amp;, const QBrush &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4949 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4950 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4951 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4952 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4953 <modify-function signature="addPixmap(const QPixmap &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4954 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4955 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4956 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4957 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4958 <modify-function signature="addPolygon(const QPolygonF &amp;, const QPen &amp;, const QBrush &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4959 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4960 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4961 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4962 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4963 <modify-function signature="addRect(const QRectF &amp;, const QPen &amp;, const QBrush &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4964 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4965 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4966 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4967 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4968 <modify-function signature="addText(const QString &amp;, const QFont &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4969 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4970 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4971 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4972 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4973 <modify-function signature="addWidget(QWidget*,QFlags&lt;Qt::WindowType&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4974 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4975 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4976 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4977 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4978 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4979 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4980 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4981 <modify-function signature="removeItem(QGraphicsItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4982 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4983 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4984 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4985 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4986 <modify-function signature="setFocusItem(QGraphicsItem*,Qt::FocusReason)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4987 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4988 <reference-count action="set" variable-name="__rcFocusItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4989 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4990 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
4991
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4992 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4993 <import-file name="typesystem_gui-java.java" quote-after-line="class QGraphicsScene___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4994 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4995
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4996 <modify-function signature="addEllipse(const QRectF &amp;, const QPen &amp;, const QBrush &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4997 <modify-function signature="addEllipse(double, double, double, double, const QPen &amp;, const QBrush &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4998 <modify-function signature="addLine(const QLineF &amp;, const QPen &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4999 <modify-function signature="addLine(double, double, double, double, const QPen &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5000 <modify-function signature="addPath(const QPainterPath &amp;, const QPen &amp;, const QBrush &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5001 <modify-function signature="addPixmap(const QPixmap &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5002 <modify-function signature="addPolygon(const QPolygonF &amp;, const QPen &amp;, const QBrush &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5003 <modify-function signature="addRect(const QRectF &amp;, const QPen &amp;, const QBrush &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5004 <modify-function signature="addRect(double, double, double, double, const QPen &amp;, const QBrush &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5005 <modify-function signature="addSimpleText(const QString &amp;, const QFont &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5006 <modify-function signature="addText(const QString &amp;, const QFont &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5007
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5008 <modify-function signature="drawItems(QPainter*,int,QGraphicsItem**,const QStyleOptionGraphicsItem*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5009 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5010 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5011 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5012 // nothing
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5013 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5014 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5015 <insert-template name="core.get_array_length">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5016 <replace from="%ARRAY" to="%3"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5017 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5018 int __length = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5019 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5020
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5021 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5022
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5023 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5024 <replace-type modified-type="qt.gui.QGraphicsItemInterface[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5025 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5026 <insert-template name="gui.convert_graphicsitem_array_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5027 <replace from="%LENGTH" to="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5028 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5029 jobjectArray graphicsItemArrayHolder = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5030 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5031 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5032 <insert-template name="gui.convert_graphicsitem_array_from_java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5033 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5034 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5035
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5036 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5037 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5038 qtjambi_invalidate_array(__jni_env, styleOptionArrayHolder);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5039 qtjambi_invalidate_array(__jni_env, graphicsItemArrayHolder);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5040 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5041 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5042
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5043 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5044 <replace-type modified-type="qt.gui.QStyleOptionGraphicsItem[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5045 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5046 <insert-template name="gui.convert_styleoptiongraphicsitem_array_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5047 <replace from="%LENGTH" to="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5048 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5049 jobjectArray styleOptionArrayHolder = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5050 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5051 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5052 <insert-template name="gui.convert_styleoptiongraphicsitem_array_from_java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5053 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5054 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5055 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5056 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5057 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5058
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5059
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5060 <object-type name="QCalendarWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5061 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5062 <include file-name="QTextCharFormat" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5063 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5064
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5065 <modify-function signature="isHeaderVisible()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5066 <modify-function signature="setHeaderVisible(bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5067
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5068 <modify-function signature="paintCell(QPainter*,QRect,QDate)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5069 <modify-argument invalidate-after-use="yes" index="1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5070 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5071 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5072
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5073 <object-type name="QTreeWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5074 <modify-function signature="mimeData(const QList&lt;QTreeWidgetItem*&gt;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5075 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5076 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5077 <modify-function signature="dropMimeData(QTreeWidgetItem*,int,const QMimeData*,Qt::DropAction)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5078 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5079 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5080 <modify-function signature="isSortingEnabled()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5081 <modify-function signature="setSortingEnabled(bool)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5082 <modify-function signature="indexOfTopLevelItem(QTreeWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5083 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5084 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5085 <modify-function signature="addTopLevelItem(QTreeWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5086 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5087 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5088 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5089 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5090 <modify-function signature="takeTopLevelItem(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5091 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5092 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5093 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5094 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5095 <modify-function signature="addTopLevelItems(const QList&lt;QTreeWidgetItem*&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5096 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5097 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5098 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5099 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5100 <modify-function signature="insertTopLevelItem(int, QTreeWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5101 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5102 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5103 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5104 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5105 <modify-function signature="insertTopLevelItems(int, const QList&lt;QTreeWidgetItem*&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5106 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5107 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5108 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5109 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5110 <modify-function signature="setHeaderItem(QTreeWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5111 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5112 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5113 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5114 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5115 <modify-function signature="takeTopLevelItem(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5116 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5117 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5118 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5119 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5120 <modify-function signature="removeItemWidget(QTreeWidgetItem*,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5121 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5122 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5123 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5124 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5125 <modify-function signature="setCurrentItem(QTreeWidgetItem*,int,QFlags&lt;QItemSelectionModel::SelectionFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5126 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5127 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5128 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5129 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5130 <modify-function signature="setFirstItemColumnSpanned(const QTreeWidgetItem*,bool)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5131 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5132 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5133 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5134 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5135 <modify-function signature="setCurrentItem(QTreeWidgetItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5136 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5137 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5138 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5139 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5140 <modify-function signature="setCurrentItem(QTreeWidgetItem*,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5141 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5142 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5143 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5144 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5145 <modify-function signature="setItemExpanded(const QTreeWidgetItem*,bool)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5146 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5147 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5148 <modify-function signature="isItemExpanded(const QTreeWidgetItem*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5149 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5150 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5151 <modify-function signature="setItemHidden(const QTreeWidgetItem*,bool)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5152 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5153 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5154 <modify-function signature="isItemHidden(const QTreeWidgetItem*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5155 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5156 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5157 <modify-function signature="isItemSelected(const QTreeWidgetItem*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5158 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5159 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5160 <modify-function signature="setItemSelected(const QTreeWidgetItem*,bool)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5161 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5162 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5163 <modify-function signature="setItemWidget(QTreeWidgetItem*,int,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5164 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5165 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5166 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5167 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5168 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5169 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5170 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5171 <modify-function signature="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5172 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5173 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5174 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5175 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5176
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5177 <modify-function signature="items(const QMimeData*)const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5178 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5179
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5180 <object-type name="QAbstractItemDelegate">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5181 <modify-function signature="setEditorData(QWidget*,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5182 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5183 <!-- Safe to ignore because this implementation is documented to do nothing -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5184 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5185 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5186 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5187 <modify-function signature="setModelData(QWidget*,QAbstractItemModel*,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5188 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5189 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5190 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5191 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5192 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5193 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5194 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5195
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5196 <modify-function signature="paint(QPainter*,QStyleOptionViewItem,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5197 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5198 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5199 <modify-function signature="editorEvent(QEvent*,QAbstractItemModel*,QStyleOptionViewItem,QModelIndex)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5200 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5201 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5202
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5203 <modify-function signature="elidedText(QFontMetrics, int, Qt::TextElideMode, QString)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5204 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5205
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5206 <object-type name="QTableWidgetItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5207 <modify-function signature="operator=(const QTableWidgetItem&amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5208 <modify-function signature="clone() const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5209 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5210 <define-ownership class="shell" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5211 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5212 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5213
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5214 <modify-function signature="backgroundColor()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5215 <modify-function signature="setBackgroundColor(QColor)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5216 <modify-function signature="setTextColor(QColor)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5217 <modify-function signature="textColor()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5218
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5219 <modify-function signature="operator&lt;(QTableWidgetItem)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5220 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5221 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5222 <modify-function signature="read(QDataStream&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5223 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5224 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5225 <modify-function signature="write(QDataStream&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5226 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5227 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5228
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5229 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5230
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5231 <object-type name="QListWidgetItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5232
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5233 <modify-function signature="operator&lt;(QListWidgetItem)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5234 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5235 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5236 <modify-function signature="read(QDataStream&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5237 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5238 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5239 <modify-function signature="write(QDataStream&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5240 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5241 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5242
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5243
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5244 <modify-function signature="operator=(const QListWidgetItem&amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5245 <!-- <modify-function signature="QListWidgetItem(QListWidget *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5246 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5247 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5248 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5249 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5250 <modify-function signature="QListWidgetItem(const QString &amp;, QListWidget *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5251 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5252 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5253 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5254 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5255 <modify-function signature="QListWidgetItem(const QIcon &amp;, const QString &amp;, QListWidget *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5256 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5257 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5258 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5259 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5260 <modify-function signature="clone() const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5261 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5262 <define-ownership class="shell" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5263 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5264 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5265 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5266 <modify-function signature="backgroundColor()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5267 <modify-function signature="setBackgroundColor(QColor)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5268 <modify-function signature="setTextColor(QColor)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5269 <modify-function signature="textColor()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5270 </object-type>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
5271
324
Eldar Insafutdinov <e.insafutdinov@gmail.com>
parents: 323
diff changeset
5272 <object-type name="QGraphicsObject">
Eldar Insafutdinov <e.insafutdinov@gmail.com>
parents: 323
diff changeset
5273 <modify-function signature="children()const" remove="all"/>
Eldar Insafutdinov <e.insafutdinov@gmail.com>
parents: 323
diff changeset
5274 </object-type>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
5275
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5276 <object-type name="QGraphicsTextItem"> <!-- a QObject so main-thread delete redundant -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5277 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5278 <include file-name="QTextCursor" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5279 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5280 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5281 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5282 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5283 <modify-function signature="QGraphicsTextItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5284 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5285 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5286 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5287 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5288 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5289 <modify-function signature="QGraphicsTextItem(const QString &amp;,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5290 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5291 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5292 if (%2 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5293 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5294 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5295 <modify-function signature="setDocument(QTextDocument*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5296 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5297 <reference-count action="set" variable-name="__rcDocument"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5298 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5299 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5300 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5301 <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5302 <modify-function signature="resetMatrix()" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5303 <modify-function signature="sceneMatrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5304 <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5305 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5306
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5307 <object-type name="QCompleter">
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
5308 <!-- <modify-function signature="activated(const QModelIndex &amp;)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5309 <rename to="activatedIndex"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5310 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5311 <modify-function signature="highlighted(const QModelIndex &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5312 <rename to="highlightedIndex"/>
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
5313 </modify-function> -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5314 <modify-function signature="setModel(QAbstractItemModel *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5315 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5316 <reference-count action="set" variable-name="__rcModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5317 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5318 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5319 <modify-function signature="setPopup(QAbstractItemView *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5320 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5321 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5322 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5323 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5324 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5325 <modify-function signature="setWidget(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5326 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5327 <reference-count action="set" variable-name="__rcWidget"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5328 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5329 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5330 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5331
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5332
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5333 <object-type name="QTreeWidgetItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5334
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5335 <modify-function signature="operator&lt;(QTreeWidgetItem)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5336 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5337 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5338 <modify-function signature="read(QDataStream&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5339 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5340 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5341 <modify-function signature="write(QDataStream&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5342 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5343 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5344
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5345 <modify-function signature="QTreeWidgetItem(const QTreeWidgetItem &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5346 <modify-function signature="operator=(const QTreeWidgetItem&amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5347
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5348 <modify-function signature="QTreeWidgetItem(QTreeWidget *,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5349 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5350 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5351 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5352 </modify-function>
309
8a0cf14e3419 wrong merge
eldar_ins@eldar-laptop
parents: 308
diff changeset
5353 <modify-function signature="QTreeWidgetItem(QTreeWidget *,const QStringList &amp;,int)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5354 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5355 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5356 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5357 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5358 <modify-function signature="QTreeWidgetItem(QTreeWidget *,QTreeWidgetItem *,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5359 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5360 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5361 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5362 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5363 <modify-function signature="QTreeWidgetItem(QTreeWidgetItem *,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5364 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5365 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5366 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5367 </modify-function>
309
8a0cf14e3419 wrong merge
eldar_ins@eldar-laptop
parents: 308
diff changeset
5368 <modify-function signature="QTreeWidgetItem(QTreeWidgetItem *,const QStringList &amp;,int)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5369 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5370 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5371 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5372 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5373 <modify-function signature="QTreeWidgetItem(QTreeWidgetItem *,QTreeWidgetItem *,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5374 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5375 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5376 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5377 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5378 <modify-function signature="clone() const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5379 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5380 <define-ownership class="shell" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5381 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5382 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5383 <modify-function signature="addChild(QTreeWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5384 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5385 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5386 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5387 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5388 <modify-function signature="addChildren(const QList&lt;QTreeWidgetItem*&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5389 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5390 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5391 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5392 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5393 <modify-function signature="insertChild(int, QTreeWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5394 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5395 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5396 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5397 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5398 <modify-function signature="insertChildren(int, const QList&lt;QTreeWidgetItem*&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5399 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5400 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5401 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5402 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5403 <modify-function signature="removeChild(QTreeWidgetItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5404 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5405 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5406 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5407 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5408 <modify-function signature="takeChild(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5409 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5410 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5411 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5412 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5413 <modify-function signature="takeChildren()">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5414 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5415 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5416 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5417 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5418
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5419 <modify-function signature="backgroundColor(int)const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5420 <modify-function signature="setBackgroundColor(int, QColor)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5421 <modify-function signature="setTextColor(int, QColor)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5422 <modify-function signature="textColor(int)const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5423 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5424
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5425 <object-type name="QListWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5426 <modify-function signature="mimeData(const QList&lt;QListWidgetItem *&gt;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5427 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5428 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5429 <modify-function signature="addItem(QListWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5430 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5431 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5432 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5433 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5434 <modify-function signature="insertItem(int, QListWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5435 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5436 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5437 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5438 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5439 <modify-function signature="removeItemWidget(QListWidgetItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5440 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5441 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5442 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5443 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5444 <modify-function signature="setCurrentItem(QListWidgetItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5445 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5446 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5447 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5448 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5449 <modify-function signature="setCurrentItem(QListWidgetItem*,QFlags&lt;QItemSelectionModel::SelectionFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5450 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5451 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5452 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5453 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5454 <modify-function signature="setItemHidden(const QListWidgetItem*,bool)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5455 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5456 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5457 <modify-function signature="isItemHidden(const QListWidgetItem*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5458 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5459 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5460 <modify-function signature="setItemSelected(const QListWidgetItem*,bool)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5461 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5462 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5463 <modify-function signature="isItemSelected(const QListWidgetItem*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5464 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5465 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5466 <modify-function signature="takeItem(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5467 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5468 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5469 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5470 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5471 <modify-function signature="setItemWidget(QListWidgetItem*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5472 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5473 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5474 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5475 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5476 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5477 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5478 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5479 <modify-function signature="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5480 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5481 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5482 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5483 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5484
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
5485
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5486 <!-- <modify-function signature="addItem(const QString &amp;)" remove="all"/>-->
309
8a0cf14e3419 wrong merge
eldar_ins@eldar-laptop
parents: 308
diff changeset
5487 <modify-function signature="addItems(const QStringList &amp;)" remove="all"/>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5488 <modify-function signature="insertItem(int, const QString &amp;)" remove="all"/>
309
8a0cf14e3419 wrong merge
eldar_ins@eldar-laptop
parents: 308
diff changeset
5489 <modify-function signature="insertItems(int, const QStringList &amp;)" remove="all"/>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5490 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5491 <import-file name="typesystem_gui-java.java" quote-after-line="class QListWidget___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5492 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5493 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5494
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5495 <object-type name="QWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5496 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5497 <include file-name="QIcon" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5498 <include file-name="QMessageBox" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5499 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5500
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5501 <!-- These should be restored later after fixing abstract classes issue -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5502 <!--<modify-function signature="inputContext()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5503 <modify-function signature="layout() const" remove="all"/>
122
76874701375c enable QWidget.style
mandel
parents: 98
diff changeset
5504 <modify-function signature="setLayout(QLayout*)" remove="all"/>
76874701375c enable QWidget.style
mandel
parents: 98
diff changeset
5505 <modify-function signature="style () const" remove="all"/>-->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5506
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5507 <modify-function signature="actionEvent(QActionEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5508 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5509 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5510 <modify-function signature="changeEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5511 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5512 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5513 <modify-function signature="closeEvent(QCloseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5514 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5515 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5516 <modify-function signature="contextMenuEvent(QContextMenuEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5517 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5518 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5519 <modify-function signature="dragEnterEvent(QDragEnterEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5520 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5521 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5522 <modify-function signature="dragLeaveEvent(QDragLeaveEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5523 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5524 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5525 <modify-function signature="dragMoveEvent(QDragMoveEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5526 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5527 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5528 <modify-function signature="dropEvent(QDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5529 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5530 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5531 <modify-function signature="enterEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5532 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5533 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5534 <modify-function signature="focusInEvent(QFocusEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5535 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5536 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5537 <modify-function signature="focusOutEvent(QFocusEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5538 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5539 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5540 <modify-function signature="hideEvent(QHideEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5541 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5542 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5543 <modify-function signature="inputMethodEvent(QInputMethodEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5544 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5545 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5546 <modify-function signature="keyPressEvent(QKeyEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5547 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5548 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5549 <modify-function signature="keyReleaseEvent(QKeyEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5550 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5551 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5552 <modify-function signature="leaveEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5553 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5554 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5555 <modify-function signature="mouseDoubleClickEvent(QMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5556 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5557 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5558 <modify-function signature="mouseMoveEvent(QMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5559 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5560 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5561 <modify-function signature="mousePressEvent(QMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5562 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5563 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5564 <modify-function signature="mouseReleaseEvent(QMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5565 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5566 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5567 <modify-function signature="moveEvent(QMoveEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5568 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5569 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5570 <modify-function signature="paintEvent(QPaintEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5571 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5572 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5573 <modify-function signature="resizeEvent(QResizeEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5574 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5575 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5576 <modify-function signature="showEvent(QShowEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5577 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5578 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5579 <modify-function signature="tabletEvent(QTabletEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5580 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5581 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5582 <modify-function signature="wheelEvent(QWheelEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5583 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5584 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5585 <!-- qtd
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5586 <modify-function signature="render(QPainter*,QPoint,QRegion,QFlags&lt;QWidget::RenderFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5587 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5588 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5589 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5590 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5591
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5592 <inject-code class="native">
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
5593 QTD_EXTERN QTD_JNIEXPORT void JNICALL QTJAMBI_FUNCTION_PREFIX(Java_com_trolltech_qt_gui_QWidget__1_1qt_1QMessageBox_1setWindowTitle)
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5594 (JNIEnv *__jni_env,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5595 jclass,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5596 jlong __this_nativeId,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5597 jobject title0)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5598 {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5599 QTJAMBI_DEBUG_TRACE("(native) entering: QMessageBox::setWindowTitle(const QString &amp; title)");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5600 QString __qt_title0 = qtjambi_to_qstring(__jni_env, (jstring) title0);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5601 QTJAMBI_EXCEPTION_CHECK(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5602 QMessageBox *__qt_this = (QMessageBox *) qtjambi_from_jlong(__this_nativeId);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5603 QTJAMBI_EXCEPTION_CHECK(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5604 Q_ASSERT(__qt_this);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5605 __qt_this-&gt;setWindowTitle((const QString&amp; )__qt_title0);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5606 QTJAMBI_DEBUG_TRACE("(native) -&gt; leaving: QMessageBox::setWindowTitle(const QString &amp; title)");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5607 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5608 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5609
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5610 <inject-code class="native">
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
5611 QTD_EXTERN QTD_JNIEXPORT void JNICALL QTJAMBI_FUNCTION_PREFIX(Java_com_trolltech_qt_gui_QWidget__1_1qt_1QMessageBox_1setWindowModality)
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5612 (JNIEnv *__jni_env,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5613 jclass,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5614 jlong __this_nativeId,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5615 jint windowModality0)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5616 {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5617 Q_UNUSED(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5618 QTJAMBI_DEBUG_TRACE("(native) entering: QMessageBox::setWindowModality(Qt::WindowModality modality)");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5619 Qt::WindowModality __qt_windowModality0 = (Qt::WindowModality) windowModality0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5620 QTJAMBI_EXCEPTION_CHECK(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5621 QMessageBox *__qt_this = (QMessageBox *) qtjambi_from_jlong(__this_nativeId);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5622 QTJAMBI_EXCEPTION_CHECK(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5623 Q_ASSERT(__qt_this);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5624 __qt_this-&gt;setWindowModality((Qt::WindowModality )__qt_windowModality0);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5625 QTJAMBI_DEBUG_TRACE("(native) -&gt; leaving: QMessageBox::setWindowModality(Qt::WindowModality modality)");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5626 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5627 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5628
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5629 <modify-function signature="render(QPaintDevice *, const QPoint &amp;, const QRegion &amp;, QFlags&lt;QWidget::RenderFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5630 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5631 <replace-default-expression with="RenderFlag.DrawWindowBackground, RenderFlag.DrawChildren"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5632 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5633 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5634 <modify-function signature="render(QPainter *, const QPoint &amp;, const QRegion &amp;, QFlags&lt;QWidget::RenderFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5635 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5636 <replace-default-expression with="RenderFlag.DrawWindowBackground, RenderFlag.DrawChildren"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5637 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5638 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
5639 -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5640 <!-- <modify-function signature="setFocusProxy(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5641 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5642 <reference-count action="set" variable-name="__rcFocusProxy"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5643 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5644 </modify-function> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5645 <modify-function signature="setInputContext(QInputContext*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5646 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5647 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5648 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5649 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5650 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5651 <modify-function signature="setLayout(QLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5652 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5653 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5654 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5655 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5656 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5657 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5658 <modify-function signature="setParent(QWidget*,QFlags&lt;Qt::WindowType&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5659 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5660 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5661 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5662 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5663 <modify-function signature="setParent(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5664 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5665 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5666 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5667 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5668 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5669 <modify-function signature="setStyle(QStyle*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5670 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5671 <reference-count action="set" variable-name="__rcStyle"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5672 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5673 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5674 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5675 <modify-function signature="setTabOrder(QWidget*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5676 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5677 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5678 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5679 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5680 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5681 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5682 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5683 <modify-function signature="getContentsMargins(int*,int*,int*,int*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5684 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5685 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5686
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5687 <modify-function signature="addAction(QAction *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5688 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5689 <reference-count action="add" variable-name="__rcActions"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5690 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5691 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5692
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5693 <modify-function signature="insertAction(QAction *, QAction *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5694 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5695 <reference-count action="add" variable-name="__rcActions"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5696 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5697 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5698
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5699 <modify-function signature="addActions(const QList&lt;QAction *&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5700 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5701 <reference-count action="add-all" variable-name="__rcActions"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5702 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5703 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5704
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5705 <modify-function signature="insertActions(QAction *, const QList&lt;QAction *&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5706 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5707 <reference-count action="add-all" variable-name="__rcActions"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5708 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5709 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5710
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5711 <modify-function signature="removeAction(QAction *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5712 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5713 <reference-count action="remove" variable-name="__rcActions"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5714 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5715 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5716 <modify-function signature="enabledChange(bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5717 <modify-function signature="fontChange(QFont)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5718 <modify-function signature="isEnabledToTLW()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5719 <modify-function signature="isTopLevel()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5720 <modify-function signature="paletteChange(QPalette)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5721 <modify-function signature="setShown(bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5722 <modify-function signature="topLevelWidget()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5723 <modify-function signature="windowActivationChange(bool)" remove="all"/> <!--### Obsolete in 4.3-->
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
5724
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5725 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5726 <import-file name="typesystem_gui-java.java" quote-after-line="class QWidget___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5727 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5728 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5729 <modify-function signature="setWindowTitle(const QString &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5730 <inject-code class="java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5731 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5732 if (this instanceof QMessageBox) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5733 qt.GeneratorUtilities.threadCheck(this);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5734 if (nativeId() == 0)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5735 throw new QNoNativeResourcesException("Function call on incomplete object of type: " +getClass().getName());
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5736 __qt_QMessageBox_setWindowTitle(nativeId(), %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5737 return ;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5738 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5739 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5740 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5741
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5742
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5743 <modify-function signature="setWindowModality(Qt::WindowModality)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5744 <inject-code class="java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5745 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5746 if (this instanceof QMessageBox) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5747 qt.GeneratorUtilities.threadCheck(this);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5748 if (nativeId() == 0)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5749 throw new QNoNativeResourcesException("Function call on incomplete object of type: " +getClass().getName());
372
a032df77b6ab Simple debug helper. Unittests. Meta-object for polymorphic non-QObjects
Max Samukha <maxter@spambox.com>
parents: 357
diff changeset
5750 __qt_QMessageBox_setWindowModality(qtdNativeId(), %1.value());
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5751 return ;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5752 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5753 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5754 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5755 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5756
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5757
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5758
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5759 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5760
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5761 <object-type name="QMessageBox">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5762 <modify-function signature="open()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5763 <modify-function signature="setWindowTitle(const QString &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5764 <modify-function signature="setWindowModality(Qt::WindowModality)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5765 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5766 <include file-name="QPixmap" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5767 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5768 <modify-function signature="addButton(QAbstractButton*,QMessageBox::ButtonRole)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5769 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5770 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5771 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5772 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5773 <modify-function signature="removeButton(QAbstractButton*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5774 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5775 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5776 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5777 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5778 <modify-function signature="setDefaultButton(QPushButton*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5779 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5780 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5781 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5782 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5783 <modify-function signature="setEscapeButton(QAbstractButton*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5784 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5785 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5786 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5787 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5788
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5789 <modify-function signature="QMessageBox(QString,QString,QMessageBox::Icon,int,int,int,QWidget*,QFlags&lt;Qt::WindowType&gt;)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5790 <modify-function signature="buttonText(int)const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5791 <modify-function signature="setButtonText(int, QString)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5792 <modify-function signature="standardIcon(QMessageBox::Icon)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5793
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5794 <modify-function signature="critical(QWidget*,QString,QString,int,int,int)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5795 <modify-function signature="critical(QWidget*,QString,QString,QString,QString,QString,int,int)" remove="all"/> <!--### Obsolete in 4.3-->
344
96a75b1e5b26 project structure changes
Max Samukha <maxter@spambox.com>
parents: 342
diff changeset
5796 <modify-function signature="information(QWidget*,QString,QString,int,int,int)" remove="all"/> <!--### Obsolete in 4.3-->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5797 <modify-function signature="information(QWidget*,QString,QString,QString,QString,QString,int,int)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5798 <modify-function signature="question(QWidget*, QString, QString, int, int, int)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5799 <modify-function signature="question(QWidget*, QString, QString, QString, QString, QString, int, int)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5800 <modify-function signature="warning(QWidget*, QString, QString, int, int, int)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5801 <modify-function signature="warning(QWidget*, QString, QString, QString, QString, QString, int, int)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5802 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5803
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5804 <object-type name="QAbstractSpinBox">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5805 <modify-function signature="initStyleOption(QStyleOptionSpinBox*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5806 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5807 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5808 <modify-function signature="setLineEdit(QLineEdit*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5809 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5810 <!-- Safe to ignore because the spinbox reparents the line edit -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5811 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5812 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5813 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5814 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
5815 <!--
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5816 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5817 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5818 <replace from="%TYPE" to="QStyleOptionSpinBox"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5819 <replace from="final" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5820 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5821 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5822
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5823 <modify-function signature="fixup(QString&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5824 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5825 <replace-type modified-type="java.lang.String"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5826 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5827 jobject %out = (jobject) qtjambi_from_qstring(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5828 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5829 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5830 QString %out = qtjambi_to_qstring(__jni_env, (jstring) %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5831 QString *__qt_converted = &amp;%out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5832 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5833 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5834
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5835 <modify-argument index="0">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5836 <replace-type modified-type="java.lang.String"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5837 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5838 jobject %out = (jobject) qtjambi_from_qstring(__jni_env, *__qt_converted);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5839 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5840 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5841 %1 = qtjambi_to_qstring(__jni_env, (jstring) %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5842 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5843 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5844 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5845
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5846 <modify-function signature="validate(QString&amp;,int&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5847 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5848 <replace-type modified-type="qt.gui.QValidator$QValidationData"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5849 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5850 <insert-template name="gui.convert_validationdata_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5851 <replace from="%STRING" to="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5852 <replace from="%POS" to="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5853 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5854 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5855 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5856 <insert-template name="gui.convert_validationdata_to_string"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5857 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5858 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5859
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5860 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5861 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5862 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5863 // nothing needed
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5864 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5865 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5866 <insert-template name="gui.convert_validationdata_to_pos">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5867 <replace from="%VALIDATIONDATA" to="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5868 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5869 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5870 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5871
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5872 <modify-argument index="0">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5873 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5874 <insert-template name="gui.cleanup_validationdata_from_java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5875 jint %out = %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5876 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5877 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5878 <insert-template name="gui.cleanup_validationdata_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5879 <replace from="%STRING" to="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5880 <replace from="%POS" to="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5881 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5882 QValidator::State %out = (QValidator::State) qtjambi_to_enumerator(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5883 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5884 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5885 </modify-function>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5886 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5887
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5888 <object-type name="QTextFrame" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5889 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5890 <include file-name="QTextCursor" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5891 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5892 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5893
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5894 <object-type name="QImageIOHandler">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5895 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5896 <include file-name="QRect" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5897 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5898 <modify-function signature="setFormat(const QByteArray &amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5899 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5900 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5901 <modify-function signature="setDevice(QIODevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5902 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5903 <reference-count action="set" variable-name="__rcDevice"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5904 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5905 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5906 <modify-function signature="read(QImage*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5907 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5908 <replace-type modified-type="QImage"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5909 <!-- <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5910 jobject %out = qtjambi_from_object(__jni_env, %in, "QImage", "com/trolltech/qt/gui/", false);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5911
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5912 QtJambiLink *__link = %out != 0 ? QtJambiLink::findLink(__jni_env, %out) : 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5913 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5914 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5915 QImage *%out = (QImage *) qtjambi_to_object(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5916 </conversion-rule> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5917 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5918 <!-- <modify-argument index="0">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5919 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5920 // Invalidate object
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5921 if (__link != 0) __link-&gt;resetObject(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5922 bool %out = (bool) %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5923 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5924 </modify-argument>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5925 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5926
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5927 <modify-function signature="name()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5928 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5929
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5930 <object-type name="QProxyModel">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5931 <modify-function signature="parent()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5932 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5933 <include file-name="QPixmap" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5934 <include file-name="QStringList" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5935 <include file-name="QSize" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5936 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5937 <modify-function signature="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5938 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5939 <reference-count action="set" variable-name="__rcModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5940 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5941 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5942 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5943
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5944 <object-type name="QImageReader">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5945 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5946 <include file-name="QColor" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5947 <include file-name="QRect" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5948 <include file-name="QSize" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5949 <include file-name="QStringList" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5950 <include file-name="QImage" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5951 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5952 <modify-function signature="read(QImage*) ">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5953 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5954 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5955 <modify-function signature="setDevice(QIODevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5956 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5957 <reference-count action="set" variable-name="__rcDevice"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5958 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5959 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5960 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5961
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5962 <object-type name="QMovie">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5963 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5964 <include file-name="QColor" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5965 <include file-name="QImage" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5966 <include file-name="QPixmap" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5967 <include file-name="QRect" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5968 <include file-name="QSize" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5969 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5970 <modify-function signature="cacheMode()">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5971 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5972 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5973 <modify-function signature="setDevice(QIODevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5974 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5975 <reference-count action="set" variable-name="__rcDevice"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5976 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5977 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5978 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5979
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5980 <object-type name="QPageSetupDialog">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5981 <modify-function signature="open(QObject *, const char *)" remove="all"/> <!-- # TODO -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5982
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5983 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5984
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5985 <object-type name="QTabWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5986 <!-- <modify-function signature="initStyleOption(QStyleOptionTabWidgetFrame*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5987 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5988 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5989 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5990 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5991 <replace from="%TYPE" to="QStyleOptionTabWidgetFrame"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5992 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5993 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5994 <modify-function signature="addTab(QWidget*,QIcon,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5995 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5996 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5997 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5998 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5999 <modify-function signature="addTab(QWidget*,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6000 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6001 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6002 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6003 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6004 <modify-function signature="insertTab(int,QWidget*,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6005 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6006 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6007 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6008 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6009 <modify-function signature="insertTab(int,QWidget*,QIcon,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6010 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6011 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6012 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6013 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6014 <modify-function signature="setCornerWidget(QWidget*,Qt::Corner)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6015 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6016 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6017 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6018 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6019 <modify-function signature="setCurrentWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6020 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6021 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6022 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6023 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6024 <modify-function signature="setTabBar(QTabBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6025 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6026 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6027 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6028 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6029 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6030 <object-type name="QDrag">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6031 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6032 <include file-name="QPoint" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6033 <include file-name="QPixmap" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6034 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6035 <modify-function signature="setMimeData(QMimeData*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6036 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6037 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6038 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6039 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6040
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6041 <modify-function signature="start(QFlags&lt;Qt::DropAction&gt;)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6042 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6043
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6044 <object-type name="QDateTimeEdit">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6045 <modify-function signature="setCalendarWidget(QCalendarWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6046 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6047 <!-- Safe to ignore because widget is reparented -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6048 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6049 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6050 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6051 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6052
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6053 <object-type name="QSortFilterProxyModel">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6054 <modify-function signature="parent()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6055 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6056 <include file-name="QItemSelection" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6057 <include file-name="QStringList" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6058 <include file-name="QSize" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6059 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6060
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6061 <modify-function signature="setSourceModel(QAbstractItemModel *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6062 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6063 <reference-count action="set" variable-name="__rcSourceModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6064 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6065 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6066
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6067 <modify-function signature="clear()" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6068 <modify-function signature="filterChanged()" remove="all"/> <!--### Obsolete in 4.3-->
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
6069
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6070 <modify-function signature="match(QModelIndex, int, QVariant, int, QFlags&lt;Qt::MatchFlag&gt;) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6071 <modify-argument index="5">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6072 <replace-default-expression with="Qt.MatchFlag.MatchStartsWith | Qt.MatchFlag.MatchWrap"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6073 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6074 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6075 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6076
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6077 <object-type name="QSlider">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6078 <!-- <modify-function signature="initStyleOption(QStyleOptionSlider*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6079 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6080 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
6081
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6082 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6083 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6084 <replace from="%TYPE" to="QStyleOptionSlider"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6085 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6086 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6087 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6088
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6089 <object-type name="QInputContext">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6090 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6091 <include file-name="QTextFormat" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6092 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6093 <modify-function signature="setFocusWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6094 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6095 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6096 <modify-function signature="filterEvent(const QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6097 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6098 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6099 <modify-function signature="mouseHandler(int,QMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6100 <modify-argument index="2" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6101 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6102
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6103 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6104
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6105 <object-type name="QProgressDialog">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6106 <modify-function signature="open(QObject *, const char *)" remove="all"/> <!-- # TODO -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6107
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6108 <modify-function signature="setBar(QProgressBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6109 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6110 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6111 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6112 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6113 <modify-function signature="setCancelButton(QPushButton*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6114 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6115 <!-- Safe to ignore because button is reparented -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6116 <reference-count action="ignore"/>
371
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents: 357
diff changeset
6117
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6118 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6119 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6120 <modify-function signature="setLabel(QLabel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6121 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6122 <!-- Safe to ignore because label is reparented -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6123 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6124 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6125 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6126
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6127 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6128
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6129 <object-type name="QLabel">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6130 <!-- <modify-function signature="picture()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6131 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6132 <rename to="picture_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6133 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6134 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6135 <modify-function signature="setBuddy(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6136 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6137 <reference-count action="set" variable-name="__rcBuddy"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6138 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6139 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6140 <modify-function signature="setMovie(QMovie *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6141 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6142 <reference-count action="set" variable-name="__rcMovie"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6143 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6144 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6145 <!-- <modify-function signature="pixmap()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6146 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6147 <rename to="pixmap_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6148 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6149
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6150 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6151 <insert-template name="gui.getter_returning_nativepointer">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6152 <replace from="%RETURN_TYPE" to="QPicture"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6153 <replace from="%FUNCTION_NAME" to="picture"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6154 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6155 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6156 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6157 <insert-template name="gui.getter_returning_nativepointer">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6158 <replace from="%RETURN_TYPE" to="QPixmap"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6159 <replace from="%FUNCTION_NAME" to="pixmap"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6160 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6161 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6162 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6163
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6164 <object-type name="QFileDialog">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6165 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6166 <include file-name="QUrl" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6167 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6168 <modify-function signature="open()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6169 <!-- <modify-function signature="setVisible(bool)" remove="all"/> // properties_d -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6170 <modify-function signature="getOpenFileName(QWidget*,QString,QString,QString,QString*,QFlags&lt;QFileDialog::Option&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6171 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6172 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6173 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6174 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6175 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6176 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6177 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6178 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6179 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6180 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6181 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6182 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6183 <modify-argument index="5">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6184 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6185 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6186 <!-- <modify-argument index="6">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6187 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6188 </modify-argument>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6189 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6190 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6191 <modify-function signature="getOpenFileNames(QWidget*,QString,QString,QString,QString*,QFlags&lt;QFileDialog::Option&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6192 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6193 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6194 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6195 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6196 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6197 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6198 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6199 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6200 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6201 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6202 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6203 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6204 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6205 <modify-argument index="5">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6206 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6207 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6208 <modify-argument index="6">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6209 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6210 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6211 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6212 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6213 <modify-function signature="getSaveFileName(QWidget*,QString,QString,QString,QString*,QFlags&lt;QFileDialog::Option&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6214 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6215 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6216 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6217 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6218 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6219 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6220 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6221 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6222 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6223 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6224 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6225 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6226 <modify-argument index="5">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6227 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6228 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6229 <!-- <modify-argument index="6">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6230 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6231 </modify-argument>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6232 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6233
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6234 <modify-function signature="setIconProvider(QFileIconProvider*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6235 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6236 <reference-count action="set" variable-name="__rcIconProvider"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6237 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6238 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6239
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6240 <modify-function signature="setItemDelegate(QAbstractItemDelegate*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6241 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6242 <reference-count action="set" variable-name="__rcItemDelegate"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6243 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6244 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6245
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6246 <modify-function signature="setProxyModel(QAbstractProxyModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6247 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6248 <!-- Reparented -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6249 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6250 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6251 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6252
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
6253
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6254 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6255 <import-file name="typesystem_gui-java.java" quote-after-line="class QFileDialog___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6256 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6257 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6258 <template name="gui.filedialog_get_xxx_filename">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6259 public static %TYPE %FUNCTION_NAME(QWidget parent, string caption, String dir, Filter filter, Options options) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6260 QNativePointer np = filter != null ? new QNativePointer(QNativePointer.Type.String) : null;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6261 %TYPE returned = %FUNCTION_NAME(parent, caption, dir, filter != null ? filter.filter : "", np, options);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6262 if (filter != null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6263 filter.selectedFilter = np.stringValue();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6264 return returned;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6265 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6266
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6267 public static %TYPE %FUNCTION_NAME(QWidget parent, String caption, String dir, Filter filter, Option ... options) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6268 QNativePointer np = filter != null ? new QNativePointer(QNativePointer.Type.String) : null;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6269 %TYPE returned = %FUNCTION_NAME(parent, caption, dir, filter != null ? filter.filter : "", np, options);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6270 if (filter != null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6271 filter.selectedFilter = np.stringValue();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6272 return returned;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6273 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6274
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6275 public static %TYPE %FUNCTION_NAME(QWidget parent, String caption, String dir, Filter filter) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6276 return %FUNCTION_NAME(parent, caption, dir, filter, new Options(0));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6277 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6278
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6279 public static %TYPE %FUNCTION_NAME(QWidget parent, String caption, String dir) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6280 return %FUNCTION_NAME(parent, caption, dir, null);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6281 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6282
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6283 public static %TYPE %FUNCTION_NAME(QWidget parent, String caption) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6284 return %FUNCTION_NAME(parent, caption, "");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6285 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6286
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6287 public static %TYPE %FUNCTION_NAME(QWidget parent) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6288 return %FUNCTION_NAME(parent, "");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6289 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6290
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6291 public static %TYPE %FUNCTION_NAME() {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6292 return %FUNCTION_NAME(null);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6293 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6294
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6295 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6296
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6297 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6298 <insert-template name="gui.filedialog_get_xxx_filename">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6299 <replace from="%FUNCTION_NAME" to="getOpenFileName"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6300 <replace from="%TYPE" to="String"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6301 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6302 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6303 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6304 <insert-template name="gui.filedialog_get_xxx_filename">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6305 <replace from="%FUNCTION_NAME" to="getOpenFileNames"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6306 <replace from="%TYPE" to="java.util.List&lt;String&gt;"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6307 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6308 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6309 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6310 <insert-template name="gui.filedialog_get_xxx_filename">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6311 <replace from="%FUNCTION_NAME" to="getSaveFileName"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6312 <replace from="%TYPE" to="String"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6313 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6314 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6315 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6316
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6317 <object-type name="QErrorMessage"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6318
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6319 <object-type name="QTabBar">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6320 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6321 <include file-name="QIcon" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6322 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6323 <!-- <modify-function signature="initStyleOption(QStyleOptionTab*,int)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6324 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6325 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
6326
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6327 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6328 <import-file name="typesystem_gui-java.java" quote-after-line="class QTabBar___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6329 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6330 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6331 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6332
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6333 <object-type name="QStandardItemModel">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6334 <modify-function signature="insertColumn(int,const QModelIndex &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6335 <modify-function signature="insertRow(int,const QModelIndex &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6336 <modify-function signature="parent()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6337 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6338 <include file-name="QStringList" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6339 <include file-name="QSize" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6340 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6341
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6342 <modify-function signature="appendColumn(const QList&lt;QStandardItem *&gt;&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6343 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6344 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6345 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6346 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6347 <modify-function signature="takeColumn(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6348 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6349 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6350 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6351 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6352 <modify-function signature="takeRow(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6353 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6354 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6355 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6356 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6357 <modify-function signature="takeHorizontalHeaderItem(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6358 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6359 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6360 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6361 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6362 <modify-function signature="takeVerticalHeaderItem(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6363 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6364 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6365 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6366 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6367 <modify-function signature="takeItem(int,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6368 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6369 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6370 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6371 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6372 <modify-function signature="appendRow(const QList&lt;QStandardItem *&gt;&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6373 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6374 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6375 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6376 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6377 <modify-function signature="appendRow(QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6378 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6379 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6380 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6381 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6382 <modify-function signature="insertColumn(int, const QList&lt;QStandardItem *&gt;&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6383 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6384 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6385 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6386 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6387 <modify-function signature="insertRow(int, const QList&lt;QStandardItem *&gt;&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6388 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6389 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6390 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6391 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6392 <modify-function signature="insertRow(int, QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6393 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6394 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6395 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6396 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6397 <modify-function signature="setHorizontalHeaderItem(int, QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6398 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6399 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6400 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6401 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6402 <modify-function signature="setItem(int, int, QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6403 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6404 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6405 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6406 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6407 <modify-function signature="setItem(int, QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6408 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6409 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6410 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6411 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6412 <modify-function signature="setItemPrototype(const QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6413 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6414 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6415 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6416 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6417 <modify-function signature="setVerticalHeaderItem(int, QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6418 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6419 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6420 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6421 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6422 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6423
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6424 <object-type name="QRadioButton">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6425 <!-- <modify-function signature="initStyleOption(QStyleOptionButton*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6426 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6427 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
6428
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6429 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6430 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6431 <replace from="%TYPE" to="QStyleOptionButton"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6432 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6433 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6434 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6435
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6436 <object-type name="QScrollBar">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6437 <!-- <modify-function signature="initStyleOption(QStyleOptionSlider*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6438 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6439 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
6440
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6441 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6442 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6443 <replace from="%TYPE" to="QStyleOptionSlider"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6444 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6445 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6446 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6447
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6448 <object-type name="QClipboard">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6449 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6450 <include file-name="QImage" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6451 <include file-name="QPixmap" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6452 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6453 <modify-function signature="setMimeData(QMimeData *, QClipboard::Mode)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6454 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6455 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6456 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6457 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6458
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6459
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
6460
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6461 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6462 <import-file name="typesystem_gui-java.java" quote-after-line="class QClipboard___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6463 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6464
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6465 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6466
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6467 <object-type name="QAbstractScrollArea">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6468 <modify-function signature="setupViewport(QWidget *)" access="non-final"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6469 <modify-function signature="addScrollBarWidget(QWidget*,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6470 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6471 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6472 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6473 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6474 <modify-function signature="setCornerWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6475 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6476 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6477 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6478 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6479 <modify-function signature="setHorizontalScrollBar(QScrollBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6480 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6481 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6482 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6483 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6484
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6485 <modify-function signature="setVerticalScrollBar(QScrollBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6486 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6487 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6488 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6489 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6490
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6491 <modify-function signature="setViewport(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6492 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6493 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6494 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6495 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6496
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6497 <modify-function signature="setupViewport(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6498 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6499 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6500 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6501 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6502
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6503 <modify-function signature="viewportEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6504 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6505 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6506
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
6507
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6508 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6509 <import-file name="typesystem_gui-java.java" quote-after-line="class QAbstractScrollArea___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6510 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6511
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6512 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6513
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6514 <object-type name="QPaintEngineState">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6515 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6516 <include file-name="QPainterPath" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6517 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6518 <modify-function signature="painter() const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6519 <store-result/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6520 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6521 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6522
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6523 <object-type name="QRubberBand">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6524 <!-- <modify-function signature="initStyleOption(QStyleOptionRubberBand*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6525 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6526 </modify-function>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6527 <modify-function signature="move(int,int)" rename="moveRubberBand"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6528 <modify-function signature="move(const QPoint &amp;)" rename="moveRubberBand"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6529 <modify-function signature="resize(int,int)" rename="resizeRubberBand"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6530 <modify-function signature="resize(const QSize &amp;)" rename="resizeRubberBand"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6531 <modify-function signature="setGeometry(int,int,int,int)" rename="setRubberBandGeometry"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6532 <modify-function signature="setGeometry(const QRect &amp;)" rename="setRubberBandGeometry"/>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
6533
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6534 <!-- <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6535 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6536 <replace from="%TYPE" to="QStyleOptionRubberBand"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6537 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6538 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6539 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6540
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6541 <object-type name="QTextLayout">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6542 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6543 <include file-name="QTextOption" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6544 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6545 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6546
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6547 <object-type name="QTableWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6548 <modify-function signature="mimeData(const QList&lt;QTableWidgetItem*&gt;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6549 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6550 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6551 <modify-function signature="isSortingEnabled()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6552 <modify-function signature="setSortingEnabled(bool)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6553 <modify-function signature="setHorizontalHeaderItem(int, QTableWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6554 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6555 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6556 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6557 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6558 <modify-function signature="setItem(int, int, QTableWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6559 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6560 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6561 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6562 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6563 <modify-function signature="takeHorizontalHeaderItem(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6564 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6565 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6566 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6567 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6568 <modify-function signature="takeVerticalHeaderItem(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6569 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6570 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6571 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6572 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6573 <modify-function signature="takeItem(int,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6574 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6575 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6576 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6577 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6578 <modify-function signature="setItemPrototype(const QTableWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6579 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6580 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6581 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6582 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6583 <modify-function signature="setVerticalHeaderItem(int, QTableWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6584 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6585 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6586 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6587 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6588 <modify-function signature="setCellWidget(int,int,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6589 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6590 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6591 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6592 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6593 <modify-function signature="setCurrentItem(QTableWidgetItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6594 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6595 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6596 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6597 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6598 <modify-function signature="setCurrentItem(QTableWidgetItem*,QFlags&lt;QItemSelectionModel::SelectionFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6599 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6600 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6601 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6602 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6603 <modify-function signature="setItemSelected(const QTableWidgetItem*,bool)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6604 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6605 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6606 <modify-function signature="isItemSelected(const QTableWidgetItem*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6607 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6608 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6609 <modify-function signature="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6610 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6611 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6612 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6613 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6614 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6615 <object-type name="QTextDocument">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6616 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6617 <include file-name="QTextBlock" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6618 <include file-name="QTextFormat" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6619 <include file-name="QTextCursor" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6620 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6621 <modify-function signature="setDocumentLayout(QAbstractTextDocumentLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6622 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6623 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6624 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6625 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
6626 <!--
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6627 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6628 <import-file name="typesystem_gui-java.java" quote-after-line="class QTextDocument___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6629 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6630 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6631 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6632
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6633 <object-type name="QSplitter">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6634
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6635 <modify-function signature="getRange(int,int*,int*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6636 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6637 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6638 <modify-function signature="addWidget(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6639 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6640 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6641 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6642 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6643 <modify-function signature="insertWidget(int, QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6644 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6645 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6646 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6647 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
6648
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6649 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6650 <import-file name="typesystem_gui-java.java" quote-after-line="class QSplitter___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6651 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6652
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6653 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6654
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6655 <object-type name="QGroupBox">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6656 <!-- <modify-function signature="initStyleOption(QStyleOptionGroupBox*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6657 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6658 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
6659
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6660 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6661 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6662 <replace from="%TYPE" to="QStyleOptionGroupBox"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6663 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6664 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6665 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6666
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6667 <object-type name="QStackedWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6668 <modify-function signature="addWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6669 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6670 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6671 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6672 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6673 <modify-function signature="insertWidget(int,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6674 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6675 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6676 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6677 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6678 <modify-function signature="removeWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6679 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6680 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6681 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6682 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6683 <modify-function signature="setCurrentWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6684 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6685 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6686 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6687 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6688 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6689
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6690 <object-type name="QSplitterHandle">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6691 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6692
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6693 <object-type name="QDial">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6694 <!-- <modify-function signature="initStyleOption(QStyleOptionSlider*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6695 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6696 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
6697
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6698 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6699 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6700 <replace from="%TYPE" to="QStyleOptionSlider"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6701 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6702 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6703 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6704
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6705 <object-type name="QLineEdit">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6706 <!-- <modify-function signature="initStyleOption(QStyleOptionFrame*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6707 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6708 </modify-function>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6709 <modify-function signature="setCompleter(QCompleter *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6710 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6711 <reference-count action="set" variable-name="__rcCompleter"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6712 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6713 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6714 <modify-function signature="setValidator(const QValidator *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6715 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6716 <reference-count action="set" variable-name="__rcValidator"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6717 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6718 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
6719 <!--
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6720 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6721 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6722 <replace from="%TYPE" to="QStyleOptionFrame"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6723 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6724 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6725 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6726
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6727 <object-type name="QLCDNumber"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6728
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6729 <object-type name="QSplashScreen">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6730 <modify-function signature="showMessage(const QString &amp;, int, const QColor &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6731 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6732 <replace-default-expression with="QColor.Black"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6733 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6734 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6735 <modify-function signature="repaint()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6736 <modify-function signature="drawContents(QPainter*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6737 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6738 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6739 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6740
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6741 <object-type name="QDockWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6742 <!-- <modify-function signature="initStyleOption(QStyleOptionDockWidget*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6743 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6744 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
6745
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6746 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6747 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6748 <replace from="%TYPE" to="QStyleOptionDockWidget"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6749 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6750 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6751 <modify-function signature="setTitleBarWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6752 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6753 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6754 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6755 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6756 <modify-function signature="setWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6757 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6758 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6759 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6760 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6761 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6762
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6763 <object-type name="QAbstractProxyModel">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6764 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6765 <include file-name="QItemSelection" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6766 <include file-name="QStringList" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6767 <include file-name="QSize" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6768 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6769
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6770 <modify-function signature="setSourceModel(QAbstractItemModel *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6771 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6772 <reference-count action="set" variable-name="__rcSourceModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6773 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6774 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6775
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6776 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6777
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6778 <object-type name="QDesktopWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6779 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6780
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6781 <object-type name="QFrame">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6782 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6783
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6784 <object-type name="QTextTable">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6785 <modify-function signature="format() const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6786 <rename to="tableFormat"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6787 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6788 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6789 <include file-name="QTextCursor" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6790 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6791 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6792
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6793 <object-type name="QSpinBox">
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
6794 <!-- <modify-function signature="valueChanged(const QString &amp;)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6795 <rename to="valueStringChanged"/>
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
6796 </modify-function> -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6797 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6798
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6799 <object-type name="QTextBrowser">
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
6800 <!-- <modify-function signature="highlighted(const QString &amp;)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6801 <rename to="highlightedString"/>
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
6802 </modify-function> -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6803 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6804
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6805 <object-type name="QDoubleSpinBox">
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
6806 <!-- <modify-function signature="valueChanged(const QString &amp;)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6807 <rename to="valueStringChanged"/>
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
6808 </modify-function> -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6809 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6810
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6811 <object-type name="QButtonGroup">
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
6812 <!-- <modify-function signature="buttonClicked(int)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6813 <rename to="buttonIdClicked"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6814 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6815 <modify-function signature="buttonPressed(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6816 <rename to="buttonIdPressed"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6817 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6818 <modify-function signature="buttonReleased(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6819 <rename to="buttonIdReleased"/>
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
6820 </modify-function> -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6821 <modify-function signature="addButton(QAbstractButton *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6822 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6823 <reference-count action="add" variable-name="__rcButtons"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6824 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6825 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6826 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6827 <modify-function signature="addButton(QAbstractButton *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6828 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6829 <reference-count action="add" variable-name="__rcButtons"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6830 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6831 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6832 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6833 <modify-function signature="removeButton(QAbstractButton *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6834 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6835 <reference-count action="remove" variable-name="__rcButtons"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6836 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6837 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6838 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6839 <modify-function signature="setId(QAbstractButton *,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6840 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6841 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6842 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6843 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6844 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6845
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6846 <object-type name="QToolBar">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6847 <modify-function signature="addAction(QAction *)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6848 <!-- <modify-function signature="initStyleOption(QStyleOptionToolBar*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6849 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6850 </modify-function>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6851 <modify-function signature="addAction(QIcon,QString,const QObject*,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6852 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6853 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6854 <modify-function signature="addAction(QString,const QObject*,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6855 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6856 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6857 <modify-function signature="addWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6858 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6859 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6860 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6861 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6862 <modify-function signature="insertWidget(QAction*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6863 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6864 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6865 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6866 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6867 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6868 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6869 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6870 <modify-function signature="insertSeparator(QAction*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6871 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6872 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6873 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6874 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6875 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6876 <import-file name="typesystem_gui-java.java" quote-after-line="class QToolBar___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6877 </inject-code>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
6878 <!--
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6879 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6880 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6881 <replace from="%TYPE" to="QStyleOptionToolBar"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6882 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6883 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6884 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6885 <insert-template name="gui.addAction">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6886 <replace from="%POST_CALL" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6887 <replace from=" %END_EXTRA" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6888 <replace from=" %END_CALL_EXTRA" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6889 <replace from="%EXTRA" to="QIcon icon,"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6890 <replace from="%CALL_EXTRA" to="icon,"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6891 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6892 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6893 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6894 <insert-template name="gui.addAction">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6895 <replace from="%POST_CALL" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6896 <replace from=" %END_EXTRA" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6897 <replace from=" %END_CALL_EXTRA" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6898 <replace from="%EXTRA " to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6899 <replace from="%CALL_EXTRA " to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6900 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6901 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6902 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6903
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6904 <object-type name="QPaintEngine">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6905
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6906 <modify-function signature="painter() const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6907 <store-result/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6908 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6909
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6910 <modify-function signature="begin(QPaintDevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6911 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6912 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6913 <modify-function signature="updateState(QPaintEngineState)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6914 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6915 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6916 <modify-function signature="drawTextItem(QPointF,QTextItem)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6917 <modify-argument index="2" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6918 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6919
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6920 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6921 <include file-name="QVarLengthArray" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6922 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6923 <modify-function signature="setPaintDevice(QPaintDevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6924 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6925 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6926 <modify-field name="state" read="false" write="false"/>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
6927 <!--
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6928 <modify-function signature="drawLines(const QLine *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6929 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6930 <replace-type modified-type="qt.gui.QLine[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6931 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6932 jobjectArray %out = qtjambi_from_array(__jni_env, %in, %2,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6933 "QLine", "com/trolltech/qt/gui/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6934 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6935 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6936 QVarLengthArray&lt;QLine, 32&gt; __lines;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6937 int __size = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6938 for (int i=0; i&lt;__size; ++i)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6939 __lines.append(*(QLine *)qtjambi_to_object(__jni_env, __jni_env-&gt;GetObjectArrayElement((jobjectArray) %in, i)));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6940 const QLine *%out = %1 == 0 ? 0 : __lines.constData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6941 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6942
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6943 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6944 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6945 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6946 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6947 /* nothing */
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6948 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6949 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6950 int %out = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6951 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6952 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6953 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6954
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6955 <modify-function signature="drawLines(const QLineF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6956 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6957 <replace-type modified-type="qt.gui.QLineF[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6958 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6959 jobjectArray %out = qtjambi_from_array(__jni_env, %in, %2,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6960 "QLineF", "com/trolltech/qt/gui/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6961 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6962 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6963 QVarLengthArray&lt;QLineF, 32&gt; __data;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6964 int __size = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6965 for (int i=0; i&lt;__size; ++i)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6966 __data.append(*(QLineF *)qtjambi_to_object(__jni_env, __jni_env-&gt;GetObjectArrayElement((jobjectArray) %in, i)));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6967 const QLineF *%out = %1 == 0 ? 0 : __data.constData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6968 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6969 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6970 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6971 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6972 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6973 /* nothing */
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6974 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6975 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6976 int %out = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6977 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6978 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6979 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6980
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6981 <modify-function signature="drawRects(const QRectF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6982 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6983 <replace-type modified-type="qt.core.QRectF[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6984 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6985 jobjectArray %out = qtjambi_from_array(__jni_env, %in, %2,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6986 "QRectF", "com/trolltech/qt/core/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6987 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6988 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6989 QVarLengthArray&lt;QRectF, 32&gt; __data;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6990 int __size = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6991 for (int i=0; i&lt;__size; ++i)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6992 __data.append(*(QRectF *)qtjambi_to_object(__jni_env, __jni_env-&gt;GetObjectArrayElement((jobjectArray) %in, i)));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6993 const QRectF *%out = %1 == 0 ? 0 : __data.constData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6994 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6995 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6996 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6997 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6998 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6999 /* nothing */
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7000 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7001 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7002 int %out = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7003 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7004 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7005 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7006
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7007 <modify-function signature="drawRects(const QRect *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7008 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7009 <replace-type modified-type="qt.core.QRect[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7010 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7011 jobjectArray %out = qtjambi_from_array(__jni_env, %in, %2,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7012 "QRect", "com/trolltech/qt/core/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7013 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7014 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7015 QVarLengthArray&lt;QRect, 32&gt; __data;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7016 int __size = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7017 for (int i=0; i&lt;__size; ++i)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7018 __data.append(*(QRect *)qtjambi_to_object(__jni_env, __jni_env-&gt;GetObjectArrayElement((jobjectArray) %in, i)));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7019 const QRect *%out = %1 == 0 ? 0 : __data.constData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7020 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7021 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7022 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7023 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7024 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7025 /* nothing */
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7026 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7027 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7028 int %out = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7029 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7030 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7031 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7032
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7033 <modify-function signature="drawPoints(const QPoint *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7034 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7035 <replace-type modified-type="qt.core.QPoint[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7036 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7037 jobjectArray %out = qtjambi_from_array(__jni_env, %in, %2,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7038 "QPoint", "com/trolltech/qt/core/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7039 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7040 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7041 QVarLengthArray&lt;QPoint, 32&gt; __data;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7042 int __size = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7043 for (int i=0; i&lt;__size; ++i)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7044 __data.append(*(QPoint *)qtjambi_to_object(__jni_env, __jni_env-&gt;GetObjectArrayElement((jobjectArray) %in, i)));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7045 const QPoint *%out = %1 == 0 ? 0 : __data.constData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7046 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7047 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7048
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7049 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7050 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7051 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7052 /* nothing */
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7053 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7054 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7055 int %out = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7056 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7057 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7058 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7059
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7060 <modify-function signature="drawPoints(const QPointF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7061 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7062 <replace-type modified-type="qt.core.QPointF[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7063 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7064 jobjectArray %out = qtjambi_from_array(__jni_env, %in, %2,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7065 "QPointF", "com/trolltech/qt/core/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7066 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7067 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7068 QVarLengthArray&lt;QPointF, 32&gt; __data;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7069 int __size = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7070 for (int i=0; i&lt;__size; ++i)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7071 __data.append(*(QPointF *)qtjambi_to_object(__jni_env, __jni_env-&gt;GetObjectArrayElement((jobjectArray) %in, i)));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7072 const QPointF *%out = %1 == 0 ? 0 : __data.constData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7073 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7074 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7075 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7076 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7077 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7078 /* nothing */
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7079 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7080 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7081 int %out = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7082 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7083 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7084 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7085
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7086 <modify-function signature="drawPolygon(const QPoint *, int, QPaintEngine::PolygonDrawMode)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7087 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7088 <replace-type modified-type="qt.core.QPoint[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7089 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7090 jobjectArray %out = qtjambi_from_array(__jni_env, %in, %2,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7091 "QPoint", "com/trolltech/qt/core/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7092 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7093 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7094 QVarLengthArray&lt;QPoint, 32&gt; __data;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7095 int __size = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7096 for (int i=0; i&lt;__size; ++i)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7097 __data.append(*(QPoint *)qtjambi_to_object(__jni_env, __jni_env-&gt;GetObjectArrayElement((jobjectArray) %in, i)));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7098 const QPoint *%out = %1 == 0 ? 0 : __data.constData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7099 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7100 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7101 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7102 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7103 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7104 /* nothing */
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7105 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7106 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7107 int %out = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7108 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7109 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7110 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7111
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7112 <modify-function signature="drawPolygon(const QPointF *, int, QPaintEngine::PolygonDrawMode)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7113 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7114 <replace-type modified-type="qt.core.QPointF[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7115 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7116 jobjectArray %out = qtjambi_from_array(__jni_env, %in, %2,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7117 "QPointF", "com/trolltech/qt/core/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7118 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7119 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7120 QVarLengthArray&lt;QPointF, 32&gt; __data;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7121 int __size = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7122 for (int i=0; i&lt;__size; ++i)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7123 __data.append(*(QPointF *)qtjambi_to_object(__jni_env, __jni_env-&gt;GetObjectArrayElement((jobjectArray) %in, i)));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7124 const QPointF *%out = %1 == 0 ? 0 : __data.constData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7125 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7126 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7127 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7128 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7129 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7130 /* nothing */
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7131 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7132 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7133 int %out = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7134 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7135 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7136 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7137 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7138 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7139
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7140 <object-type name="QAbstractTableModel">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7141 <!-- <modify-function signature="parent(const QModelIndex &amp;)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7142 <modify-function signature="hasChildren(const QModelIndex &amp;)const" remove="all"/> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7143 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7144 <include file-name="QStringList" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7145 <include file-name="QSize" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7146 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7147 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7148
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7149 <object-type name="QGuiSignalMapper">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7150 <modify-function signature="setMapping(QObject*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7151 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7152 <reference-count action="add" declare-variable="qt.core.QSignalMapper" variable-name="__rcMappings"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7153 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7154 <inject-code class="java" position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7155 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7156 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7157 java.util.Hashtable&lt;qt.core.QObject, Object&gt; __rcWidgetForObject = (java.util.Hashtable&lt;qt.core.QObject, Object&gt;) qt.GeneratorUtilities.fetchField(this, qt.core.QSignalMapper.class, "__rcWidgetForObject");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7158 if (%2 == null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7159 __rcWidgetForObject.remove(%1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7160 else
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7161 __rcWidgetForObject.put(%1,%2);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7162 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7163 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7164 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7165
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7166 <object-type name="QComboBox">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7167 <!-- <modify-function signature="initStyleOption(QStyleOptionComboBox*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7168 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7169 </modify-function>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7170 <modify-function signature="setCompleter(QCompleter*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7171 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7172 <reference-count variable-name="__rcCompleter" action="set"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7173 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7174 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7175 <modify-function signature="setValidator(const QValidator*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7176 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7177 <reference-count variable-name="__rcValidator" action="set"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7178 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7179 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7180 <modify-function signature="setItemDelegate(QAbstractItemDelegate *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7181 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7182 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7183 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7184 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7185 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7186 <modify-function signature="setView(QAbstractItemView *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7187 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7188 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7189 <!-- Safe to ignore because combo box reparents view -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7190 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7191 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7192 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7193 <modify-function signature="setLineEdit(QLineEdit *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7194 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7195 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7196 <!-- Safe to ignore because combo box reparents line edit -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7197 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7198 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7199 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7200 <modify-function signature="setModel(QAbstractItemModel *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7201 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7202 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7203 <reference-count action="set" variable-name="__rcModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7204 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7205 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7206 <!-- <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7207 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7208 <replace from="%TYPE" to="QStyleOptionComboBox"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7209 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7210 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7211 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7212 <import-file name="typesystem_gui-java.java" quote-after-line="class QComboBox___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7213 </inject-code>
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
7214 <!-- <modify-function signature="activated(int)">&gt;
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7215 <rename to="activatedIndex"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7216 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7217 <modify-function signature="currentIndexChanged(const QString &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7218 <rename to="currentStringChanged"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7219 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7220 <modify-function signature="highlighted(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7221 <rename to="highlightedIndex"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7222 </modify-function>
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
7223 -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7224 <modify-function signature="autoCompletion()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7225 <modify-function signature="autoCompletionCaseSensitivity()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7226 <modify-function signature="setAutoCompletion(bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7227 <modify-function signature="setAutoCompletionCaseSensitivity(Qt::CaseSensitivity)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7228 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7229
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7230 <object-type name="QTextEdit">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7231 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7232 <include file-name="QTextCursor" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7233 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7234 <modify-function signature="setDocument(QTextDocument*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7235 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7236 <reference-count action="set" variable-name="__rcDocument"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7237 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7238 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7239 <modify-function signature="insertFromMimeData(const QMimeData*) ">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7240 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7241 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7242 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7243 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7244 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7245
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7246 <object-type name="QPrinter" delete-in-main-thread="yes">
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
7247
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
7248
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7249 <modify-function signature="setEngines(QPrintEngine*,QPaintEngine*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7250 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7251 <reference-count action="set" variable-name="__rcPrintEngine"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7252 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7253 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7254 <reference-count action="set" variable-name="__rcPaintEngine"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7255 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7256 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
7257
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7258 <modify-function signature="getPageMargins(double*,double*,double*,double*,QPrinter::Unit)const" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7259 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7260 <import-file name="typesystem_gui-java.java" quote-after-line="class QPrinter___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7261 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7262 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7263
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7264 <object-type name="QAction">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7265 <modify-function signature="setMenu(QMenu*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7266 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7267 <reference-count action="set" variable-name="__rcMenu"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7268 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7269 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7270
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
7271
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7272 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7273 <import-file name="typesystem_gui-java.java" quote-after-line="class QAction___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7274 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7275 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7276 <modify-function signature="setActionGroup(QActionGroup*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7277 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7278 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7279 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7280 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7281 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7282 java.util.Collection&lt;Object&gt; __rcTmp = null;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7283 if (__rcActionGroup != null) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7284 __rcTmp = (java.util.Collection&lt;Object&gt;)qt.GeneratorUtilities.fetchField(__rcActionGroup, QActionGroup.class, "__rcActions");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7285 while (__rcTmp.contains(this))
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7286 __rcTmp.remove(this);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7287 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7288 __rcActionGroup = %1;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7289 if (__rcActionGroup != null) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7290 __rcTmp = (java.util.Collection&lt;Object&gt;)qt.GeneratorUtilities.fetchField(__rcActionGroup, QActionGroup.class, "__rcActions");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7291 __rcTmp.add(this);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7292 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7293 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7294 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7295 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7296 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7297
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7298 <object-type name="QPainter">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7299 <!-- <add-class name="QPaintEngineState"/> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7300 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7301 <include file-name="QWidget" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7302 <include file-name="QPainterPath" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7303 <include file-name="QPixmap" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7304 <include file-name="qt.gui.QGradient" location="java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7305 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7306
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7307 <modify-function signature="drawText(const QPointF &amp;, const QString &amp;, int, int)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7308
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7309 <modify-function signature="drawConvexPolygon(const QPoint *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7310 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7311 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7312 <modify-function signature="drawConvexPolygon(const QPointF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7313 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7314 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7315 <modify-function signature="drawLines(const QLine *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7316 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7317 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7318 <modify-function signature="drawLines(const QLineF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7319 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7320 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7321
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7322 <modify-function signature="drawPoints(const QPoint *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7323 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7324 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7325 <modify-function signature="drawPoints(const QPointF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7326 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7327 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
7328
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7329 <modify-function signature="drawPolygon(const QPoint *, int, Qt::FillRule)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7330 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7331 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7332 <modify-function signature="drawPolygon(const QPointF *, int, Qt::FillRule)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7333 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7334 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7335
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7336 <modify-function signature="drawPolyline(const QPoint *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7337 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7338 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7339 <modify-function signature="drawPolyline(const QPointF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7340 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7341 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
7342
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7343 <modify-function signature="drawRects(const QRect *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7344 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7345 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7346 <modify-function signature="drawRects(const QRectF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7347 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7348 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
7349
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7350 <!-- removed stuff -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7351 <modify-function signature="drawRects(const QVector&lt;QRect&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7352 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7353 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7354 <modify-function signature="drawRects(const QVector&lt;QRectF&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7355 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7356 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7357
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7358 <modify-function signature="drawLines(const QVector&lt;QLine&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7359 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7360 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7361 <modify-function signature="drawLines(const QVector&lt;QLineF&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7362 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7363 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7364
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7365 <modify-function signature="drawLines(const QVector&lt;QPoint&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7366 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7367 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7368 <modify-function signature="drawLines(const QVector&lt;QPointF&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7369 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7370 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7371
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7372 <modify-function signature="drawLines(const QPoint *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7373 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7374 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7375 <modify-function signature="drawLines(const QPointF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7376 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7377 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7378
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7379
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7380 <modify-function signature="QPainter(QPaintDevice *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7381 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7382 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7383 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7384 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7385 <modify-function signature="begin(QPaintDevice *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7386 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7387 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7388 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7389 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7390 <modify-function signature="initFrom(const QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7391 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7392 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7393 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7394 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7395 <modify-function signature="setRedirected(const QPaintDevice *, QPaintDevice *, const QPoint &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7396 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7397 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7398 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7399 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7400 <modify-function signature="restoreRedirected(const QPaintDevice *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7401 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7402 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7403 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7404 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7405
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7406 <modify-function signature="redirected(const QPaintDevice*,QPoint*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7407 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7408 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7409 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7410 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7411 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7412 <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7413 <modify-function signature="matrixEnabled()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7414 <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7415 <modify-function signature="setMatrixEnabled(bool)" remove="all"/> <!--### Obsolete in 4.3-->
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
7416
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7417 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7418 <import-file name="typesystem_gui-java.java" quote-after-line="class QPainter___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7419 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7420 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7421 <inject-code class="destructor-function">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7422 if (((QPainter *) ptr)-&gt;isActive()) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7423 qWarning("QPainter: trying to delete an active painter, "
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7424 "did you forget to call \"end()\"?\n");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7425 return;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7426 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7427 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7428
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7429 <template name="gui.painter_draw_text_general">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7430 public final void drawText(%RECT_ARGUMENTS, int flags, String text, %RECT_TYPE boundingRect) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7431 drawText(%RECT_CALL_ARGUMENTS, flags, text, boundingRect == null ? null : boundingRect.nativePointer());
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7432 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7433
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7434 public final void drawText(%RECT_ARGUMENTS, int flags, String text) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7435 drawText(%RECT_CALL_ARGUMENTS, flags, text, (%RECT_TYPE) null);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7436 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7437 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7438
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7439 <template name="gui.painter_draw_text_qrect">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7440 <insert-template name="gui.painter_draw_text_general">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7441 <replace from="%RECT_ARGUMENTS" to="%RECT_TYPE rectangle"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7442 <replace from="%RECT_CALL_ARGUMENTS" to="rectangle"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7443 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7444 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7445 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7446 <insert-template name="gui.painter_draw_text_qrect">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7447 <replace from="%RECT_TYPE" to="qt.core.QRect"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7448 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7449 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7450 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7451 <insert-template name="gui.painter_draw_text_qrect">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7452 <replace from="%RECT_TYPE" to="qt.core.QRectF"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7453 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7454 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7455 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7456 <insert-template name="gui.painter_draw_text_general">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7457 <replace from="%RECT_TYPE" to="qt.core.QRect"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7458 <replace from="%RECT_ARGUMENTS" to="int x, int y, int width, int height"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7459 <replace from="%RECT_CALL_ARGUMENTS" to="x, y, width, height"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7460 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7461 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7462
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7463
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7464 <modify-function signature="setRedirected(const QPaintDevice*, QPaintDevice*, const QPoint &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7465 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7466 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7467 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7468 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7469 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7470 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7471 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7472 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7473 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7474 __rcRedirections.push(%1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7475 __rcRedirections.push(%2);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7476 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7477 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7478 <modify-function signature="restoreRedirected(const QPaintDevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7479 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7480 if (!__rcRedirections.empty()) __rcRedirections.pop();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7481 if (!__rcRedirections.empty()) __rcRedirections.pop();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7482 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7483 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7484 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7485 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7486
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7487 <object-type name="QApplication">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7488 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7489 <include file-name="QBasicTimer" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7490 <include file-name="QFont" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7491 <include file-name="QFontMetrics" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7492 <include file-name="QPalette" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7493 <include file-name="QIcon" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7494 <include file-name="QLocale" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7495
356
12cec2d14e1c a better name for qtd.Str
Max Samukha <maxter@spambox.com>
parents: 344
diff changeset
7496 <include file-name="qtd.String" location="java"/>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7497 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7498
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7499 <modify-function signature="QApplication(int &amp;, char **, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7500 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7501 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7502 <modify-function signature="QApplication(int &amp;, char **, QApplication::Type, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7503 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7504 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7505 <modify-function signature="QApplication(int &amp;, char **, bool, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7506 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7507 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7508
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7509 <modify-function signature="font(const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7510 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7511 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7512 <modify-function signature="setFont(QFont,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7513 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7514 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7515 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7516 </modify-argument>
154
00d84545551e QApplication.setPalette,setFont
eldar
parents: 149
diff changeset
7517 <rename to="setFont_private"/>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7518 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7519
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7520 <modify-function signature="palette(const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7521 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7522 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7523 <modify-function signature="setPalette(QPalette,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7524 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7525 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7526 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7527 </modify-argument>
154
00d84545551e QApplication.setPalette,setFont
eldar
parents: 149
diff changeset
7528 <rename to="setPalette_private"/>
00d84545551e QApplication.setPalette,setFont
eldar
parents: 149
diff changeset
7529 </modify-function>
00d84545551e QApplication.setPalette,setFont
eldar
parents: 149
diff changeset
7530 <!--
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7531 <modify-function signature="overrideCursor()">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7532 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7533 <rename to="overrideCursor_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7534 </modify-function>
154
00d84545551e QApplication.setPalette,setFont
eldar
parents: 149
diff changeset
7535 -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7536 <modify-function signature="setInputContext(QInputContext*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7537 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7538 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7539 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7540 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7541 <modify-function signature="setActiveWindow(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7542 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7543 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7544 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7545 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7546 <!-- <modify-function signature="setStyle(QStyle*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7547 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7548 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7549 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7550 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7551 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7552 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7553 <import-file name="typesystem_gui-java.java" quote-after-line="class QApplication___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7554 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7555 <!-- <modify-function signature="QApplication(int &amp;, char **, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7556 <inject-code class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7557 qtjambi_register_variant_handler();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7558 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7559 </modify-function>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7560 <template name="gui.application_char_pointer_function">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7561 public static %RETURN_TYPE %FUNCTION_NAME(%PRE_ARGUMENTS %COMMA QByteArray className) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7562 return %FUNCTION_NAME(%PRE_CALL_ARGUMENTS %COMMA className == null ? null : className.data());
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7563 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7564 </template>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
7565
323
7a3c43424dca make all examples compile with new signals/slots
eldar_ins@eldar-laptop
parents: 309
diff changeset
7566 <inject-code class="java-free">
7a3c43424dca make all examples compile with new signals/slots
eldar_ins@eldar-laptop
parents: 309
diff changeset
7567 QApplication qApp()
7a3c43424dca make all examples compile with new signals/slots
eldar_ins@eldar-laptop
parents: 309
diff changeset
7568 {
7a3c43424dca make all examples compile with new signals/slots
eldar_ins@eldar-laptop
parents: 309
diff changeset
7569 return cast(QApplication) QCoreApplication.instance();
7a3c43424dca make all examples compile with new signals/slots
eldar_ins@eldar-laptop
parents: 309
diff changeset
7570 }
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
7571 </inject-code>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7572 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7573
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7574 <object-type name="QCommandLinkButton"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7575 <object-type name="QFileSystemModel">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7576 <modify-function signature="setIconProvider(QFileIconProvider*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7577 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7578 <reference-count action="set" variable-name="__rcIconProvider"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7579 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7580 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7581 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7582 <object-type name="QFormLayout">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7583 <modify-function signature="addRow(QWidget*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7584 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7585 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7586 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7587 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7588 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7589 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7590 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7591 <modify-function signature="addRow(QLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7592 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7593 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7594 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7595 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7596 <modify-function signature="addRow(QWidget*,QLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7597 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7598 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7599 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7600 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7601 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7602 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7603 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7604
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7605 <modify-function signature="addRow(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7606 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7607 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7608 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7609 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7610 <modify-function signature="addRow(QString,QLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7611 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7612 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7613 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7614 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7615 <modify-function signature="addRow(QString,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7616 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7617 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7618 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7619 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7620 <modify-function signature="insertRow(int,QLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7621 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7622 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7623 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7624 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7625 <modify-function signature="insertRow(int,QWidget*,QLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7626 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7627 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7628 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7629 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7630 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7631 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7632 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7633 <modify-function signature="insertRow(int,QWidget*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7634 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7635 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7636 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7637 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7638 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7639 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7640 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7641 <modify-function signature="insertRow(int,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7642 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7643 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7644 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7645 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7646 <modify-function signature="insertRow(int,QString,QLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7647 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7648 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7649 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7650 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7651 <modify-function signature="insertRow(int,QString,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7652 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7653 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7654 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7655 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7656 <modify-function signature="setLayout(int,QFormLayout::ItemRole,QLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7657 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7658 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7659 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7660 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7661 <modify-function signature="setWidget(int,QFormLayout::ItemRole,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7662 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7663 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7664 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7665 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7666 <modify-function signature="setItem(int,QFormLayout::ItemRole,QLayoutItem*)" access="private" rename="setItem_private">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7667 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7668 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7669 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7670 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7671 <modify-function signature="addItem(QLayoutItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7672 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7673 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7674 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7675 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
7676
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7677 <modify-function signature="getLayoutPosition(QLayout*,int*,QFormLayout::ItemRole*)const" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7678 <modify-function signature="getWidgetPosition(QWidget*,int*,QFormLayout::ItemRole*)const" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7679 <modify-function signature="getItemPosition(int,int*,QFormLayout::ItemRole*)const" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7680 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7681 <import-file name="typesystem_gui-java.java" quote-after-line="class QFormLayout___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7682 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7683 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7684 <object-type name="QGraphicsGridLayout" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7685 <modify-function signature="addItem(QGraphicsLayoutItem*,int,int,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7686 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7687 <reference-count action="add" variable-name="__rcItems"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7688 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7689 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7690 <modify-function signature="addItem(QGraphicsLayoutItem*,int,int,int,int,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7691 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7692 <reference-count action="add" variable-name="__rcItems"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7693 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7694 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7695 <modify-function signature="setAlignment(QGraphicsLayoutItem*,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7696 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7697 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7698 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7699 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7700 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7701 <object-type name="QGraphicsLayout" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7702
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7703 <modify-function signature="widgetEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7704 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7705 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7706 <modify-function signature="setParentLayoutItem(QGraphicsLayoutItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7707 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7708 <reference-count action="set" variable-name="__rcParentLayoutItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7709 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7710 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
7711
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7712 <!-- <modify-function signature="getContentsMargins(double*,double*,double*,double*)const" access="private"/> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7713 <modify-function signature="getContentsMargins(double*,double*,double*,double*)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7714 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7715 <import-file name="typesystem_gui-java.java" quote-after-line="class Subclass_of_QGraphicsLayoutItem___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7716 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7717 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7718 <interface-type name="QGraphicsLayoutItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7719 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7720 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7721 <modify-function signature="getContentsMargins(double*,double*,double*,double*)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7722 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7723 <modify-function signature="setParentLayoutItem(QGraphicsLayoutItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7724 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7725 <reference-count action="set" variable-name="__rcParentLayoutItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7726 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7727 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
7728
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7729 <modify-function signature="getContentsMargins(double*,double*,double*,double*)const" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7730 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7731 <import-file name="typesystem_gui-java.java" quote-after-line="class Subclass_of_QGraphicsLayoutItem___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7732 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7733 <inject-code class="interface">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7734 public QMarginsF getContentsMargins();
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
7735 </inject-code>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7736 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7737 </interface-type>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
7738
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7739 <object-type name="QGraphicsLinearLayout" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7740 <modify-function signature="addItem(QGraphicsLayoutItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7741 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7742 <reference-count action="add" variable-name="__rcItems"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7743 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7744 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7745 <modify-function signature="insertItem(int,QGraphicsLayoutItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7746 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7747 <reference-count action="add" variable-name="__rcItems"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7748 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7749 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7750 <modify-function signature="removeItem(QGraphicsLayoutItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7751 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7752 <reference-count action="remove" variable-name="__rcItems"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7753 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7754 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7755 <modify-function signature="setAlignment(QGraphicsLayoutItem*,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7756 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7757 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7758 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7759 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7760 <modify-function signature="setStretchFactor(QGraphicsLayoutItem*,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7761 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7762 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7763 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7764 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7765 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7766 <object-type name="QGraphicsProxyWidget">
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
7767 <modify-function signature="getContentsMargins(double*,double*,double*,double*)const" remove="all" />
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7768 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7769 <modify-function signature="setWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7770 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7771 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7772 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7773 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7774 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7775 if (%1 != null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7776 %1.disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7777 else if (widget() != null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7778 widget().reenableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7779 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7780 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7781 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7782 </object-type> <!-- a QObject so main-thread delete redundant -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7783 <object-type name="QGraphicsWidget"> <!-- a QObject so main-thread delete redundant -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7784 <!-- Duplicate function to QObject::children() to override accidental shadowing which is not present in Jambi -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7785 <modify-function signature="children()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7786 <modify-function signature="setLayout(QGraphicsLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7787 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7788 <reference-count action="set" variable-name="__rcLayout"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7789 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7790 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7791
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7792 <modify-function signature="changeEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7793 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7794 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7795 <modify-function signature="closeEvent(QCloseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7796 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7797 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7798 <modify-function signature="grabKeyboardEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7799 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7800 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7801 <modify-function signature="grabMouseEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7802 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7803 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7804 <modify-function signature="hideEvent(QHideEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7805 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7806 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7807 <modify-function signature="moveEvent(QGraphicsSceneMoveEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7808 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7809 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7810 <modify-function signature="paintWindowFrame(QPainter*,const QStyleOptionGraphicsItem*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7811 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7812 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7813 <modify-function signature="resizeEvent(QGraphicsSceneResizeEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7814 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7815 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7816 <modify-function signature="showEvent(QShowEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7817 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7818 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7819 <modify-function signature="ungrabKeyboardEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7820 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7821 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7822 <modify-function signature="ungrabMouseEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7823 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7824 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7825 <modify-function signature="windowFrameEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7826 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7827 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7828
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7829 <modify-function signature="setStyle(QStyle*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7830 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7831 <reference-count action="set" variable-name="__rcStyle"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7832 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7833 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7834 <modify-function signature="setTabOrder(QGraphicsWidget*,QGraphicsWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7835 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7836 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7837 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7838 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7839 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7840 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7841 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7842 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7843 <modify-function signature="getContentsMargins(double*,double*,double*,double*)const" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7844 <modify-function signature="getWindowFrameMargins(double*,double*,double*,double*)const" access="private"/>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
7845
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7846 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7847 <import-file name="typesystem_gui-java.java" quote-after-line="class QGraphicsWidget___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7848 <import-file name="typesystem_gui-java.java" quote-after-line="class Subclass_of_QGraphicsLayoutItem___" quote-before-line="}// class"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7849 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7850 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7851 <modify-function signature="initStyleOption(QStyleOption*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7852 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7853 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7854 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7855 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7856 jobject %out = qtjambi_from_object(__jni_env, %in, "QStyleOption", "com/trolltech/qt/gui/", "Lcom_trolltech_qt_gui_QStyleOption_2", false);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7857 jobject __tmp = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7858 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7859 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7860 QStyleOption *%out = (QStyleOption *) qtjambi_to_object(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7861 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7862 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7863 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7864 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7865 // Make sure the java object is not usable after this, since
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7866 // the QStyleOption* may be deleted at any time.
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7867 qtjambi_invalidate_object(__jni_env, __tmp);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7868 __tmp = 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7869 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7870 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7871 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7872 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7873
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7874 <modify-function signature="paintWindowFrame(QPainter*,const QStyleOptionGraphicsItem*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7875 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7876 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7877 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7878 jobject %out = qtjambi_from_object(__jni_env, %in, "QStyleOptionGraphicsItem", "com/trolltech/qt/gui/", "Lcom_trolltech_qt_gui_QStyleOption_2", true);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7879 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7880 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7881 const QStyleOptionGraphicsItem *%out = (QStyleOptionGraphicsItem *) qtjambi_to_object(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7882 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7883 <replace-type modified-type="qt.gui.QStyleOptionGraphicsItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7884 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7885 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7886 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7887
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7888 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7889 <object-type name="QPlainTextDocumentLayout"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7890 <object-type name="QPlainTextEdit">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7891 <modify-function signature="setDocument(QTextDocument*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7892 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7893 <reference-count action="set" variable-name="__rcDocument"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7894 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7895 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7896 <modify-function signature="insertFromMimeData(const QMimeData*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7897 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7898 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7899 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7900 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7901 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7902 <object-type name="QPrintPreviewDialog">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7903 <modify-function signature="open(QObject *, const char *)" remove="all"/> <!-- # TODO -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7904 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7905 <object-type name="QPrintPreviewWidget"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7906 <object-type name="QStyledItemDelegate">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7907 <modify-function signature="setItemEditorFactory(QItemEditorFactory*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7908 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7909 <reference-count action="set" variable-name="__rcItemEditorFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7910 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7911 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7912 <modify-function signature="setEditorData(QWidget*,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7913 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7914 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7915 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7916 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7917 <modify-function signature="setModelData(QWidget*,QAbstractItemModel*,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7918 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7919 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7920 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7921 </modify-function>
357
9784459f0750 An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Max Samukha <maxter@spambox.com>
parents: 356
diff changeset
7922 <!--
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7923 <modify-function signature="initStyleOption(QStyleOptionViewItem*,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7924 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7925 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7926 jobject %out = qtjambi_from_object(__jni_env, %in, "QStyleOptionViewItem", "com/trolltech/qt/gui/", "Lcom_trolltech_qt_gui_QStyleOption_2", false);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7927 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7928 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7929 QStyleOptionViewItem *%out = (QStyleOptionViewItem *) qtjambi_to_object(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7930 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7931 <replace-type modified-type="qt.gui.QStyleOptionViewItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7932 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7933 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7934 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7935 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7936
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7937 <interface-type name="QAccessibleFactoryInterface" java-name="QAbstractAccessibleFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7938 <interface-type name="QIconEngineFactoryInterfaceV2" java-name="QAbstractIconEngineFactoryV2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7939 <interface-type name="QImageIOHandlerFactoryInterface" java-name="QAbstractImageIOHandlerFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7940 <interface-type name="QInputContextFactoryInterface" java-name="QAbstractInputContextFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7941 <interface-type name="QStyleFactoryInterface" java-name="QAbstractStyleFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7942 <interface-type name="QTextCodecFactoryInterface" java-name="QAbstractTextCodecFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7943 <interface-type name="QPictureFormatInterface" java-name="QAbstractPictureFormat">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7944 <!-- <modify-function signature="loadPicture(QString,QString,QPicture*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7945 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7946 <replace-type modified-type="QPicture"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7947 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7948 jobject %out = qtjambi_from_object(__jni_env, %in, "QPicture", "com/trolltech/qt/gui/", false);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7949 jobject __tmp = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7950 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7951 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7952 QPicture *%out = (QPicture *) qtjambi_to_object(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7953 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7954 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7955 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7956 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7957 // Make sure the java object is not usable after this, since
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7958 // the QPicture* may be deleted at any time.
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7959 qtjambi_invalidate_object(__jni_env, __tmp);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7960 __tmp = 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7961 bool %out = (bool) %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7962 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7963 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7964 jboolean %out = (jboolean) %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7965 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7966 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7967 </modify-function>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7968 </interface-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7969
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7970 <object-type name="QIconEnginePluginV2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7971 <object-type name="QAccessiblePlugin"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7972 <object-type name="QImageIOPlugin"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7973 <object-type name="QInputContextPlugin"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7974 <object-type name="QPictureFormatPlugin"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7975 <object-type name="QStylePlugin"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7976 <object-type name="QTextCodecPlugin"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7977
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7978 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QPixmap::QPixmap', unmatched parameter type 'QPixmapData*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7979 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private&amp;'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7980 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private\*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7981 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private const\*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7982 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QTextEngine\*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7983 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QFontEngine\*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7984 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QPixmap::Type'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7985 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QInputDialog::Type'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7986 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QTextFrameLayoutData\*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7987 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QAbstractUndoItem\*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7988 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*QImageTextKeyLang*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7989 <suppress-warning text="WARNING(MetaJavaBuilder) :: non-public function '*' in interface '*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7990 <suppress-warning text="WARNING(MetaJavaBuilder) :: visibility of function '*' modified in class '*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7991 <suppress-warning text="WARNING(MetaJavaBuilder) :: hiding of function '*' in class '*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7992 <suppress-warning text="WARNING(MetaJavaBuilder) :: unsupported default value 'QVector&lt;FormatRange&gt;()' of argument in function '*', class '*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7993 <suppress-warning text="WARNING(MetaJavaBuilder) :: unsupported default value 'QVariantList()' of argument in function '*', class '*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7994 <suppress-warning text="WARNING(CppImplGenerator) :: protected function '*' in final class '*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7995 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QTextLayout::QTextLayout', unmatched parameter type 'QTextEngine*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7996 <suppress-warning text="WARNING(MetaJavaBuilder) :: unsupported default value of argument in function 'doAction', class 'QAccessibleInterface'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7997 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFileDialog::QFileDialog', unmatched parameter type 'QFileDialogArgs const&amp;'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7998 <suppress-warning text="WARNING(MetaJavaBuilder) :: unsupported default value '0., 0., 1000000000., 1000000000.' of argument in function 'update', class 'QAbstractTextDocumentLayout'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7999 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QWidget::windowSurface', unmatched return type 'QWindowSurface*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8000 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QWidget::setWindowSurface', unmatched parameter type 'QWindowSurface*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8001 <suppress-warning text="WARNING(MetaJavaBuilder) :: enum 'QStyleOption::StyleOptionType' does not have a type entry or is not an enum"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8002 <suppress-warning text="WARNING(MetaJavaBuilder) :: unhandled enum value: ~FlagMask in QMessageBox::StandardButton"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8003 <suppress-warning text="WARNING(MetaJavaBuilder) :: unmatched enum ~FlagMask"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8004 <suppress-warning text="WARNING(MetaInfoGenerator) :: class 'QGraphicsSceneEvent' inherits from polymorphic class 'QEvent', but has no polymorphic id set"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8005 <suppress-warning text="WARNING(MetaInfoGenerator) :: class 'QInputEvent' inherits from polymorphic class 'QEvent', but has no polymorphic id set"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8006 <suppress-warning text="WARNING(JavaGenerator) :: either add or remove specified for reference count variable '__rcMenus' in 'qt.gui.QMenu' but not both"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8007 <suppress-warning text="WARNING(JavaGenerator) :: either add or remove specified for reference count variable '__rcMenus' in 'qt.gui.QMenuBar' but not both"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8008 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QBrush' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8009 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextFrame_iterator' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8010 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QRegion' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8011 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QPolygon' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8012 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextTableCell' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8013 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextLength' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8014 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QPalette' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8015 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextBlock_iterator' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8016 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextBlock' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8017 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextCursor' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8018 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QFont' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8019 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QMatrix' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8020 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QPen' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8021 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QColor' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8022 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTransform' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8023 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QPainterPath_Element' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8024 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QPainterPath' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8025 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QItemSelection' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8026 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QKeySequence' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8027 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QLine' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8028 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QPolygonF' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8029 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QSizePolicy' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8030 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextFragment' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8031 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QFontMetrics' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8032 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QGradient' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8033 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QFontMetricsF' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8034 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextFormat' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8035 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QLineF' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8036 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QImage' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8037 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QNetworkCookie' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8038 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QNetworkRequest' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8039 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QPixmap::pixmapData', unmatched return type 'QPixmapData*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8040 <suppress-warning text="WARNING(MetaJavaBuilder) :: object type 'QAccessible' extended by interface type 'QAbstractAccessibleFactory'. The resulting API will be less expressive than the original."/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8041
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8042 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextOption_Tab' has equals operators but no qHash() function"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8043 <suppress-warning text="WARNING(MetaJavaBuilder) :: Rejected enum has no alternative...: QPalette::NColorRoles"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8044
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8045 </typesystem>