annotate generator/typesystem_gui.xml @ 372:a032df77b6ab

Simple debug helper. Unittests. Meta-object for polymorphic non-QObjects
author Max Samukha <maxter@spambox.com>
date Thu, 08 Jul 2010 17:19:05 +0300
parents 9784459f0750
children 1f189d0ceab4
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
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
22 QTD_EXTERN QTD_DLL_PUBLIC 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
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
35 QTD_EXTERN QTD_DLL_PUBLIC 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)
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
1159 QTD_EXTERN QTD_DLL_PUBLIC 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)
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
1170 QTD_EXTERN QTD_DLL_PUBLIC 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)
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
1244 QTD_EXTERN QTD_DLL_PUBLIC 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)
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
1255 QTD_EXTERN QTD_DLL_PUBLIC 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 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1412 <insert-template name="gui.pixmap_save">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1413 <replace from="%INPUT_TYPE" to="qt.core.QIODevice"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1414 <replace from="%INPUT_NAME" to="dev"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1415 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1416 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1417
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1418 <modify-function signature="save(const QString &amp;, const char *, int) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1419 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1420 <rename to="private_save"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1421 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1422 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1423 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1424 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1425 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1426 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1427 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1428 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1429 <insert-template name="gui.pixmap_save">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1430 <replace from="%INPUT_TYPE" to="String"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1431 <replace from="%INPUT_NAME" to="fileName"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1432 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1433 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1434
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1435 <modify-function signature="QPixmap(QString,const char*,QFlags&lt;Qt::ImageConversionFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1436 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1437 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1438 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1439 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1440 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1441 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1442 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1443 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1444 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1445 <insert-template name="gui.pixmap_constructor"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1446 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1447
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1448 <modify-function signature="load(QString,const char*,QFlags&lt;Qt::ImageConversionFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1449 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1450 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1451 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1452 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1453 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1454 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1455 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1456 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1457 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1458 <insert-template name="gui.pixmap_load">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1459 <replace from="%FUNCTION_NAME" to="load"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1460 <replace from="%INPUT_TYPE" to="String"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1461 <replace from="%INPUT_NAME" to="fileName"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1462 <replace from="%OUTPUT_NAME" to="fileName"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1463 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1464 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1465
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1466 <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
1467 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1468 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1469 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1470 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1471 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1472 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1473 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1474 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1475 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1476 <insert-template name="gui.pixmap_load">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1477 <replace from="%FUNCTION_NAME" to="loadFromData"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1478 <replace from="%INPUT_TYPE" to="byte[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1479 <replace from="%INPUT_NAME" to="data"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1480 <replace from="%OUTPUT_NAME" to="qt.internal.QtJambiInternal.byteArrayToNativePointer(data), data.length"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1481 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1482 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1483
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1484 <modify-function signature="loadFromData(QByteArray,const char*,QFlags&lt;Qt::ImageConversionFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1485 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1486 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1487 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1488 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1489 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1490 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1491 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1492 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1493 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1494 <insert-template name="gui.pixmap_load">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1495 <replace from="%FUNCTION_NAME" to="loadFromData"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1496 <replace from="%INPUT_TYPE" to="qt.core.QByteArray"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1497 <replace from="%INPUT_NAME" to="data"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1498 <replace from="%OUTPUT_NAME" to="data"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1499 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1500 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1501 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1502
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1503 <value-type name="QTextCursor" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1504 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1505 <include file-name="QTextBlock" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1506 <include file-name="QTextDocumentFragment" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1507 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1508 <modify-function signature="operator=(QTextCursor)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1509 <modify-function signature="selectedTableCells(int*,int*,int*,int*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1510 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1511 </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
1512
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1513 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1514 <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
1515 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1516 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1517
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1518 <value-type name="QTextLayout::FormatRange">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1519 <include file-name="QTextLayout" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1520 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1521
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1522 <value-type name="QInputMethodEvent::Attribute">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1523 <include file-name="QInputMethodEvent" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1524 <custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1525 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
1526 </custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1527 <custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1528 delete copy;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1529 </custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1530 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1531
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1532 <value-type name="QItemSelection" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1533
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1534 <modify-function signature="operator+(const QList&lt;QItemSelectionRange&gt;&amp;)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1535 <modify-function signature="operator+=(const QList&lt;QItemSelectionRange&gt;&amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1536 <modify-function signature="operator+=(const QItemSelectionRange&amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1537 <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
1538 <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
1539 <!--
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1540 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1541 <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
1542 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1543 <modify-function signature="split(QItemSelectionRange,QItemSelectionRange,QItemSelection*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1544 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1545 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1546 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1547
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1548 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1549
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1550 <value-type name="QMatrix">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1551 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1552 <include file-name="QPainterPath" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1553 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1554
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1555 <modify-function signature="map(int,int,int*,int*)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1556 <modify-function signature="map(double,double,double*,double*)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1557 <modify-function signature="operator=(QMatrix)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1558
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1559 <modify-function signature="operator*(QMatrix)const" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1560 <modify-function signature="operator*=(QMatrix)" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1561 <modify-function signature="rotate(double)" access="private" rename="rotate_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1562 <modify-function signature="scale(double,double)" access="private" rename="scale_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1563 <modify-function signature="shear(double,double)" access="private" rename="shear_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1564 <modify-function signature="translate(double,double)" access="private" rename="translate_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1565
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1566 <modify-function signature="inverted(bool*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1567 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1568 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1569 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1570 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1571 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1572
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1573 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1574 <insert-template name="core.unary_other_type">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1575 <replace from="%FUNCTION_NAME" to="rotate"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1576 <replace from="%OUT_TYPE" to="QMatrix"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1577 <replace from="%IN_TYPE" to="double"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1578 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1579
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1580 <insert-template name="core.private_function_return_self">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1581 <replace from="%RETURN_TYPE" to="QMatrix"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1582 <replace from="%FUNCTION_NAME" to="scale"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1583 <replace from="%ARGUMENTS" to="double sx, double sy"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1584 <replace from="%ARGUMENT_NAMES" to="sx, sy"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1585 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1586
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1587 <insert-template name="core.private_function_return_self">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1588 <replace from="%RETURN_TYPE" to="QMatrix"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1589 <replace from="%FUNCTION_NAME" to="shear"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1590 <replace from="%ARGUMENTS" to="double sh, double sv"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1591 <replace from="%ARGUMENT_NAMES" to="sh, sv"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1592 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1593
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1594 <insert-template name="core.private_function_return_self">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1595 <replace from="%RETURN_TYPE" to="QMatrix"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1596 <replace from="%FUNCTION_NAME" to="translate"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1597 <replace from="%ARGUMENTS" to="double dx, double dy"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1598 <replace from="%ARGUMENT_NAMES" to="dx, dy"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1599 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1600 </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
1601
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1602 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1603 <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
1604 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1605
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1606 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1607
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1608 <value-type name="QConicalGradient" polymorphic-id-expression="%1-&gt;type() == QGradient::ConicalGradient">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1609 <custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1610 return new QConicalGradient(copy-&gt;center(), copy-&gt;angle());
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1611 </custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1612 <custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1613 delete copy;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1614 </custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1615 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1616
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1617 <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
1618 <custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1619 return new QFontInfo(*copy);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1620 </custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1621 <custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1622 delete copy;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1623 </custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1624 <modify-function signature="operator=(QFontInfo)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1625
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1626 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1627
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1628 <value-type name="QRadialGradient" polymorphic-id-expression="%1-&gt;type() == QGradient::RadialGradient">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1629 <custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1630 return new QRadialGradient(copy-&gt;center(), copy-&gt;radius(), copy-&gt;focalPoint());
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1631 </custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1632 <custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1633 delete copy;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1634 </custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1635 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1636
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1637 <value-type name="QPainterPath::Element">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1638 <modify-field name="x" write="false"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1639 <modify-field name="y" write="false"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1640 <modify-field name="type" write="false"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1641 <include file-name="QPainterPath" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1642 <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
1643
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1644 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1645 <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
1646 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1647
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1648 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1649
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1650 <value-type name="QTextEdit::ExtraSelection" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1651 <include file-name="QTextEdit" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1652 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1653
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1654 <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
1655
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 <include file-name="QStringList" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1658 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1659 <modify-function signature="operator=(QFont)" remove="all"/>
210
3ea0efe4d31e fixes for d2.
SokoL_SD
parents: 164
diff changeset
1660 <inject-code>
3ea0efe4d31e fixes for d2.
SokoL_SD
parents: 164
diff changeset
1661 <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
1662 </inject-code>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1663 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1664
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1665 <value-type name="QTextTableCell" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1666 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1667 <include file-name="QTextCursor" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1668 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1669 <modify-function signature="operator=(QTextTableCell)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1670 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1671
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1672 <value-type name="QImage"> <!-- expense-limit="67108864" expense-cost="height()*bytesPerLine()"> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1673 <modify-function signature="QImage(const char *, const char *)">
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 char **)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1677 <access modifier="private"/>
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 <modify-function signature="QImage(const unsigned char*,int,int,int,QImage::Format)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1680 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1681 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1682 <modify-function signature="bits()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1683 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1684 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1685 <modify-function signature="scanLine(int)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1686 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1687 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1688 <modify-function signature="QImage(const unsigned char *, int, int, QImage::Format)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1689 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1690 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1691
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1692 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1693 <include file-name="QStringList" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1694 <include file-name="QMatrix" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1695 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1696 <modify-function signature="save(const QString &amp;, const char *, int) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1697 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1698 <rename to="private_save"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1699 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1700 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1701 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1702 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1703 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1704 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1705 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1706
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1707 <modify-function signature="QImage(unsigned char*,int,int,QImage::Format)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1708 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1709 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1710
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1711 <modify-function signature="QImage(QString,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1712 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1713 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1714 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1715 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1716 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1717
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1718 <modify-function signature="load(QString,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1719 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1720 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1721 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1722 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1723 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1724
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1725 <modify-function signature="load(QIODevice*,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1726 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1727 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1728
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1729 <modify-function signature="loadFromData(const unsigned char*,int,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1730 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1731 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1732 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1733 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1734 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1735 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1736 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1737 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1738
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1739 <modify-function signature="loadFromData(QByteArray,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1740 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1741 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1742 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1743 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1744 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1745
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1746 <modify-function signature="operator=(QImage)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1747
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1748 <modify-function signature="setText(const char*,const char*,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1749 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1750 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1751
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1752 <modify-function signature="text(const char*,const char*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1753 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1754 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1755
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1756 <modify-function signature="fromData(QByteArray,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1757 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1758 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1759 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1760 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1761 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1762
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1763 <modify-function signature="fromData(const unsigned char*,int,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1764 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1765 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1766
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1767 <modify-function signature="serialNumber()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1768 <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
1769
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1770 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1771 <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
1772 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1773 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1774 <insert-template name="gui.pixmap_save">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1775 <replace from="%INPUT_TYPE" to="String"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1776 <replace from="%INPUT_NAME" to="fileName"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1777 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1778 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1779
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1780 <modify-function signature="save(QIODevice *, const char *, int) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1781 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1782 <rename to="private_save"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1783 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1784 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1785 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1786 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1787 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1788 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1789 </modify-function>
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 <insert-template name="gui.pixmap_save">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1792 <replace from="%INPUT_TYPE" to="qt.core.QIODevice"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1793 <replace from="%INPUT_NAME" to="dev"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1794 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1795 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1796
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1797 <template name="gui.image_load">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1798 public final boolean %FUNCTION_NAME(%ARGUMENT_TYPE %ARGUMENT_NAME, String format) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1799 return %FUNCTION_NAME(%OUT_ARGUMENT_NAME, format != null ? QNativePointer.createCharPointer(format) : null);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1800 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1801
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1802 public final boolean %FUNCTION_NAME(%ARGUMENT_TYPE %ARGUMENT_NAME) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1803 return %FUNCTION_NAME(%ARGUMENT_NAME, (String) null);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1804 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1805 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1806 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1807 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1808 <insert-template name="gui.image_load">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1809 <replace from="%FUNCTION_NAME" to="load"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1810 <replace from="%ARGUMENT_TYPE" to="String"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1811 <replace from="%ARGUMENT_NAME" to="fileName"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1812 <replace from="%OUT_ARGUMENT_NAME" to="fileName"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1813 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1814 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1815
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1816 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1817 <insert-template name="gui.image_load">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1818 <replace from="%FUNCTION_NAME" to="load"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1819 <replace from="%ARGUMENT_TYPE" to="qt.core.QIODevice"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1820 <replace from="%ARGUMENT_NAME" to="device"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1821 <replace from="%OUT_ARGUMENT_NAME" to="device"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1822 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1823 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1824
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1825 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1826 <insert-template name="gui.image_load">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1827 <replace from="%FUNCTION_NAME" to="loadFromData"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1828 <replace from="%ARGUMENT_TYPE" to="byte[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1829 <replace from="%ARGUMENT_NAME" to="data"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1830 <replace from="%OUT_ARGUMENT_NAME" to="qt.internal.QtJambiInternal.byteArrayToNativePointer(data), data.length"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1831 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1832 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1833
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1834 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1835 <insert-template name="gui.image_load">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1836 <replace from="%FUNCTION_NAME" to="loadFromData"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1837 <replace from="%ARGUMENT_TYPE" to="qt.core.QByteArray"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1838 <replace from="%ARGUMENT_NAME" to="data"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1839 <replace from="%OUT_ARGUMENT_NAME" to="data"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1840 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1841 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1842
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1843 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1844 <insert-template name="gui.image_load">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1845 <replace from="%FUNCTION_NAME" to="fromData"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1846 <replace from="%ARGUMENT_TYPE" to="qt.core.QByteArray"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1847 <replace from="%ARGUMENT_NAME" to="data"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1848 <replace from="%OUT_ARGUMENT_NAME" to="data"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1849 <replace from="boolean" to="QImage"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1850 <replace from="final" to="static"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1851 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1852 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1853 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1854 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1855
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1856 <value-type name="QColormap" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1857 <modify-function signature="operator=(QColormap)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1858 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1859 <include file-name="QColor" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1860 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1861 <custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1862 return new QColormap(*copy);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1863 </custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1864 <custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1865 delete copy;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1866 </custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1867 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1868
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1869 <value-type name="QCursor" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1870 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1871 <include file-name="QPixmap" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1872 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1873 <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
1874 <!--
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1875 <template name="gui.cursor_bitmap_getter">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1876 <insert-template name="gui.getter_returning_nativepointer">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1877 <replace from="%RETURN_TYPE" to="QBitmap"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1878 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1879 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1880
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1881 <modify-function signature="bitmap()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1882 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1883 <rename to="bitmap_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1884 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1885 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1886 <insert-template name="gui.cursor_bitmap_getter">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1887 <replace from="%FUNCTION_NAME" to="bitmap"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1888 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1889 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1890
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1891 <modify-function signature="mask()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1892 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1893 <rename to="mask_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1894 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1895 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1896 <insert-template name="gui.cursor_bitmap_getter">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1897 <replace from="%FUNCTION_NAME" to="mask"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1898 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1899 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1900 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1901 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1902
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1903 <value-type name="QFontDatabase" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1904 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1905 <include file-name="QStringList" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1906 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1907 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1908
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1909 <value-type name="QPen">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1910 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1911 <include file-name="QBrush" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1912 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1913
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1914 <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
1915
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1916 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1917 <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
1918 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1919 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1920
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1921 <value-type name="QBrush">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1922 <modify-function signature="QBrush(Qt::GlobalColor, Qt::BrushStyle)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1923 <modify-function signature="operator=(const QBrush &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1924 <!-- restore later - abstract class not handled-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1925 <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
1926
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1927 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1928 <include file-name="QPixmap" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1929 </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
1930
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1931 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1932 <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
1933 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1934
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="gradient()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1937 <!-- Use custom constructors already defined for gradient -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1938 <modify-argument index="0">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1939 <replace-type modified-type="qt.gui.QGradient"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1940 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1941 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
1942 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1943 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1944 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1945 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1946
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1947 <value-type name="QColor">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1948 <modify-function signature="QColor(QColor::Spec)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1949 <modify-function signature="operator=(QColor)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1950 <modify-function signature="operator=(Qt::GlobalColor)" remove="all"/>
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="QColor(const char*)">
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="getCmyk(int*,int*,int*,int*,int*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1957 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1958 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1959
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1960 <modify-function signature="getCmykF(double*,double*,double*,double*,double*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1961 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1962 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1963
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1964 <modify-function signature="getHsv(int*,int*,int*,int*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1965 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1966 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1967
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1968 <modify-function signature="getHsvF(double*,double*,double*,double*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1969 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1970 </modify-function>
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="getRgb(int*,int*,int*,int*)const">
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1976 <modify-function signature="getRgbF(double*,double*,double*,double*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1977 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1978 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1979
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1980 <modify-function signature="dark(int)const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1981 <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
1982
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1983 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1984 <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
1985 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1986 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1987
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1988 <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
1989 <!-- <custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1990 return new QFontMetricsF(*copy);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1991 </custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1992 <custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1993 delete copy;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1994 </custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1995 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1996 <modify-function signature="operator!=(const QFontMetricsF &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1997 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1998 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1999 <modify-function signature="operator==(const QFontMetricsF &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2000 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2001 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2002
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2003 <modify-function signature="boundingRect(QRectF,int,QString,int,int*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2004 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2005 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2006 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2007 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2008 <modify-argument index="5">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2009 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2010 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2011 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2012
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2013 <modify-function signature="operator=(QFontMetrics)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2014 <modify-function signature="operator=(QFontMetricsF)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2015
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2016 <modify-function signature="size(int,QString,int,int*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2017 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2018 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2019 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2020 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2021 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2022 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2023 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2024 </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
2025
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2026 <template name="gui.fontmetricsf_boundingrect">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2027 <insert-template name="gui.fontmetrics_tabarray_function">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2028 <replace from="%RETURN_TYPE" to="qt.core.QRectF"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2029 <replace from="%FUNCTION_NAME" to="boundingRect"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2030 <replace from="%RECT_ARGUMENTS" to="%RECT_ARGUMENTS, "/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2031 <replace from="%RECT_CALL_ARGUMENTS" to="%RECT_CALL_ARGUMENTS, "/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2032 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2033 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2034
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2035 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2036 <insert-template name="gui.fontmetricsf_boundingrect">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2037 <replace from="%RECT_ARGUMENTS" to="qt.core.QRectF rect"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2038 <replace from="%RECT_CALL_ARGUMENTS" to="rect"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2039 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2040 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2041
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2042 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2043 <insert-template name="gui.fontmetrics_tabarray_function">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2044 <replace from="%RETURN_TYPE" to="qt.core.QSizeF"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2045 <replace from="%FUNCTION_NAME" to="size"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2046 <replace from="%RECT_ARGUMENTS" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2047 <replace from="%RECT_CALL_ARGUMENTS" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2048 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2049 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2050 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2051 <value-type name="QTextOption::Tab"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2052
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2053 <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
2054 <custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2055 return new QFontMetrics(*copy);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2056 </custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2057 <custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2058 delete copy;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2059 </custom-destructor>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2060 <modify-function signature="operator!=(const QFontMetrics &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2061 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2062 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2063 <modify-function signature="operator==(const QFontMetrics &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2064 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2065 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2066
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2067 <modify-function signature="boundingRect(int,int,int,int,int,QString,int,int*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2068 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2069 <modify-argument index="7">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2070 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2071 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2072 <modify-argument index="8">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2073 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2074 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2075 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2076
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2077 <modify-function signature="boundingRect(QRect,int,QString,int,int*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2078 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2079 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2080 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2081 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2082 <modify-argument index="5">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2083 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2084 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2085 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2086
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2087 <modify-function signature="operator=(QFontMetrics)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2088
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2089 <modify-function signature="size(int,QString,int,int*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2090 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2091 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2092 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2093 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2094 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2095 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2096 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2097 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2098
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
2099 <!--
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2100 <template name="gui.fontmetrics_tabarray_function">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2101 public final %RETURN_TYPE %FUNCTION_NAME(%RECT_ARGUMENTSint flags, String text, int tabStops, int tabArray[]) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2102 QNativePointer np = tabArray == null ? null : new QNativePointer(QNativePointer.Type.Int, tabArray.length + 1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2103 if (np != null) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2104 for (int i=0; i&lt;tabArray.length; ++i) np.setIntAt(i, tabArray[i]);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2105 np.setIntAt(tabArray.length, 0);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2106 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2107 return %FUNCTION_NAME(%RECT_CALL_ARGUMENTSflags, text, tabStops, np);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2108 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2109
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2110 public final %RETURN_TYPE %FUNCTION_NAME(%RECT_ARGUMENTSint flags, String text, int tabStops) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2111 return %FUNCTION_NAME(%RECT_CALL_ARGUMENTSflags, text, tabStops, (int []) null);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2112 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2113
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2114 public final %RETURN_TYPE %FUNCTION_NAME(%RECT_ARGUMENTSint flags, String text) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2115 return %FUNCTION_NAME(%RECT_CALL_ARGUMENTSflags, text, 0);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2116 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2117 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2118
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2119 <template name="gui.fontmetrics_boundingrect">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2120 <insert-template name="gui.fontmetrics_tabarray_function">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2121 <replace from="%RETURN_TYPE" to="qt.core.QRect"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2122 <replace from="%FUNCTION_NAME" to="boundingRect"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2123 <replace from="%RECT_ARGUMENTS" to="%RECT_ARGUMENTS, "/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2124 <replace from="%RECT_CALL_ARGUMENTS" to="%RECT_CALL_ARGUMENTS, "/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2125 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2126 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2127
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2128 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2129 <insert-template name="gui.fontmetrics_boundingrect">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2130 <replace from="%RECT_ARGUMENTS" to="int x, int y, int width, int height"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2131 <replace from="%RECT_CALL_ARGUMENTS" to="x, y, width, height"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2132 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2133 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2134
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2135 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2136 <insert-template name="gui.fontmetrics_boundingrect">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2137 <replace from="%RECT_ARGUMENTS" to="qt.core.QRect rect"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2138 <replace from="%RECT_CALL_ARGUMENTS" to="rect"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2139 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2140 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2141
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2142 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2143 <insert-template name="gui.fontmetrics_tabarray_function">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2144 <replace from="%RETURN_TYPE" to="qt.core.QSize"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2145 <replace from="%FUNCTION_NAME" to="size"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2146 <replace from="%RECT_ARGUMENTS" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2147 <replace from="%RECT_CALL_ARGUMENTS" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2148 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2149 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2150 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2151
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2152 <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
2153 <custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2154 Q_UNUSED(copy)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2155 qWarning("Copying empty QGradient object");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2156 return new QGradient();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2157 </custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2158 <custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2159 delete copy;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2160 </custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2161 <modify-function signature="operator==(const QGradient &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2162 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2163 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2164 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2165
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2166 <value-type name="QLinearGradient" polymorphic-id-expression="%1-&gt;type() == QGradient::LinearGradient">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2167 <custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2168 QLinearGradient *lg = new QLinearGradient(copy-&gt;start(), copy-&gt;finalStop());
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2169 lg-&gt;setSpread(copy-&gt;spread());
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2170 lg-&gt;setStops(copy-&gt;stops());
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2171 return (void *) lg;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2172 </custom-constructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2173 <custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2174 delete copy;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2175 </custom-destructor>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2176 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2177
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2178 <value-type name="QPrinterInfo">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2179 <modify-function signature="operator=(const QPrinterInfo &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2180 </value-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2181
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2182 <interface-type name="QLayoutItem">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2183 <modify-field name="align">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2184 <rename to="align_"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2185 </modify-field>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2186 </interface-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2187 <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
2188
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2189 <modify-function signature="paintEngine () const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2190 <store-result/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2191 </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
2192
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2193 </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
2194
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2195 <interface-type name="QGraphicsItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2196 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2197 <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
2198
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2199 <modify-function signature="matrix()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2200 <modify-function signature="resetMatrix()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2201 <modify-function signature="sceneMatrix()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2202 <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2203
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2204 <modify-function signature="children()const" remove="all"/>
342
c887282e1590 removed enum experiment leftover
maxter <spambox@d-coding.com>
parents: 326
diff changeset
2205 <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
2206 <!-- <modify-function signature="toGraphicsObject()const" remove="all"/> -->
324
Eldar Insafutdinov <e.insafutdinov@gmail.com>
parents: 323
diff changeset
2207 <!--
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2208 <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2209
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2210 <modify-function signature="paint(QPainter*,const QStyleOptionGraphicsItem*,QWidget*)">
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="collidesWithItem(const QGraphicsItem*,Qt::ItemSelectionMode)const">
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2217 <modify-function signature="contextMenuEvent(QGraphicsSceneContextMenuEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2218 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2219 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2220 <modify-function signature="dragEnterEvent(QGraphicsSceneDragDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2221 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2222 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2223 <modify-function signature="dragLeaveEvent(QGraphicsSceneDragDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2224 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2225 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2226 <modify-function signature="dragMoveEvent(QGraphicsSceneDragDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2227 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2228 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2229 <modify-function signature="dropEvent(QGraphicsSceneDragDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2230 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2231 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2232 <modify-function signature="focusInEvent(QFocusEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2233 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2234 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2235 <modify-function signature="focusOutEvent(QFocusEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2236 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2237 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2238 <modify-function signature="hoverEnterEvent(QGraphicsSceneHoverEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2239 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2240 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2241 <modify-function signature="hoverLeaveEvent(QGraphicsSceneHoverEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2242 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2243 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2244 <modify-function signature="hoverMoveEvent(QGraphicsSceneHoverEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2245 <modify-argument index="1" 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="inputMethodEvent(QInputMethodEvent*)">
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 <modify-function signature="isObscuredBy(const QGraphicsItem*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2251 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2252 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2253 <modify-function signature="keyPressEvent(QKeyEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2254 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2255 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2256 <modify-function signature="keyReleaseEvent(QKeyEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2257 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2258 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2259 <modify-function signature="mouseDoubleClickEvent(QGraphicsSceneMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2260 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2261 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2262 <modify-function signature="mouseMoveEvent(QGraphicsSceneMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2263 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2264 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2265 <modify-function signature="mousePressEvent(QGraphicsSceneMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2266 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2267 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2268 <modify-function signature="mouseReleaseEvent(QGraphicsSceneMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2269 <modify-argument index="1" invalidate-after-use="yes"/>
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 <modify-function signature="sceneEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2272 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2273 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2274 <modify-function signature="sceneEventFilter(QGraphicsItem*,QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2275 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2276 <modify-argument index="2" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2277 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2278 <modify-function signature="wheelEvent(QGraphicsSceneWheelEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2279 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2280 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2281
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2282 <modify-function signature="children()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2283 <modify-function signature="installSceneEventFilter(QGraphicsItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2284 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2285 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2286 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2287 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2288 <modify-function signature="removeSceneEventFilter(QGraphicsItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2289 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2290 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2291 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2292 </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
2293
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2294
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2295 <modify-function signature="QGraphicsItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2296 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2297 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2298 if (%1 != null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2299 disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2300 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2301 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2302
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2303 <modify-function signature="paint(QPainter *, const QStyleOptionGraphicsItem *, QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2304 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2305 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2306 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
2307 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2308 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2309 const QStyleOptionGraphicsItem *%out = (QStyleOptionGraphicsItem *) qtjambi_to_object(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2310 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2311 <replace-type modified-type="qt.gui.QStyleOptionGraphicsItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2312 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2313 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2314
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2315 <modify-function signature="setGroup(QGraphicsItemGroup*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2316 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2317 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2318 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2319 <inject-code position="beginning">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2320 qt.gui.QGraphicsItemGroup oldGroup = group();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2321 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2322 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2323 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2324 if (%1 == null &amp;&amp; oldGroup != null &amp;&amp; oldGroup.parentItem() == null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2325 reenableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2326 else
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2327 disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2328 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2329 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2330
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2331 <modify-function signature="setParentItem(QGraphicsItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2332 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2333 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2334 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2335 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2336 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2337 if (%1 == null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2338 reenableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2339 else
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2340 disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2341 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2342 </modify-function> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2343 </interface-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2344
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2345 <object-type name="QAbstractGraphicsShapeItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2346 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2347 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
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="QAbstractGraphicsShapeItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2350 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2351 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2352 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2353 </inject-code>
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="matrix()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2357 <modify-function signature="resetMatrix()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2358 <modify-function signature="sceneMatrix()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2359 <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2360 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2361 <modify-function signature="QAbstractGraphicsShapeItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2362 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2363 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2364 if (%1 != null) disableGarbageCollection();
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 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2367 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2368 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2369
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2370 <object-type name="QAbstractItemView">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2371 <!-- <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2372 <include file-name="tango.util.container.HashMap" location="java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2373 </extra-includes>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2374 <modify-function signature="update()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2375 <modify-function signature="horizontalStepsPerItem()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2376 <modify-function signature="setHorizontalStepsPerItem(int)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2377 <modify-function signature="setVerticalStepsPerItem(int)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2378 <modify-function signature="verticalStepsPerItem()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2379
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2380 <modify-function signature="edit(QModelIndex,QAbstractItemView::EditTrigger,QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2381 <modify-argument index="3" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2382 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2383 <modify-function signature="selectionCommand(QModelIndex,const QEvent*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2384 <modify-argument index="2" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2385 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2386
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2387 <!-- <modify-function signature="QAbstractItemView(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2388 <inject-code class="java" position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2389 __rcDelegatesForColumns = new HashMap!(int, QAbstractItemDelegate);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2390 __rcDelegatesForRows = new HashMap!(int, QAbstractItemDelegate);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2391 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2392 </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
2393 -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2394 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2395 <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
2396 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2397
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2398
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2399 <modify-function signature="setIndexWidget(const QModelIndex &amp;,QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2400 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2401 <!-- Safe to ignore because view reparents widget -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2402 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2403 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2404 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2405 <modify-function signature="setItemDelegate(QAbstractItemDelegate *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2406 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2407 <reference-count action="set" variable-name="__rcItemDelegate"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2408 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2409 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2410 <modify-function signature="setModel(QAbstractItemModel *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2411 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2412 <reference-count action="set" variable-name="__rcItemModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2413 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2414 <inject-code class="java" position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2415 // setModel() creates a new selection model for the object
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2416 __rcItemSelectionModel = null;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2417 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2418 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2419 <modify-function signature="setSelectionModel(QItemSelectionModel *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2420 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2421 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2422 <reference-count action="set" variable-name="__rcItemSelectionModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2423 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2424 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2425 <modify-function signature="setItemDelegateForColumn(int,QAbstractItemDelegate*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2426 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2427 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2428 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2429 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2430 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2431 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2432 if (%2 is null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2433 __rcDelegatesForColumns.remove(%1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2434 else
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2435 __rcDelegatesForColumns[%1] = %2;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2436 </inject-code>
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 <modify-function signature="setItemDelegateForRow(int,QAbstractItemDelegate*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2439 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2440 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2441 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2442 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2443 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2444 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2445 if (%2 is null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2446 __rcDelegatesForRows.remove(%1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2447 else
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2448 __rcDelegatesForRows[%1] = %2;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2449 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2450 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2451 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2452
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2453 <object-type name="QAbstractPageSetupDialog"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2454 <object-type name="QAbstractPrintDialog"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2455 <object-type name="QAbstractSlider"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2456 <object-type name="QAbstractTextDocumentLayout">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2457 <modify-function signature="setPaintDevice(QPaintDevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2458 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2459 <reference-count action="set" variable-name="__rcPaintDevice"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2460 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2461 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2462
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2463 <modify-function signature="draw(QPainter*,QAbstractTextDocumentLayout::PaintContext)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2464 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2465 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2466 <modify-function signature="drawInlineObject(QPainter*,QRectF,QTextInlineObject,int,QTextFormat)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2467 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2468 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2469
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2470 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2471 <object-type name="QAccessible">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2472 <modify-function signature="initialize()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2473 <modify-function signature="cleanup()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2474 <modify-function signature="setRootObject(QObject *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2475 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2476 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2477 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2478 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2479 <modify-function signature="queryAccessibleInterface(QObject *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2480 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2481 <define-ownership class="java" owner="java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2482 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2483 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2484 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2485 <object-type name="QAccessibleBridge">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2486 <modify-function signature="setRootObject(QAccessibleInterface *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2487 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2488 <define-ownership class="shell" owner="java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2489 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2490 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2491 <modify-function signature="notifyAccessibilityUpdate(int,QAccessibleInterface*,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2492 <modify-argument invalidate-after-use="yes" index="2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2493 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2494 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2495 <object-type name="QAccessible2Interface"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2496 <!-- <object-type name="QAccessibleTableInterface">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2497 <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
2498
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2499 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2500 <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
2501 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2502
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2503
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2504 <modify-function signature="cellAtIndex(int,int*,int*,int*,int*,bool*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2505 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2506 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2507 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2508 int rowHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2509 int *%out = &amp;rowHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2510 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2511 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2512 // nothing
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2513 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2514 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2515 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2516 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2517 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2518 int columnHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2519 int *%out = &amp;columnHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2520 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2521 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2522 // nothing
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2523 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2524 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2525 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2526 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2527 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2528 int rowSpanHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2529 int *%out = &amp;rowSpanHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2530 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2531 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2532 // nothing
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2533 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2534 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2535 <modify-argument index="5">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2536 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2537 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2538 int columnSpanHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2539 int *%out = &amp;columnSpanHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2540 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2541 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2542 // nothing
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2543 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2544 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2545 <modify-argument index="6">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2546 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2547 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2548 bool isSelectedHolder = false;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2549 bool *%out = &amp;isSelectedHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2550 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2551 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2552 // no conversion
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2553 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2554 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2555 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2556 <replace-type modified-type="qt.gui.QAccessibleTableInterface$CellAtIndex"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2557 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2558 jobject %out = qtjambi_to_cellatindex(__jni_env, rowHolder, columnHolder, rowSpanHolder, columnSpanHolder, isSelectedHolder);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2559 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2560 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2561 qtjambi_from_cellatindex(__jni_env, %in, %2, %3, %4, %5, %6);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2562 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2563 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2564 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2565
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2566 <modify-function signature="selectedColumns(int,QList&lt;int&gt;*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2567 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2568 <replace-type modified-type="java.util.List&lt;Integer&gt;"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2569 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2570 StaticCache *sc = StaticCache::instance();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2571 sc-&gt;resolveArrayList();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2572 sc-&gt;resolveCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2573 sc-&gt;resolveInteger();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2574
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2575 jobject columnsHolder = 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2576 if (%in != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2577 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
2578 qtjambi_exception_check(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2579 if (columnsHolder != 0) for (int i=0; i&lt;%in-&gt;size(); i++) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2580 __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
2581 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2582 qtjambi_exception_check(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2583 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2584 jobject %out = columnsHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2585 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2586 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2587 StaticCache *sc = StaticCache::instance();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2588 sc-&gt;resolveCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2589
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2590 QList&lt;int&gt; columnHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2591 if (%in != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2592 jobjectArray columnsAsArray = (jobjectArray) __jni_env-&gt;CallObjectMethod(%in, sc-&gt;Collection.toArray);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2593 if (columnsAsArray != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2594 int len = __jni_env-&gt;GetArrayLength(columnsAsArray);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2595 for (int i=0; i&lt;len; ++i) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2596 columnHolder.append(qtjambi_to_int(__jni_env, __jni_env-&gt;GetObjectArrayElement(columnsAsArray, i)));
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 qtjambi_exception_check(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2600 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2601 QList&lt;int&gt; *%out = &amp;columnHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2602 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2603 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2604 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2605 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2606 // Copy back
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2607 if (columnsHolder != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2608 jobjectArray columnsAsArray = (jobjectArray) __jni_env-&gt;CallObjectMethod(columnsHolder, sc-&gt;Collection.toArray);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2609 if (columnsAsArray != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2610 int len = __jni_env-&gt;GetArrayLength(columnsAsArray);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2611 %2-&gt;clear();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2612 for (int i=0; i&lt;len; ++i) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2613 %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
2614 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2615 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2616 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2617
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2618 int %out = %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2619 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2620 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2621 // Copy back
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2622 if (%2 != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2623 __jni_env-&gt;CallVoidMethod(%2, sc-&gt;Collection.clear);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2624 for (int i=0; i&lt;columnHolder.size(); ++i) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2625 __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
2626 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2627 qtjambi_exception_check(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2628 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2629
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2630 jint %out = %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2631 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2632 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2633 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2634 <modify-function signature="selectedRows(int,QList&lt;int&gt;*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2635 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2636 <replace-type modified-type="java.util.List&lt;Integer&gt;"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2637 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2638 StaticCache *sc = StaticCache::instance();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2639 sc-&gt;resolveArrayList();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2640 sc-&gt;resolveCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2641 sc-&gt;resolveInteger();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2642
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2643 jobject rowsHolder = 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2644 if (%in != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2645 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
2646 qtjambi_exception_check(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2647 if (rowsHolder != 0) for (int i=0; i&lt;%in-&gt;size(); i++) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2648 __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
2649 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2650 qtjambi_exception_check(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2651 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2652 jobject %out = rowsHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2653 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2654 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2655 StaticCache *sc = StaticCache::instance();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2656 sc-&gt;resolveCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2657
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2658 QList&lt;int&gt; rowsHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2659 if (%in != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2660 jobjectArray rowsAsArray = (jobjectArray) __jni_env-&gt;CallObjectMethod(%in, sc-&gt;Collection.toArray);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2661 if (rowsAsArray != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2662 int len = __jni_env-&gt;GetArrayLength(rowsAsArray);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2663 for (int i=0; i&lt;len; ++i) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2664 rowsHolder.append(qtjambi_to_int(__jni_env, __jni_env-&gt;GetObjectArrayElement(rowsAsArray, i)));
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 qtjambi_exception_check(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2668 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2669 QList&lt;int&gt; *%out = &amp;rowsHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2670 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2671 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2672 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2673 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2674 // Copy back
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2675 if (rowsHolder != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2676 jobjectArray rowsAsArray = (jobjectArray) __jni_env-&gt;CallObjectMethod(rowsHolder, sc-&gt;Collection.toArray);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2677 if (rowsAsArray != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2678 int len = __jni_env-&gt;GetArrayLength(rowsAsArray);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2679 %2-&gt;clear();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2680 for (int i=0; i&lt;len; ++i) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2681 %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
2682 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2683 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2684 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2685
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2686 int %out = %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2687 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2688 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2689 // Copy back
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2690 if (%2 != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2691 __jni_env-&gt;CallVoidMethod(%2, sc-&gt;Collection.clear);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2692 for (int i=0; i&lt;rowsHolder.size(); ++i) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2693 __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
2694 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2695 qtjambi_exception_check(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2696 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2697
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2698 jint %out = %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2699 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2700 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2701 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2702
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2703 </object-type> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2704
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2705 <object-type name="QAccessibleInterface">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2706 <modify-function signature="indexOfChild(const QAccessibleInterface*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2707 <modify-argument invalidate-after-use="yes" index="1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2708 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2709 <modify-function signature="relationTo(int,const QAccessibleInterface*,int)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2710 <modify-argument invalidate-after-use="yes" index="2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2711 </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
2712
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2713 <!-- <modify-function signature="navigate(QAccessible::RelationFlag,int,QAccessibleInterface**)const" remove="all"/> --><!-- TODO -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2714
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
2715 <!--
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2716 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2717 <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
2718 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2719
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2720
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2721 <template name="gui.accessible_interface_to_target">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2722 jclass __target_class = resolveClass(__jni_env, "QAccessibleInterface$Target", "com/trolltech/qt/gui/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2723 QTJAMBI_EXCEPTION_CHECK(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2724 Q_ASSERT(__target_class);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2725
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2726 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
2727 QTJAMBI_EXCEPTION_CHECK(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2728 Q_ASSERT(__target_constructor);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2729
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2730 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
2731
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2732 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
2733 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2734
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2735 <modify-function signature="navigate(QAccessible::RelationFlag,int,QAccessibleInterface**)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2736 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2737 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2738 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2739 // nothing
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 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2742 QAccessibleInterface *__qt_interface = 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2743 QAccessibleInterface **%out = &amp;__qt_interface;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2744 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2745 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2746
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2747 <modify-argument index="0">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2748 <replace-type modified-type="qt.gui.QAccessibleInterface$Target"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2749 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2750 <insert-template name="gui.accessible_interface_to_target">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2751 <replace from="%TARGET" to="__qt_interface"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2752 <replace from="%CHILD_INDEX" to="%in"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2753 <replace from="%OUTPUT" to="%out"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2754 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2755 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2756 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2757 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
2758 Q_ASSERT(__childIndex_id);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2759
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2760 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
2761 Q_ASSERT(__target_id);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2762
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2763 jint %out = __jni_env-&gt;GetIntField(%in, __childIndex_id);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2764
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2765 jobject __java_interface = __jni_env-&gt;GetObjectField(%in, __target_id);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2766 QtJambiLink *__qt_link = __java_interface != 0 ? QtJambiLink::findLink(__jni_env, __java_interface) : 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2767 if (__qt_link != 0) __qt_link-&gt;disableGarbageCollection(__jni_env, __java_interface);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2768 QAccessibleInterface *__qt_interface = __qt_link != 0 ? (QAccessibleInterface *) __qt_link-&gt;pointer() : 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2769
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2770 if (%3 != 0) *%3 = __qt_interface;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2771 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2772 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2773 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2774 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2775 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2776 <object-type name="QAccessibleInterfaceEx"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2777 <object-type name="QAccessibleObject"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2778 <object-type name="QAccessibleObjectEx"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2779 <object-type name="QAccessibleWidget"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2780 <object-type name="QAccessibleWidgetEx"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2781 <object-type name="QActionGroup">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2782 <modify-function signature="addAction(QAction*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2783 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2784 <reference-count action="add" variable-name="__rcActions"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2785 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2786 <!-- <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2787 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2788 qt.GeneratorUtilities.setField(%1, QAction.class, "__rcActionGroup", this);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2789 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2790 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2791 <modify-function signature="removeAction(QAction*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2792 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2793 <reference-count action="remove" variable-name="__rcActions"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2794 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2795 <!-- <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2796 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2797 qt.GeneratorUtilities.setField(%1, QAction.class, "__rcActionGroup", null);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2798 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2799 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2800 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2801 <object-type name="QCDEStyle">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2802 <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
2803 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2804 <object-type name="QCheckBox">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2805 <!-- <modify-function signature="initStyleOption(QStyleOptionButton*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2806 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2807 </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
2808
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2809 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2810 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2811 <replace from="%TYPE" to="QStyleOptionButton"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2812 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2813 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2814 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2815 <object-type name="QCleanlooksStyle">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2816 <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
2817 <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
2818 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2819 <object-type name="QCommonStyle">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2820 <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
2821 <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
2822 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2823 <object-type name="QDataWidgetMapper">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2824 <modify-function signature="addMapping(QWidget*,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2825 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2826 <reference-count action="add" variable-name="__rcMappings"/>
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>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2829 <modify-function signature="addMapping(QWidget*,int,QByteArray)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2830 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2831 <reference-count action="add" variable-name="__rcMappings"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2832 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2833 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2834 <modify-function signature="removeMapping(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2835 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2836 <reference-count action="remove" variable-name="__rcMappings"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2837 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2838 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2839 <modify-function signature="setItemDelegate(QAbstractItemDelegate*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2840 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2841 <reference-count action="set" variable-name="__rcItemDelegate"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2842 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2843 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2844 <modify-function signature="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2845 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2846 <reference-count action="set" variable-name="__rcModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2847 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2848 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2849 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2850 <object-type name="QDateEdit"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2851 <object-type name="QDesktopServices">
225
f7dca08fc816 fix for macosx
eldar
parents: 210
diff changeset
2852 <!-- <extra-includes>
149
7bc921c7100a QDesktopServices.setUrlHandler - temporary solution
eldar
parents: 130
diff changeset
2853 <include file-name="qt.gui.UrlHandler" location="java"/>
225
f7dca08fc816 fix for macosx
eldar
parents: 210
diff changeset
2854 </extra-includes>-->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2855 <modify-function signature="setUrlHandler(const QString &amp;, QObject *, const char *)" access="private">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2856 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2857 <reference-count action="ignore"/> <!-- Handled in injected code -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2858 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2859 </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
2860
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2861 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2862 <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
2863 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2864
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="QDialog">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2867 <!-- <modify-function signature="setVisible(bool)" remove="all"/> // properties_d -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2868
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2869 <modify-function signature="setExtension(QWidget*)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2870 <modify-function signature="exec()" access="non-final"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2871 <modify-function signature="open()" virtual-slot="yes" />
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2872 <modify-function signature="extension()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2873 <modify-function signature="orientation()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2874 <modify-function signature="setOrientation(Qt::Orientation)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2875 <modify-function signature="showExtension(bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2876 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2877 <object-type name="QDialogButtonBox">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2878 <modify-function signature="addButton(QAbstractButton*,QDialogButtonBox::ButtonRole)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2879 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2880 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2881 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2882 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2883 <modify-function signature="removeButton(QAbstractButton*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2884 <modify-argument index="1">
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 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2889 <object-type name="QDirModel">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2890 <modify-function signature="parent()const" remove="java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2891 <modify-function signature="setIconProvider(QFileIconProvider*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2892 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2893 <reference-count action="set" variable-name="__rcIconProvider"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2894 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2895 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2896 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2897 <object-type name="QDoubleValidator"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2898 <object-type name="QFileIconProvider"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2899 <object-type name="QWizard">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2900 <!-- ### Requires correct class name in meta object -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2901 <modify-function signature="setDefaultProperty(const char *, const char *, const char *)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2902 <modify-function signature="addPage(QWizardPage*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2903 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2904 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2905 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2906 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2907 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2908 <modify-function signature="setButton(QWizard::WizardButton,QAbstractButton*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2909 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2910 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2911 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2912 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2913 <modify-function signature="setPage(int,QWizardPage*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2914 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2915 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2916 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2917 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2918 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2919
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2920 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2921 <object-type name="QWizardPage">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2922 <!-- ### Reduced functionality due to meta object having missing information -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2923 <modify-function signature="registerField(const QString &amp;, QWidget *, const char *, const char *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2924 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2925 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2926 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2927 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2928 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2929 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2930 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2931 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2932
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
2933
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2934 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2935 <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
2936 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2937
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2938 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2939 <object-type name="QFocusFrame">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2940 <!-- <modify-function signature="initStyleOption(QStyleOption*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2941 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2942 </modify-function> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2943 <modify-function signature="setWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2944 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2945 <reference-count action="set" variable-name="__rcWidget"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2946 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2947 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2948 <!-- <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2949 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2950 <replace from="%TYPE" to="QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2951 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2952 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2953 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2954 <object-type name="QFontComboBox"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2955 <object-type name="QFontDialog">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2956 <modify-function signature="open(QObject *, const char *)" remove="all"/> <!-- # TODO -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2957
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2958 <!-- <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2959 <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
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 <template name="gui.fontdialog_get_font_general">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2963 public static Result getFont(%FONT_ARGUMENT %COMMA QWidget parent %STRING_ARGUMENT) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2964 QNativePointer np = new QNativePointer(QNativePointer.Type.Boolean);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2965 QFont returned = getFont(np, %FONT_CALL_ARGUMENT %COMMA parent %STRING_CALL_ARGUMENT);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2966 return new Result(returned, np.booleanValue());
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2967 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2968 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2969
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2970 <template name="gui.fontdialog_get_font_nocaption">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2971 <insert-template name="gui.fontdialog_get_font_general">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2972 <replace from="%STRING_ARGUMENT" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2973 <replace from="%STRING_CALL_ARGUMENT" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2974 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2975
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2976 public static Result getFont(%FONT_ARGUMENT) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2977 return getFont(%FONT_CALL_ARGUMENT %COMMA (QWidget) null);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2978 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2979 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2980
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2981 <modify-function signature="getFont(bool*,QFont,QWidget*,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2982 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2983 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2984 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2985 <insert-template name="gui.fontdialog_get_font_general">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2986 <replace from="%FONT_ARGUMENT %COMMA" to="QFont initial,"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2987 <replace from="%STRING_ARGUMENT" to=", String caption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2988 <replace from="%FONT_CALL_ARGUMENT %COMMA" to="initial,"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2989 <replace from="%STRING_CALL_ARGUMENT" to=", caption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2990 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2991 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2992
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2993 <modify-function signature="getFont(bool*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2994 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2995 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2996 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2997 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2998 </modify-function>
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 <insert-template name="gui.fontdialog_get_font_nocaption">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3001 <replace from="%FONT_ARGUMENT" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3002 <replace from="%COMMA" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3003 <replace from="%FONT_CALL_ARGUMENT" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3004 </insert-template>
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3007 <modify-function signature="getFont(bool*,QFont,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3008 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3009 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3010 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3011 </modify-argument>
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 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3014 <insert-template name="gui.fontdialog_get_font_nocaption">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3015 <replace from="%FONT_ARGUMENT" to="QFont initial"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3016 <replace from="%COMMA" to=", "/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3017 <replace from="%FONT_CALL_ARGUMENT" to="initial"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3018 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3019 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3020 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3021 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3022 <object-type name="QGraphicsEllipseItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3023 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3024 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3025 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3026 <modify-function signature="QGraphicsEllipseItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3027 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3028 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3029 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3030 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3031 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3032 <modify-function signature="QGraphicsEllipseItem(const QRectF &amp;,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="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3035 if (%2 != 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="QGraphicsEllipseItem(double,double,double,double,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3039 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3040 <argument-map index="5" meta-name="%5"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3041 if (%5 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3042 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3043 </modify-function>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3044 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3045 <object-type name="QGraphicsItemAnimation">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3046 <modify-function signature="setItem(QGraphicsItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3047 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3048 <reference-count action="set" variable-name="__rcItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3049 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3050 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3051 <modify-function signature="setTimeLine(QTimeLine*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3052 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3053 <reference-count action="set" variable-name="__rcTimeLine"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3054 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3055 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3056 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3057 <object-type name="QGraphicsItemGroup" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3058 <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3059 <modify-function signature="resetMatrix()" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3060 <modify-function signature="sceneMatrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3061 <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3-->
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="QGraphicsItemGroup(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="addToGroup(QGraphicsItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3070 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3071 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3072 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3073 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3074 <modify-function signature="removeFromGroup(QGraphicsItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3075 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3076 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3077 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3078 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3079 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3080 if (parentItem() == null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3081 %1.reenableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3082 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3083 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3084 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3085 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3086 <object-type name="QGraphicsLineItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3087 <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3088 <modify-function signature="resetMatrix()" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3089 <modify-function signature="sceneMatrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3090 <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3091 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3092 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3093 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3094 <modify-function signature="QGraphicsLineItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3095 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3096 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3097 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3098 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3099 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3100 <modify-function signature="QGraphicsLineItem(const QLineF &amp;,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3101 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3102 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3103 if (%2 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3104 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3105 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3106 <modify-function signature="QGraphicsLineItem(double,double,double,double,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3107 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3108 <argument-map index="5" meta-name="%5"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3109 if (%5 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3110 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3111 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3112 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3113 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3114 <object-type name="QGraphicsPathItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3115 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3116 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3117 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3118 <modify-function signature="QGraphicsPathItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3119 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3120 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3121 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3122 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3123 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3124 <modify-function signature="QGraphicsPathItem(const QPainterPath &amp;,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3125 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3126 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3127 if (%2 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3128 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3129 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3130 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3131 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3132
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3133 <object-type name="QGraphicsPixmapItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3134 <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3135 <modify-function signature="resetMatrix()" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3136 <modify-function signature="sceneMatrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3137 <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3138 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3139 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3140 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3141 <modify-function signature="QGraphicsPixmapItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3142 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3143 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3144 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3145 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3146 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3147 <modify-function signature="QGraphicsPixmapItem(const QPixmap &amp;,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3148 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3149 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3150 if (%2 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3151 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3152 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3153 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3154 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3155 <object-type name="QGraphicsPolygonItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3156 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3157 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3158 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3159 <modify-function signature="QGraphicsPolygonItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3160 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3161 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3162 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3163 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3164 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3165 <modify-function signature="QGraphicsPolygonItem(const QPolygonF &amp;,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3166 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3167 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3168 if (%2 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3169 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3170 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3171 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3172 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3173 <object-type name="QGraphicsRectItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3174 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3175 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3176 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3177 <modify-function signature="QGraphicsRectItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3178 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3179 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3180 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3181 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3182 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3183 <modify-function signature="QGraphicsRectItem(double,double,double,double,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3184 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3185 <argument-map index="5" meta-name="%5"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3186 if (%5 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3187 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3188 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3189 <modify-function signature="QGraphicsRectItem(const QRectF &amp;,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3190 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3191 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3192 if (%2 != null) disableGarbageCollection();
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 </modify-function> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3195 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3196 <object-type name="QGraphicsSimpleTextItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3197 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3198 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3199 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3200 <modify-function signature="QGraphicsSimpleTextItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3201 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3202 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3203 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3204 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3205 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3206 <modify-function signature="QGraphicsSimpleTextItem(const QString &amp;,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3207 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3208 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3209 if (%2 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3210 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3211 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3212 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3213 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3214 <object-type name="QHBoxLayout"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3215 <object-type name="QHeaderView">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3216 <!-- <modify-function signature="initStyleOption(QStyleOptionHeader*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3217 <access modifier="private"/>
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="paintSection(QPainter*,QRect,int)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3221 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3222 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3223 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3224 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3225 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3226 <replace from="%TYPE" to="QStyleOptionHeader"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3227 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3228 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3229 <modify-function signature="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3230 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3231 <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3232 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3233 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3234 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3235 <object-type name="QIconEngine">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3236 <modify-function signature="paint(QPainter*,QRect,QIcon::Mode,QIcon::State)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3237 <modify-argument index="1" invalidate-after-use="yes"/>
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 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3240 <object-type name="QIconEngineV2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3241 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3242 <include file-name="qt.core.QSize" location="java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3243 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3244 <modify-function signature="read(QDataStream&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3245 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3246 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3247 <modify-function signature="write(QDataStream&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3248 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3249 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3250
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3251 <modify-function signature="virtual_hook(int,void*)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3252
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3253 <modify-function signature="clone()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3254 <remove class="java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3255 <!-- <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3256 <define-ownership class="shell" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3257 </modify-argument>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3258 </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
3259
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3260 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3261 <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
3262 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3263 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3264 <object-type name="QImageWriter">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3265 <modify-function signature="setDevice(QIODevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3266 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3267 <reference-count action="set" variable-name="__rcDevice"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3268 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3269 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3270 <modify-function signature="description()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3271 <modify-function signature="setDescription(QString)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3272 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3273 <object-type name="QInputContextFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3274 <object-type name="QIntValidator"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3275 <object-type name="QItemDelegate">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3276 <modify-function signature="doLayout(QStyleOptionViewItem,QRect*,QRect*,QRect*,bool)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3277 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3278 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3279
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3280 <modify-function signature="drawCheck(QPainter*,QStyleOptionViewItem,QRect,Qt::CheckState)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3281 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3282 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3283 <modify-function signature="drawDecoration(QPainter*,QStyleOptionViewItem,QRect,QPixmap)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3284 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3285 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3286 <modify-function signature="drawDisplay(QPainter*,QStyleOptionViewItem,QRect,QString)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3287 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3288 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3289 <modify-function signature="drawFocus(QPainter*,QStyleOptionViewItem,QRect)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3290 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3291 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3292
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3293
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3294 <modify-function signature="selected(QPixmap,QPalette,bool)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3295 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3296 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3297 <modify-function signature="setItemEditorFactory(QItemEditorFactory*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3298 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3299 <reference-count action="set" variable-name="__rcItemEditorFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3300 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3301 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3302 <modify-function signature="setEditorData(QWidget*,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3303 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3304 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3305 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3306 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3307 <modify-function signature="setModelData(QWidget*,QAbstractItemModel*,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3308 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3309 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3310 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3311 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3312
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3313 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3314 <object-type name="QItemEditorCreatorBase"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3315 <object-type name="QItemEditorFactory">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3316 <modify-function signature="registerEditor(QVariant::Type, QItemEditorCreatorBase *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3317 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3318 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3319 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3320 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3321 <modify-function signature="setDefaultFactory(QItemEditorFactory *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3322 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3323 <reference-count action="set" variable-name="__rcDefaultItemEditorFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3324 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3325 </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
3326
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3327 <modify-function signature="setDefaultFactory(QItemEditorFactory*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3328 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3329 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3330 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3331 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3332 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3333 <object-type name="QItemSelectionModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3334 <object-type name="QTreeModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3335 <object-type name="QListView"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3336 <object-type name="QColumnView">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3337 <modify-function signature="setPreviewWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3338 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3339 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3340 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3341 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3342 <modify-function signature="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3343 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3344 <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3345 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3346 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3347 <modify-function signature="setSelectionModel(QItemSelectionModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3348 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3349 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3350 <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemSelectionModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3351 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3352 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3353 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3354 <object-type name="QMainWindow">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3355 <modify-function signature="addDockWidget(Qt::DockWidgetArea,QDockWidget*,Qt::Orientation)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3356 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3357 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3358 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3359 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3360 <modify-function signature="addDockWidget(Qt::DockWidgetArea,QDockWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3361 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3362 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3363 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3364 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3365 <modify-function signature="addToolBar(QToolBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3366 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3367 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3368 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3369 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3370 <modify-function signature="addToolBar(Qt::ToolBarArea,QToolBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3371 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3372 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3373 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3374 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3375 <modify-function signature="insertToolBar(QToolBar*,QToolBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3376 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3377 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3378 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3379 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3380 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3381 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3382 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3383 <modify-function signature="insertToolBarBreak(QToolBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3384 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3385 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3386 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3387 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3388 <modify-function signature="removeDockWidget(QDockWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3389 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3390 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3391 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3392 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3393 <modify-function signature="removeToolBar(QToolBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3394 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3395 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3396 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3397 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3398 <modify-function signature="removeToolBarBreak(QToolBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3399 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3400 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3401 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3402 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3403 <modify-function signature="setCentralWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3404 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3405 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3406 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3407 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3408 <modify-function signature="setMenuBar(QMenuBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3409 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3410 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3411 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3412 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3413 <modify-function signature="setMenuWidget(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 <modify-function signature="setStatusBar(QStatusBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3419 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3420 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3421 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3422 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3423
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3424 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3425 <object-type name="QMdiArea">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3426 <modify-function signature="addSubWindow(QWidget*,QFlags&lt;Qt::WindowType&gt;)">
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3432 <modify-function signature="removeSubWindow(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3433 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3434 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3435 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3436 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3437
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3438 <modify-function signature="setActiveSubWindow(QMdiSubWindow*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3439 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3440 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3441 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3442 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3443
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3444 <modify-function signature="setupViewport(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3445 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3446 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3447 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3448 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3449
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3450 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3451 <object-type name="QMdiSubWindow">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3452 <modify-function signature="setSystemMenu(QMenu*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3453 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3454 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3455 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3456 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3457 <modify-function signature="setWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3458 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3459 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3460 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3461 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3462 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3463 <object-type name="QMenu">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3464 <modify-function signature="addAction(QAction *)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3465 <modify-function signature="addMenu(QMenu*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3466 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3467 <reference-count action="add" variable-name="__rcMenus"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3468 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3469 </modify-function>
130
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3470 <modify-function signature="addMenu(const QString &amp;)">
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3471 <modify-argument index="0">
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3472 <reference-count action="add" variable-name="__rcMenus"/>
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3473 </modify-argument>
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3474 </modify-function>
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3475 <modify-function signature="addMenu(const QIcon &amp;, const QString &amp;)">
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3476 <modify-argument index="0">
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3477 <reference-count action="add" variable-name="__rcMenus"/>
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3478 </modify-argument>
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3479 </modify-function>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3480 <modify-function signature="insertMenu(QAction*,QMenu*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3481 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3482 <reference-count action="add" variable-name="__rcMenus"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3483 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3484 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3485 <modify-function signature="insertSeparator(QAction*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3486 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3487 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3488 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3489 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3490 <modify-function signature="setActiveAction(QAction*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3491 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3492 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3493 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3494 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3495 <modify-function signature="setDefaultAction(QAction*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3496 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3497 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3498 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3499 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3500 <modify-function signature="setNoReplayFor(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3501 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3502 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3503 <modify-function signature="initStyleOption(QStyleOptionMenuItem*,const QAction*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3504 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3505 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3506
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3507 <modify-function signature="addAction(QString,const QObject*,const char*,QKeySequence)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3508 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3509 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3510
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3511 <modify-function signature="addAction(QIcon,QString,const QObject*,const char*,QKeySequence)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3512 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3513 </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
3514
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3515 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3516 <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
3517 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3518
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 name="gui.addAction">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3521 public final QAction addAction(%EXTRA String text, Object receiver, String method %END_EXTRA) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3522 QAction returned = addAction(%CALL_EXTRA text %END_CALL_EXTRA);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3523 %POST_CALL
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3524 returned.triggered.connect(receiver, method);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3525
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3526 return returned;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3527 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3528
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3529 public final QAction addAction(%EXTRA String text, qt.QSignalEmitter.AbstractSignal signal %END_EXTRA) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3530 QAction returned = addAction(%CALL_EXTRA text %END_CALL_EXTRA);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3531 %POST_CALL
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3532 returned.triggered.connect(signal);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3533 return returned;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3534 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3535 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3536
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3537 <template name="gui.addAction_with_shortcut">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3538 <insert-template name="gui.addAction">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3539 <replace from="%POST_CALL" to="returned.setShortcut(shortcut);"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3540 <replace from=" %END_EXTRA" to=", QKeySequence shortcut"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3541 <replace from=" %END_CALL_EXTRA" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3542 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3543
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3544 public final QAction addAction(%EXTRA String text, Object receiver, String method) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3545 return addAction(%CALL_EXTRA text, receiver, method, new QKeySequence(0));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3546 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3547
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3548 public final QAction addAction(%EXTRA String text, qt.QSignalEmitter.AbstractSignal signal) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3549 return addAction(%CALL_EXTRA text, signal, new QKeySequence(0));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3550 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3551 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3552
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3553 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3554 <insert-template name="gui.addAction_with_shortcut">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3555 <replace from="%EXTRA " to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3556 <replace from="%CALL_EXTRA " to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3557 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3558 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3559
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3560 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3561 <insert-template name="gui.addAction_with_shortcut">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3562 <replace from="%EXTRA" to="QIcon icon,"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3563 <replace from="%CALL_EXTRA" to="icon,"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3564 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3565 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3566 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3567
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3568 <object-type name="QMenuBar">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3569 <modify-function signature="addAction(QAction *)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3570 <modify-function signature="addAction(QString,const QObject*,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3571 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3572 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3573
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3574 <modify-function signature="addMenu(QMenu*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3575 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3576 <reference-count action="add" variable-name="__rcMenus"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3577 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3578 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3579 <modify-function signature="insertMenu(QAction*,QMenu*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3580 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3581 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3582 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3583 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3584 <reference-count action="add" variable-name="__rcMenus"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3585 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3586 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3587 <modify-function signature="insertSeparator(QAction*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3588 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3589 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3590 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3591 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3592 <modify-function signature="setActiveAction(QAction*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3593 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3594 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3595 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3596 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3597 <modify-function signature="setCornerWidget(QWidget*,Qt::Corner) ">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3598 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3599 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3600 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3601 </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
3602
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3603 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3604 <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
3605 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3606 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3607 <insert-template name="gui.addAction">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3608 <replace from="%POST_CALL" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3609 <replace from=" %END_EXTRA" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3610 <replace from=" %END_CALL_EXTRA" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3611 <replace from="%EXTRA " to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3612 <replace from="%CALL_EXTRA " to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3613 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3614 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3615
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3616
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3617 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3618 <object-type name="QMotifStyle">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3619 <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
3620 <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
3621 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3622 <object-type name="QPainterPathStroker"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3623
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3624 <object-type name="QPictureIO">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3625 <modify-function signature="QPictureIO(QIODevice*,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-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3628 <reference-count action="set" variable-name="__rcDevice"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3629 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3630 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3631
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3632 <modify-function signature="setIODevice(QIODevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3633 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3634 <reference-count action="set" variable-name="__rcDevice"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3635 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3636 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3637
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3638 <modify-function signature="QPictureIO(QString,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3639 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3640 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3641
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3642 <modify-function signature="format()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3643 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3644 <rename to="format_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3645 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3646
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3647 <modify-function signature="parameters()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3648 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3649 <rename to="parameters_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3650 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3651
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3652 <modify-function signature="setFormat(const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3653 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3654 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3655
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3656 <modify-function signature="setParameters(const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3657 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3658 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3659
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
3660
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3661 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3662
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3663 public this(QIODevice ioDevice, string format) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3664 this(ioDevice, toStringz(format));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3665 }
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
3666
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3667 public this(string fileName, string format) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3668 this(fileName, toStringz(format));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3669 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3670
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3671 <insert-template name="core.return_string_instead_of_char*">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3672 <replace from="%FUNCTION_NAME" to="format"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3673 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3674 <insert-template name="core.return_string_instead_of_char*">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3675 <replace from="%FUNCTION_NAME" to="parameters"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3676 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3677 <insert-template name="core.call_with_string_instead_of_char*">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3678 <replace from="%FUNCTION_NAME" to="setFormat"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3679 <replace from="%ARG_NAME" to="format"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3680 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3681 <insert-template name="core.call_with_string_instead_of_char*">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3682 <replace from="%FUNCTION_NAME" to="setParameters"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3683 <replace from="%ARG_NAME" to="parameters"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3684 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3685 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3686 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3687
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3688 <object-type name="QPixmapCache">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3689 <modify-function signature="find(QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3690 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3691 </modify-function>
324
Eldar Insafutdinov <e.insafutdinov@gmail.com>
parents: 323
diff changeset
3692 <modify-function signature="find(QString,QPixmap&amp;)">
Eldar Insafutdinov <e.insafutdinov@gmail.com>
parents: 323
diff changeset
3693 <remove/>
Eldar Insafutdinov <e.insafutdinov@gmail.com>
parents: 323
diff changeset
3694 </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
3695
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3696 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3697 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3698 <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
3699 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3700 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3701 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3702 <object-type name="QPlastiqueStyle">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3703 <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
3704 <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
3705 <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
3706 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3707 <object-type name="QPrintDialog">
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
3708 <!-- <modify-function signature="accepted(QPrinter *)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3709 <rename to="accepted_printer"/>
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
3710 </modify-function> -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3711 <modify-function signature="accepted()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3712 <modify-function signature="open(QObject *, const char *)" remove="all"/> <!-- # TODO -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3713
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
3714 </object-type>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3715 <object-type name="QPrintEngine"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3716 <object-type name="QProgressBar">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3717 <!-- <modify-function signature="initStyleOption(QStyleOptionProgressBar*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3718 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3719 </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
3720
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3721 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3722 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3723 <replace from="%TYPE" to="QStyleOptionProgressBar"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3724 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3725 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3726 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3727 <object-type name="QPushButton">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3728 <!-- <modify-function signature="initStyleOption(QStyleOptionButton*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3729 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3730 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3731 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3732 <!-- <modify-function signature="setDefault(bool)" rename="default_"/> // properties_d -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3733
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3734
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3735 <modify-function signature="setMenu(QMenu*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3736 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3737 <reference-count action="set" variable-name="__rcMenu"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3738 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3739 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3740 <!--
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 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3743 <replace from="%TYPE" to="QStyleOptionButton"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3744 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3745 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3746 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3747 <object-type name="QRegExpValidator"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3748 <object-type name="QScrollArea">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3749 <modify-function signature="setWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3750 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3751 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3752 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3753 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3754 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3755 <object-type name="QSessionManager"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3756 <object-type name="QShortcut">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3757 <modify-function signature="QShortcut(QKeySequence,QWidget*,const char*,const char*,Qt::ShortcutContext)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3758 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3759 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3760 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3761 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3762 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3763 <remove-default-expression/>
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-argument index="5">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3766 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3767 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3768 </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
3769
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3770 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3771 <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
3772 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3773
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3774 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3775 <object-type name="QSizeGrip"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3776 <object-type name="QSound"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3777 <object-type name="QSpacerItem">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3778 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3779 <object-type name="QStandardItem">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3780 <modify-function signature="operator=(QStandardItem)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3781 <modify-function signature="operator&lt;(QStandardItem)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3782 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3783 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3784 <modify-function signature="read(QDataStream&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3785 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3786 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3787 <modify-function signature="write(QDataStream&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3788 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3789 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3790
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
3791
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3792 <modify-function signature="appendColumn(const QList&lt;QStandardItem *&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3793 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3794 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3795 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3796 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3797 <modify-function signature="appendRow(const QList&lt;QStandardItem *&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3798 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3799 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3800 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3801 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3802 <modify-function signature="appendRow(QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3803 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3804 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3805 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3806 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3807 <modify-function signature="insertColumn(int, const QList&lt;QStandardItem *&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3808 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3809 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3810 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3811 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3812 <modify-function signature="insertRow(int, const QList&lt;QStandardItem *&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3813 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3814 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3815 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3816 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3817 <modify-function signature="insertRow(int, QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3818 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3819 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3820 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3821 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3822 <modify-function signature="setChild(int,int,QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3823 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3824 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3825 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3826 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3827 <modify-function signature="setChild(int,QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3828 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3829 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3830 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3831 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3832 <modify-function signature="takeChild(int,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3833 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3834 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3835 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3836 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3837 <modify-function signature="takeColumn(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3838 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3839 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3840 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3841 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3842 <modify-function signature="takeRow(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3843 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3844 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3845 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3846 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3847 <modify-function signature="clone()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3848 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3849 <define-ownership class="shell" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3850 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3851 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3852 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3853 <object-type name="QStatusBar">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3854 <modify-function signature="addPermanentWidget(QWidget *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3855 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3856 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3857 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3858 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3859 <modify-function signature="addWidget(QWidget *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3860 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3861 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3862 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3863 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3864 <modify-function signature="removeWidget(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3865 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3866 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3867 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3868 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3869 <modify-function signature="insertPermanentWidget(int, QWidget *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3870 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3871 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3872 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3873 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3874 <modify-function signature="insertWidget(int, QWidget *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3875 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3876 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3877 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3878 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3879 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3880 <object-type name="QStringListModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3881 <object-type name="QStyleFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3882 <object-type name="QStyleHintReturn">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3883 <modify-field name="version">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3884 <rename to="version_"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3885 </modify-field>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3886 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3887 <object-type name="QStyleHintReturnVariant"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3888 <object-type name="QStyleHintReturnMask"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3889 <object-type name="QStylePainter" delete-in-main-thread="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3890 <object-type name="QSyntaxHighlighter">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3891 <modify-function signature="setCurrentBlockUserData(QTextBlockUserData*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3892 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3893 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3894 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3895 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3896 <modify-function signature="setDocument(QTextDocument*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3897 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3898 <reference-count action="set" variable-name="__rcDocument"/>
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 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3903 <object-type name="QSystemTrayIcon">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3904 <modify-function signature="setContextMenu(QMenu*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3905 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3906 <reference-count action="set" variable-name="__rcContextMenu"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3907 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3908 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3909 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3910 <object-type name="QTableView">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3911 <modify-function signature="setHorizontalHeader(QHeaderView*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3912 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3913 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3914 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3915 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3916 <modify-function signature="setVerticalHeader(QHeaderView*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3917 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3918 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3919 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3920 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3921 <modify-function signature="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3922 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3923 <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3924 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3925 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3926 <modify-function signature="setSelectionModel(QItemSelectionModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3927 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3928 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3929 <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemSelectionModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3930 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3931 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3932
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3933 <modify-function signature="sortByColumn(int)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3934 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3935 <object-type name="QTextBlockGroup" delete-in-main-thread="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3936 <object-type name="QTextBlockUserData" delete-in-main-thread="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3937 <object-type name="QTextItem" delete-in-main-thread="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3938 <object-type name="QTextList" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3939 <modify-function signature="format()const" rename="textListFormat"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3940
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3941 <modify-function signature="isEmpty()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3942 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3943 <object-type name="QTextObject" delete-in-main-thread="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3944 <object-type name="QTextObjectInterface" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3945 <modify-function signature="drawObject(QPainter*,QRectF,QTextDocument*,int,QTextFormat)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3946 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3947 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3948 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3949 <object-type name="QTimeEdit"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3950 <object-type name="QToolBox">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3951 <modify-function signature="addItem(QWidget*,QString)">
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="ignore"/>
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="addItem(QWidget*,QIcon,QString)">
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="ignore"/>
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 <modify-function signature="insertItem(int,QWidget*,QIcon,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3962 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3963 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3964 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3965 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3966 <modify-function signature="insertItem(int,QWidget*,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3967 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3968 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3969 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3970 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3971 <modify-function signature="setCurrentWidget(QWidget*) ">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3972 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3973 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3974 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3975 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3976 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3977 <object-type name="QToolButton">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3978 <!-- <modify-function signature="initStyleOption(QStyleOptionToolButton*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3979 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3980 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3981 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3982 <modify-function signature="setDefaultAction(QAction *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3983 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3984 <reference-count action="set" variable-name="__rcDefaultAction"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3985 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3986 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3987 <modify-function signature="setMenu(QMenu *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3988 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3989 <reference-count action="set" variable-name="__rcMenu"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3990 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3991 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3992 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3993 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3994 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3995 <replace from="%TYPE" to="QStyleOptionToolButton"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3996 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3997 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3998 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3999 <object-type name="QToolTip"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4000 <object-type name="QTreeView">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4001
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4002 <modify-function signature="drawBranches(QPainter*,QRect,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4003 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4004 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4005 <modify-function signature="drawRow(QPainter*,QStyleOptionViewItem,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4006 <modify-argument index="1" invalidate-after-use="yes"/>
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4009 <modify-function signature="setHeader(QHeaderView*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4010 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4011 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4012 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4013 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4014 <modify-function signature="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4015 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4016 <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4017 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4018 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4019 <modify-function signature="setSelectionModel(QItemSelectionModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4020 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4021 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4022 <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemSelectionModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4023 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4024 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4025
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4026 <modify-function signature="sortByColumn(int)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4027 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4028 <object-type name="QUndoCommand">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4029 <modify-function signature="mergeWith(const QUndoCommand*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4030 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4031 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4032 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4033 <object-type name="QUndoGroup">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4034 <modify-function signature="addStack(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="add" variable-name="__rcStacks"/>
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="removeStack(QUndoStack*)">
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="remove" variable-name="__rcStacks"/>
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="setActiveStack(QUndoStack*)">
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="ignore"/>
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4051 <object-type name="QUndoStack">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4052 <modify-function signature="push(QUndoCommand *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4053 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4054 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4055 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4056 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4057 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4058
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4059 <object-type name="QUndoView">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4060 <modify-function signature="setGroup(QUndoGroup *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4061 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4062 <reference-count action="set" variable-name="__rcGroupOrStack"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4063 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4064 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4065 <modify-function signature="setStack(QUndoStack *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4066 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4067 <reference-count action="set" variable-name="__rcGroupOrStack"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4068 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4069 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4070 <modify-function signature="QUndoView(QUndoGroup *,QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4071 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4072 <reference-count action="set" variable-name="__rcGroupOrStack"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4073 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4074 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4075 <modify-function signature="QUndoView(QUndoStack *,QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4076 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4077 <reference-count action="set" variable-name="__rcGroupOrStack"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4078 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4079 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4080 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4081 <object-type name="QVBoxLayout"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4082 <object-type name="QValidator">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4083 <!-- <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4084 <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
4085 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4086
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4087
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4088 <modify-function signature="fixup(QString&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4089 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4090 <replace-type modified-type="java.lang.String"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4091 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4092 jobject %out = (jobject) qtjambi_from_qstring(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4093 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4094 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4095 QString %out = qtjambi_to_qstring(__jni_env, (jstring) %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4096 QString *__qt_converted = &amp;%out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4097 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4098 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4099
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4100 <modify-argument index="0">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4101 <replace-type modified-type="java.lang.String"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4102 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4103 jobject %out = (jobject) qtjambi_from_qstring(__jni_env, *__qt_converted);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4104 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4105 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4106 %1 = qtjambi_to_qstring(__jni_env, (jstring) %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4107 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4108 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4109 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4110
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4111 <modify-function signature="validate(QString&amp;,int&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4112 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4113 <replace-type modified-type="qt.gui.QValidator$QValidationData"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4114 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4115 <insert-template name="gui.convert_validationdata_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4116 <replace from="%STRING" to="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4117 <replace from="%POS" to="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4118 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4119 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4120 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4121 <insert-template name="gui.convert_validationdata_to_string"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4122 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4123 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4124
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4125 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4126 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4127 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4128 // nothing needed
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4129 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4130 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4131 <insert-template name="gui.convert_validationdata_to_pos">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4132 <replace from="%VALIDATIONDATA" to="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4133 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4134 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4135 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4136
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4137 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4138 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4139 <insert-template name="gui.cleanup_validationdata_from_java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4140 jint %out = %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4141 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4142 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4143 <insert-template name="gui.cleanup_validationdata_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4144 <replace from="%STRING" to="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4145 <replace from="%POS" to="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4146 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4147 QValidator::State %out = (QValidator::State) qtjambi_to_enumerator(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4148 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4149 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4150 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4151 -->
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 <object-type name="QWhatsThis"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4154 <object-type name="QWidgetAction">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4155 <modify-function signature="createWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4156 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4157 <define-ownership class="shell" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4158 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4159 </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
4160
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4161 <modify-function signature="setDefaultWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4162 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4163 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4164 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4165 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4166 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4167 <object-type name="QWidgetItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4168 <object-type name="QWindowsStyle">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4169 <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
4170 <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
4171 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4172 <object-type name="QWorkspace">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4173 <modify-function signature="addWindow(QWidget*,QFlags&lt;Qt::WindowType&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4174 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4175 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4176 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4177 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4178 <modify-function signature="setActiveWindow(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4179 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4180 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4181 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4182 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4183 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4184
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4185 <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
4186 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4187 <include file-name="qt.core.QObject" location="java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4188 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4189 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4190 <object-type name="QClipboardEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Clipboard"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4191 <object-type name="QCloseEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Close"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4192 <object-type name="QContextMenuEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::ContextMenu"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4193 <object-type name="QDragEnterEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::DragEnter"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4194 <object-type name="QDragLeaveEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::DragLeave"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4195 <object-type name="QDragMoveEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::DragMove">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4196 <modify-function signature="accept()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4197 <modify-function signature="ignore()" remove="all"/>
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="QDropEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Drop">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4200 <modify-function signature="encodedData(const char*)const">
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4204 <modify-function signature="format(int)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4205 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4206 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4207
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4208 <modify-function signature="provides(const char*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4209 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4210 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4211 <modify-field name="fmts" read="false" write="false"/> <!-- obsolete in Qt4 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4212
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4213 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4214 <object-type name="QFileOpenEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::FileOpen"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4215 <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
4216 <modify-function signature="reason()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4217 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4218 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4219 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4220
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4221 <object-type name="QGraphicsSceneContextMenuEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::GraphicsSceneContextMenu"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4222 <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
4223 <modify-function signature="setMimeData(const QMimeData *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4224 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4225 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4226 <modify-function signature="setSource(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4227 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4228 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4229 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4230 <object-type name="QGraphicsSceneEvent">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4231 <modify-function signature="setWidget(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4232 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4233 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4234 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4235 <object-type name="QGraphicsSceneMoveEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::GraphicsSceneMove"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4236 <object-type name="QGraphicsSceneResizeEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::GraphicsSceneResize"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4237 <object-type name="QGraphicsSceneHelpEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::GraphicsSceneHelp"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4238 <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
4239 <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
4240 <object-type name="QGraphicsSceneWheelEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::GraphicsSceneWheel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4241 <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
4242 <object-type name="QHideEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Hide"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4243 <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
4244 <object-type name="QIconDragEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::IconDrag"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4245 <object-type name="QInputMethodEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::InputMethod"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4246 <object-type name="QMoveEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Move"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4247 <object-type name="QResizeEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Resize"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4248 <object-type name="QShortcutEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Shortcut">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4249 <!-- All these have const overloads that are used instead -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4250 <modify-function signature="isAmbiguous()">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4251 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4252 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4253 <modify-function signature="shortcutId()">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4254 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4255 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4256 <modify-function signature="key()">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4257 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4258 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4259 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4260 <object-type name="QShowEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Show"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4261 <object-type name="QStatusTipEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::StatusTip"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4262 <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
4263 <object-type name="QToolBarChangeEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::ToolBarChange"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4264 <object-type name="QWhatsThisClickedEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::WhatsThisClicked"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4265 <object-type name="QWheelEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Wheel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4266 <object-type name="QWindowStateChangeEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::WindowStateChange"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4267 <object-type name="QDragResponseEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::DragResponse"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4268 <object-type name="QInputEvent">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4269 <modify-function signature="modifiers()const" access="non-final"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4270 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4271 <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
4272 <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
4273 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4274 <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
4275 <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
4276 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4277 <object-type name="QPaintEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Paint"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4278 <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
4279
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4280 <object-type name="QAbstractButton">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4281 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4282 <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
4283 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4284
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4285 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4286
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4287 <object-type name="QStyle">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4288 <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
4289 <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
4290
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4291 <modify-function signature="drawComplexControl(QStyle::ComplexControl,const QStyleOptionComplex*,QPainter*,const QWidget*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4292 <modify-argument index="3" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4293 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4294 <modify-function signature="drawControl(QStyle::ControlElement,const QStyleOption*,QPainter*,const QWidget*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4295 <modify-argument index="3" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4296 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4297 <modify-function signature="drawPrimitive(QStyle::PrimitiveElement,const QStyleOption*,QPainter*,const QWidget*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4298 <modify-argument index="3" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4299 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4300 <modify-function signature="styleHint(QStyle::StyleHint,const QStyleOption*,const QWidget*,QStyleHintReturn*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4301 <modify-argument index="4" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4302 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4303 <modify-function signature="drawItemPixmap(QPainter*,QRect,int,QPixmap)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4304 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4305 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4306 <modify-function signature="drawItemText(QPainter*,QRect,int,QPalette,bool,QString,QPalette::ColorRole)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4307 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4308 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4309
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
4310
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4311 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4312 <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
4313 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4314 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4315 <modify-function signature="drawControl(QStyle::ControlElement, const QStyleOption *, QPainter *, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4316 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4317 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4318 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4319 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4320 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4321 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4322 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4323 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4324 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4325 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4326
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4327 <modify-function signature="drawComplexControl(QStyle::ComplexControl, const QStyleOptionComplex *, QPainter *, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4328 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4329 <replace-type modified-type="qt.gui.QStyleOptionComplex"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4330 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4331 <insert-template name="gui::qstyleoptioncomplex_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4332 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4333 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4334 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4335 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4336 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4337 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4338
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4339 <modify-function signature="drawPrimitive(QStyle::PrimitiveElement, const QStyleOption *, QPainter *, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4340 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4341 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4342 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4343 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4344 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4345 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4346 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4347 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4348 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4349 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4350
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4351 <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
4352 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4353 <replace-type modified-type="qt.gui.QStyleOptionComplex"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4354 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4355 <insert-template name="gui::qstyleoptioncomplex_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4356 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4357 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4358 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4359 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4360 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4361 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4362
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4363 <modify-function signature="pixelMetric(QStyle::PixelMetric, const QStyleOption *, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4364 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4365 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4366 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4367 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4368 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4369 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4370 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4371 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4372 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4373 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4374
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4375 <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
4376 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4377 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4378 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4379 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4380 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4381 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4382 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4383 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4384 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4385 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4386
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4387 <modify-function signature="standardIcon(QStyle::StandardPixmap, const QStyleOption *, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4388 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4389 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4390 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4391 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4392 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4393 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4394 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4395 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4396 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4397 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4398
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4399 <modify-function signature="standardPixmap(QStyle::StandardPixmap, const QStyleOption *, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4400 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4401 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4402 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4403 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4404 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4405 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4406 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4407 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4408 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4409 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4410
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4411 <modify-function signature="styleHint(QStyle::StyleHint, const QStyleOption *, const QWidget *, QStyleHintReturn *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4412 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4413 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4414 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4415 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4416 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4417 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4418 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4419 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4420 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4421 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4422
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4423 <modify-function signature="subControlRect(QStyle::ComplexControl, const QStyleOptionComplex *, QStyle::SubControl, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4424 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4425 <replace-type modified-type="qt.gui.QStyleOptionComplex"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4426 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4427 <insert-template name="gui::qstyleoptioncomplex_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4428 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4429 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4430 QStyleOptionComplex *%out = (QStyleOptionComplex *) qtjambi_to_object(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4431 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4432 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4433 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4434
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4435 <modify-function signature="subElementRect(QStyle::SubElement, const QStyleOption *, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4436 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4437 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4438 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4439 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4440 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4441 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4442 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4443 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4444 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4445 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4446
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4447 <modify-function signature="generatedIconPixmap(QIcon::Mode,QPixmap,const QStyleOption*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4448 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4449 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4450 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4451 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4452 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4453 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4454 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4455 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4456 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4457 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4458
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4459 <modify-function signature="polish(QPalette&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4460 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4461 <replace-type modified-type="qt.gui.QPalette"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4462 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4463 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
4464 jobject __invalidate_me = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4465 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4466 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4467 QtJambiLink *link = QtJambiLink::findLink(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4468 Q_ASSERT(link != 0);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4469
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4470 QPalette dummy;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4471 QPalette &amp;%out = link != 0 ? * (QPalette *) link-&gt;pointer() : dummy;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4472 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4473 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4474 <modify-argument index="0">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4475 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4476 if (__invalidate_me != 0)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4477 qtjambi_invalidate_object(__jni_env, __invalidate_me);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4478 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4479 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4480 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4481
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4482 <modify-function signature="standardIconImplementation(QStyle::StandardPixmap,const QStyleOption*,const QWidget*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4483 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4484 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4485 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4486 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4487 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4488 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4489 <insert-template name="gui::qstyleoption_to_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 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4492 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4493 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4494 <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
4495 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4496 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4497 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4498 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4499 <modify-argument index="5">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4500 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4501 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4502 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4503
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4504
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4505 <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
4506 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4507 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4508 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4509 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4510 <modify-argument index="5">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4511 <remove-default-expression/>
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4515 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4516 <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
4517 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4518 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4519 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4520 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4521 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4522 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4523 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4524 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4525 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4526 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4527 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4528
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4529
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4530 <inject-code class="shell-declaration"> <!-- Remove in Qt 5 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4531 QPixmap standardPixmap(QStyle::StandardPixmap, const QStyleOption*, const QWidget*) const { return QPixmap(); }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4532 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4533
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4534 <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
4535 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4536
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4537 <object-type name="QColorDialog">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4538 <modify-function signature="open(QObject *, const char *)" remove="all"/> <!-- # TODO -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4539
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4540 <modify-function signature="getColor(const QColor &amp;, QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4541 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4542 <replace-default-expression with="QColor.White"/>
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 <modify-function signature="getRgba(uint,bool*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4546 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4547 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4548 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4549
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4550 <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
4551
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4552 <modify-function signature="addItem(QLayoutItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4553 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4554 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4555
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4556 <modify-function signature="setSpacing(int)" rename="setWidgetSpacing"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4557 <modify-function signature="spacing()const" rename="widgetSpacing"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4558 <modify-function signature="addWidget(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4559 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4560 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4561 <reference-count variable-name="__rcWidgets" action="add"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4562 </modify-argument>
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 <modify-function signature="addChildWidget(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4565 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4566 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4567 <reference-count variable-name="__rcWidgets" action="add"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4568 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4569 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4570 <modify-function signature="removeWidget(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4571 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4572 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4573 <reference-count variable-name="__rcWidgets" action="remove"/>
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4577 <modify-function signature="setAlignment(QWidget*,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4578 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4579 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4580 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4581 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4582 <modify-function signature="setAlignment(QLayout*,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4583 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4584 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4585 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4586 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4587 <modify-function signature="setMenuBar(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4588 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4589 <reference-count action="set" variable-name="__rcMenuBar"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4590 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4591 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4592 <modify-function signature="getContentsMargins(int*,int*,int*,int*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4593 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4594 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4595
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4596 <modify-function signature="margin()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4597 <!-- <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
4598
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4599 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4600 <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
4601 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4602 <modify-function signature="addItem(QLayoutItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4603 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4604 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4605 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4606 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4607 <modify-function signature="removeItem(QLayoutItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4608 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4609 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4610 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4611 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4612 <modify-function signature="addChildLayout(QLayout *)">
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 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4615 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4616 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4617 <modify-function signature="addChildLayout(QLayout *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4618 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4619 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4620 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4621 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4622 <modify-function signature="itemAt(int) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4623 <!-- <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4624 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4625 </modify-argument>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4626 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4627
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4628
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4629 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4630
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4631 <object-type name="QStackedLayout">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4632 <modify-function signature="addItem(QLayoutItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4633 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4634 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4635 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4636 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4637 <modify-function signature="itemAt(int) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4638 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4639 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4640 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4641 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4642 <modify-function signature="addWidget(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4643 <rename to="addStackedWidget"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4644 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4645 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4646 <reference-count action="add" declare-variable="QLayout" variable-name="__rcWidgets"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4647 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4648 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4649 <modify-function signature="insertWidget(int,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4650 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4651 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4652 <reference-count action="add" declare-variable="QLayout" variable-name="__rcWidgets"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4653 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4654 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4655 <modify-function signature="setCurrentWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4656 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4657 <!-- Safe to ignore because current widget must have been added to layout already -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4658 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4659 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4660 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4661 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4662
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4663 <object-type name="QBoxLayout">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4664 <modify-function signature="addWidget(QWidget *, int, QFlags&lt;Qt::AlignmentFlag&gt;)">
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 <no-null-pointer/>
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="addItem(QLayoutItem *)">
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 <define-ownership class="java" owner="c++"/>
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="insertLayout(int, QLayout *, int)">
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 <define-ownership class="java" owner="c++"/>
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="insertItem(int, QLayoutItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4680 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4681 <define-ownership class="java" owner="c++"/>
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="addSpacerItem(QSpacerItem*)">
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 <define-ownership class="java" owner="c++"/>
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 <modify-function signature="insertSpacerItem(int,QSpacerItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4690 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4691 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4692 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4693 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4694
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4695 <modify-function signature="addLayout(QLayout *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4696 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4697 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4698 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4699 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4700 <modify-function signature="addWidget(QWidget*,int,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4701 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4702 <reference-count declare-variable="QLayout" action="add" variable-name="__rcWidgets"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4703 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4704 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4705 <modify-function signature="insertWidget(int,QWidget*,int,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4706 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4707 <reference-count declare-variable="QLayout" action="add" variable-name="__rcWidgets"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4708 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4709 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4710 <modify-function signature="setStretchFactor(QWidget*,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4711 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4712 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4713 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4714 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4715 <modify-function signature="setStretchFactor(QLayout*,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4716 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4717 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4718 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4719 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4720 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4721
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4722 <object-type name="QGridLayout">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4723 <modify-function signature="addWidget(QWidget *)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4724 <modify-function signature="addItem(QLayoutItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4725 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4726 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4727 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4728 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4729 <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
4730 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4731 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4732 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4733 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4734 <modify-function signature="addLayout(QLayout *, int, int, QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4735 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4736 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4737 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4738 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4739 <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
4740 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4741 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4742 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4743 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4744 <modify-function signature="addWidget(QWidget*,int,int,QFlags&lt;Qt::AlignmentFlag&gt;)">
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 <reference-count declare-variable="QLayout" action="add" variable-name="__rcWidgets"/>
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="addWidget(QWidget*,int,int,int,int,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4750 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4751 <reference-count declare-variable="QLayout" action="add" variable-name="__rcWidgets"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4752 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4753 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4754 <modify-function signature="addWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4755 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4756 <reference-count declare-variable="QLayout" action="add" variable-name="__rcWidgets"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4757 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4758 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4759 <modify-function signature="getItemPosition(int,int*,int*,int*,int*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4760 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4761 </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
4762
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4763 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4764 <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
4765 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4766
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4767
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4768 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4769
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4770 <object-type name="QGraphicsView">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4771 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4772 <include file-name="QPainterPath" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4773 <include file-name="QVarLengthArray" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4774 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4775 <modify-function signature="fitInView(const QGraphicsItem *, Qt::AspectRatioMode)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4776 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4777 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4778 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4779 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4780 <modify-function signature="setupViewport(QWidget *)" access="non-final"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4781 <modify-function signature="setScene(QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4782 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4783 <reference-count action="set" variable-name="__rcScene"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4784 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4785 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4786 <modify-function signature="setupViewport(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4787 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4788 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4789 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4790 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4791
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4792 <modify-function signature="drawBackground(QPainter*,QRectF)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4793 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4794 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4795 <modify-function signature="drawForeground(QPainter*,QRectF)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4796 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4797 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4798 <modify-function signature="drawItems(QPainter*,int,QGraphicsItem**,const QStyleOptionGraphicsItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4799 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4800 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4801
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4802 <modify-function signature="drawItems(QPainter*,int,QGraphicsItem**,const QStyleOptionGraphicsItem*)" remove="all" />
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4803
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4804 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4805 <modify-function signature="drawItems(QPainter*,int,QGraphicsItem**,const QStyleOptionGraphicsItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4806 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4807 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4808 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4809 // nothing
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4810 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4811 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4812 <insert-template name="core.get_array_length">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4813 <replace from="%ARRAY" to="%3"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4814 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4815 int __length = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4816 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4817 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4818
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4819 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4820 <replace-type modified-type="qt.gui.QGraphicsItemInterface[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4821 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4822 <insert-template name="gui.convert_graphicsitem_array_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4823 <replace from="%LENGTH" to="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4824 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4825 jobjectArray graphicsItemArrayHolder = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4826 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4827 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4828 <insert-template name="gui.convert_graphicsitem_array_from_java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4829 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4830 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4831
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4832 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4833 <replace-type modified-type="qt.gui.QStyleOptionGraphicsItem[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4834 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4835 <insert-template name="gui.convert_styleoptiongraphicsitem_array_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4836 <replace from="%LENGTH" to="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4837 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4838 jobjectArray styleOptionArrayHolder = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4839 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4840 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4841 <insert-template name="gui.convert_styleoptiongraphicsitem_array_from_java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4842 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4843 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4844
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4845 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4846 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4847 qtjambi_invalidate_array(__jni_env, styleOptionArrayHolder);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4848 qtjambi_invalidate_array(__jni_env, graphicsItemArrayHolder);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4849 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4850 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4851
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4852 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4853 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4854 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4855
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4856 <object-type name="QInputDialog">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4857 <modify-function signature="open(QObject *, const char *)" remove="all"/> <!-- # TODO -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4858
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4859 <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
4860 <rename to="getDouble_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4861 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4862 </modify-function>
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="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
4865 <remove/>
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4868 <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
4869 <rename to="getInt_private" />
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4870 <access modifier="private" />
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4871 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4872
309
8a0cf14e3419 wrong merge
eldar_ins@eldar-laptop
parents: 308
diff changeset
4873 <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
4874 <rename to="getItem_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4875 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4876 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4877
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4878 <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
4879 <rename to="getText_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4880 <access modifier="private"/>
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 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4883 <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
4884 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4885
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4886 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4887
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4888
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4889 <object-type name="QGraphicsScene">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4890 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4891 <include file-name="QVarLengthArray" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4892 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4893 <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
4894 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4895 <modify-function signature="contextMenuEvent(QGraphicsSceneContextMenuEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4896 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4897 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4898 <modify-function signature="dragEnterEvent(QGraphicsSceneDragDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4899 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4900 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4901 <modify-function signature="dragLeaveEvent(QGraphicsSceneDragDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4902 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4903 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4904 <modify-function signature="dragMoveEvent(QGraphicsSceneDragDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4905 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4906 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4907 <modify-function signature="drawBackground(QPainter*,QRectF)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4908 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4909 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4910 <modify-function signature="drawForeground(QPainter*,QRectF)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4911 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4912 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4913 <modify-function signature="drawItems(QPainter*,int,QGraphicsItem**,const QStyleOptionGraphicsItem*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4914 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4915 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4916 <modify-function signature="dropEvent(QGraphicsSceneDragDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4917 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4918 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4919 <modify-function signature="focusInEvent(QFocusEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4920 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4921 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4922 <modify-function signature="focusOutEvent(QFocusEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4923 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4924 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4925 <modify-function signature="helpEvent(QGraphicsSceneHelpEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4926 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4927 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4928 <modify-function signature="inputMethodEvent(QInputMethodEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4929 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4930 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4931 <modify-function signature="keyPressEvent(QKeyEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4932 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4933 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4934 <modify-function signature="keyReleaseEvent(QKeyEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4935 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4936 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4937 <modify-function signature="mouseDoubleClickEvent(QGraphicsSceneMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4938 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4939 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4940 <modify-function signature="mouseMoveEvent(QGraphicsSceneMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4941 <modify-argument index="1" invalidate-after-use="yes"/>
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="mousePressEvent(QGraphicsSceneMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4944 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4945 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4946 <modify-function signature="mouseReleaseEvent(QGraphicsSceneMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4947 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4948 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4949 <modify-function signature="wheelEvent(QGraphicsSceneWheelEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4950 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4951 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4952
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4953 <modify-function signature="setActiveWindow(QGraphicsWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4954 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4955 <reference-count action="ignore"/>
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="setStyle(QStyle*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4959 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4960 <reference-count action="ignore"/>
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4964 <modify-function signature="addItem(QGraphicsItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4965 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4966 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4967 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4968 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4969 <modify-function signature="addEllipse(const QRectF &amp;, const QPen &amp;, const QBrush &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4970 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4971 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4972 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4973 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4974 <modify-function signature="addLine(const QLineF &amp;, const QPen &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4975 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4976 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4977 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4978 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4979 <modify-function signature="addPath(const QPainterPath &amp;, const QPen &amp;, const QBrush &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4980 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4981 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4982 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4983 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4984 <modify-function signature="addPixmap(const QPixmap &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4985 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4986 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4987 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4988 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4989 <modify-function signature="addPolygon(const QPolygonF &amp;, const QPen &amp;, const QBrush &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4990 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4991 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4992 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4993 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4994 <modify-function signature="addRect(const QRectF &amp;, const QPen &amp;, const QBrush &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4995 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4996 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4997 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4998 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4999 <modify-function signature="addText(const QString &amp;, const QFont &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5000 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5001 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5002 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5003 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5004 <modify-function signature="addWidget(QWidget*,QFlags&lt;Qt::WindowType&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5005 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5006 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5007 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5008 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5009 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5010 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5011 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5012 <modify-function signature="removeItem(QGraphicsItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5013 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5014 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5015 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5016 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5017 <modify-function signature="setFocusItem(QGraphicsItem*,Qt::FocusReason)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5018 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5019 <reference-count action="set" variable-name="__rcFocusItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5020 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5021 </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
5022
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5023 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5024 <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
5025 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5026
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5027 <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
5028 <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
5029 <modify-function signature="addLine(const QLineF &amp;, const QPen &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5030 <modify-function signature="addLine(double, double, double, double, const QPen &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5031 <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
5032 <modify-function signature="addPixmap(const QPixmap &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5033 <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
5034 <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
5035 <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
5036 <modify-function signature="addSimpleText(const QString &amp;, const QFont &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5037 <modify-function signature="addText(const QString &amp;, const QFont &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5038
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5039 <modify-function signature="drawItems(QPainter*,int,QGraphicsItem**,const QStyleOptionGraphicsItem*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5040 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5041 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5042 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5043 // nothing
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5044 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5045 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5046 <insert-template name="core.get_array_length">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5047 <replace from="%ARRAY" to="%3"/>
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 int __length = %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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5052 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5053
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5054 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5055 <replace-type modified-type="qt.gui.QGraphicsItemInterface[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5056 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5057 <insert-template name="gui.convert_graphicsitem_array_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5058 <replace from="%LENGTH" to="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5059 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5060 jobjectArray graphicsItemArrayHolder = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5061 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5062 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5063 <insert-template name="gui.convert_graphicsitem_array_from_java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5064 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5065 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5066
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5067 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5068 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5069 qtjambi_invalidate_array(__jni_env, styleOptionArrayHolder);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5070 qtjambi_invalidate_array(__jni_env, graphicsItemArrayHolder);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5071 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5072 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5073
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5074 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5075 <replace-type modified-type="qt.gui.QStyleOptionGraphicsItem[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5076 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5077 <insert-template name="gui.convert_styleoptiongraphicsitem_array_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5078 <replace from="%LENGTH" to="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5079 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5080 jobjectArray styleOptionArrayHolder = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5081 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5082 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5083 <insert-template name="gui.convert_styleoptiongraphicsitem_array_from_java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5084 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5085 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5086 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5087 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5088 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5089
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5090
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5091 <object-type name="QCalendarWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5092 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5093 <include file-name="QTextCharFormat" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5094 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5095
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5096 <modify-function signature="isHeaderVisible()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5097 <modify-function signature="setHeaderVisible(bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5098
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5099 <modify-function signature="paintCell(QPainter*,QRect,QDate)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5100 <modify-argument invalidate-after-use="yes" index="1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5101 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5102 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5103
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5104 <object-type name="QTreeWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5105 <modify-function signature="mimeData(const QList&lt;QTreeWidgetItem*&gt;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5106 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5107 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5108 <modify-function signature="dropMimeData(QTreeWidgetItem*,int,const QMimeData*,Qt::DropAction)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5109 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5110 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5111 <modify-function signature="isSortingEnabled()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5112 <modify-function signature="setSortingEnabled(bool)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5113 <modify-function signature="indexOfTopLevelItem(QTreeWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5114 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5115 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5116 <modify-function signature="addTopLevelItem(QTreeWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5117 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5118 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5119 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5120 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5121 <modify-function signature="takeTopLevelItem(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5122 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5123 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5124 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5125 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5126 <modify-function signature="addTopLevelItems(const QList&lt;QTreeWidgetItem*&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5127 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5128 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5129 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5130 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5131 <modify-function signature="insertTopLevelItem(int, QTreeWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5132 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5133 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5134 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5135 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5136 <modify-function signature="insertTopLevelItems(int, const QList&lt;QTreeWidgetItem*&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5137 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5138 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5139 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5140 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5141 <modify-function signature="setHeaderItem(QTreeWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5142 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5143 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5144 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5145 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5146 <modify-function signature="takeTopLevelItem(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5147 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5148 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5149 </modify-argument>
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="removeItemWidget(QTreeWidgetItem*,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5152 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5153 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5154 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5155 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5156 <modify-function signature="setCurrentItem(QTreeWidgetItem*,int,QFlags&lt;QItemSelectionModel::SelectionFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5157 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5158 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5159 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5160 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5161 <modify-function signature="setFirstItemColumnSpanned(const QTreeWidgetItem*,bool)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5162 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5163 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5164 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5165 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5166 <modify-function signature="setCurrentItem(QTreeWidgetItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5167 <modify-argument index="1">
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="setCurrentItem(QTreeWidgetItem*,int)">
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 <modify-function signature="setItemExpanded(const QTreeWidgetItem*,bool)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5177 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5178 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5179 <modify-function signature="isItemExpanded(const QTreeWidgetItem*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5180 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5181 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5182 <modify-function signature="setItemHidden(const QTreeWidgetItem*,bool)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5183 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5184 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5185 <modify-function signature="isItemHidden(const QTreeWidgetItem*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5186 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5187 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5188 <modify-function signature="isItemSelected(const QTreeWidgetItem*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5189 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5190 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5191 <modify-function signature="setItemSelected(const QTreeWidgetItem*,bool)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5192 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5193 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5194 <modify-function signature="setItemWidget(QTreeWidgetItem*,int,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5195 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5196 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5197 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5198 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5199 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5200 </modify-argument>
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 <modify-function signature="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5203 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5204 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5205 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5206 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5207
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5208 <modify-function signature="items(const QMimeData*)const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5209 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5210
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5211 <object-type name="QAbstractItemDelegate">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5212 <modify-function signature="setEditorData(QWidget*,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5213 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5214 <!-- Safe to ignore because this implementation is documented to do nothing -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5215 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5216 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5217 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5218 <modify-function signature="setModelData(QWidget*,QAbstractItemModel*,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5219 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5220 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5221 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5222 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5223 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5224 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5225 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5226
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5227 <modify-function signature="paint(QPainter*,QStyleOptionViewItem,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5228 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5229 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5230 <modify-function signature="editorEvent(QEvent*,QAbstractItemModel*,QStyleOptionViewItem,QModelIndex)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5231 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5232 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5233
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5234 <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
5235 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5236
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5237 <object-type name="QTableWidgetItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5238 <modify-function signature="operator=(const QTableWidgetItem&amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5239 <modify-function signature="clone() const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5240 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5241 <define-ownership class="shell" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5242 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5243 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5244
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5245 <modify-function signature="backgroundColor()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5246 <modify-function signature="setBackgroundColor(QColor)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5247 <modify-function signature="setTextColor(QColor)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5248 <modify-function signature="textColor()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5249
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5250 <modify-function signature="operator&lt;(QTableWidgetItem)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5251 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5252 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5253 <modify-function signature="read(QDataStream&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5254 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5255 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5256 <modify-function signature="write(QDataStream&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5257 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5258 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5259
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5260 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5261
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5262 <object-type name="QListWidgetItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5263
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5264 <modify-function signature="operator&lt;(QListWidgetItem)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5265 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5266 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5267 <modify-function signature="read(QDataStream&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5268 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5269 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5270 <modify-function signature="write(QDataStream&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5271 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5272 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5273
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5274
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5275 <modify-function signature="operator=(const QListWidgetItem&amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5276 <!-- <modify-function signature="QListWidgetItem(QListWidget *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5277 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5278 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5279 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5280 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5281 <modify-function signature="QListWidgetItem(const QString &amp;, QListWidget *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5282 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5283 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5284 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5285 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5286 <modify-function signature="QListWidgetItem(const QIcon &amp;, const QString &amp;, QListWidget *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5287 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5288 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5289 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5290 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5291 <modify-function signature="clone() const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5292 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5293 <define-ownership class="shell" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5294 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5295 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5296 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5297 <modify-function signature="backgroundColor()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5298 <modify-function signature="setBackgroundColor(QColor)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5299 <modify-function signature="setTextColor(QColor)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5300 <modify-function signature="textColor()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5301 </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
5302
324
Eldar Insafutdinov <e.insafutdinov@gmail.com>
parents: 323
diff changeset
5303 <object-type name="QGraphicsObject">
Eldar Insafutdinov <e.insafutdinov@gmail.com>
parents: 323
diff changeset
5304 <modify-function signature="children()const" remove="all"/>
Eldar Insafutdinov <e.insafutdinov@gmail.com>
parents: 323
diff changeset
5305 </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
5306
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5307 <object-type name="QGraphicsTextItem"> <!-- a QObject so main-thread delete redundant -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5308 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5309 <include file-name="QTextCursor" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5310 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5311 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5312 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5313 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5314 <modify-function signature="QGraphicsTextItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5315 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5316 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5317 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5318 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5319 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5320 <modify-function signature="QGraphicsTextItem(const QString &amp;,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5321 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5322 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5323 if (%2 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5324 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5325 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5326 <modify-function signature="setDocument(QTextDocument*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5327 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5328 <reference-count action="set" variable-name="__rcDocument"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5329 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5330 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5331 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5332 <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5333 <modify-function signature="resetMatrix()" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5334 <modify-function signature="sceneMatrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5335 <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5336 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5337
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5338 <object-type name="QCompleter">
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
5339 <!-- <modify-function signature="activated(const QModelIndex &amp;)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5340 <rename to="activatedIndex"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5341 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5342 <modify-function signature="highlighted(const QModelIndex &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5343 <rename to="highlightedIndex"/>
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
5344 </modify-function> -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5345 <modify-function signature="setModel(QAbstractItemModel *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5346 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5347 <reference-count action="set" variable-name="__rcModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5348 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5349 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5350 <modify-function signature="setPopup(QAbstractItemView *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5351 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5352 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5353 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5354 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5355 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5356 <modify-function signature="setWidget(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5357 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5358 <reference-count action="set" variable-name="__rcWidget"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5359 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5360 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5361 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5362
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5363
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5364 <object-type name="QTreeWidgetItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5365
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5366 <modify-function signature="operator&lt;(QTreeWidgetItem)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5367 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5368 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5369 <modify-function signature="read(QDataStream&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5370 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5371 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5372 <modify-function signature="write(QDataStream&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5373 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5374 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5375
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5376 <modify-function signature="QTreeWidgetItem(const QTreeWidgetItem &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5377 <modify-function signature="operator=(const QTreeWidgetItem&amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5378
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5379 <modify-function signature="QTreeWidgetItem(QTreeWidget *,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5380 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5381 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5382 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5383 </modify-function>
309
8a0cf14e3419 wrong merge
eldar_ins@eldar-laptop
parents: 308
diff changeset
5384 <modify-function signature="QTreeWidgetItem(QTreeWidget *,const QStringList &amp;,int)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5385 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5386 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5387 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5388 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5389 <modify-function signature="QTreeWidgetItem(QTreeWidget *,QTreeWidgetItem *,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5390 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5391 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5392 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5393 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5394 <modify-function signature="QTreeWidgetItem(QTreeWidgetItem *,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5395 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5396 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5397 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5398 </modify-function>
309
8a0cf14e3419 wrong merge
eldar_ins@eldar-laptop
parents: 308
diff changeset
5399 <modify-function signature="QTreeWidgetItem(QTreeWidgetItem *,const QStringList &amp;,int)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5400 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5401 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5402 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5403 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5404 <modify-function signature="QTreeWidgetItem(QTreeWidgetItem *,QTreeWidgetItem *,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5405 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5406 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5407 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5408 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5409 <modify-function signature="clone() const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5410 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5411 <define-ownership class="shell" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5412 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5413 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5414 <modify-function signature="addChild(QTreeWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5415 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5416 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5417 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5418 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5419 <modify-function signature="addChildren(const QList&lt;QTreeWidgetItem*&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5420 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5421 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5422 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5423 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5424 <modify-function signature="insertChild(int, QTreeWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5425 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5426 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5427 </modify-argument>
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="insertChildren(int, const QList&lt;QTreeWidgetItem*&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5430 <modify-argument index="2">
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="removeChild(QTreeWidgetItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5435 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5436 <define-ownership class="java" owner="default"/>
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="takeChild(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5440 <modify-argument index="return">
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="takeChildren()">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5445 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5446 <define-ownership class="java" owner="default"/>
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5450 <modify-function signature="backgroundColor(int)const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5451 <modify-function signature="setBackgroundColor(int, QColor)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5452 <modify-function signature="setTextColor(int, QColor)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5453 <modify-function signature="textColor(int)const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5454 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5455
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5456 <object-type name="QListWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5457 <modify-function signature="mimeData(const QList&lt;QListWidgetItem *&gt;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5458 <modify-argument index="1" invalidate-after-use="yes"/>
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="addItem(QListWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5461 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5462 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5463 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5464 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5465 <modify-function signature="insertItem(int, QListWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5466 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5467 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5468 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5469 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5470 <modify-function signature="removeItemWidget(QListWidgetItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5471 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5472 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5473 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5474 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5475 <modify-function signature="setCurrentItem(QListWidgetItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5476 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5477 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5478 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5479 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5480 <modify-function signature="setCurrentItem(QListWidgetItem*,QFlags&lt;QItemSelectionModel::SelectionFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5481 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5482 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5483 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5484 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5485 <modify-function signature="setItemHidden(const QListWidgetItem*,bool)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5486 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5487 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5488 <modify-function signature="isItemHidden(const QListWidgetItem*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5489 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5490 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5491 <modify-function signature="setItemSelected(const QListWidgetItem*,bool)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5492 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5493 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5494 <modify-function signature="isItemSelected(const QListWidgetItem*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5495 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5496 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5497 <modify-function signature="takeItem(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5498 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5499 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5500 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5501 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5502 <modify-function signature="setItemWidget(QListWidgetItem*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5503 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5504 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5505 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5506 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5507 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5508 </modify-argument>
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="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5511 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5512 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5513 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5514 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5515
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
5516
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5517 <!-- <modify-function signature="addItem(const QString &amp;)" remove="all"/>-->
309
8a0cf14e3419 wrong merge
eldar_ins@eldar-laptop
parents: 308
diff changeset
5518 <modify-function signature="addItems(const QStringList &amp;)" remove="all"/>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5519 <modify-function signature="insertItem(int, const QString &amp;)" remove="all"/>
309
8a0cf14e3419 wrong merge
eldar_ins@eldar-laptop
parents: 308
diff changeset
5520 <modify-function signature="insertItems(int, const QStringList &amp;)" remove="all"/>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5521 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5522 <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
5523 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5524 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5525
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5526 <object-type name="QWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5527 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5528 <include file-name="QIcon" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5529 <include file-name="QMessageBox" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5530 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5531
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5532 <!-- These should be restored later after fixing abstract classes issue -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5533 <!--<modify-function signature="inputContext()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5534 <modify-function signature="layout() const" remove="all"/>
122
76874701375c enable QWidget.style
mandel
parents: 98
diff changeset
5535 <modify-function signature="setLayout(QLayout*)" remove="all"/>
76874701375c enable QWidget.style
mandel
parents: 98
diff changeset
5536 <modify-function signature="style () const" remove="all"/>-->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5537
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5538 <modify-function signature="actionEvent(QActionEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5539 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5540 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5541 <modify-function signature="changeEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5542 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5543 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5544 <modify-function signature="closeEvent(QCloseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5545 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5546 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5547 <modify-function signature="contextMenuEvent(QContextMenuEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5548 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5549 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5550 <modify-function signature="dragEnterEvent(QDragEnterEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5551 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5552 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5553 <modify-function signature="dragLeaveEvent(QDragLeaveEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5554 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5555 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5556 <modify-function signature="dragMoveEvent(QDragMoveEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5557 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5558 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5559 <modify-function signature="dropEvent(QDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5560 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5561 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5562 <modify-function signature="enterEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5563 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5564 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5565 <modify-function signature="focusInEvent(QFocusEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5566 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5567 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5568 <modify-function signature="focusOutEvent(QFocusEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5569 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5570 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5571 <modify-function signature="hideEvent(QHideEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5572 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5573 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5574 <modify-function signature="inputMethodEvent(QInputMethodEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5575 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5576 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5577 <modify-function signature="keyPressEvent(QKeyEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5578 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5579 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5580 <modify-function signature="keyReleaseEvent(QKeyEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5581 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5582 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5583 <modify-function signature="leaveEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5584 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5585 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5586 <modify-function signature="mouseDoubleClickEvent(QMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5587 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5588 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5589 <modify-function signature="mouseMoveEvent(QMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5590 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5591 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5592 <modify-function signature="mousePressEvent(QMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5593 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5594 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5595 <modify-function signature="mouseReleaseEvent(QMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5596 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5597 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5598 <modify-function signature="moveEvent(QMoveEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5599 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5600 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5601 <modify-function signature="paintEvent(QPaintEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5602 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5603 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5604 <modify-function signature="resizeEvent(QResizeEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5605 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5606 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5607 <modify-function signature="showEvent(QShowEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5608 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5609 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5610 <modify-function signature="tabletEvent(QTabletEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5611 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5612 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5613 <modify-function signature="wheelEvent(QWheelEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5614 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5615 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5616 <!-- qtd
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5617 <modify-function signature="render(QPainter*,QPoint,QRegion,QFlags&lt;QWidget::RenderFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5618 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5619 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5620 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5621 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5622
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5623 <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
5624 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
5625 (JNIEnv *__jni_env,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5626 jclass,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5627 jlong __this_nativeId,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5628 jobject title0)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5629 {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5630 QTJAMBI_DEBUG_TRACE("(native) entering: QMessageBox::setWindowTitle(const QString &amp; title)");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5631 QString __qt_title0 = qtjambi_to_qstring(__jni_env, (jstring) title0);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5632 QTJAMBI_EXCEPTION_CHECK(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5633 QMessageBox *__qt_this = (QMessageBox *) qtjambi_from_jlong(__this_nativeId);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5634 QTJAMBI_EXCEPTION_CHECK(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5635 Q_ASSERT(__qt_this);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5636 __qt_this-&gt;setWindowTitle((const QString&amp; )__qt_title0);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5637 QTJAMBI_DEBUG_TRACE("(native) -&gt; leaving: QMessageBox::setWindowTitle(const QString &amp; title)");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5638 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5639 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5640
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5641 <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
5642 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
5643 (JNIEnv *__jni_env,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5644 jclass,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5645 jlong __this_nativeId,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5646 jint windowModality0)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5647 {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5648 Q_UNUSED(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5649 QTJAMBI_DEBUG_TRACE("(native) entering: QMessageBox::setWindowModality(Qt::WindowModality modality)");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5650 Qt::WindowModality __qt_windowModality0 = (Qt::WindowModality) windowModality0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5651 QTJAMBI_EXCEPTION_CHECK(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5652 QMessageBox *__qt_this = (QMessageBox *) qtjambi_from_jlong(__this_nativeId);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5653 QTJAMBI_EXCEPTION_CHECK(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5654 Q_ASSERT(__qt_this);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5655 __qt_this-&gt;setWindowModality((Qt::WindowModality )__qt_windowModality0);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5656 QTJAMBI_DEBUG_TRACE("(native) -&gt; leaving: QMessageBox::setWindowModality(Qt::WindowModality modality)");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5657 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5658 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5659
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5660 <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
5661 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5662 <replace-default-expression with="RenderFlag.DrawWindowBackground, RenderFlag.DrawChildren"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5663 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5664 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5665 <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
5666 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5667 <replace-default-expression with="RenderFlag.DrawWindowBackground, RenderFlag.DrawChildren"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5668 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5669 </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
5670 -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5671 <!-- <modify-function signature="setFocusProxy(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5672 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5673 <reference-count action="set" variable-name="__rcFocusProxy"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5674 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5675 </modify-function> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5676 <modify-function signature="setInputContext(QInputContext*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5677 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5678 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5679 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5680 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5681 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5682 <modify-function signature="setLayout(QLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5683 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5684 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5685 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5686 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5687 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5688 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5689 <modify-function signature="setParent(QWidget*,QFlags&lt;Qt::WindowType&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5690 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5691 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5692 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5693 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5694 <modify-function signature="setParent(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5695 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5696 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5697 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5698 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5699 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5700 <modify-function signature="setStyle(QStyle*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5701 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5702 <reference-count action="set" variable-name="__rcStyle"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5703 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5704 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5705 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5706 <modify-function signature="setTabOrder(QWidget*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5707 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5708 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5709 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5710 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5711 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5712 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5713 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5714 <modify-function signature="getContentsMargins(int*,int*,int*,int*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5715 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5716 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5717
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5718 <modify-function signature="addAction(QAction *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5719 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5720 <reference-count action="add" variable-name="__rcActions"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5721 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5722 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5723
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5724 <modify-function signature="insertAction(QAction *, QAction *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5725 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5726 <reference-count action="add" variable-name="__rcActions"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5727 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5728 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5729
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5730 <modify-function signature="addActions(const QList&lt;QAction *&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5731 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5732 <reference-count action="add-all" variable-name="__rcActions"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5733 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5734 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5735
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5736 <modify-function signature="insertActions(QAction *, const QList&lt;QAction *&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5737 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5738 <reference-count action="add-all" variable-name="__rcActions"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5739 </modify-argument>
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 <modify-function signature="removeAction(QAction *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5743 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5744 <reference-count action="remove" variable-name="__rcActions"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5745 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5746 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5747 <modify-function signature="enabledChange(bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5748 <modify-function signature="fontChange(QFont)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5749 <modify-function signature="isEnabledToTLW()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5750 <modify-function signature="isTopLevel()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5751 <modify-function signature="paletteChange(QPalette)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5752 <modify-function signature="setShown(bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5753 <modify-function signature="topLevelWidget()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5754 <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
5755
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5756 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5757 <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
5758 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5759 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5760 <modify-function signature="setWindowTitle(const QString &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5761 <inject-code class="java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5762 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5763 if (this instanceof QMessageBox) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5764 qt.GeneratorUtilities.threadCheck(this);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5765 if (nativeId() == 0)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5766 throw new QNoNativeResourcesException("Function call on incomplete object of type: " +getClass().getName());
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5767 __qt_QMessageBox_setWindowTitle(nativeId(), %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5768 return ;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5769 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5770 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5771 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5772
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5773
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5774 <modify-function signature="setWindowModality(Qt::WindowModality)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5775 <inject-code class="java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5776 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5777 if (this instanceof QMessageBox) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5778 qt.GeneratorUtilities.threadCheck(this);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5779 if (nativeId() == 0)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5780 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
5781 __qt_QMessageBox_setWindowModality(qtdNativeId(), %1.value());
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5782 return ;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5783 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5784 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5785 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5786 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5787
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5788
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5789
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5790 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5791
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5792 <object-type name="QMessageBox">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5793 <modify-function signature="open()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5794 <modify-function signature="setWindowTitle(const QString &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5795 <modify-function signature="setWindowModality(Qt::WindowModality)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5796 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5797 <include file-name="QPixmap" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5798 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5799 <modify-function signature="addButton(QAbstractButton*,QMessageBox::ButtonRole)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5800 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5801 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5802 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5803 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5804 <modify-function signature="removeButton(QAbstractButton*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5805 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5806 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5807 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5808 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5809 <modify-function signature="setDefaultButton(QPushButton*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5810 <modify-argument index="1">
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 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5813 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5814 <modify-function signature="setEscapeButton(QAbstractButton*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5815 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5816 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5817 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5818 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5819
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5820 <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
5821 <modify-function signature="buttonText(int)const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5822 <modify-function signature="setButtonText(int, QString)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5823 <modify-function signature="standardIcon(QMessageBox::Icon)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5824
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5825 <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
5826 <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
5827 <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
5828 <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
5829 <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
5830 <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
5831 <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
5832 <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
5833 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5834
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5835 <object-type name="QAbstractSpinBox">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5836 <modify-function signature="initStyleOption(QStyleOptionSpinBox*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5837 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5838 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5839 <modify-function signature="setLineEdit(QLineEdit*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5840 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5841 <!-- Safe to ignore because the spinbox reparents the line edit -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5842 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5843 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5844 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5845 </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
5846 <!--
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5847 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5848 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5849 <replace from="%TYPE" to="QStyleOptionSpinBox"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5850 <replace from="final" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5851 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5852 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5853
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5854 <modify-function signature="fixup(QString&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5855 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5856 <replace-type modified-type="java.lang.String"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5857 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5858 jobject %out = (jobject) qtjambi_from_qstring(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5859 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5860 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5861 QString %out = qtjambi_to_qstring(__jni_env, (jstring) %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5862 QString *__qt_converted = &amp;%out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5863 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5864 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5865
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5866 <modify-argument index="0">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5867 <replace-type modified-type="java.lang.String"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5868 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5869 jobject %out = (jobject) qtjambi_from_qstring(__jni_env, *__qt_converted);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5870 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5871 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5872 %1 = qtjambi_to_qstring(__jni_env, (jstring) %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5873 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5874 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5875 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5876
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5877 <modify-function signature="validate(QString&amp;,int&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5878 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5879 <replace-type modified-type="qt.gui.QValidator$QValidationData"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5880 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5881 <insert-template name="gui.convert_validationdata_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5882 <replace from="%STRING" to="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5883 <replace from="%POS" to="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5884 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5885 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5886 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5887 <insert-template name="gui.convert_validationdata_to_string"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5888 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5889 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5890
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5891 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5892 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5893 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5894 // nothing needed
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5895 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5896 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5897 <insert-template name="gui.convert_validationdata_to_pos">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5898 <replace from="%VALIDATIONDATA" to="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5899 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5900 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5901 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5902
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5903 <modify-argument index="0">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5904 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5905 <insert-template name="gui.cleanup_validationdata_from_java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5906 jint %out = %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5907 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5908 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5909 <insert-template name="gui.cleanup_validationdata_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5910 <replace from="%STRING" to="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5911 <replace from="%POS" to="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5912 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5913 QValidator::State %out = (QValidator::State) qtjambi_to_enumerator(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5914 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5915 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5916 </modify-function>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5917 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5918
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5919 <object-type name="QTextFrame" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5920 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5921 <include file-name="QTextCursor" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5922 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5923 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5924
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5925 <object-type name="QImageIOHandler">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5926 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5927 <include file-name="QRect" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5928 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5929 <modify-function signature="setFormat(const QByteArray &amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5930 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5931 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5932 <modify-function signature="setDevice(QIODevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5933 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5934 <reference-count action="set" variable-name="__rcDevice"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5935 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5936 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5937 <modify-function signature="read(QImage*)">
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 <replace-type modified-type="QImage"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5940 <!-- <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5941 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
5942
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5943 QtJambiLink *__link = %out != 0 ? QtJambiLink::findLink(__jni_env, %out) : 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5944 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5945 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5946 QImage *%out = (QImage *) qtjambi_to_object(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5947 </conversion-rule> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5948 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5949 <!-- <modify-argument index="0">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5950 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5951 // Invalidate object
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5952 if (__link != 0) __link-&gt;resetObject(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5953 bool %out = (bool) %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5954 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5955 </modify-argument>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5956 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5957
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5958 <modify-function signature="name()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5959 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5960
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5961 <object-type name="QProxyModel">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5962 <modify-function signature="parent()const" remove="all"/>
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="QPixmap" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5965 <include file-name="QStringList" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5966 <include file-name="QSize" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5967 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5968 <modify-function signature="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5969 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5970 <reference-count action="set" variable-name="__rcModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5971 </modify-argument>
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 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5974
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5975 <object-type name="QImageReader">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5976 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5977 <include file-name="QColor" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5978 <include file-name="QRect" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5979 <include file-name="QSize" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5980 <include file-name="QStringList" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5981 <include file-name="QImage" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5982 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5983 <modify-function signature="read(QImage*) ">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5984 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5985 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5986 <modify-function signature="setDevice(QIODevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5987 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5988 <reference-count action="set" variable-name="__rcDevice"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5989 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5990 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5991 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5992
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5993 <object-type name="QMovie">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5994 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5995 <include file-name="QColor" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5996 <include file-name="QImage" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5997 <include file-name="QPixmap" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5998 <include file-name="QRect" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5999 <include file-name="QSize" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6000 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6001 <modify-function signature="cacheMode()">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6002 <remove/>
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="setDevice(QIODevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6005 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6006 <reference-count action="set" variable-name="__rcDevice"/>
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 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6010
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6011 <object-type name="QPageSetupDialog">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6012 <modify-function signature="open(QObject *, const char *)" remove="all"/> <!-- # TODO -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6013
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6014 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6015
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6016 <object-type name="QTabWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6017 <!-- <modify-function signature="initStyleOption(QStyleOptionTabWidgetFrame*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6018 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6019 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6020 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6021 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6022 <replace from="%TYPE" to="QStyleOptionTabWidgetFrame"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6023 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6024 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6025 <modify-function signature="addTab(QWidget*,QIcon,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6026 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6027 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6028 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6029 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6030 <modify-function signature="addTab(QWidget*,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6031 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6032 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6033 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6034 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6035 <modify-function signature="insertTab(int,QWidget*,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6036 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6037 <reference-count action="ignore"/>
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 <modify-function signature="insertTab(int,QWidget*,QIcon,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6041 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6042 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6043 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6044 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6045 <modify-function signature="setCornerWidget(QWidget*,Qt::Corner)">
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 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6048 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6049 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6050 <modify-function signature="setCurrentWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6051 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6052 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6053 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6054 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6055 <modify-function signature="setTabBar(QTabBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6056 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6057 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6058 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6059 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6060 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6061 <object-type name="QDrag">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6062 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6063 <include file-name="QPoint" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6064 <include file-name="QPixmap" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6065 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6066 <modify-function signature="setMimeData(QMimeData*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6067 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6068 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6069 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6070 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6071
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6072 <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
6073 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6074
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6075 <object-type name="QDateTimeEdit">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6076 <modify-function signature="setCalendarWidget(QCalendarWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6077 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6078 <!-- Safe to ignore because widget is reparented -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6079 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6080 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6081 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6082 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6083
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6084 <object-type name="QSortFilterProxyModel">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6085 <modify-function signature="parent()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6086 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6087 <include file-name="QItemSelection" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6088 <include file-name="QStringList" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6089 <include file-name="QSize" location="global"/>
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6092 <modify-function signature="setSourceModel(QAbstractItemModel *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6093 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6094 <reference-count action="set" variable-name="__rcSourceModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6095 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6096 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6097
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6098 <modify-function signature="clear()" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6099 <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
6100
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6101 <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
6102 <modify-argument index="5">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6103 <replace-default-expression with="Qt.MatchFlag.MatchStartsWith | Qt.MatchFlag.MatchWrap"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6104 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6105 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6106 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6107
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6108 <object-type name="QSlider">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6109 <!-- <modify-function signature="initStyleOption(QStyleOptionSlider*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6110 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6111 </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
6112
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6113 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6114 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6115 <replace from="%TYPE" to="QStyleOptionSlider"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6116 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6117 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6118 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6119
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6120 <object-type name="QInputContext">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6121 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6122 <include file-name="QTextFormat" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6123 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6124 <modify-function signature="setFocusWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6125 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6126 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6127 <modify-function signature="filterEvent(const QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6128 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6129 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6130 <modify-function signature="mouseHandler(int,QMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6131 <modify-argument index="2" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6132 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6133
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6134 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6135
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6136 <object-type name="QProgressDialog">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6137 <modify-function signature="open(QObject *, const char *)" remove="all"/> <!-- # TODO -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6138
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6139 <modify-function signature="setBar(QProgressBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6140 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6141 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6142 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6143 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6144 <modify-function signature="setCancelButton(QPushButton*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6145 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6146 <!-- Safe to ignore because button is reparented -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6147 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6148 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6149 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6150 <modify-function signature="setLabel(QLabel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6151 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6152 <!-- Safe to ignore because label is reparented -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6153 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6154 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6155 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6156
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6157 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6158
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6159 <object-type name="QLabel">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6160 <!-- <modify-function signature="picture()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6161 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6162 <rename to="picture_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6163 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6164 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6165 <modify-function signature="setBuddy(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6166 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6167 <reference-count action="set" variable-name="__rcBuddy"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6168 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6169 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6170 <modify-function signature="setMovie(QMovie *)">
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 <reference-count action="set" variable-name="__rcMovie"/>
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-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6175 <!-- <modify-function signature="pixmap()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6176 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6177 <rename to="pixmap_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6178 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6179
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6180 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6181 <insert-template name="gui.getter_returning_nativepointer">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6182 <replace from="%RETURN_TYPE" to="QPicture"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6183 <replace from="%FUNCTION_NAME" to="picture"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6184 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6185 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6186 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6187 <insert-template name="gui.getter_returning_nativepointer">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6188 <replace from="%RETURN_TYPE" to="QPixmap"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6189 <replace from="%FUNCTION_NAME" to="pixmap"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6190 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6191 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6192 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6193
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6194 <object-type name="QFileDialog">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6195 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6196 <include file-name="QUrl" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6197 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6198 <modify-function signature="open()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6199 <!-- <modify-function signature="setVisible(bool)" remove="all"/> // properties_d -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6200 <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
6201 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6202 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6203 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6204 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6205 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6206 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6207 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6208 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6209 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6210 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6211 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6212 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6213 <modify-argument index="5">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6214 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6215 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6216 <!-- <modify-argument index="6">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6217 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6218 </modify-argument>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6219 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6220 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6221 <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
6222 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6223 <modify-argument index="1">
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="2">
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="3">
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-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6233 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6234 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6235 <modify-argument index="5">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6236 <remove-default-expression/>
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-argument index="6">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6239 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6240 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6241 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6242 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6243 <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
6244 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6245 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6246 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6247 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6248 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6249 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6250 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6251 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6252 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6253 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6254 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6255 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6256 <modify-argument index="5">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6257 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6258 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6259 <!-- <modify-argument index="6">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6260 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6261 </modify-argument>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6262 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6263
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6264 <modify-function signature="setIconProvider(QFileIconProvider*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6265 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6266 <reference-count action="set" variable-name="__rcIconProvider"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6267 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6268 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6269
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6270 <modify-function signature="setItemDelegate(QAbstractItemDelegate*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6271 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6272 <reference-count action="set" variable-name="__rcItemDelegate"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6273 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6274 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6275
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6276 <modify-function signature="setProxyModel(QAbstractProxyModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6277 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6278 <!-- Reparented -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6279 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6280 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6281 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6282
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
6283
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6284 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6285 <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
6286 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6287 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6288 <template name="gui.filedialog_get_xxx_filename">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6289 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
6290 QNativePointer np = filter != null ? new QNativePointer(QNativePointer.Type.String) : null;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6291 %TYPE returned = %FUNCTION_NAME(parent, caption, dir, filter != null ? filter.filter : "", np, options);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6292 if (filter != null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6293 filter.selectedFilter = np.stringValue();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6294 return returned;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6295 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6296
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6297 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
6298 QNativePointer np = filter != null ? new QNativePointer(QNativePointer.Type.String) : null;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6299 %TYPE returned = %FUNCTION_NAME(parent, caption, dir, filter != null ? filter.filter : "", np, options);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6300 if (filter != null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6301 filter.selectedFilter = np.stringValue();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6302 return returned;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6303 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6304
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6305 public static %TYPE %FUNCTION_NAME(QWidget parent, String caption, String dir, Filter filter) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6306 return %FUNCTION_NAME(parent, caption, dir, filter, new Options(0));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6307 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6308
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6309 public static %TYPE %FUNCTION_NAME(QWidget parent, String caption, String dir) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6310 return %FUNCTION_NAME(parent, caption, dir, null);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6311 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6312
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6313 public static %TYPE %FUNCTION_NAME(QWidget parent, String caption) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6314 return %FUNCTION_NAME(parent, caption, "");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6315 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6316
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6317 public static %TYPE %FUNCTION_NAME(QWidget parent) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6318 return %FUNCTION_NAME(parent, "");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6319 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6320
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6321 public static %TYPE %FUNCTION_NAME() {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6322 return %FUNCTION_NAME(null);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6323 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6324
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6325 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6326
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 <insert-template name="gui.filedialog_get_xxx_filename">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6329 <replace from="%FUNCTION_NAME" to="getOpenFileName"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6330 <replace from="%TYPE" to="String"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6331 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6332 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6333 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6334 <insert-template name="gui.filedialog_get_xxx_filename">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6335 <replace from="%FUNCTION_NAME" to="getOpenFileNames"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6336 <replace from="%TYPE" to="java.util.List&lt;String&gt;"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6337 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6338 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6339 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6340 <insert-template name="gui.filedialog_get_xxx_filename">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6341 <replace from="%FUNCTION_NAME" to="getSaveFileName"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6342 <replace from="%TYPE" to="String"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6343 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6344 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6345 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6346
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6347 <object-type name="QErrorMessage"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6348
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6349 <object-type name="QTabBar">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6350 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6351 <include file-name="QIcon" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6352 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6353 <!-- <modify-function signature="initStyleOption(QStyleOptionTab*,int)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6354 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6355 </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
6356
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6357 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6358 <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
6359 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6360 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6361 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6362
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6363 <object-type name="QStandardItemModel">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6364 <modify-function signature="insertColumn(int,const QModelIndex &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6365 <modify-function signature="insertRow(int,const QModelIndex &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6366 <modify-function signature="parent()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6367 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6368 <include file-name="QStringList" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6369 <include file-name="QSize" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6370 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6371
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6372 <modify-function signature="appendColumn(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="takeColumn(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6378 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6379 <define-ownership class="java" owner="default"/>
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="takeRow(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6383 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6384 <define-ownership class="java" owner="default"/>
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="takeHorizontalHeaderItem(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6388 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6389 <define-ownership class="java" owner="default"/>
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="takeVerticalHeaderItem(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6393 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6394 <define-ownership class="java" owner="default"/>
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="takeItem(int,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6398 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6399 <define-ownership class="java" owner="default"/>
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="appendRow(const QList&lt;QStandardItem *&gt;&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6403 <modify-argument index="1">
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="appendRow(QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6408 <modify-argument index="1">
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="insertColumn(int, const QList&lt;QStandardItem *&gt;&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6413 <modify-argument index="2">
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="insertRow(int, const QList&lt;QStandardItem *&gt;&amp;)">
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 <modify-function signature="insertRow(int, QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6423 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6424 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6425 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6426 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6427 <modify-function signature="setHorizontalHeaderItem(int, QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6428 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6429 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6430 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6431 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6432 <modify-function signature="setItem(int, int, QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6433 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6434 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6435 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6436 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6437 <modify-function signature="setItem(int, QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6438 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6439 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6440 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6441 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6442 <modify-function signature="setItemPrototype(const QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6443 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6444 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6445 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6446 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6447 <modify-function signature="setVerticalHeaderItem(int, QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6448 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6449 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6450 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6451 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6452 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6453
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6454 <object-type name="QRadioButton">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6455 <!-- <modify-function signature="initStyleOption(QStyleOptionButton*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6456 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6457 </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
6458
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6459 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6460 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6461 <replace from="%TYPE" to="QStyleOptionButton"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6462 </insert-template>
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 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6465
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6466 <object-type name="QScrollBar">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6467 <!-- <modify-function signature="initStyleOption(QStyleOptionSlider*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6468 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6469 </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
6470
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6471 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6472 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6473 <replace from="%TYPE" to="QStyleOptionSlider"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6474 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6475 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6476 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6477
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6478 <object-type name="QClipboard">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6479 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6480 <include file-name="QImage" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6481 <include file-name="QPixmap" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6482 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6483 <modify-function signature="setMimeData(QMimeData *, QClipboard::Mode)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6484 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6485 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6486 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6487 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6488
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6489
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
6490
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6491 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6492 <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
6493 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6494
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6495 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6496
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6497 <object-type name="QAbstractScrollArea">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6498 <modify-function signature="setupViewport(QWidget *)" access="non-final"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6499 <modify-function signature="addScrollBarWidget(QWidget*,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6500 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6501 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6502 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6503 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6504 <modify-function signature="setCornerWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6505 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6506 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6507 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6508 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6509 <modify-function signature="setHorizontalScrollBar(QScrollBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6510 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6511 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6512 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6513 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6514
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6515 <modify-function signature="setVerticalScrollBar(QScrollBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6516 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6517 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6518 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6519 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6520
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6521 <modify-function signature="setViewport(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6522 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6523 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6524 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6525 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6526
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6527 <modify-function signature="setupViewport(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6528 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6529 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6530 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6531 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6532
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6533 <modify-function signature="viewportEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6534 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6535 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6536
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
6537
71
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 <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
6540 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6541
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6542 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6543
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6544 <object-type name="QPaintEngineState">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6545 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6546 <include file-name="QPainterPath" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6547 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6548 <modify-function signature="painter() const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6549 <store-result/>
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 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6552
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6553 <object-type name="QRubberBand">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6554 <!-- <modify-function signature="initStyleOption(QStyleOptionRubberBand*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6555 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6556 </modify-function>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6557 <modify-function signature="move(int,int)" rename="moveRubberBand"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6558 <modify-function signature="move(const QPoint &amp;)" rename="moveRubberBand"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6559 <modify-function signature="resize(int,int)" rename="resizeRubberBand"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6560 <modify-function signature="resize(const QSize &amp;)" rename="resizeRubberBand"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6561 <modify-function signature="setGeometry(int,int,int,int)" rename="setRubberBandGeometry"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6562 <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
6563
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6564 <!-- <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6565 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6566 <replace from="%TYPE" to="QStyleOptionRubberBand"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6567 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6568 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6569 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6570
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6571 <object-type name="QTextLayout">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6572 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6573 <include file-name="QTextOption" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6574 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6575 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6576
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6577 <object-type name="QTableWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6578 <modify-function signature="mimeData(const QList&lt;QTableWidgetItem*&gt;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6579 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6580 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6581 <modify-function signature="isSortingEnabled()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6582 <modify-function signature="setSortingEnabled(bool)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6583 <modify-function signature="setHorizontalHeaderItem(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="setItem(int, int, QTableWidgetItem *)">
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 <define-ownership class="java" owner="c++"/>
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="takeHorizontalHeaderItem(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6594 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6595 <define-ownership class="java" owner="default"/>
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="takeVerticalHeaderItem(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6599 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6600 <define-ownership class="java" owner="default"/>
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="takeItem(int,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6604 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6605 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6606 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6607 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6608 <modify-function signature="setItemPrototype(const QTableWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6609 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6610 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6611 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6612 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6613 <modify-function signature="setVerticalHeaderItem(int, QTableWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6614 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6615 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6616 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6617 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6618 <modify-function signature="setCellWidget(int,int,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6619 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6620 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6621 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6622 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6623 <modify-function signature="setCurrentItem(QTableWidgetItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6624 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6625 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6626 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6627 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6628 <modify-function signature="setCurrentItem(QTableWidgetItem*,QFlags&lt;QItemSelectionModel::SelectionFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6629 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6630 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6631 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6632 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6633 <modify-function signature="setItemSelected(const QTableWidgetItem*,bool)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6634 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6635 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6636 <modify-function signature="isItemSelected(const QTableWidgetItem*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6637 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6638 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6639 <modify-function signature="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6640 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6641 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6642 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6643 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6644 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6645 <object-type name="QTextDocument">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6646 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6647 <include file-name="QTextBlock" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6648 <include file-name="QTextFormat" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6649 <include file-name="QTextCursor" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6650 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6651 <modify-function signature="setDocumentLayout(QAbstractTextDocumentLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6652 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6653 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6654 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6655 </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
6656 <!--
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6657 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6658 <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
6659 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6660 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6661 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6662
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6663 <object-type name="QSplitter">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6664
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6665 <modify-function signature="getRange(int,int*,int*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6666 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6667 </modify-function>
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>
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
6678
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6679 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6680 <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
6681 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6682
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6683 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6684
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6685 <object-type name="QGroupBox">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6686 <!-- <modify-function signature="initStyleOption(QStyleOptionGroupBox*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6687 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6688 </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
6689
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6690 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6691 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6692 <replace from="%TYPE" to="QStyleOptionGroupBox"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6693 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6694 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6695 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6696
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6697 <object-type name="QStackedWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6698 <modify-function signature="addWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6699 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6700 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6701 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6702 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6703 <modify-function signature="insertWidget(int,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6704 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6705 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6706 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6707 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6708 <modify-function signature="removeWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6709 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6710 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6711 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6712 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6713 <modify-function signature="setCurrentWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6714 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6715 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6716 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6717 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6718 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6719
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6720 <object-type name="QSplitterHandle">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6721 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6722
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6723 <object-type name="QDial">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6724 <!-- <modify-function signature="initStyleOption(QStyleOptionSlider*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6725 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6726 </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
6727
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6728 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6729 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6730 <replace from="%TYPE" to="QStyleOptionSlider"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6731 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6732 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6733 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6734
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6735 <object-type name="QLineEdit">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6736 <!-- <modify-function signature="initStyleOption(QStyleOptionFrame*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6737 <access modifier="private"/>
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 <modify-function signature="setCompleter(QCompleter *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6740 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6741 <reference-count action="set" variable-name="__rcCompleter"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6742 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6743 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6744 <modify-function signature="setValidator(const QValidator *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6745 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6746 <reference-count action="set" variable-name="__rcValidator"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6747 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6748 </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
6749 <!--
71
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 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6752 <replace from="%TYPE" to="QStyleOptionFrame"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6753 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6754 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6755 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6756
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6757 <object-type name="QLCDNumber"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6758
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6759 <object-type name="QSplashScreen">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6760 <modify-function signature="showMessage(const QString &amp;, int, const QColor &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6761 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6762 <replace-default-expression with="QColor.Black"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6763 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6764 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6765 <modify-function signature="repaint()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6766 <modify-function signature="drawContents(QPainter*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6767 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6768 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6769 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6770
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6771 <object-type name="QDockWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6772 <!-- <modify-function signature="initStyleOption(QStyleOptionDockWidget*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6773 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6774 </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
6775
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6776 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6777 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6778 <replace from="%TYPE" to="QStyleOptionDockWidget"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6779 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6780 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6781 <modify-function signature="setTitleBarWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6782 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6783 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6784 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6785 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6786 <modify-function signature="setWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6787 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6788 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6789 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6790 </modify-function>
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="QAbstractProxyModel">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6794 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6795 <include file-name="QItemSelection" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6796 <include file-name="QStringList" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6797 <include file-name="QSize" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6798 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6799
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6800 <modify-function signature="setSourceModel(QAbstractItemModel *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6801 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6802 <reference-count action="set" variable-name="__rcSourceModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6803 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6804 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6805
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6806 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6807
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6808 <object-type name="QDesktopWidget">
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="QFrame">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6812 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6813
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6814 <object-type name="QTextTable">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6815 <modify-function signature="format() const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6816 <rename to="tableFormat"/>
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 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6819 <include file-name="QTextCursor" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6820 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6821 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6822
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6823 <object-type name="QSpinBox">
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
6824 <!-- <modify-function signature="valueChanged(const QString &amp;)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6825 <rename to="valueStringChanged"/>
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
6826 </modify-function> -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6827 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6828
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6829 <object-type name="QTextBrowser">
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
6830 <!-- <modify-function signature="highlighted(const QString &amp;)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6831 <rename to="highlightedString"/>
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
6832 </modify-function> -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6833 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6834
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6835 <object-type name="QDoubleSpinBox">
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
6836 <!-- <modify-function signature="valueChanged(const QString &amp;)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6837 <rename to="valueStringChanged"/>
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
6838 </modify-function> -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6839 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6840
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6841 <object-type name="QButtonGroup">
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
6842 <!-- <modify-function signature="buttonClicked(int)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6843 <rename to="buttonIdClicked"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6844 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6845 <modify-function signature="buttonPressed(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6846 <rename to="buttonIdPressed"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6847 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6848 <modify-function signature="buttonReleased(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6849 <rename to="buttonIdReleased"/>
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
6850 </modify-function> -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6851 <modify-function signature="addButton(QAbstractButton *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6852 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6853 <reference-count action="add" variable-name="__rcButtons"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6854 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6855 </modify-argument>
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="addButton(QAbstractButton *, int)">
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 <reference-count action="add" variable-name="__rcButtons"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6860 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6861 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6862 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6863 <modify-function signature="removeButton(QAbstractButton *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6864 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6865 <reference-count action="remove" variable-name="__rcButtons"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6866 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6867 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6868 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6869 <modify-function signature="setId(QAbstractButton *,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6870 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6871 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6872 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6873 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6874 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6875
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6876 <object-type name="QToolBar">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6877 <modify-function signature="addAction(QAction *)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6878 <!-- <modify-function signature="initStyleOption(QStyleOptionToolBar*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6879 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6880 </modify-function>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6881 <modify-function signature="addAction(QIcon,QString,const QObject*,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6882 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6883 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6884 <modify-function signature="addAction(QString,const QObject*,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6885 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6886 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6887 <modify-function signature="addWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6888 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6889 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6890 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6891 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6892 <modify-function signature="insertWidget(QAction*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6893 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6894 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6895 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6896 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6897 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6898 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6899 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6900 <modify-function signature="insertSeparator(QAction*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6901 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6902 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6903 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6904 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6905 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6906 <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
6907 </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
6908 <!--
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6909 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6910 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6911 <replace from="%TYPE" to="QStyleOptionToolBar"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6912 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6913 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6914 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6915 <insert-template name="gui.addAction">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6916 <replace from="%POST_CALL" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6917 <replace from=" %END_EXTRA" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6918 <replace from=" %END_CALL_EXTRA" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6919 <replace from="%EXTRA" to="QIcon icon,"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6920 <replace from="%CALL_EXTRA" to="icon,"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6921 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6922 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6923 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6924 <insert-template name="gui.addAction">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6925 <replace from="%POST_CALL" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6926 <replace from=" %END_EXTRA" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6927 <replace from=" %END_CALL_EXTRA" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6928 <replace from="%EXTRA " to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6929 <replace from="%CALL_EXTRA " to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6930 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6931 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6932 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6933
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6934 <object-type name="QPaintEngine">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6935
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6936 <modify-function signature="painter() const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6937 <store-result/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6938 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6939
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6940 <modify-function signature="begin(QPaintDevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6941 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6942 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6943 <modify-function signature="updateState(QPaintEngineState)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6944 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6945 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6946 <modify-function signature="drawTextItem(QPointF,QTextItem)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6947 <modify-argument index="2" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6948 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6949
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6950 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6951 <include file-name="QVarLengthArray" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6952 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6953 <modify-function signature="setPaintDevice(QPaintDevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6954 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6955 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6956 <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
6957 <!--
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6958 <modify-function signature="drawLines(const QLine *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6959 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6960 <replace-type modified-type="qt.gui.QLine[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6961 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6962 jobjectArray %out = qtjambi_from_array(__jni_env, %in, %2,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6963 "QLine", "com/trolltech/qt/gui/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6964 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6965 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6966 QVarLengthArray&lt;QLine, 32&gt; __lines;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6967 int __size = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6968 for (int i=0; i&lt;__size; ++i)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6969 __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
6970 const QLine *%out = %1 == 0 ? 0 : __lines.constData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6971 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6972
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6973 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6974 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6975 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6976 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6977 /* nothing */
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6978 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6979 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6980 int %out = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6981 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6982 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6983 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6984
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6985 <modify-function signature="drawLines(const QLineF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6986 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6987 <replace-type modified-type="qt.gui.QLineF[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6988 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6989 jobjectArray %out = qtjambi_from_array(__jni_env, %in, %2,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6990 "QLineF", "com/trolltech/qt/gui/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6991 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6992 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6993 QVarLengthArray&lt;QLineF, 32&gt; __data;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6994 int __size = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6995 for (int i=0; i&lt;__size; ++i)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6996 __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
6997 const QLineF *%out = %1 == 0 ? 0 : __data.constData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6998 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6999 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7000 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7001 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7002 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7003 /* nothing */
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7004 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7005 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7006 int %out = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7007 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7008 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7009 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7010
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7011 <modify-function signature="drawRects(const QRectF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7012 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7013 <replace-type modified-type="qt.core.QRectF[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7014 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7015 jobjectArray %out = qtjambi_from_array(__jni_env, %in, %2,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7016 "QRectF", "com/trolltech/qt/core/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7017 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7018 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7019 QVarLengthArray&lt;QRectF, 32&gt; __data;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7020 int __size = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7021 for (int i=0; i&lt;__size; ++i)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7022 __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
7023 const QRectF *%out = %1 == 0 ? 0 : __data.constData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7024 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7025 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7026 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7027 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7028 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7029 /* nothing */
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7030 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7031 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7032 int %out = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7033 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7034 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7035 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7036
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7037 <modify-function signature="drawRects(const QRect *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7038 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7039 <replace-type modified-type="qt.core.QRect[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7040 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7041 jobjectArray %out = qtjambi_from_array(__jni_env, %in, %2,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7042 "QRect", "com/trolltech/qt/core/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7043 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7044 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7045 QVarLengthArray&lt;QRect, 32&gt; __data;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7046 int __size = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7047 for (int i=0; i&lt;__size; ++i)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7048 __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
7049 const QRect *%out = %1 == 0 ? 0 : __data.constData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7050 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7051 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7052 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7053 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7054 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7055 /* nothing */
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 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7058 int %out = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7059 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7060 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7061 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7062
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7063 <modify-function signature="drawPoints(const QPoint *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7064 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7065 <replace-type modified-type="qt.core.QPoint[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7066 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7067 jobjectArray %out = qtjambi_from_array(__jni_env, %in, %2,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7068 "QPoint", "com/trolltech/qt/core/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7069 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7070 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7071 QVarLengthArray&lt;QPoint, 32&gt; __data;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7072 int __size = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7073 for (int i=0; i&lt;__size; ++i)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7074 __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
7075 const QPoint *%out = %1 == 0 ? 0 : __data.constData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7076 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7077 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7078
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7079 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7080 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7081 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7082 /* nothing */
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7083 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7084 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7085 int %out = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7086 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7087 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7088 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7089
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7090 <modify-function signature="drawPoints(const QPointF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7091 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7092 <replace-type modified-type="qt.core.QPointF[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7093 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7094 jobjectArray %out = qtjambi_from_array(__jni_env, %in, %2,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7095 "QPointF", "com/trolltech/qt/core/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7096 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7097 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7098 QVarLengthArray&lt;QPointF, 32&gt; __data;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7099 int __size = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7100 for (int i=0; i&lt;__size; ++i)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7101 __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
7102 const QPointF *%out = %1 == 0 ? 0 : __data.constData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7103 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7104 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7105 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7106 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7107 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7108 /* nothing */
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7109 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7110 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7111 int %out = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7112 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7113 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7114 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7115
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7116 <modify-function signature="drawPolygon(const QPoint *, int, QPaintEngine::PolygonDrawMode)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7117 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7118 <replace-type modified-type="qt.core.QPoint[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7119 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7120 jobjectArray %out = qtjambi_from_array(__jni_env, %in, %2,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7121 "QPoint", "com/trolltech/qt/core/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7122 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7123 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7124 QVarLengthArray&lt;QPoint, 32&gt; __data;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7125 int __size = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7126 for (int i=0; i&lt;__size; ++i)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7127 __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
7128 const QPoint *%out = %1 == 0 ? 0 : __data.constData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7129 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7130 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7131 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7132 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7133 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7134 /* nothing */
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7135 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7136 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7137 int %out = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7138 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7139 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7140 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7141
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7142 <modify-function signature="drawPolygon(const QPointF *, int, QPaintEngine::PolygonDrawMode)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7143 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7144 <replace-type modified-type="qt.core.QPointF[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7145 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7146 jobjectArray %out = qtjambi_from_array(__jni_env, %in, %2,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7147 "QPointF", "com/trolltech/qt/core/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7148 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7149 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7150 QVarLengthArray&lt;QPointF, 32&gt; __data;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7151 int __size = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7152 for (int i=0; i&lt;__size; ++i)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7153 __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
7154 const QPointF *%out = %1 == 0 ? 0 : __data.constData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7155 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7156 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7157 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7158 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7159 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7160 /* nothing */
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7161 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7162 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7163 int %out = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7164 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7165 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7166 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7167 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7168 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7169
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7170 <object-type name="QAbstractTableModel">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7171 <!-- <modify-function signature="parent(const QModelIndex &amp;)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7172 <modify-function signature="hasChildren(const QModelIndex &amp;)const" remove="all"/> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7173 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7174 <include file-name="QStringList" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7175 <include file-name="QSize" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7176 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7177 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7178
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7179 <object-type name="QGuiSignalMapper">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7180 <modify-function signature="setMapping(QObject*,QWidget*)">
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 <reference-count action="add" declare-variable="qt.core.QSignalMapper" variable-name="__rcMappings"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7183 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7184 <inject-code class="java" position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7185 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7186 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7187 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
7188 if (%2 == null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7189 __rcWidgetForObject.remove(%1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7190 else
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7191 __rcWidgetForObject.put(%1,%2);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7192 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7193 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7194 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7195
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7196 <object-type name="QComboBox">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7197 <!-- <modify-function signature="initStyleOption(QStyleOptionComboBox*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7198 <access modifier="private"/>
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="setCompleter(QCompleter*)">
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 <reference-count variable-name="__rcCompleter" action="set"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7203 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7204 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7205 <modify-function signature="setValidator(const QValidator*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7206 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7207 <reference-count variable-name="__rcValidator" action="set"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7208 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7209 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7210 <modify-function signature="setItemDelegate(QAbstractItemDelegate *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7211 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7212 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7213 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7214 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7215 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7216 <modify-function signature="setView(QAbstractItemView *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7217 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7218 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7219 <!-- Safe to ignore because combo box reparents view -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7220 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7221 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7222 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7223 <modify-function signature="setLineEdit(QLineEdit *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7224 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7225 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7226 <!-- Safe to ignore because combo box reparents line edit -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7227 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7228 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7229 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7230 <modify-function signature="setModel(QAbstractItemModel *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7231 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7232 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7233 <reference-count action="set" variable-name="__rcModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7234 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7235 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7236 <!-- <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7237 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7238 <replace from="%TYPE" to="QStyleOptionComboBox"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7239 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7240 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7241 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7242 <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
7243 </inject-code>
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
7244 <!-- <modify-function signature="activated(int)">&gt;
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7245 <rename to="activatedIndex"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7246 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7247 <modify-function signature="currentIndexChanged(const QString &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7248 <rename to="currentStringChanged"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7249 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7250 <modify-function signature="highlighted(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7251 <rename to="highlightedIndex"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7252 </modify-function>
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
7253 -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7254 <modify-function signature="autoCompletion()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7255 <modify-function signature="autoCompletionCaseSensitivity()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7256 <modify-function signature="setAutoCompletion(bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7257 <modify-function signature="setAutoCompletionCaseSensitivity(Qt::CaseSensitivity)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7258 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7259
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7260 <object-type name="QTextEdit">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7261 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7262 <include file-name="QTextCursor" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7263 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7264 <modify-function signature="setDocument(QTextDocument*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7265 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7266 <reference-count action="set" variable-name="__rcDocument"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7267 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7268 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7269 <modify-function signature="insertFromMimeData(const QMimeData*) ">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7270 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7271 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7272 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7273 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7274 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7275
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7276 <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
7277
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
7278
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7279 <modify-function signature="setEngines(QPrintEngine*,QPaintEngine*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7280 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7281 <reference-count action="set" variable-name="__rcPrintEngine"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7282 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7283 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7284 <reference-count action="set" variable-name="__rcPaintEngine"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7285 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7286 </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
7287
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7288 <modify-function signature="getPageMargins(double*,double*,double*,double*,QPrinter::Unit)const" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7289 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7290 <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
7291 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7292 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7293
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7294 <object-type name="QAction">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7295 <modify-function signature="setMenu(QMenu*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7296 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7297 <reference-count action="set" variable-name="__rcMenu"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7298 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7299 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7300
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
7301
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7302 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7303 <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
7304 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7305 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7306 <modify-function signature="setActionGroup(QActionGroup*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7307 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7308 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7309 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7310 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7311 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7312 java.util.Collection&lt;Object&gt; __rcTmp = null;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7313 if (__rcActionGroup != null) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7314 __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
7315 while (__rcTmp.contains(this))
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7316 __rcTmp.remove(this);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7317 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7318 __rcActionGroup = %1;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7319 if (__rcActionGroup != null) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7320 __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
7321 __rcTmp.add(this);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7322 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7323 </inject-code>
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 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7326 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7327
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7328 <object-type name="QPainter">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7329 <!-- <add-class name="QPaintEngineState"/> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7330 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7331 <include file-name="QWidget" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7332 <include file-name="QPainterPath" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7333 <include file-name="QPixmap" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7334 <include file-name="qt.gui.QGradient" location="java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7335 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7336
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7337 <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
7338
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7339 <modify-function signature="drawConvexPolygon(const QPoint *, 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>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7342 <modify-function signature="drawConvexPolygon(const QPointF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7343 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7344 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7345 <modify-function signature="drawLines(const QLine *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7346 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7347 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7348 <modify-function signature="drawLines(const QLineF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7349 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7350 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7351
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7352 <modify-function signature="drawPoints(const QPoint *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7353 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7354 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7355 <modify-function signature="drawPoints(const QPointF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7356 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7357 </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
7358
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7359 <modify-function signature="drawPolygon(const QPoint *, int, Qt::FillRule)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7360 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7361 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7362 <modify-function signature="drawPolygon(const QPointF *, int, Qt::FillRule)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7363 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7364 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7365
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7366 <modify-function signature="drawPolyline(const QPoint *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7367 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7368 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7369 <modify-function signature="drawPolyline(const QPointF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7370 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7371 </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
7372
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7373 <modify-function signature="drawRects(const QRect *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7374 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7375 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7376 <modify-function signature="drawRects(const QRectF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7377 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7378 </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
7379
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7380 <!-- removed stuff -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7381 <modify-function signature="drawRects(const QVector&lt;QRect&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7382 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7383 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7384 <modify-function signature="drawRects(const QVector&lt;QRectF&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7385 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7386 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7387
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7388 <modify-function signature="drawLines(const QVector&lt;QLine&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7389 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7390 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7391 <modify-function signature="drawLines(const QVector&lt;QLineF&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7392 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7393 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7394
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7395 <modify-function signature="drawLines(const QVector&lt;QPoint&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7396 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7397 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7398 <modify-function signature="drawLines(const QVector&lt;QPointF&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7399 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7400 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7401
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7402 <modify-function signature="drawLines(const QPoint *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7403 <remove/>
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 <modify-function signature="drawLines(const QPointF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7406 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7407 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7408
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7409
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7410 <modify-function signature="QPainter(QPaintDevice *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7411 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7412 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7413 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7414 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7415 <modify-function signature="begin(QPaintDevice *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7416 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7417 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7418 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7419 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7420 <modify-function signature="initFrom(const QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7421 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7422 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7423 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7424 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7425 <modify-function signature="setRedirected(const QPaintDevice *, QPaintDevice *, const QPoint &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7426 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7427 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7428 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7429 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7430 <modify-function signature="restoreRedirected(const QPaintDevice *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7431 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7432 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7433 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7434 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7435
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7436 <modify-function signature="redirected(const QPaintDevice*,QPoint*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7437 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7438 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7439 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7440 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7441 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7442 <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7443 <modify-function signature="matrixEnabled()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7444 <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7445 <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
7446
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7447 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7448 <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
7449 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7450 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7451 <inject-code class="destructor-function">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7452 if (((QPainter *) ptr)-&gt;isActive()) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7453 qWarning("QPainter: trying to delete an active painter, "
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7454 "did you forget to call \"end()\"?\n");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7455 return;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7456 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7457 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7458
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7459 <template name="gui.painter_draw_text_general">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7460 public final void drawText(%RECT_ARGUMENTS, int flags, String text, %RECT_TYPE boundingRect) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7461 drawText(%RECT_CALL_ARGUMENTS, flags, text, boundingRect == null ? null : boundingRect.nativePointer());
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 public final void drawText(%RECT_ARGUMENTS, int flags, String text) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7465 drawText(%RECT_CALL_ARGUMENTS, flags, text, (%RECT_TYPE) null);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7466 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7467 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7468
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7469 <template name="gui.painter_draw_text_qrect">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7470 <insert-template name="gui.painter_draw_text_general">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7471 <replace from="%RECT_ARGUMENTS" to="%RECT_TYPE rectangle"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7472 <replace from="%RECT_CALL_ARGUMENTS" to="rectangle"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7473 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7474 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7475 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7476 <insert-template name="gui.painter_draw_text_qrect">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7477 <replace from="%RECT_TYPE" to="qt.core.QRect"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7478 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7479 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7480 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7481 <insert-template name="gui.painter_draw_text_qrect">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7482 <replace from="%RECT_TYPE" to="qt.core.QRectF"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7483 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7484 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7485 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7486 <insert-template name="gui.painter_draw_text_general">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7487 <replace from="%RECT_TYPE" to="qt.core.QRect"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7488 <replace from="%RECT_ARGUMENTS" to="int x, int y, int width, int height"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7489 <replace from="%RECT_CALL_ARGUMENTS" to="x, y, width, height"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7490 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7491 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7492
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7493
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7494 <modify-function signature="setRedirected(const QPaintDevice*, QPaintDevice*, const QPoint &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7495 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7496 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7497 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7498 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7499 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7500 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7501 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7502 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7503 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7504 __rcRedirections.push(%1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7505 __rcRedirections.push(%2);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7506 </inject-code>
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 <modify-function signature="restoreRedirected(const QPaintDevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7509 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7510 if (!__rcRedirections.empty()) __rcRedirections.pop();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7511 if (!__rcRedirections.empty()) __rcRedirections.pop();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7512 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7513 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7514 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7515 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7516
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7517 <object-type name="QApplication">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7518 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7519 <include file-name="QBasicTimer" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7520 <include file-name="QFont" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7521 <include file-name="QFontMetrics" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7522 <include file-name="QPalette" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7523 <include file-name="QIcon" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7524 <include file-name="QLocale" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7525
356
12cec2d14e1c a better name for qtd.Str
Max Samukha <maxter@spambox.com>
parents: 344
diff changeset
7526 <include file-name="qtd.String" location="java"/>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7527 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7528
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7529 <modify-function signature="QApplication(int &amp;, char **, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7530 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7531 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7532 <modify-function signature="QApplication(int &amp;, char **, QApplication::Type, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7533 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7534 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7535 <modify-function signature="QApplication(int &amp;, char **, bool, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7536 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7537 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7538
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7539 <modify-function signature="font(const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7540 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7541 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7542 <modify-function signature="setFont(QFont,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7543 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7544 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7545 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7546 </modify-argument>
154
00d84545551e QApplication.setPalette,setFont
eldar
parents: 149
diff changeset
7547 <rename to="setFont_private"/>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7548 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7549
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7550 <modify-function signature="palette(const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7551 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7552 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7553 <modify-function signature="setPalette(QPalette,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7554 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7555 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7556 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7557 </modify-argument>
154
00d84545551e QApplication.setPalette,setFont
eldar
parents: 149
diff changeset
7558 <rename to="setPalette_private"/>
00d84545551e QApplication.setPalette,setFont
eldar
parents: 149
diff changeset
7559 </modify-function>
00d84545551e QApplication.setPalette,setFont
eldar
parents: 149
diff changeset
7560 <!--
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7561 <modify-function signature="overrideCursor()">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7562 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7563 <rename to="overrideCursor_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7564 </modify-function>
154
00d84545551e QApplication.setPalette,setFont
eldar
parents: 149
diff changeset
7565 -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7566 <modify-function signature="setInputContext(QInputContext*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7567 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7568 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7569 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7570 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7571 <modify-function signature="setActiveWindow(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7572 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7573 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7574 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7575 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7576 <!-- <modify-function signature="setStyle(QStyle*)">
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="ignore"/>
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 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7582 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7583 <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
7584 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7585 <!-- <modify-function signature="QApplication(int &amp;, char **, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7586 <inject-code class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7587 qtjambi_register_variant_handler();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7588 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7589 </modify-function>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7590 <template name="gui.application_char_pointer_function">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7591 public static %RETURN_TYPE %FUNCTION_NAME(%PRE_ARGUMENTS %COMMA QByteArray className) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7592 return %FUNCTION_NAME(%PRE_CALL_ARGUMENTS %COMMA className == null ? null : className.data());
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7593 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7594 </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
7595
323
7a3c43424dca make all examples compile with new signals/slots
eldar_ins@eldar-laptop
parents: 309
diff changeset
7596 <inject-code class="java-free">
7a3c43424dca make all examples compile with new signals/slots
eldar_ins@eldar-laptop
parents: 309
diff changeset
7597 QApplication qApp()
7a3c43424dca make all examples compile with new signals/slots
eldar_ins@eldar-laptop
parents: 309
diff changeset
7598 {
7a3c43424dca make all examples compile with new signals/slots
eldar_ins@eldar-laptop
parents: 309
diff changeset
7599 return cast(QApplication) QCoreApplication.instance();
7a3c43424dca make all examples compile with new signals/slots
eldar_ins@eldar-laptop
parents: 309
diff changeset
7600 }
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
7601 </inject-code>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7602 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7603
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7604 <object-type name="QCommandLinkButton"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7605 <object-type name="QFileSystemModel">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7606 <modify-function signature="setIconProvider(QFileIconProvider*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7607 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7608 <reference-count action="set" variable-name="__rcIconProvider"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7609 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7610 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7611 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7612 <object-type name="QFormLayout">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7613 <modify-function signature="addRow(QWidget*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7614 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7615 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7616 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7617 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7618 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7619 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7620 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7621 <modify-function signature="addRow(QLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7622 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7623 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7624 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7625 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7626 <modify-function signature="addRow(QWidget*,QLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7627 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7628 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7629 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7630 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7631 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7632 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7633 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7634
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7635 <modify-function signature="addRow(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7636 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7637 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7638 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7639 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7640 <modify-function signature="addRow(QString,QLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7641 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7642 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7643 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7644 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7645 <modify-function signature="addRow(QString,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7646 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7647 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7648 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7649 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7650 <modify-function signature="insertRow(int,QLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7651 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7652 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7653 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7654 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7655 <modify-function signature="insertRow(int,QWidget*,QLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7656 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7657 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7658 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7659 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7660 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7661 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7662 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7663 <modify-function signature="insertRow(int,QWidget*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7664 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7665 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7666 </modify-argument>
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 <reference-count action="ignore"/>
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="insertRow(int,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7672 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7673 <reference-count action="ignore"/>
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>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7676 <modify-function signature="insertRow(int,QString,QLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7677 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7678 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7679 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7680 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7681 <modify-function signature="insertRow(int,QString,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7682 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7683 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7684 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7685 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7686 <modify-function signature="setLayout(int,QFormLayout::ItemRole,QLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7687 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7688 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7689 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7690 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7691 <modify-function signature="setWidget(int,QFormLayout::ItemRole,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7692 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7693 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7694 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7695 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7696 <modify-function signature="setItem(int,QFormLayout::ItemRole,QLayoutItem*)" access="private" rename="setItem_private">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7697 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7698 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7699 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7700 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7701 <modify-function signature="addItem(QLayoutItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7702 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7703 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7704 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7705 </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
7706
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7707 <modify-function signature="getLayoutPosition(QLayout*,int*,QFormLayout::ItemRole*)const" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7708 <modify-function signature="getWidgetPosition(QWidget*,int*,QFormLayout::ItemRole*)const" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7709 <modify-function signature="getItemPosition(int,int*,QFormLayout::ItemRole*)const" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7710 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7711 <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
7712 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7713 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7714 <object-type name="QGraphicsGridLayout" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7715 <modify-function signature="addItem(QGraphicsLayoutItem*,int,int,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7716 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7717 <reference-count action="add" variable-name="__rcItems"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7718 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7719 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7720 <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
7721 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7722 <reference-count action="add" variable-name="__rcItems"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7723 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7724 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7725 <modify-function signature="setAlignment(QGraphicsLayoutItem*,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7726 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7727 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7728 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7729 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7730 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7731 <object-type name="QGraphicsLayout" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7732
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7733 <modify-function signature="widgetEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7734 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7735 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7736 <modify-function signature="setParentLayoutItem(QGraphicsLayoutItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7737 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7738 <reference-count action="set" variable-name="__rcParentLayoutItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7739 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7740 </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
7741
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7742 <!-- <modify-function signature="getContentsMargins(double*,double*,double*,double*)const" access="private"/> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7743 <modify-function signature="getContentsMargins(double*,double*,double*,double*)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7744 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7745 <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
7746 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7747 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7748 <interface-type name="QGraphicsLayoutItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7749 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7750 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7751 <modify-function signature="getContentsMargins(double*,double*,double*,double*)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7752 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7753 <modify-function signature="setParentLayoutItem(QGraphicsLayoutItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7754 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7755 <reference-count action="set" variable-name="__rcParentLayoutItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7756 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7757 </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
7758
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7759 <modify-function signature="getContentsMargins(double*,double*,double*,double*)const" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7760 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7761 <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
7762 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7763 <inject-code class="interface">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7764 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
7765 </inject-code>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7766 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7767 </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
7768
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7769 <object-type name="QGraphicsLinearLayout" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7770 <modify-function signature="addItem(QGraphicsLayoutItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7771 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7772 <reference-count action="add" variable-name="__rcItems"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7773 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7774 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7775 <modify-function signature="insertItem(int,QGraphicsLayoutItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7776 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7777 <reference-count action="add" variable-name="__rcItems"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7778 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7779 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7780 <modify-function signature="removeItem(QGraphicsLayoutItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7781 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7782 <reference-count action="remove" variable-name="__rcItems"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7783 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7784 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7785 <modify-function signature="setAlignment(QGraphicsLayoutItem*,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7786 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7787 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7788 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7789 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7790 <modify-function signature="setStretchFactor(QGraphicsLayoutItem*,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7791 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7792 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7793 </modify-argument>
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 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7796 <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
7797 <modify-function signature="getContentsMargins(double*,double*,double*,double*)const" remove="all" />
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7798 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7799 <modify-function signature="setWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7800 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7801 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7802 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7803 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7804 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7805 if (%1 != null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7806 %1.disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7807 else if (widget() != null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7808 widget().reenableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7809 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7810 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7811 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7812 </object-type> <!-- a QObject so main-thread delete redundant -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7813 <object-type name="QGraphicsWidget"> <!-- a QObject so main-thread delete redundant -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7814 <!-- 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
7815 <modify-function signature="children()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7816 <modify-function signature="setLayout(QGraphicsLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7817 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7818 <reference-count action="set" variable-name="__rcLayout"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7819 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7820 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7821
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7822 <modify-function signature="changeEvent(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="closeEvent(QCloseEvent*)">
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 <modify-function signature="grabKeyboardEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7829 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7830 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7831 <modify-function signature="grabMouseEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7832 <modify-argument index="1" invalidate-after-use="yes"/>
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="hideEvent(QHideEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7835 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7836 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7837 <modify-function signature="moveEvent(QGraphicsSceneMoveEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7838 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7839 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7840 <modify-function signature="paintWindowFrame(QPainter*,const QStyleOptionGraphicsItem*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7841 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7842 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7843 <modify-function signature="resizeEvent(QGraphicsSceneResizeEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7844 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7845 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7846 <modify-function signature="showEvent(QShowEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7847 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7848 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7849 <modify-function signature="ungrabKeyboardEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7850 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7851 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7852 <modify-function signature="ungrabMouseEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7853 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7854 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7855 <modify-function signature="windowFrameEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7856 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7857 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7858
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7859 <modify-function signature="setStyle(QStyle*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7860 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7861 <reference-count action="set" variable-name="__rcStyle"/>
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-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7864 <modify-function signature="setTabOrder(QGraphicsWidget*,QGraphicsWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7865 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7866 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7867 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7868 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7869 <reference-count action="ignore"/>
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 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7872 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7873 <modify-function signature="getContentsMargins(double*,double*,double*,double*)const" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7874 <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
7875
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7876 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7877 <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
7878 <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
7879 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7880 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7881 <modify-function signature="initStyleOption(QStyleOption*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7882 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7883 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7884 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7885 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7886 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
7887 jobject __tmp = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7888 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7889 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7890 QStyleOption *%out = (QStyleOption *) qtjambi_to_object(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7891 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7892 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7893 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7894 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7895 // Make sure the java object is not usable after this, since
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7896 // the QStyleOption* may be deleted at any time.
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7897 qtjambi_invalidate_object(__jni_env, __tmp);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7898 __tmp = 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7899 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7900 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7901 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7902 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7903
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7904 <modify-function signature="paintWindowFrame(QPainter*,const QStyleOptionGraphicsItem*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7905 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7906 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7907 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7908 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
7909 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7910 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7911 const QStyleOptionGraphicsItem *%out = (QStyleOptionGraphicsItem *) qtjambi_to_object(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7912 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7913 <replace-type modified-type="qt.gui.QStyleOptionGraphicsItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7914 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7915 -->
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7918 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7919 <object-type name="QPlainTextDocumentLayout"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7920 <object-type name="QPlainTextEdit">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7921 <modify-function signature="setDocument(QTextDocument*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7922 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7923 <reference-count action="set" variable-name="__rcDocument"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7924 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7925 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7926 <modify-function signature="insertFromMimeData(const QMimeData*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7927 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7928 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7929 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7930 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7931 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7932 <object-type name="QPrintPreviewDialog">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7933 <modify-function signature="open(QObject *, const char *)" remove="all"/> <!-- # TODO -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7934 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7935 <object-type name="QPrintPreviewWidget"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7936 <object-type name="QStyledItemDelegate">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7937 <modify-function signature="setItemEditorFactory(QItemEditorFactory*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7938 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7939 <reference-count action="set" variable-name="__rcItemEditorFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7940 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7941 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7942 <modify-function signature="setEditorData(QWidget*,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7943 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7944 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7945 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7946 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7947 <modify-function signature="setModelData(QWidget*,QAbstractItemModel*,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7948 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7949 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7950 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7951 </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
7952 <!--
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7953 <modify-function signature="initStyleOption(QStyleOptionViewItem*,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7954 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7955 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7956 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
7957 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7958 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7959 QStyleOptionViewItem *%out = (QStyleOptionViewItem *) qtjambi_to_object(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7960 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7961 <replace-type modified-type="qt.gui.QStyleOptionViewItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7962 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7963 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7964 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7965 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7966
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7967 <interface-type name="QAccessibleFactoryInterface" java-name="QAbstractAccessibleFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7968 <interface-type name="QIconEngineFactoryInterfaceV2" java-name="QAbstractIconEngineFactoryV2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7969 <interface-type name="QImageIOHandlerFactoryInterface" java-name="QAbstractImageIOHandlerFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7970 <interface-type name="QInputContextFactoryInterface" java-name="QAbstractInputContextFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7971 <interface-type name="QStyleFactoryInterface" java-name="QAbstractStyleFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7972 <interface-type name="QTextCodecFactoryInterface" java-name="QAbstractTextCodecFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7973 <interface-type name="QPictureFormatInterface" java-name="QAbstractPictureFormat">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7974 <!-- <modify-function signature="loadPicture(QString,QString,QPicture*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7975 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7976 <replace-type modified-type="QPicture"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7977 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7978 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
7979 jobject __tmp = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7980 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7981 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7982 QPicture *%out = (QPicture *) qtjambi_to_object(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7983 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7984 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7985 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7986 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7987 // Make sure the java object is not usable after this, since
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7988 // the QPicture* may be deleted at any time.
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7989 qtjambi_invalidate_object(__jni_env, __tmp);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7990 __tmp = 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7991 bool %out = (bool) %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7992 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7993 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7994 jboolean %out = (jboolean) %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7995 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7996 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7997 </modify-function>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7998 </interface-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7999
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8000 <object-type name="QIconEnginePluginV2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8001 <object-type name="QAccessiblePlugin"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8002 <object-type name="QImageIOPlugin"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8003 <object-type name="QInputContextPlugin"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8004 <object-type name="QPictureFormatPlugin"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8005 <object-type name="QStylePlugin"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8006 <object-type name="QTextCodecPlugin"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8007
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8008 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QPixmap::QPixmap', unmatched parameter type 'QPixmapData*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8009 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private&amp;'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8010 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private\*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8011 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private const\*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8012 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QTextEngine\*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8013 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QFontEngine\*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8014 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QPixmap::Type'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8015 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QInputDialog::Type'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8016 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QTextFrameLayoutData\*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8017 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QAbstractUndoItem\*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8018 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*QImageTextKeyLang*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8019 <suppress-warning text="WARNING(MetaJavaBuilder) :: non-public function '*' in interface '*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8020 <suppress-warning text="WARNING(MetaJavaBuilder) :: visibility of function '*' modified in class '*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8021 <suppress-warning text="WARNING(MetaJavaBuilder) :: hiding of function '*' in class '*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8022 <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
8023 <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
8024 <suppress-warning text="WARNING(CppImplGenerator) :: protected function '*' in final class '*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8025 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QTextLayout::QTextLayout', unmatched parameter type 'QTextEngine*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8026 <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
8027 <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
8028 <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
8029 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QWidget::windowSurface', unmatched return type 'QWindowSurface*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8030 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QWidget::setWindowSurface', unmatched parameter type 'QWindowSurface*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8031 <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
8032 <suppress-warning text="WARNING(MetaJavaBuilder) :: unhandled enum value: ~FlagMask in QMessageBox::StandardButton"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8033 <suppress-warning text="WARNING(MetaJavaBuilder) :: unmatched enum ~FlagMask"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8034 <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
8035 <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
8036 <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
8037 <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
8038 <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
8039 <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
8040 <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
8041 <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
8042 <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
8043 <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
8044 <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
8045 <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
8046 <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
8047 <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
8048 <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
8049 <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
8050 <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
8051 <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
8052 <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
8053 <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
8054 <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
8055 <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
8056 <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
8057 <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
8058 <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
8059 <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
8060 <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
8061 <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
8062 <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
8063 <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
8064 <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
8065 <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
8066 <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
8067 <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
8068 <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
8069 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QPixmap::pixmapData', unmatched return type 'QPixmapData*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8070 <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
8071
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8072 <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
8073 <suppress-warning text="WARNING(MetaJavaBuilder) :: Rejected enum has no alternative...: QPalette::NColorRoles"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8074
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8075 </typesystem>