annotate generator/typesystem_gui.xml @ 308:2485419c5c63 signals

merge with 299
author eldar_ins@eldar-laptop
date Wed, 23 Dec 2009 04:45:55 +0500
parents 91ed8edd442e
children 8a0cf14e3419
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) {
254
maxter
parents: 252
diff changeset
10 void* __qt_return_value = qtd_%CLASS_NAME_%CLASS_NAME_QVariant(cast(void*) this, arg__1 is null ? null : arg__1.__nativeId);
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
22 extern "C" DLL_PUBLIC void* qtd_%CLASS_NAME_%CLASS_NAME_QVariant
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
35 extern "C" DLL_PUBLIC void* qtd_%CLASS_NAME_%CLASS_NAME_QVariant
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>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
50 </inject-code>
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>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
61
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>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
67 </inject-code>
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
80
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"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
225
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
226 <rejection class="QAccessibleTableInterface"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
227
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"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
715
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>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
937
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>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
955
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-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1002
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1096
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>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1133
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"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1138
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) {
254
maxter
parents: 252
diff changeset
1141 qtd_QPolygon_insert_int_QPoint(__nativeId, i, t);
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1142 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1143
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1144 public final void insert(int i, int n, QPoint t) {
254
maxter
parents: 252
diff changeset
1145 qtd_QPolygon_insert_int_int_QPoint(__nativeId, 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)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1159 extern "C" DLL_PUBLIC void qtd_QPolygon_insert_int_QPoint
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)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1170 extern "C" DLL_PUBLIC void qtd_QPolygon_insert_int_int_QPoint
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>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1181
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">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1187 extern "C" JNIEXPORT void JNICALL QTJAMBI_FUNCTION_PREFIX(Java_com_trolltech_qt_gui_QPolygon_add_1private)
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"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1203
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">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1213 extern "C" JNIEXPORT void JNICALL QTJAMBI_FUNCTION_PREFIX(Java_com_trolltech_qt_gui_QPolygonF_add_1private)
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) {
254
maxter
parents: 252
diff changeset
1226 qtd_QPolygonF_insert_int_QPointF(__nativeId, 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) {
254
maxter
parents: 252
diff changeset
1230 qtd_QPolygonF_insert_int_int_QPointF(__nativeId, 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)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1244 extern "C" DLL_PUBLIC void qtd_QPolygonF_insert_int_QPointF
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)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1255 extern "C" DLL_PUBLIC void qtd_QPolygonF_insert_int_int_QPointF
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1275 </inject-code>
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"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1315
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"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1337
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"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1351
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-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1369
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>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1384
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>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1389 </inject-code>
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>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1512
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"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1539 <!--
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>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1601
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"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1643
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-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1769
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"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1874 <!--
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"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1915
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"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1926
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>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1930
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-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
1982
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>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2025
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2099 <!--
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">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2188
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>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2192
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2193 </interface-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2194
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"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2198
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"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2205 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2206 <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2207
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2208 <modify-function signature="paint(QPainter*,const QStyleOptionGraphicsItem*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2209 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2210 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2211 <modify-function signature="collidesWithItem(const QGraphicsItem*,Qt::ItemSelectionMode)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2212 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2213 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2214
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2215 <modify-function signature="contextMenuEvent(QGraphicsSceneContextMenuEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2216 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2217 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2218 <modify-function signature="dragEnterEvent(QGraphicsSceneDragDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2219 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2220 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2221 <modify-function signature="dragLeaveEvent(QGraphicsSceneDragDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2222 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2223 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2224 <modify-function signature="dragMoveEvent(QGraphicsSceneDragDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2225 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2226 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2227 <modify-function signature="dropEvent(QGraphicsSceneDragDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2228 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2229 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2230 <modify-function signature="focusInEvent(QFocusEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2231 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2232 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2233 <modify-function signature="focusOutEvent(QFocusEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2234 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2235 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2236 <modify-function signature="hoverEnterEvent(QGraphicsSceneHoverEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2237 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2238 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2239 <modify-function signature="hoverLeaveEvent(QGraphicsSceneHoverEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2240 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2241 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2242 <modify-function signature="hoverMoveEvent(QGraphicsSceneHoverEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2243 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2244 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2245 <modify-function signature="inputMethodEvent(QInputMethodEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2246 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2247 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2248 <modify-function signature="isObscuredBy(const QGraphicsItem*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2249 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2250 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2251 <modify-function signature="keyPressEvent(QKeyEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2252 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2253 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2254 <modify-function signature="keyReleaseEvent(QKeyEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2255 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2256 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2257 <modify-function signature="mouseDoubleClickEvent(QGraphicsSceneMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2258 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2259 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2260 <modify-function signature="mouseMoveEvent(QGraphicsSceneMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2261 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2262 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2263 <modify-function signature="mousePressEvent(QGraphicsSceneMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2264 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2265 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2266 <modify-function signature="mouseReleaseEvent(QGraphicsSceneMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2267 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2268 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2269 <modify-function signature="sceneEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2270 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2271 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2272 <modify-function signature="sceneEventFilter(QGraphicsItem*,QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2273 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2274 <modify-argument index="2" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2275 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2276 <modify-function signature="wheelEvent(QGraphicsSceneWheelEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2277 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2278 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2279
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2280 <modify-function signature="children()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2281 <modify-function signature="installSceneEventFilter(QGraphicsItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2282 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2283 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2284 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2285 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2286 <modify-function signature="removeSceneEventFilter(QGraphicsItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2287 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2288 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2289 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2290 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2291
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2292
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2293 <modify-function signature="QGraphicsItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2294 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2295 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2296 if (%1 != null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2297 disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2298 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2299 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2300
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2301 <modify-function signature="paint(QPainter *, const QStyleOptionGraphicsItem *, QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2302 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2303 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2304 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
2305 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2306 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2307 const QStyleOptionGraphicsItem *%out = (QStyleOptionGraphicsItem *) qtjambi_to_object(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2308 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2309 <replace-type modified-type="qt.gui.QStyleOptionGraphicsItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2310 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2311 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2312
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2313 <modify-function signature="setGroup(QGraphicsItemGroup*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2314 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2315 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2316 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2317 <inject-code position="beginning">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2318 qt.gui.QGraphicsItemGroup oldGroup = group();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2319 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2320 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2321 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2322 if (%1 == null &amp;&amp; oldGroup != null &amp;&amp; oldGroup.parentItem() == null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2323 reenableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2324 else
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2325 disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2326 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2327 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2328
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2329 <modify-function signature="setParentItem(QGraphicsItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2330 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2331 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2332 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2333 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2334 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2335 if (%1 == null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2336 reenableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2337 else
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2338 disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2339 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2340 </modify-function> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2341 </interface-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2342
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2343 <object-type name="QAbstractGraphicsShapeItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2344 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2345 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2346 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2347 <modify-function signature="QAbstractGraphicsShapeItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2348 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2349 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2350 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2351 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2352 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2353 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2354 <modify-function signature="matrix()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2355 <modify-function signature="resetMatrix()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2356 <modify-function signature="sceneMatrix()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2357 <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2358 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2359 <modify-function signature="QAbstractGraphicsShapeItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2360 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2361 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2362 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2363 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2364 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2365 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2366 </object-type>
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 name="QAbstractItemView">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2369 <!-- <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2370 <include file-name="tango.util.container.HashMap" location="java"/>
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 <modify-function signature="update()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2373 <modify-function signature="horizontalStepsPerItem()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2374 <modify-function signature="setHorizontalStepsPerItem(int)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2375 <modify-function signature="setVerticalStepsPerItem(int)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2376 <modify-function signature="verticalStepsPerItem()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2377
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2378 <modify-function signature="edit(QModelIndex,QAbstractItemView::EditTrigger,QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2379 <modify-argument index="3" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2380 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2381 <modify-function signature="selectionCommand(QModelIndex,const QEvent*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2382 <modify-argument index="2" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2383 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2384
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2385 <!-- <modify-function signature="QAbstractItemView(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2386 <inject-code class="java" position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2387 __rcDelegatesForColumns = new HashMap!(int, QAbstractItemDelegate);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2388 __rcDelegatesForRows = new HashMap!(int, QAbstractItemDelegate);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2389 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2390 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2391 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2392 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2393 <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
2394 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2395
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2396
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2397 <modify-function signature="setIndexWidget(const QModelIndex &amp;,QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2398 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2399 <!-- Safe to ignore because view reparents widget -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2400 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2401 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2402 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2403 <modify-function signature="setItemDelegate(QAbstractItemDelegate *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2404 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2405 <reference-count action="set" variable-name="__rcItemDelegate"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2406 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2407 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2408 <modify-function signature="setModel(QAbstractItemModel *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2409 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2410 <reference-count action="set" variable-name="__rcItemModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2411 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2412 <inject-code class="java" position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2413 // setModel() creates a new selection model for the object
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2414 __rcItemSelectionModel = null;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2415 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2416 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2417 <modify-function signature="setSelectionModel(QItemSelectionModel *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2418 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2419 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2420 <reference-count action="set" variable-name="__rcItemSelectionModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2421 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2422 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2423 <modify-function signature="setItemDelegateForColumn(int,QAbstractItemDelegate*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2424 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2425 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2426 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2427 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2428 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2429 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2430 if (%2 is null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2431 __rcDelegatesForColumns.remove(%1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2432 else
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2433 __rcDelegatesForColumns[%1] = %2;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2434 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2435 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2436 <modify-function signature="setItemDelegateForRow(int,QAbstractItemDelegate*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2437 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2438 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2439 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2440 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2441 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2442 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2443 if (%2 is null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2444 __rcDelegatesForRows.remove(%1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2445 else
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2446 __rcDelegatesForRows[%1] = %2;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2447 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2448 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2449 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2450
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2451 <object-type name="QAbstractPageSetupDialog"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2452 <object-type name="QAbstractPrintDialog"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2453 <object-type name="QAbstractSlider"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2454 <object-type name="QAbstractTextDocumentLayout">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2455 <modify-function signature="setPaintDevice(QPaintDevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2456 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2457 <reference-count action="set" variable-name="__rcPaintDevice"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2458 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2459 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2460
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2461 <modify-function signature="draw(QPainter*,QAbstractTextDocumentLayout::PaintContext)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2462 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2463 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2464 <modify-function signature="drawInlineObject(QPainter*,QRectF,QTextInlineObject,int,QTextFormat)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2465 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2466 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2467
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2468 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2469 <object-type name="QAccessible">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2470 <modify-function signature="initialize()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2471 <modify-function signature="cleanup()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2472 <modify-function signature="setRootObject(QObject *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2473 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2474 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2475 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2476 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2477 <modify-function signature="queryAccessibleInterface(QObject *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2478 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2479 <define-ownership class="java" owner="java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2480 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2481 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2482 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2483 <object-type name="QAccessibleBridge">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2484 <modify-function signature="setRootObject(QAccessibleInterface *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2485 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2486 <define-ownership class="shell" owner="java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2487 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2488 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2489 <modify-function signature="notifyAccessibilityUpdate(int,QAccessibleInterface*,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2490 <modify-argument invalidate-after-use="yes" index="2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2491 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2492 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2493 <object-type name="QAccessible2Interface"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2494 <!-- <object-type name="QAccessibleTableInterface">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2495 <modify-function signature="qAccessibleTableCastHelper()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2496
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2497 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2498 <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
2499 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2500
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2501
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2502 <modify-function signature="cellAtIndex(int,int*,int*,int*,int*,bool*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2503 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2504 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2505 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2506 int rowHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2507 int *%out = &amp;rowHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2508 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2509 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2510 // nothing
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2511 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2512 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2513 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2514 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2515 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2516 int columnHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2517 int *%out = &amp;columnHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2518 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2519 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2520 // nothing
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2521 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2522 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2523 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2524 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2525 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2526 int rowSpanHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2527 int *%out = &amp;rowSpanHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2528 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2529 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2530 // nothing
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2531 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2532 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2533 <modify-argument index="5">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2534 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2535 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2536 int columnSpanHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2537 int *%out = &amp;columnSpanHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2538 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2539 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2540 // nothing
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2541 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2542 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2543 <modify-argument index="6">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2544 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2545 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2546 bool isSelectedHolder = false;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2547 bool *%out = &amp;isSelectedHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2548 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2549 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2550 // no conversion
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2551 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2552 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2553 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2554 <replace-type modified-type="qt.gui.QAccessibleTableInterface$CellAtIndex"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2555 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2556 jobject %out = qtjambi_to_cellatindex(__jni_env, rowHolder, columnHolder, rowSpanHolder, columnSpanHolder, isSelectedHolder);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2557 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2558 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2559 qtjambi_from_cellatindex(__jni_env, %in, %2, %3, %4, %5, %6);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2560 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2561 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2562 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2563
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2564 <modify-function signature="selectedColumns(int,QList&lt;int&gt;*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2565 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2566 <replace-type modified-type="java.util.List&lt;Integer&gt;"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2567 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2568 StaticCache *sc = StaticCache::instance();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2569 sc-&gt;resolveArrayList();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2570 sc-&gt;resolveCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2571 sc-&gt;resolveInteger();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2572
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2573 jobject columnsHolder = 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2574 if (%in != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2575 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
2576 qtjambi_exception_check(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2577 if (columnsHolder != 0) for (int i=0; i&lt;%in-&gt;size(); i++) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2578 __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
2579 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2580 qtjambi_exception_check(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2581 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2582 jobject %out = columnsHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2583 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2584 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2585 StaticCache *sc = StaticCache::instance();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2586 sc-&gt;resolveCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2587
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2588 QList&lt;int&gt; columnHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2589 if (%in != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2590 jobjectArray columnsAsArray = (jobjectArray) __jni_env-&gt;CallObjectMethod(%in, sc-&gt;Collection.toArray);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2591 if (columnsAsArray != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2592 int len = __jni_env-&gt;GetArrayLength(columnsAsArray);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2593 for (int i=0; i&lt;len; ++i) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2594 columnHolder.append(qtjambi_to_int(__jni_env, __jni_env-&gt;GetObjectArrayElement(columnsAsArray, i)));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2595 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2596 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2597 qtjambi_exception_check(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2598 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2599 QList&lt;int&gt; *%out = &amp;columnHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2600 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2601 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2602 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2603 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2604 // Copy back
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2605 if (columnsHolder != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2606 jobjectArray columnsAsArray = (jobjectArray) __jni_env-&gt;CallObjectMethod(columnsHolder, sc-&gt;Collection.toArray);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2607 if (columnsAsArray != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2608 int len = __jni_env-&gt;GetArrayLength(columnsAsArray);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2609 %2-&gt;clear();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2610 for (int i=0; i&lt;len; ++i) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2611 %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
2612 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2613 }
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 int %out = %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2617 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2618 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2619 // Copy back
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2620 if (%2 != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2621 __jni_env-&gt;CallVoidMethod(%2, sc-&gt;Collection.clear);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2622 for (int i=0; i&lt;columnHolder.size(); ++i) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2623 __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
2624 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2625 qtjambi_exception_check(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2626 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2627
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2628 jint %out = %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2629 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2630 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2631 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2632 <modify-function signature="selectedRows(int,QList&lt;int&gt;*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2633 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2634 <replace-type modified-type="java.util.List&lt;Integer&gt;"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2635 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2636 StaticCache *sc = StaticCache::instance();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2637 sc-&gt;resolveArrayList();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2638 sc-&gt;resolveCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2639 sc-&gt;resolveInteger();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2640
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2641 jobject rowsHolder = 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2642 if (%in != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2643 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
2644 qtjambi_exception_check(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2645 if (rowsHolder != 0) for (int i=0; i&lt;%in-&gt;size(); i++) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2646 __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
2647 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2648 qtjambi_exception_check(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2649 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2650 jobject %out = rowsHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2651 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2652 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2653 StaticCache *sc = StaticCache::instance();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2654 sc-&gt;resolveCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2655
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2656 QList&lt;int&gt; rowsHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2657 if (%in != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2658 jobjectArray rowsAsArray = (jobjectArray) __jni_env-&gt;CallObjectMethod(%in, sc-&gt;Collection.toArray);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2659 if (rowsAsArray != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2660 int len = __jni_env-&gt;GetArrayLength(rowsAsArray);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2661 for (int i=0; i&lt;len; ++i) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2662 rowsHolder.append(qtjambi_to_int(__jni_env, __jni_env-&gt;GetObjectArrayElement(rowsAsArray, i)));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2663 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2664 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2665 qtjambi_exception_check(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2666 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2667 QList&lt;int&gt; *%out = &amp;rowsHolder;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2668 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2669 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2670 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2671 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2672 // Copy back
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2673 if (rowsHolder != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2674 jobjectArray rowsAsArray = (jobjectArray) __jni_env-&gt;CallObjectMethod(rowsHolder, sc-&gt;Collection.toArray);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2675 if (rowsAsArray != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2676 int len = __jni_env-&gt;GetArrayLength(rowsAsArray);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2677 %2-&gt;clear();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2678 for (int i=0; i&lt;len; ++i) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2679 %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
2680 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2681 }
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 int %out = %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2685 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2686 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2687 // Copy back
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2688 if (%2 != 0) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2689 __jni_env-&gt;CallVoidMethod(%2, sc-&gt;Collection.clear);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2690 for (int i=0; i&lt;rowsHolder.size(); ++i) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2691 __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
2692 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2693 qtjambi_exception_check(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2694 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2695
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2696 jint %out = %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2697 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2698 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2699 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2700
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2701 </object-type> -->
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 name="QAccessibleInterface">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2704 <modify-function signature="indexOfChild(const QAccessibleInterface*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2705 <modify-argument invalidate-after-use="yes" index="1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2706 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2707 <modify-function signature="relationTo(int,const QAccessibleInterface*,int)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2708 <modify-argument invalidate-after-use="yes" index="2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2709 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2710
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2711 <!-- <modify-function signature="navigate(QAccessible::RelationFlag,int,QAccessibleInterface**)const" remove="all"/> --><!-- TODO -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2712
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2713 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2714 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2715 <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
2716 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2717
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2718
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2719 <template name="gui.accessible_interface_to_target">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2720 jclass __target_class = resolveClass(__jni_env, "QAccessibleInterface$Target", "com/trolltech/qt/gui/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2721 QTJAMBI_EXCEPTION_CHECK(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2722 Q_ASSERT(__target_class);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2723
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2724 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
2725 QTJAMBI_EXCEPTION_CHECK(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2726 Q_ASSERT(__target_constructor);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2727
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2728 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
2729
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2730 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
2731 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2732
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2733 <modify-function signature="navigate(QAccessible::RelationFlag,int,QAccessibleInterface**)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2734 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2735 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2736 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2737 // nothing
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2738 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2739 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2740 QAccessibleInterface *__qt_interface = 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2741 QAccessibleInterface **%out = &amp;__qt_interface;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2742 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2743 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2744
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2745 <modify-argument index="0">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2746 <replace-type modified-type="qt.gui.QAccessibleInterface$Target"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2747 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2748 <insert-template name="gui.accessible_interface_to_target">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2749 <replace from="%TARGET" to="__qt_interface"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2750 <replace from="%CHILD_INDEX" to="%in"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2751 <replace from="%OUTPUT" to="%out"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2752 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2753 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2754 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2755 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
2756 Q_ASSERT(__childIndex_id);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2757
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2758 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
2759 Q_ASSERT(__target_id);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2760
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2761 jint %out = __jni_env-&gt;GetIntField(%in, __childIndex_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 jobject __java_interface = __jni_env-&gt;GetObjectField(%in, __target_id);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2764 QtJambiLink *__qt_link = __java_interface != 0 ? QtJambiLink::findLink(__jni_env, __java_interface) : 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2765 if (__qt_link != 0) __qt_link-&gt;disableGarbageCollection(__jni_env, __java_interface);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2766 QAccessibleInterface *__qt_interface = __qt_link != 0 ? (QAccessibleInterface *) __qt_link-&gt;pointer() : 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2767
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2768 if (%3 != 0) *%3 = __qt_interface;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2769 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2770 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2771 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2772 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2773 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2774 <object-type name="QAccessibleInterfaceEx"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2775 <object-type name="QAccessibleObject"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2776 <object-type name="QAccessibleObjectEx"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2777 <object-type name="QAccessibleWidget"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2778 <object-type name="QAccessibleWidgetEx"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2779 <object-type name="QActionGroup">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2780 <modify-function signature="addAction(QAction*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2781 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2782 <reference-count action="add" variable-name="__rcActions"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2783 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2784 <!-- <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2785 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2786 qt.GeneratorUtilities.setField(%1, QAction.class, "__rcActionGroup", this);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2787 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2788 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2789 <modify-function signature="removeAction(QAction*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2790 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2791 <reference-count action="remove" variable-name="__rcActions"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2792 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2793 <!-- <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2794 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2795 qt.GeneratorUtilities.setField(%1, QAction.class, "__rcActionGroup", null);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2796 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2797 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2798 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2799 <object-type name="QCDEStyle">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2800 <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
2801 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2802 <object-type name="QCheckBox">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2803 <!-- <modify-function signature="initStyleOption(QStyleOptionButton*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2804 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2805 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2806
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2807 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2808 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2809 <replace from="%TYPE" to="QStyleOptionButton"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2810 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2811 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2812 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2813 <object-type name="QCleanlooksStyle">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2814 <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
2815 <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
2816 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2817 <object-type name="QCommonStyle">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2818 <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
2819 <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
2820 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2821 <object-type name="QDataWidgetMapper">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2822 <modify-function signature="addMapping(QWidget*,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2823 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2824 <reference-count action="add" variable-name="__rcMappings"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2825 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2826 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2827 <modify-function signature="addMapping(QWidget*,int,QByteArray)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2828 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2829 <reference-count action="add" variable-name="__rcMappings"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2830 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2831 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2832 <modify-function signature="removeMapping(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2833 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2834 <reference-count action="remove" variable-name="__rcMappings"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2835 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2836 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2837 <modify-function signature="setItemDelegate(QAbstractItemDelegate*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2838 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2839 <reference-count action="set" variable-name="__rcItemDelegate"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2840 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2841 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2842 <modify-function signature="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2843 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2844 <reference-count action="set" variable-name="__rcModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2845 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2846 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2847 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2848 <object-type name="QDateEdit"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2849 <object-type name="QDesktopServices">
225
f7dca08fc816 fix for macosx
eldar
parents: 210
diff changeset
2850 <!-- <extra-includes>
149
7bc921c7100a QDesktopServices.setUrlHandler - temporary solution
eldar
parents: 130
diff changeset
2851 <include file-name="qt.gui.UrlHandler" location="java"/>
225
f7dca08fc816 fix for macosx
eldar
parents: 210
diff changeset
2852 </extra-includes>-->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2853 <modify-function signature="setUrlHandler(const QString &amp;, QObject *, const char *)" access="private">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2854 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2855 <reference-count action="ignore"/> <!-- Handled in injected code -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2856 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2857 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2858
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2859 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2860 <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
2861 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2862
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2863 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2864 <object-type name="QDialog">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2865 <!-- <modify-function signature="setVisible(bool)" remove="all"/> // properties_d -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2866
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2867 <modify-function signature="setExtension(QWidget*)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2868 <modify-function signature="exec()" access="non-final"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2869 <modify-function signature="open()" virtual-slot="yes" />
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2870 <modify-function signature="extension()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2871 <modify-function signature="orientation()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2872 <modify-function signature="setOrientation(Qt::Orientation)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2873 <modify-function signature="showExtension(bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2874 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2875 <object-type name="QDialogButtonBox">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2876 <modify-function signature="addButton(QAbstractButton*,QDialogButtonBox::ButtonRole)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2877 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2878 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2879 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2880 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2881 <modify-function signature="removeButton(QAbstractButton*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2882 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2883 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2884 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2885 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2886 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2887 <object-type name="QDirModel">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2888 <modify-function signature="parent()const" remove="java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2889 <modify-function signature="setIconProvider(QFileIconProvider*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2890 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2891 <reference-count action="set" variable-name="__rcIconProvider"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2892 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2893 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2894 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2895 <object-type name="QDoubleValidator"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2896 <object-type name="QFileIconProvider"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2897 <object-type name="QWizard">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2898 <!-- ### Requires correct class name in meta object -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2899 <modify-function signature="setDefaultProperty(const char *, const char *, const char *)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2900 <modify-function signature="addPage(QWizardPage*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2901 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2902 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2903 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2904 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2905 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2906 <modify-function signature="setButton(QWizard::WizardButton,QAbstractButton*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2907 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2908 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2909 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2910 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2911 <modify-function signature="setPage(int,QWizardPage*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2912 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2913 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2914 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2915 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2916 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2917
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2918 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2919 <object-type name="QWizardPage">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2920 <!-- ### Reduced functionality due to meta object having missing information -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2921 <modify-function signature="registerField(const QString &amp;, QWidget *, const char *, const char *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2922 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2923 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2924 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2925 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2926 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2927 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2928 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2929 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2930
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2931
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2932 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2933 <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
2934 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2935
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2936 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2937 <object-type name="QFocusFrame">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2938 <!-- <modify-function signature="initStyleOption(QStyleOption*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2939 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2940 </modify-function> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2941 <modify-function signature="setWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2942 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2943 <reference-count action="set" variable-name="__rcWidget"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2944 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2945 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2946 <!-- <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2947 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2948 <replace from="%TYPE" to="QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2949 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2950 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2951 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2952 <object-type name="QFontComboBox"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2953 <object-type name="QFontDialog">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2954 <modify-function signature="open(QObject *, const char *)" remove="all"/> <!-- # TODO -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2955
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2956 <!-- <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2957 <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
2958 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2959
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2960 <template name="gui.fontdialog_get_font_general">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2961 public static Result getFont(%FONT_ARGUMENT %COMMA QWidget parent %STRING_ARGUMENT) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2962 QNativePointer np = new QNativePointer(QNativePointer.Type.Boolean);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2963 QFont returned = getFont(np, %FONT_CALL_ARGUMENT %COMMA parent %STRING_CALL_ARGUMENT);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2964 return new Result(returned, np.booleanValue());
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2965 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2966 </template>
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 name="gui.fontdialog_get_font_nocaption">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2969 <insert-template name="gui.fontdialog_get_font_general">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2970 <replace from="%STRING_ARGUMENT" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2971 <replace from="%STRING_CALL_ARGUMENT" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2972 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2973
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2974 public static Result getFont(%FONT_ARGUMENT) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2975 return getFont(%FONT_CALL_ARGUMENT %COMMA (QWidget) null);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2976 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2977 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2978
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2979 <modify-function signature="getFont(bool*,QFont,QWidget*,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2980 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2981 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2982 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2983 <insert-template name="gui.fontdialog_get_font_general">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2984 <replace from="%FONT_ARGUMENT %COMMA" to="QFont initial,"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2985 <replace from="%STRING_ARGUMENT" to=", String caption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2986 <replace from="%FONT_CALL_ARGUMENT %COMMA" to="initial,"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2987 <replace from="%STRING_CALL_ARGUMENT" to=", caption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2988 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2989 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2990
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2991 <modify-function signature="getFont(bool*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2992 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2993 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2994 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2995 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2996 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2997 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2998 <insert-template name="gui.fontdialog_get_font_nocaption">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
2999 <replace from="%FONT_ARGUMENT" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3000 <replace from="%COMMA" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3001 <replace from="%FONT_CALL_ARGUMENT" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3002 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3003 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3004
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3005 <modify-function signature="getFont(bool*,QFont,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3006 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3007 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3008 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3009 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3010 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3011 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3012 <insert-template name="gui.fontdialog_get_font_nocaption">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3013 <replace from="%FONT_ARGUMENT" to="QFont initial"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3014 <replace from="%COMMA" to=", "/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3015 <replace from="%FONT_CALL_ARGUMENT" to="initial"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3016 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3017 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3018 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3019 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3020 <object-type name="QGraphicsEllipseItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3021 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3022 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3023 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3024 <modify-function signature="QGraphicsEllipseItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3025 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3026 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3027 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3028 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3029 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3030 <modify-function signature="QGraphicsEllipseItem(const QRectF &amp;,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3031 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3032 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3033 if (%2 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3034 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3035 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3036 <modify-function signature="QGraphicsEllipseItem(double,double,double,double,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3037 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3038 <argument-map index="5" meta-name="%5"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3039 if (%5 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3040 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3041 </modify-function>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3042 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3043 <object-type name="QGraphicsItemAnimation">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3044 <modify-function signature="setItem(QGraphicsItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3045 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3046 <reference-count action="set" variable-name="__rcItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3047 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3048 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3049 <modify-function signature="setTimeLine(QTimeLine*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3050 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3051 <reference-count action="set" variable-name="__rcTimeLine"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3052 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3053 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3054 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3055 <object-type name="QGraphicsItemGroup" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3056 <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3057 <modify-function signature="resetMatrix()" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3058 <modify-function signature="sceneMatrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3059 <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3060 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3061 <modify-function signature="QGraphicsItemGroup(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3062 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3063 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3064 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3065 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3066 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3067 <modify-function signature="addToGroup(QGraphicsItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3068 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3069 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3070 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3071 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3072 <modify-function signature="removeFromGroup(QGraphicsItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3073 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3074 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3075 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3076 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3077 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3078 if (parentItem() == null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3079 %1.reenableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3080 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3081 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3082 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3083 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3084 <object-type name="QGraphicsLineItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3085 <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3086 <modify-function signature="resetMatrix()" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3087 <modify-function signature="sceneMatrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3088 <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3089 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3090 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3091 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3092 <modify-function signature="QGraphicsLineItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3093 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3094 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3095 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3096 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3097 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3098 <modify-function signature="QGraphicsLineItem(const QLineF &amp;,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3099 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3100 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3101 if (%2 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3102 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3103 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3104 <modify-function signature="QGraphicsLineItem(double,double,double,double,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3105 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3106 <argument-map index="5" meta-name="%5"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3107 if (%5 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3108 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3109 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3110 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3111 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3112 <object-type name="QGraphicsPathItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3113 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3114 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3115 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3116 <modify-function signature="QGraphicsPathItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3117 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3118 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3119 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3120 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3121 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3122 <modify-function signature="QGraphicsPathItem(const QPainterPath &amp;,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3123 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3124 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3125 if (%2 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3126 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3127 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3128 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3129 </object-type>
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 name="QGraphicsPixmapItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3132 <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3133 <modify-function signature="resetMatrix()" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3134 <modify-function signature="sceneMatrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3135 <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3136 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3137 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3138 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3139 <modify-function signature="QGraphicsPixmapItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3140 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3141 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3142 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3143 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3144 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3145 <modify-function signature="QGraphicsPixmapItem(const QPixmap &amp;,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3146 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3147 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3148 if (%2 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3149 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3150 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3151 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3152 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3153 <object-type name="QGraphicsPolygonItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3154 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3155 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3156 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3157 <modify-function signature="QGraphicsPolygonItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3158 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3159 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3160 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3161 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3162 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3163 <modify-function signature="QGraphicsPolygonItem(const QPolygonF &amp;,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3164 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3165 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3166 if (%2 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3167 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3168 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3169 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3170 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3171 <object-type name="QGraphicsRectItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3172 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3173 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3174 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3175 <modify-function signature="QGraphicsRectItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3176 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3177 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3178 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3179 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3180 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3181 <modify-function signature="QGraphicsRectItem(double,double,double,double,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3182 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3183 <argument-map index="5" meta-name="%5"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3184 if (%5 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3185 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3186 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3187 <modify-function signature="QGraphicsRectItem(const QRectF &amp;,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3188 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3189 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3190 if (%2 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3191 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3192 </modify-function> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3193 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3194 <object-type name="QGraphicsSimpleTextItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3195 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3196 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3197 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3198 <modify-function signature="QGraphicsSimpleTextItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3199 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3200 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3201 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3202 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3203 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3204 <modify-function signature="QGraphicsSimpleTextItem(const QString &amp;,QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3205 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3206 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3207 if (%2 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3208 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3209 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3210 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3211 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3212 <object-type name="QHBoxLayout"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3213 <object-type name="QHeaderView">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3214 <!-- <modify-function signature="initStyleOption(QStyleOptionHeader*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3215 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3216 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3217 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3218 <modify-function signature="paintSection(QPainter*,QRect,int)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3219 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3220 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3221 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3222 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3223 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3224 <replace from="%TYPE" to="QStyleOptionHeader"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3225 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3226 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3227 <modify-function signature="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3228 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3229 <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3230 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3231 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3232 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3233 <object-type name="QIconEngine">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3234 <modify-function signature="paint(QPainter*,QRect,QIcon::Mode,QIcon::State)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3235 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3236 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3237 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3238 <object-type name="QIconEngineV2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3239 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3240 <include file-name="qt.core.QSize" location="java"/>
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 <modify-function signature="read(QDataStream&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3243 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3244 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3245 <modify-function signature="write(QDataStream&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3246 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3247 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3248
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3249 <modify-function signature="virtual_hook(int,void*)" remove="all"/>
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="clone()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3252 <remove class="java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3253 <!-- <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3254 <define-ownership class="shell" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3255 </modify-argument>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3256 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3257
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3258 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3259 <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
3260 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3261 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3262 <object-type name="QImageWriter">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3263 <modify-function signature="setDevice(QIODevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3264 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3265 <reference-count action="set" variable-name="__rcDevice"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3266 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3267 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3268 <modify-function signature="description()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3269 <modify-function signature="setDescription(QString)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3270 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3271 <object-type name="QInputContextFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3272 <object-type name="QIntValidator"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3273 <object-type name="QItemDelegate">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3274 <modify-function signature="doLayout(QStyleOptionViewItem,QRect*,QRect*,QRect*,bool)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3275 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3276 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3277
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3278 <modify-function signature="drawCheck(QPainter*,QStyleOptionViewItem,QRect,Qt::CheckState)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3279 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3280 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3281 <modify-function signature="drawDecoration(QPainter*,QStyleOptionViewItem,QRect,QPixmap)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3282 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3283 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3284 <modify-function signature="drawDisplay(QPainter*,QStyleOptionViewItem,QRect,QString)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3285 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3286 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3287 <modify-function signature="drawFocus(QPainter*,QStyleOptionViewItem,QRect)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3288 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3289 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3290
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3291
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3292 <modify-function signature="selected(QPixmap,QPalette,bool)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3293 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3294 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3295 <modify-function signature="setItemEditorFactory(QItemEditorFactory*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3296 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3297 <reference-count action="set" variable-name="__rcItemEditorFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3298 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3299 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3300 <modify-function signature="setEditorData(QWidget*,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3301 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3302 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3303 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3304 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3305 <modify-function signature="setModelData(QWidget*,QAbstractItemModel*,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3306 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3307 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3308 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3309 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3310
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3311 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3312 <object-type name="QItemEditorCreatorBase"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3313 <object-type name="QItemEditorFactory">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3314 <modify-function signature="registerEditor(QVariant::Type, QItemEditorCreatorBase *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3315 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3316 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3317 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3318 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3319 <modify-function signature="setDefaultFactory(QItemEditorFactory *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3320 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3321 <reference-count action="set" variable-name="__rcDefaultItemEditorFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3322 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3323 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3324
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3325 <modify-function signature="setDefaultFactory(QItemEditorFactory*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3326 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3327 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3328 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3329 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3330 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3331 <object-type name="QItemSelectionModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3332 <object-type name="QTreeModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3333 <object-type name="QListView"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3334 <object-type name="QColumnView">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3335 <modify-function signature="setPreviewWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3336 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3337 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3338 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3339 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3340 <modify-function signature="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3341 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3342 <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3343 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3344 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3345 <modify-function signature="setSelectionModel(QItemSelectionModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3346 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3347 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3348 <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemSelectionModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3349 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3350 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3351 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3352 <object-type name="QMainWindow">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3353 <modify-function signature="addDockWidget(Qt::DockWidgetArea,QDockWidget*,Qt::Orientation)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3354 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3355 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3356 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3357 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3358 <modify-function signature="addDockWidget(Qt::DockWidgetArea,QDockWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3359 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3360 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3361 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3362 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3363 <modify-function signature="addToolBar(QToolBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3364 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3365 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3366 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3367 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3368 <modify-function signature="addToolBar(Qt::ToolBarArea,QToolBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3369 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3370 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3371 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3372 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3373 <modify-function signature="insertToolBar(QToolBar*,QToolBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3374 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3375 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3376 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3377 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3378 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3379 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3380 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3381 <modify-function signature="insertToolBarBreak(QToolBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3382 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3383 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3384 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3385 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3386 <modify-function signature="removeDockWidget(QDockWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3387 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3388 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3389 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3390 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3391 <modify-function signature="removeToolBar(QToolBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3392 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3393 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3394 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3395 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3396 <modify-function signature="removeToolBarBreak(QToolBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3397 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3398 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3399 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3400 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3401 <modify-function signature="setCentralWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3402 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3403 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3404 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3405 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3406 <modify-function signature="setMenuBar(QMenuBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3407 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3408 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3409 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3410 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3411 <modify-function signature="setMenuWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3412 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3413 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3414 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3415 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3416 <modify-function signature="setStatusBar(QStatusBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3417 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3418 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3419 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3420 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3421
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3422 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3423 <object-type name="QMdiArea">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3424 <modify-function signature="addSubWindow(QWidget*,QFlags&lt;Qt::WindowType&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3425 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3426 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3427 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3428 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3429
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3430 <modify-function signature="removeSubWindow(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3431 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3432 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3433 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3434 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3435
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3436 <modify-function signature="setActiveSubWindow(QMdiSubWindow*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3437 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3438 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3439 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3440 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3441
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3442 <modify-function signature="setupViewport(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3443 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3444 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3445 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3446 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3447
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3448 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3449 <object-type name="QMdiSubWindow">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3450 <modify-function signature="setSystemMenu(QMenu*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3451 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3452 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3453 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3454 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3455 <modify-function signature="setWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3456 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3457 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3458 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3459 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3460 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3461 <object-type name="QMenu">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3462 <modify-function signature="addAction(QAction *)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3463 <modify-function signature="addMenu(QMenu*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3464 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3465 <reference-count action="add" variable-name="__rcMenus"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3466 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3467 </modify-function>
130
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3468 <modify-function signature="addMenu(const QString &amp;)">
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3469 <modify-argument index="0">
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3470 <reference-count action="add" variable-name="__rcMenus"/>
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3471 </modify-argument>
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3472 </modify-function>
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3473 <modify-function signature="addMenu(const QIcon &amp;, const QString &amp;)">
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3474 <modify-argument index="0">
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3475 <reference-count action="add" variable-name="__rcMenus"/>
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3476 </modify-argument>
7ae9bc9d6935 reference counting for return values. applied to QMenu
eldar
parents: 122
diff changeset
3477 </modify-function>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3478 <modify-function signature="insertMenu(QAction*,QMenu*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3479 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3480 <reference-count action="add" variable-name="__rcMenus"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3481 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3482 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3483 <modify-function signature="insertSeparator(QAction*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3484 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3485 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3486 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3487 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3488 <modify-function signature="setActiveAction(QAction*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3489 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3490 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3491 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3492 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3493 <modify-function signature="setDefaultAction(QAction*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3494 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3495 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3496 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3497 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3498 <modify-function signature="setNoReplayFor(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3499 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3500 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3501 <modify-function signature="initStyleOption(QStyleOptionMenuItem*,const QAction*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3502 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3503 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3504
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3505 <modify-function signature="addAction(QString,const QObject*,const char*,QKeySequence)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3506 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3507 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3508
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3509 <modify-function signature="addAction(QIcon,QString,const QObject*,const char*,QKeySequence)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3510 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3511 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3512
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3513 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3514 <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
3515 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3516
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3517 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3518 <template name="gui.addAction">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3519 public final QAction addAction(%EXTRA String text, Object receiver, String method %END_EXTRA) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3520 QAction returned = addAction(%CALL_EXTRA text %END_CALL_EXTRA);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3521 %POST_CALL
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3522 returned.triggered.connect(receiver, method);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3523
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3524 return returned;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3525 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3526
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3527 public final QAction addAction(%EXTRA String text, qt.QSignalEmitter.AbstractSignal signal %END_EXTRA) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3528 QAction returned = addAction(%CALL_EXTRA text %END_CALL_EXTRA);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3529 %POST_CALL
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3530 returned.triggered.connect(signal);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3531 return returned;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3532 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3533 </template>
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 name="gui.addAction_with_shortcut">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3536 <insert-template name="gui.addAction">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3537 <replace from="%POST_CALL" to="returned.setShortcut(shortcut);"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3538 <replace from=" %END_EXTRA" to=", QKeySequence shortcut"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3539 <replace from=" %END_CALL_EXTRA" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3540 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3541
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3542 public final QAction addAction(%EXTRA String text, Object receiver, String method) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3543 return addAction(%CALL_EXTRA text, receiver, method, new QKeySequence(0));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3544 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3545
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3546 public final QAction addAction(%EXTRA String text, qt.QSignalEmitter.AbstractSignal signal) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3547 return addAction(%CALL_EXTRA text, signal, new QKeySequence(0));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3548 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3549 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3550
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3551 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3552 <insert-template name="gui.addAction_with_shortcut">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3553 <replace from="%EXTRA " to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3554 <replace from="%CALL_EXTRA " to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3555 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3556 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3557
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 <insert-template name="gui.addAction_with_shortcut">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3560 <replace from="%EXTRA" to="QIcon icon,"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3561 <replace from="%CALL_EXTRA" to="icon,"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3562 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3563 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3564 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3565
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3566 <object-type name="QMenuBar">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3567 <modify-function signature="addAction(QAction *)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3568 <modify-function signature="addAction(QString,const QObject*,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3569 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3570 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3571
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3572 <modify-function signature="addMenu(QMenu*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3573 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3574 <reference-count action="add" variable-name="__rcMenus"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3575 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3576 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3577 <modify-function signature="insertMenu(QAction*,QMenu*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3578 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3579 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3580 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3581 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3582 <reference-count action="add" variable-name="__rcMenus"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3583 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3584 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3585 <modify-function signature="insertSeparator(QAction*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3586 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3587 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3588 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3589 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3590 <modify-function signature="setActiveAction(QAction*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3591 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3592 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3593 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3594 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3595 <modify-function signature="setCornerWidget(QWidget*,Qt::Corner) ">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3596 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3597 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3598 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3599 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3600
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3601 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3602 <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
3603 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3604 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3605 <insert-template name="gui.addAction">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3606 <replace from="%POST_CALL" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3607 <replace from=" %END_EXTRA" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3608 <replace from=" %END_CALL_EXTRA" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3609 <replace from="%EXTRA " to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3610 <replace from="%CALL_EXTRA " to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3611 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3612 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3613
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3614
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3615 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3616 <object-type name="QMotifStyle">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3617 <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
3618 <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
3619 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3620 <object-type name="QPainterPathStroker"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3621
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3622 <object-type name="QPictureIO">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3623 <modify-function signature="QPictureIO(QIODevice*,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3624 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3625 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3626 <reference-count action="set" variable-name="__rcDevice"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3627 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3628 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3629
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3630 <modify-function signature="setIODevice(QIODevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3631 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3632 <reference-count action="set" variable-name="__rcDevice"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3633 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3634 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3635
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3636 <modify-function signature="QPictureIO(QString,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3637 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3638 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3639
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3640 <modify-function signature="format()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3641 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3642 <rename to="format_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3643 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3644
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3645 <modify-function signature="parameters()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3646 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3647 <rename to="parameters_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3648 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3649
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3650 <modify-function signature="setFormat(const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3651 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3652 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3653
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3654 <modify-function signature="setParameters(const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3655 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3656 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3657
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3658
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3659 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3660
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3661 public this(QIODevice ioDevice, string format) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3662 this(ioDevice, toStringz(format));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3663 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3664
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3665 public this(string fileName, string format) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3666 this(fileName, toStringz(format));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3667 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3668
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3669 <insert-template name="core.return_string_instead_of_char*">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3670 <replace from="%FUNCTION_NAME" to="format"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3671 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3672 <insert-template name="core.return_string_instead_of_char*">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3673 <replace from="%FUNCTION_NAME" to="parameters"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3674 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3675 <insert-template name="core.call_with_string_instead_of_char*">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3676 <replace from="%FUNCTION_NAME" to="setFormat"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3677 <replace from="%ARG_NAME" to="format"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3678 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3679 <insert-template name="core.call_with_string_instead_of_char*">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3680 <replace from="%FUNCTION_NAME" to="setParameters"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3681 <replace from="%ARG_NAME" to="parameters"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3682 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3683 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3684 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3685
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3686 <object-type name="QPixmapCache">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3687 <modify-function signature="find(QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3688 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3689 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3690 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3691 <modify-function signature="find(QString,QPixmap&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3692 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3693 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3694
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3695 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3696 <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
3697 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3698 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3699 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3700 <object-type name="QPlastiqueStyle">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3701 <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
3702 <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
3703 <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
3704 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3705 <object-type name="QPrintDialog">
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
3706 <!-- <modify-function signature="accepted(QPrinter *)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3707 <rename to="accepted_printer"/>
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
3708 </modify-function> -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3709 <modify-function signature="accepted()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3710 <modify-function signature="open(QObject *, const char *)" remove="all"/> <!-- # TODO -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3711
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
3712 </object-type>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3713 <object-type name="QPrintEngine"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3714 <object-type name="QProgressBar">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3715 <!-- <modify-function signature="initStyleOption(QStyleOptionProgressBar*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3716 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3717 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3718
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3719 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3720 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3721 <replace from="%TYPE" to="QStyleOptionProgressBar"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3722 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3723 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3724 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3725 <object-type name="QPushButton">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3726 <!-- <modify-function signature="initStyleOption(QStyleOptionButton*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3727 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3728 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3729 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3730 <!-- <modify-function signature="setDefault(bool)" rename="default_"/> // properties_d -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3731
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3732
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3733 <modify-function signature="setMenu(QMenu*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3734 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3735 <reference-count action="set" variable-name="__rcMenu"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3736 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3737 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3738 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3739 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3740 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3741 <replace from="%TYPE" to="QStyleOptionButton"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3742 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3743 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3744 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3745 <object-type name="QRegExpValidator"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3746 <object-type name="QScrollArea">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3747 <modify-function signature="setWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3748 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3749 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3750 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3751 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3752 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3753 <object-type name="QSessionManager"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3754 <object-type name="QShortcut">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3755 <modify-function signature="QShortcut(QKeySequence,QWidget*,const char*,const char*,Qt::ShortcutContext)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3756 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3757 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3758 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3759 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3760 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3761 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3762 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3763 <modify-argument index="5">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3764 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3765 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3766 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3767
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3768 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3769 <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
3770 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3771
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3772 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3773 <object-type name="QSizeGrip"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3774 <object-type name="QSound"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3775 <object-type name="QSpacerItem">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3776 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3777 <object-type name="QStandardItem">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3778 <modify-function signature="operator=(QStandardItem)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3779 <modify-function signature="operator&lt;(QStandardItem)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3780 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3781 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3782 <modify-function signature="read(QDataStream&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3783 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3784 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3785 <modify-function signature="write(QDataStream&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3786 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3787 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3788
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3789
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3790 <modify-function signature="appendColumn(const QList&lt;QStandardItem *&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3791 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3792 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3793 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3794 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3795 <modify-function signature="appendRow(const QList&lt;QStandardItem *&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3796 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3797 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3798 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3799 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3800 <modify-function signature="appendRow(QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3801 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3802 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3803 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3804 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3805 <modify-function signature="insertColumn(int, const QList&lt;QStandardItem *&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3806 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3807 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3808 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3809 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3810 <modify-function signature="insertRow(int, const QList&lt;QStandardItem *&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3811 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3812 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3813 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3814 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3815 <modify-function signature="insertRow(int, QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3816 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3817 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3818 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3819 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3820 <modify-function signature="setChild(int,int,QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3821 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3822 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3823 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3824 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3825 <modify-function signature="setChild(int,QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3826 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3827 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3828 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3829 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3830 <modify-function signature="takeChild(int,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3831 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3832 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3833 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3834 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3835 <modify-function signature="takeColumn(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3836 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3837 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3838 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3839 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3840 <modify-function signature="takeRow(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3841 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3842 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3843 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3844 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3845 <modify-function signature="clone()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3846 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3847 <define-ownership class="shell" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3848 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3849 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3850 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3851 <object-type name="QStatusBar">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3852 <modify-function signature="addPermanentWidget(QWidget *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3853 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3854 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3855 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3856 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3857 <modify-function signature="addWidget(QWidget *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3858 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3859 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3860 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3861 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3862 <modify-function signature="removeWidget(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3863 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3864 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3865 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3866 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3867 <modify-function signature="insertPermanentWidget(int, QWidget *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3868 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3869 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3870 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3871 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3872 <modify-function signature="insertWidget(int, QWidget *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3873 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3874 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3875 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3876 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3877 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3878 <object-type name="QStringListModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3879 <object-type name="QStyleFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3880 <object-type name="QStyleHintReturn">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3881 <modify-field name="version">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3882 <rename to="version_"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3883 </modify-field>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3884 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3885 <object-type name="QStyleHintReturnVariant"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3886 <object-type name="QStyleHintReturnMask"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3887 <object-type name="QStylePainter" delete-in-main-thread="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3888 <object-type name="QSyntaxHighlighter">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3889 <modify-function signature="setCurrentBlockUserData(QTextBlockUserData*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3890 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3891 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3892 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3893 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3894 <modify-function signature="setDocument(QTextDocument*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3895 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3896 <reference-count action="set" variable-name="__rcDocument"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3897 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3898 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3899
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3900 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3901 <object-type name="QSystemTrayIcon">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3902 <modify-function signature="setContextMenu(QMenu*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3903 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3904 <reference-count action="set" variable-name="__rcContextMenu"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3905 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3906 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3907 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3908 <object-type name="QTableView">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3909 <modify-function signature="setHorizontalHeader(QHeaderView*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3910 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3911 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3912 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3913 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3914 <modify-function signature="setVerticalHeader(QHeaderView*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3915 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3916 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3917 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3918 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3919 <modify-function signature="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3920 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3921 <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3922 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3923 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3924 <modify-function signature="setSelectionModel(QItemSelectionModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3925 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3926 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3927 <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemSelectionModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3928 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3929 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3930
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3931 <modify-function signature="sortByColumn(int)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3932 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3933 <object-type name="QTextBlockGroup" delete-in-main-thread="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3934 <object-type name="QTextBlockUserData" delete-in-main-thread="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3935 <object-type name="QTextItem" delete-in-main-thread="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3936 <object-type name="QTextList" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3937 <modify-function signature="format()const" rename="textListFormat"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3938
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3939 <modify-function signature="isEmpty()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3940 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3941 <object-type name="QTextObject" delete-in-main-thread="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3942 <object-type name="QTextObjectInterface" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3943 <modify-function signature="drawObject(QPainter*,QRectF,QTextDocument*,int,QTextFormat)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3944 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3945 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3946 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3947 <object-type name="QTimeEdit"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3948 <object-type name="QToolBox">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3949 <modify-function signature="addItem(QWidget*,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3950 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3951 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3952 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3953 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3954 <modify-function signature="addItem(QWidget*,QIcon,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3955 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3956 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3957 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3958 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3959 <modify-function signature="insertItem(int,QWidget*,QIcon,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3960 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3961 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3962 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3963 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3964 <modify-function signature="insertItem(int,QWidget*,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3965 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3966 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3967 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3968 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3969 <modify-function signature="setCurrentWidget(QWidget*) ">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3970 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3971 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3972 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3973 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3974 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3975 <object-type name="QToolButton">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3976 <!-- <modify-function signature="initStyleOption(QStyleOptionToolButton*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3977 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3978 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3979 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3980 <modify-function signature="setDefaultAction(QAction *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3981 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3982 <reference-count action="set" variable-name="__rcDefaultAction"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3983 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3984 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3985 <modify-function signature="setMenu(QMenu *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3986 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3987 <reference-count action="set" variable-name="__rcMenu"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3988 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3989 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3990 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3991 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3992 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3993 <replace from="%TYPE" to="QStyleOptionToolButton"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3994 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3995 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3996 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3997 <object-type name="QToolTip"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3998 <object-type name="QTreeView">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
3999
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4000 <modify-function signature="drawBranches(QPainter*,QRect,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4001 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4002 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4003 <modify-function signature="drawRow(QPainter*,QStyleOptionViewItem,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4004 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4005 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4006
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4007 <modify-function signature="setHeader(QHeaderView*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4008 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4009 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4010 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4011 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4012 <modify-function signature="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4013 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4014 <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4015 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4016 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4017 <modify-function signature="setSelectionModel(QItemSelectionModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4018 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4019 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4020 <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemSelectionModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4021 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4022 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4023
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4024 <modify-function signature="sortByColumn(int)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4025 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4026 <object-type name="QUndoCommand">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4027 <modify-function signature="mergeWith(const QUndoCommand*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4028 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4029 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4030 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4031 <object-type name="QUndoGroup">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4032 <modify-function signature="addStack(QUndoStack*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4033 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4034 <reference-count action="add" variable-name="__rcStacks"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4035 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4036 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4037 <modify-function signature="removeStack(QUndoStack*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4038 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4039 <reference-count action="remove" variable-name="__rcStacks"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4040 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4041 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4042 <modify-function signature="setActiveStack(QUndoStack*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4043 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4044 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4045 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4046 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4047 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4048
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4049 <object-type name="QUndoStack">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4050 <modify-function signature="push(QUndoCommand *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4051 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4052 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4053 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4054 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4055 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4056
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4057 <object-type name="QUndoView">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4058 <modify-function signature="setGroup(QUndoGroup *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4059 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4060 <reference-count action="set" variable-name="__rcGroupOrStack"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4061 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4062 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4063 <modify-function signature="setStack(QUndoStack *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4064 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4065 <reference-count action="set" variable-name="__rcGroupOrStack"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4066 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4067 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4068 <modify-function signature="QUndoView(QUndoGroup *,QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4069 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4070 <reference-count action="set" variable-name="__rcGroupOrStack"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4071 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4072 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4073 <modify-function signature="QUndoView(QUndoStack *,QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4074 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4075 <reference-count action="set" variable-name="__rcGroupOrStack"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4076 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4077 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4078 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4079 <object-type name="QVBoxLayout"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4080 <object-type name="QValidator">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4081 <!-- <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4082 <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
4083 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4084
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4085
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4086 <modify-function signature="fixup(QString&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4087 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4088 <replace-type modified-type="java.lang.String"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4089 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4090 jobject %out = (jobject) qtjambi_from_qstring(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4091 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4092 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4093 QString %out = qtjambi_to_qstring(__jni_env, (jstring) %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4094 QString *__qt_converted = &amp;%out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4095 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4096 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4097
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4098 <modify-argument index="0">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4099 <replace-type modified-type="java.lang.String"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4100 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4101 jobject %out = (jobject) qtjambi_from_qstring(__jni_env, *__qt_converted);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4102 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4103 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4104 %1 = qtjambi_to_qstring(__jni_env, (jstring) %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4105 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4106 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4107 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4108
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4109 <modify-function signature="validate(QString&amp;,int&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4110 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4111 <replace-type modified-type="qt.gui.QValidator$QValidationData"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4112 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4113 <insert-template name="gui.convert_validationdata_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4114 <replace from="%STRING" to="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4115 <replace from="%POS" to="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4116 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4117 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4118 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4119 <insert-template name="gui.convert_validationdata_to_string"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4120 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4121 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4122
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4123 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4124 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4125 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4126 // nothing needed
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4127 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4128 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4129 <insert-template name="gui.convert_validationdata_to_pos">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4130 <replace from="%VALIDATIONDATA" to="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4131 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4132 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4133 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4134
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4135 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4136 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4137 <insert-template name="gui.cleanup_validationdata_from_java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4138 jint %out = %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4139 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4140 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4141 <insert-template name="gui.cleanup_validationdata_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4142 <replace from="%STRING" to="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4143 <replace from="%POS" to="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4144 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4145 QValidator::State %out = (QValidator::State) qtjambi_to_enumerator(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4146 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4147 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4148 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4149 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4150 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4151 <object-type name="QWhatsThis"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4152 <object-type name="QWidgetAction">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4153 <modify-function signature="createWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4154 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4155 <define-ownership class="shell" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4156 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4157 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4158
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4159 <modify-function signature="setDefaultWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4160 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4161 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4162 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4163 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4164 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4165 <object-type name="QWidgetItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4166 <object-type name="QWindowsStyle">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4167 <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
4168 <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
4169 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4170 <object-type name="QWorkspace">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4171 <modify-function signature="addWindow(QWidget*,QFlags&lt;Qt::WindowType&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4172 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4173 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4174 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4175 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4176 <modify-function signature="setActiveWindow(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4177 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4178 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4179 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4180 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4181 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4182
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4183 <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
4184 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4185 <include file-name="qt.core.QObject" location="java"/>
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 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4188 <object-type name="QClipboardEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Clipboard"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4189 <object-type name="QCloseEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Close"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4190 <object-type name="QContextMenuEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::ContextMenu"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4191 <object-type name="QDragEnterEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::DragEnter"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4192 <object-type name="QDragLeaveEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::DragLeave"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4193 <object-type name="QDragMoveEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::DragMove">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4194 <modify-function signature="accept()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4195 <modify-function signature="ignore()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4196 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4197 <object-type name="QDropEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Drop">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4198 <modify-function signature="encodedData(const char*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4199 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4200 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4201
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4202 <modify-function signature="format(int)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4203 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4204 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4205
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4206 <modify-function signature="provides(const char*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4207 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4208 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4209 <modify-field name="fmts" read="false" write="false"/> <!-- obsolete in Qt4 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4210
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4211 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4212 <object-type name="QFileOpenEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::FileOpen"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4213 <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
4214 <modify-function signature="reason()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4215 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4216 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4217 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4218
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4219 <object-type name="QGraphicsSceneContextMenuEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::GraphicsSceneContextMenu"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4220 <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
4221 <modify-function signature="setMimeData(const QMimeData *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4222 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4223 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4224 <modify-function signature="setSource(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4225 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4226 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4227 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4228 <object-type name="QGraphicsSceneEvent">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4229 <modify-function signature="setWidget(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4230 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4231 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4232 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4233 <object-type name="QGraphicsSceneMoveEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::GraphicsSceneMove"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4234 <object-type name="QGraphicsSceneResizeEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::GraphicsSceneResize"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4235 <object-type name="QGraphicsSceneHelpEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::GraphicsSceneHelp"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4236 <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
4237 <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
4238 <object-type name="QGraphicsSceneWheelEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::GraphicsSceneWheel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4239 <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
4240 <object-type name="QHideEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Hide"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4241 <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
4242 <object-type name="QIconDragEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::IconDrag"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4243 <object-type name="QInputMethodEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::InputMethod"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4244 <object-type name="QMoveEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Move"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4245 <object-type name="QResizeEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Resize"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4246 <object-type name="QShortcutEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Shortcut">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4247 <!-- All these have const overloads that are used instead -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4248 <modify-function signature="isAmbiguous()">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4249 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4250 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4251 <modify-function signature="shortcutId()">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4252 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4253 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4254 <modify-function signature="key()">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4255 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4256 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4257 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4258 <object-type name="QShowEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Show"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4259 <object-type name="QStatusTipEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::StatusTip"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4260 <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
4261 <object-type name="QToolBarChangeEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::ToolBarChange"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4262 <object-type name="QWhatsThisClickedEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::WhatsThisClicked"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4263 <object-type name="QWheelEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Wheel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4264 <object-type name="QWindowStateChangeEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::WindowStateChange"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4265 <object-type name="QDragResponseEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::DragResponse"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4266 <object-type name="QInputEvent">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4267 <modify-function signature="modifiers()const" access="non-final"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4268 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4269 <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
4270 <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
4271 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4272 <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
4273 <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
4274 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4275 <object-type name="QPaintEvent" polymorphic-id-expression="%1-&gt;type() == QEvent::Paint"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4276 <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
4277
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4278 <object-type name="QAbstractButton">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4279 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4280 <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
4281 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4282
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4283 </object-type>
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 name="QStyle">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4286 <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
4287 <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
4288
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4289 <modify-function signature="drawComplexControl(QStyle::ComplexControl,const QStyleOptionComplex*,QPainter*,const QWidget*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4290 <modify-argument index="3" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4291 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4292 <modify-function signature="drawControl(QStyle::ControlElement,const QStyleOption*,QPainter*,const QWidget*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4293 <modify-argument index="3" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4294 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4295 <modify-function signature="drawPrimitive(QStyle::PrimitiveElement,const QStyleOption*,QPainter*,const QWidget*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4296 <modify-argument index="3" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4297 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4298 <modify-function signature="styleHint(QStyle::StyleHint,const QStyleOption*,const QWidget*,QStyleHintReturn*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4299 <modify-argument index="4" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4300 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4301 <modify-function signature="drawItemPixmap(QPainter*,QRect,int,QPixmap)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4302 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4303 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4304 <modify-function signature="drawItemText(QPainter*,QRect,int,QPalette,bool,QString,QPalette::ColorRole)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4305 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4306 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4307
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4308
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4309 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4310 <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
4311 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4312 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4313 <modify-function signature="drawControl(QStyle::ControlElement, const QStyleOption *, QPainter *, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4314 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4315 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4316 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4317 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4318 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4319 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4320 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4321 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4322 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4323 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4324
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4325 <modify-function signature="drawComplexControl(QStyle::ComplexControl, const QStyleOptionComplex *, QPainter *, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4326 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4327 <replace-type modified-type="qt.gui.QStyleOptionComplex"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4328 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4329 <insert-template name="gui::qstyleoptioncomplex_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4330 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4331 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4332 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4333 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4334 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4335 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4336
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4337 <modify-function signature="drawPrimitive(QStyle::PrimitiveElement, const QStyleOption *, QPainter *, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4338 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4339 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4340 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4341 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4342 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4343 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4344 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4345 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4346 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4347 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4348
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4349 <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
4350 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4351 <replace-type modified-type="qt.gui.QStyleOptionComplex"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4352 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4353 <insert-template name="gui::qstyleoptioncomplex_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4354 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4355 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4356 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4357 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4358 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4359 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4360
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4361 <modify-function signature="pixelMetric(QStyle::PixelMetric, const QStyleOption *, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4362 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4363 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4364 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4365 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4366 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4367 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4368 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4369 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4370 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4371 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4372
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4373 <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
4374 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4375 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4376 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4377 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4378 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4379 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4380 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4381 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4382 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4383 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4384
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4385 <modify-function signature="standardIcon(QStyle::StandardPixmap, const QStyleOption *, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4386 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4387 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4388 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4389 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4390 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4391 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4392 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4393 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4394 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4395 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4396
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4397 <modify-function signature="standardPixmap(QStyle::StandardPixmap, const QStyleOption *, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4398 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4399 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4400 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4401 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4402 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4403 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4404 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4405 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4406 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4407 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4408
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4409 <modify-function signature="styleHint(QStyle::StyleHint, const QStyleOption *, const QWidget *, QStyleHintReturn *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4410 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4411 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4412 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4413 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4414 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4415 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4416 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4417 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4418 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4419 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4420
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4421 <modify-function signature="subControlRect(QStyle::ComplexControl, const QStyleOptionComplex *, QStyle::SubControl, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4422 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4423 <replace-type modified-type="qt.gui.QStyleOptionComplex"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4424 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4425 <insert-template name="gui::qstyleoptioncomplex_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4426 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4427 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4428 QStyleOptionComplex *%out = (QStyleOptionComplex *) qtjambi_to_object(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4429 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4430 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4431 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4432
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4433 <modify-function signature="subElementRect(QStyle::SubElement, const QStyleOption *, const QWidget *) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4434 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4435 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4436 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4437 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4438 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4439 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4440 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4441 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4442 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4443 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4444
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4445 <modify-function signature="generatedIconPixmap(QIcon::Mode,QPixmap,const QStyleOption*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4446 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4447 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4448 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4449 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4450 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4451 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4452 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4453 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4454 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4455 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4456
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4457 <modify-function signature="polish(QPalette&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4458 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4459 <replace-type modified-type="qt.gui.QPalette"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4460 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4461 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
4462 jobject __invalidate_me = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4463 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4464 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4465 QtJambiLink *link = QtJambiLink::findLink(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4466 Q_ASSERT(link != 0);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4467
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4468 QPalette dummy;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4469 QPalette &amp;%out = link != 0 ? * (QPalette *) link-&gt;pointer() : dummy;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4470 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4471 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4472 <modify-argument index="0">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4473 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4474 if (__invalidate_me != 0)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4475 qtjambi_invalidate_object(__jni_env, __invalidate_me);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4476 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4477 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4478 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4479
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4480 <modify-function signature="standardIconImplementation(QStyle::StandardPixmap,const QStyleOption*,const QWidget*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4481 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4482 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4483 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4484 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4485 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4486 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4487 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4488 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4489 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4490 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4491 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4492 <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
4493 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4494 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4495 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4496 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4497 <modify-argument index="5">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4498 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4499 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4500 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4501
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4502
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4503 <modify-function signature="layoutSpacing(QSizePolicy::ControlType,QSizePolicy::ControlType,Qt::Orientation,const QStyleOption*,const QWidget*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4504 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4505 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4506 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4507 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4508 <modify-argument index="5">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4509 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4510 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4511 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4512
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4513 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4514 <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
4515 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4516 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4517 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4518 <insert-template name="gui::qstyleoption_from_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4519 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4520 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4521 <insert-template name="gui::qstyleoption_to_object"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4522 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4523 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4524 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4525 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4526
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4527
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4528 <inject-code class="shell-declaration"> <!-- Remove in Qt 5 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4529 QPixmap standardPixmap(QStyle::StandardPixmap, const QStyleOption*, const QWidget*) const { return QPixmap(); }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4530 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4531
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4532 <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
4533 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4534
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4535 <object-type name="QColorDialog">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4536 <modify-function signature="open(QObject *, const char *)" remove="all"/> <!-- # TODO -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4537
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4538 <modify-function signature="getColor(const QColor &amp;, QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4539 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4540 <replace-default-expression with="QColor.White"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4541 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4542 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4543 <modify-function signature="getRgba(uint,bool*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4544 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4545 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4546 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4547
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4548 <object-type name="QLayout">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4549
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4550 <modify-function signature="addItem(QLayoutItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4551 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4552 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4553
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4554 <modify-function signature="setSpacing(int)" rename="setWidgetSpacing"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4555 <modify-function signature="spacing()const" rename="widgetSpacing"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4556 <modify-function signature="addWidget(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4557 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4558 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4559 <reference-count variable-name="__rcWidgets" action="add"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4560 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4561 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4562 <modify-function signature="addChildWidget(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4563 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4564 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4565 <reference-count variable-name="__rcWidgets" action="add"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4566 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4567 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4568 <modify-function signature="removeWidget(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4569 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4570 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4571 <reference-count variable-name="__rcWidgets" action="remove"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4572 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4573 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4574
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4575 <modify-function signature="setAlignment(QWidget*,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4576 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4577 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4578 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4579 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4580 <modify-function signature="setAlignment(QLayout*,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4581 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4582 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4583 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4584 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4585 <modify-function signature="setMenuBar(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4586 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4587 <reference-count action="set" variable-name="__rcMenuBar"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4588 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4589 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4590 <modify-function signature="getContentsMargins(int*,int*,int*,int*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4591 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4592 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4593
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4594 <modify-function signature="margin()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4595 <!-- <modify-function signature="setMargin(int)" remove="all"/> --> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4596
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4597 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4598 <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
4599 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4600 <modify-function signature="addItem(QLayoutItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4601 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4602 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4603 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4604 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4605 <modify-function signature="removeItem(QLayoutItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4606 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4607 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4608 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4609 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4610 <modify-function signature="addChildLayout(QLayout *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4611 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4612 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4613 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4614 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4615 <modify-function signature="addChildLayout(QLayout *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4616 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4617 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4618 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4619 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4620 <modify-function signature="itemAt(int) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4621 <!-- <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4622 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4623 </modify-argument>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4624 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4625
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4626
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4627 </object-type>
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 name="QStackedLayout">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4630 <modify-function signature="addItem(QLayoutItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4631 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4632 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4633 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4634 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4635 <modify-function signature="itemAt(int) const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4636 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4637 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4638 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4639 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4640 <modify-function signature="addWidget(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4641 <rename to="addStackedWidget"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4642 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4643 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4644 <reference-count action="add" declare-variable="QLayout" variable-name="__rcWidgets"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4645 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4646 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4647 <modify-function signature="insertWidget(int,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4648 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4649 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4650 <reference-count action="add" declare-variable="QLayout" variable-name="__rcWidgets"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4651 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4652 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4653 <modify-function signature="setCurrentWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4654 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4655 <!-- Safe to ignore because current widget must have been added to layout already -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4656 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4657 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4658 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4659 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4660
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4661 <object-type name="QBoxLayout">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4662 <modify-function signature="addWidget(QWidget *, int, QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4663 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4664 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4665 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4666 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4667 <modify-function signature="addItem(QLayoutItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4668 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4669 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4670 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4671 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4672 <modify-function signature="insertLayout(int, QLayout *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4673 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4674 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4675 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4676 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4677 <modify-function signature="insertItem(int, QLayoutItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4678 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4679 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4680 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4681 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4682 <modify-function signature="addSpacerItem(QSpacerItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4683 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4684 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4685 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4686 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4687 <modify-function signature="insertSpacerItem(int,QSpacerItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4688 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4689 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4690 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4691 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4692
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4693 <modify-function signature="addLayout(QLayout *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4694 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4695 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4696 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4697 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4698 <modify-function signature="addWidget(QWidget*,int,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4699 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4700 <reference-count declare-variable="QLayout" action="add" variable-name="__rcWidgets"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4701 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4702 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4703 <modify-function signature="insertWidget(int,QWidget*,int,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4704 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4705 <reference-count declare-variable="QLayout" action="add" variable-name="__rcWidgets"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4706 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4707 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4708 <modify-function signature="setStretchFactor(QWidget*,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4709 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4710 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4711 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4712 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4713 <modify-function signature="setStretchFactor(QLayout*,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4714 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4715 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4716 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4717 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4718 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4719
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4720 <object-type name="QGridLayout">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4721 <modify-function signature="addWidget(QWidget *)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4722 <modify-function signature="addItem(QLayoutItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4723 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4724 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4725 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4726 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4727 <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
4728 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4729 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4730 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4731 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4732 <modify-function signature="addLayout(QLayout *, int, int, QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4733 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4734 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4735 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4736 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4737 <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
4738 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4739 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4740 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4741 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4742 <modify-function signature="addWidget(QWidget*,int,int,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4743 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4744 <reference-count declare-variable="QLayout" action="add" variable-name="__rcWidgets"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4745 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4746 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4747 <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
4748 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4749 <reference-count declare-variable="QLayout" action="add" variable-name="__rcWidgets"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4750 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4751 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4752 <modify-function signature="addWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4753 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4754 <reference-count declare-variable="QLayout" action="add" variable-name="__rcWidgets"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4755 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4756 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4757 <modify-function signature="getItemPosition(int,int*,int*,int*,int*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4758 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4759 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4760
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4761 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4762 <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
4763 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4764
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4765
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4766 </object-type>
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 name="QGraphicsView">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4769 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4770 <include file-name="QPainterPath" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4771 <include file-name="QVarLengthArray" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4772 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4773 <modify-function signature="fitInView(const QGraphicsItem *, Qt::AspectRatioMode)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4774 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4775 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4776 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4777 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4778 <modify-function signature="setupViewport(QWidget *)" access="non-final"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4779 <modify-function signature="setScene(QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4780 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4781 <reference-count action="set" variable-name="__rcScene"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4782 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4783 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4784 <modify-function signature="setupViewport(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4785 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4786 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4787 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4788 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4789
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4790 <modify-function signature="drawBackground(QPainter*,QRectF)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4791 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4792 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4793 <modify-function signature="drawForeground(QPainter*,QRectF)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4794 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4795 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4796 <modify-function signature="drawItems(QPainter*,int,QGraphicsItem**,const QStyleOptionGraphicsItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4797 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4798 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4799
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4800 <modify-function signature="drawItems(QPainter*,int,QGraphicsItem**,const QStyleOptionGraphicsItem*)" remove="all" />
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4801
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4802 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4803 <modify-function signature="drawItems(QPainter*,int,QGraphicsItem**,const QStyleOptionGraphicsItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4804 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4805 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4806 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4807 // nothing
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4808 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4809 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4810 <insert-template name="core.get_array_length">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4811 <replace from="%ARRAY" to="%3"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4812 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4813 int __length = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4814 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4815 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4816
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4817 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4818 <replace-type modified-type="qt.gui.QGraphicsItemInterface[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4819 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4820 <insert-template name="gui.convert_graphicsitem_array_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4821 <replace from="%LENGTH" to="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4822 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4823 jobjectArray graphicsItemArrayHolder = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4824 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4825 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4826 <insert-template name="gui.convert_graphicsitem_array_from_java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4827 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4828 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4829
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4830 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4831 <replace-type modified-type="qt.gui.QStyleOptionGraphicsItem[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4832 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4833 <insert-template name="gui.convert_styleoptiongraphicsitem_array_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4834 <replace from="%LENGTH" to="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4835 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4836 jobjectArray styleOptionArrayHolder = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4837 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4838 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4839 <insert-template name="gui.convert_styleoptiongraphicsitem_array_from_java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4840 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4841 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4842
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4843 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4844 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4845 qtjambi_invalidate_array(__jni_env, styleOptionArrayHolder);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4846 qtjambi_invalidate_array(__jni_env, graphicsItemArrayHolder);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4847 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4848 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4849
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4850 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4851 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4852 </object-type>
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 name="QInputDialog">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4855 <modify-function signature="open(QObject *, const char *)" remove="all"/> <!-- # TODO -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4856
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4857 <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
4858 <rename to="getDouble_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4859 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4860 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4861
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4862 <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
4863 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4864 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4865
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4866 <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
4867 <rename to="getInt_private" />
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4868 <access modifier="private" />
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4869 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4870
308
2485419c5c63 merge with 299
eldar_ins@eldar-laptop
parents: 307
diff changeset
4871 <modify-function signature="getItem(QWidget *, const QString &amp;, const QString &amp;, const QStringList&lt;QString&gt; &amp;, int, bool, bool *, QFlags&lt;Qt::WindowType&gt;)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4872 <rename to="getItem_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4873 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4874 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4875
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4876 <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
4877 <rename to="getText_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4878 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4879 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4880 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4881 <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
4882 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4883
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4884 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4885
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4886
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4887 <object-type name="QGraphicsScene">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4888 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4889 <include file-name="QVarLengthArray" location="global"/>
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 <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
4892 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4893 <modify-function signature="contextMenuEvent(QGraphicsSceneContextMenuEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4894 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4895 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4896 <modify-function signature="dragEnterEvent(QGraphicsSceneDragDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4897 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4898 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4899 <modify-function signature="dragLeaveEvent(QGraphicsSceneDragDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4900 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4901 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4902 <modify-function signature="dragMoveEvent(QGraphicsSceneDragDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4903 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4904 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4905 <modify-function signature="drawBackground(QPainter*,QRectF)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4906 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4907 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4908 <modify-function signature="drawForeground(QPainter*,QRectF)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4909 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4910 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4911 <modify-function signature="drawItems(QPainter*,int,QGraphicsItem**,const QStyleOptionGraphicsItem*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4912 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4913 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4914 <modify-function signature="dropEvent(QGraphicsSceneDragDropEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4915 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4916 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4917 <modify-function signature="focusInEvent(QFocusEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4918 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4919 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4920 <modify-function signature="focusOutEvent(QFocusEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4921 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4922 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4923 <modify-function signature="helpEvent(QGraphicsSceneHelpEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4924 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4925 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4926 <modify-function signature="inputMethodEvent(QInputMethodEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4927 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4928 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4929 <modify-function signature="keyPressEvent(QKeyEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4930 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4931 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4932 <modify-function signature="keyReleaseEvent(QKeyEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4933 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4934 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4935 <modify-function signature="mouseDoubleClickEvent(QGraphicsSceneMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4936 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4937 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4938 <modify-function signature="mouseMoveEvent(QGraphicsSceneMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4939 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4940 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4941 <modify-function signature="mousePressEvent(QGraphicsSceneMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4942 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4943 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4944 <modify-function signature="mouseReleaseEvent(QGraphicsSceneMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4945 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4946 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4947 <modify-function signature="wheelEvent(QGraphicsSceneWheelEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4948 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4949 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4950
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4951 <modify-function signature="setActiveWindow(QGraphicsWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4952 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4953 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4954 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4955 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4956 <modify-function signature="setStyle(QStyle*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4957 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4958 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4959 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4960 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4961
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4962 <modify-function signature="addItem(QGraphicsItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4963 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4964 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4965 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4966 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4967 <modify-function signature="addEllipse(const QRectF &amp;, const QPen &amp;, const QBrush &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4968 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4969 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4970 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4971 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4972 <modify-function signature="addLine(const QLineF &amp;, const QPen &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4973 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4974 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4975 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4976 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4977 <modify-function signature="addPath(const QPainterPath &amp;, const QPen &amp;, const QBrush &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4978 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4979 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4980 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4981 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4982 <modify-function signature="addPixmap(const QPixmap &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4983 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4984 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4985 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4986 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4987 <modify-function signature="addPolygon(const QPolygonF &amp;, const QPen &amp;, const QBrush &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4988 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4989 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4990 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4991 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4992 <modify-function signature="addRect(const QRectF &amp;, const QPen &amp;, const QBrush &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4993 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4994 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4995 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4996 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4997 <modify-function signature="addText(const QString &amp;, const QFont &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4998 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
4999 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5000 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5001 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5002 <modify-function signature="addWidget(QWidget*,QFlags&lt;Qt::WindowType&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5003 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5004 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5005 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5006 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5007 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5008 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5009 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5010 <modify-function signature="removeItem(QGraphicsItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5011 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5012 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5013 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5014 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5015 <modify-function signature="setFocusItem(QGraphicsItem*,Qt::FocusReason)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5016 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5017 <reference-count action="set" variable-name="__rcFocusItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5018 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5019 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5020
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5021 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5022 <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
5023 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5024
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5025 <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
5026 <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
5027 <modify-function signature="addLine(const QLineF &amp;, const QPen &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5028 <modify-function signature="addLine(double, double, double, double, const QPen &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5029 <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
5030 <modify-function signature="addPixmap(const QPixmap &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5031 <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
5032 <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
5033 <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
5034 <modify-function signature="addSimpleText(const QString &amp;, const QFont &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5035 <modify-function signature="addText(const QString &amp;, const QFont &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5036
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5037 <modify-function signature="drawItems(QPainter*,int,QGraphicsItem**,const QStyleOptionGraphicsItem*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5038 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5039 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5040 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5041 // nothing
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5042 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5043 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5044 <insert-template name="core.get_array_length">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5045 <replace from="%ARRAY" to="%3"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5046 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5047 int __length = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5048 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5049
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5050 </modify-argument>
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 index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5053 <replace-type modified-type="qt.gui.QGraphicsItemInterface[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5054 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5055 <insert-template name="gui.convert_graphicsitem_array_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5056 <replace from="%LENGTH" to="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5057 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5058 jobjectArray graphicsItemArrayHolder = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5059 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5060 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5061 <insert-template name="gui.convert_graphicsitem_array_from_java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5062 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5063 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5064
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5065 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5066 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5067 qtjambi_invalidate_array(__jni_env, styleOptionArrayHolder);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5068 qtjambi_invalidate_array(__jni_env, graphicsItemArrayHolder);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5069 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5070 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5071
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5072 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5073 <replace-type modified-type="qt.gui.QStyleOptionGraphicsItem[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5074 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5075 <insert-template name="gui.convert_styleoptiongraphicsitem_array_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5076 <replace from="%LENGTH" to="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5077 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5078 jobjectArray styleOptionArrayHolder = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5079 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5080 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5081 <insert-template name="gui.convert_styleoptiongraphicsitem_array_from_java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5082 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5083 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5084 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5085 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5086 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5087
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5088
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5089 <object-type name="QCalendarWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5090 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5091 <include file-name="QTextCharFormat" location="global"/>
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5094 <modify-function signature="isHeaderVisible()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5095 <modify-function signature="setHeaderVisible(bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5096
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5097 <modify-function signature="paintCell(QPainter*,QRect,QDate)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5098 <modify-argument invalidate-after-use="yes" index="1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5099 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5100 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5101
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5102 <object-type name="QTreeWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5103 <modify-function signature="mimeData(const QList&lt;QTreeWidgetItem*&gt;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5104 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5105 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5106 <modify-function signature="dropMimeData(QTreeWidgetItem*,int,const QMimeData*,Qt::DropAction)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5107 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5108 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5109 <modify-function signature="isSortingEnabled()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5110 <modify-function signature="setSortingEnabled(bool)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5111 <modify-function signature="indexOfTopLevelItem(QTreeWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5112 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5113 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5114 <modify-function signature="addTopLevelItem(QTreeWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5115 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5116 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5117 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5118 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5119 <modify-function signature="takeTopLevelItem(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5120 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5121 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5122 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5123 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5124 <modify-function signature="addTopLevelItems(const QList&lt;QTreeWidgetItem*&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5125 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5126 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5127 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5128 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5129 <modify-function signature="insertTopLevelItem(int, QTreeWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5130 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5131 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5132 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5133 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5134 <modify-function signature="insertTopLevelItems(int, const QList&lt;QTreeWidgetItem*&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5135 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5136 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5137 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5138 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5139 <modify-function signature="setHeaderItem(QTreeWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5140 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5141 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5142 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5143 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5144 <modify-function signature="takeTopLevelItem(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5145 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5146 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5147 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5148 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5149 <modify-function signature="removeItemWidget(QTreeWidgetItem*,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5150 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5151 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5152 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5153 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5154 <modify-function signature="setCurrentItem(QTreeWidgetItem*,int,QFlags&lt;QItemSelectionModel::SelectionFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5155 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5156 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5157 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5158 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5159 <modify-function signature="setFirstItemColumnSpanned(const QTreeWidgetItem*,bool)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5160 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5161 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5162 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5163 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5164 <modify-function signature="setCurrentItem(QTreeWidgetItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5165 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5166 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5167 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5168 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5169 <modify-function signature="setCurrentItem(QTreeWidgetItem*,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5170 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5171 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5172 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5173 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5174 <modify-function signature="setItemExpanded(const QTreeWidgetItem*,bool)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5175 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5176 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5177 <modify-function signature="isItemExpanded(const QTreeWidgetItem*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5178 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5179 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5180 <modify-function signature="setItemHidden(const QTreeWidgetItem*,bool)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5181 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5182 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5183 <modify-function signature="isItemHidden(const QTreeWidgetItem*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5184 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5185 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5186 <modify-function signature="isItemSelected(const QTreeWidgetItem*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5187 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5188 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5189 <modify-function signature="setItemSelected(const QTreeWidgetItem*,bool)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5190 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5191 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5192 <modify-function signature="setItemWidget(QTreeWidgetItem*,int,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5193 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5194 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5195 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5196 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5197 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5198 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5199 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5200 <modify-function signature="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5201 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5202 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5203 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5204 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5205
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5206 <modify-function signature="items(const QMimeData*)const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5207 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5208
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5209 <object-type name="QAbstractItemDelegate">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5210 <modify-function signature="setEditorData(QWidget*,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5211 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5212 <!-- Safe to ignore because this implementation is documented to do nothing -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5213 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5214 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5215 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5216 <modify-function signature="setModelData(QWidget*,QAbstractItemModel*,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5217 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5218 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5219 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5220 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5221 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5222 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5223 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5224
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5225 <modify-function signature="paint(QPainter*,QStyleOptionViewItem,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5226 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5227 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5228 <modify-function signature="editorEvent(QEvent*,QAbstractItemModel*,QStyleOptionViewItem,QModelIndex)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5229 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5230 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5231
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5232 <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
5233 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5234
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5235 <object-type name="QTableWidgetItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5236 <modify-function signature="operator=(const QTableWidgetItem&amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5237 <modify-function signature="clone() const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5238 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5239 <define-ownership class="shell" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5240 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5241 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5242
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5243 <modify-function signature="backgroundColor()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5244 <modify-function signature="setBackgroundColor(QColor)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5245 <modify-function signature="setTextColor(QColor)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5246 <modify-function signature="textColor()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5247
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5248 <modify-function signature="operator&lt;(QTableWidgetItem)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5249 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5250 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5251 <modify-function signature="read(QDataStream&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5252 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5253 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5254 <modify-function signature="write(QDataStream&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5255 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5256 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5257
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5258 </object-type>
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 name="QListWidgetItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5261
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5262 <modify-function signature="operator&lt;(QListWidgetItem)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5263 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5264 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5265 <modify-function signature="read(QDataStream&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5266 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5267 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5268 <modify-function signature="write(QDataStream&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5269 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5270 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5271
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5272
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5273 <modify-function signature="operator=(const QListWidgetItem&amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5274 <!-- <modify-function signature="QListWidgetItem(QListWidget *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5275 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5276 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5277 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5278 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5279 <modify-function signature="QListWidgetItem(const QString &amp;, QListWidget *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5280 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5281 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5282 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5283 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5284 <modify-function signature="QListWidgetItem(const QIcon &amp;, const QString &amp;, QListWidget *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5285 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5286 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5287 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5288 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5289 <modify-function signature="clone() const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5290 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5291 <define-ownership class="shell" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5292 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5293 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5294 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5295 <modify-function signature="backgroundColor()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5296 <modify-function signature="setBackgroundColor(QColor)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5297 <modify-function signature="setTextColor(QColor)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5298 <modify-function signature="textColor()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5299 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5300
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5301 <object-type name="QGraphicsTextItem"> <!-- a QObject so main-thread delete redundant -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5302 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5303 <include file-name="QTextCursor" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5304 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5305 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5306 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5307 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5308 <modify-function signature="QGraphicsTextItem(QGraphicsItem*,QGraphicsScene*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5309 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5310 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5311 if (%1 != null) disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5312 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5313 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5314 <modify-function signature="QGraphicsTextItem(const QString &amp;,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="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5317 if (%2 != 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="setDocument(QTextDocument*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5321 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5322 <reference-count action="set" variable-name="__rcDocument"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5323 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5324 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5325 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5326 <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5327 <modify-function signature="resetMatrix()" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5328 <modify-function signature="sceneMatrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5329 <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5330 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5331
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5332 <object-type name="QCompleter">
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
5333 <!-- <modify-function signature="activated(const QModelIndex &amp;)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5334 <rename to="activatedIndex"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5335 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5336 <modify-function signature="highlighted(const QModelIndex &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5337 <rename to="highlightedIndex"/>
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
5338 </modify-function> -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5339 <modify-function signature="setModel(QAbstractItemModel *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5340 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5341 <reference-count action="set" variable-name="__rcModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5342 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5343 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5344 <modify-function signature="setPopup(QAbstractItemView *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5345 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5346 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5347 <define-ownership class="java" owner="c++"/>
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="setWidget(QWidget *)">
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 <reference-count action="set" variable-name="__rcWidget"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5353 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5354 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5355 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5356
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5357
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5358 <object-type name="QTreeWidgetItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5359
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5360 <modify-function signature="operator&lt;(QTreeWidgetItem)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5361 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5362 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5363 <modify-function signature="read(QDataStream&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5364 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5365 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5366 <modify-function signature="write(QDataStream&amp;)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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5370 <modify-function signature="QTreeWidgetItem(const QTreeWidgetItem &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5371 <modify-function signature="operator=(const QTreeWidgetItem&amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5372
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5373 <modify-function signature="QTreeWidgetItem(QTreeWidget *,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5374 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5375 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5376 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5377 </modify-function>
308
2485419c5c63 merge with 299
eldar_ins@eldar-laptop
parents: 307
diff changeset
5378 <modify-function signature="QTreeWidgetItem(QTreeWidget *,const QStringList&lt;QString&gt; &amp;,int)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5379 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5380 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5381 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5382 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5383 <modify-function signature="QTreeWidgetItem(QTreeWidget *,QTreeWidgetItem *,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5384 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5385 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5386 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5387 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5388 <modify-function signature="QTreeWidgetItem(QTreeWidgetItem *,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5389 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5390 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5391 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5392 </modify-function>
308
2485419c5c63 merge with 299
eldar_ins@eldar-laptop
parents: 307
diff changeset
5393 <modify-function signature="QTreeWidgetItem(QTreeWidgetItem *,const QStringList&lt;QString&gt; &amp;,int)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5394 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5395 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5396 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5397 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5398 <modify-function signature="QTreeWidgetItem(QTreeWidgetItem *,QTreeWidgetItem *,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5399 <modify-argument index="this">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5400 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5401 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5402 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5403 <modify-function signature="clone() const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5404 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5405 <define-ownership class="shell" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5406 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5407 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5408 <modify-function signature="addChild(QTreeWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5409 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5410 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5411 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5412 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5413 <modify-function signature="addChildren(const QList&lt;QTreeWidgetItem*&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5414 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5415 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5416 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5417 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5418 <modify-function signature="insertChild(int, QTreeWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5419 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5420 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5421 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5422 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5423 <modify-function signature="insertChildren(int, const QList&lt;QTreeWidgetItem*&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5424 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5425 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5426 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5427 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5428 <modify-function signature="removeChild(QTreeWidgetItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5429 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5430 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5431 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5432 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5433 <modify-function signature="takeChild(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5434 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5435 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5436 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5437 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5438 <modify-function signature="takeChildren()">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5439 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5440 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5441 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5442 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5443
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5444 <modify-function signature="backgroundColor(int)const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5445 <modify-function signature="setBackgroundColor(int, QColor)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5446 <modify-function signature="setTextColor(int, QColor)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5447 <modify-function signature="textColor(int)const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5448 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5449
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5450 <object-type name="QListWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5451 <modify-function signature="mimeData(const QList&lt;QListWidgetItem *&gt;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5452 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5453 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5454 <modify-function signature="addItem(QListWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5455 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5456 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5457 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5458 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5459 <modify-function signature="insertItem(int, QListWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5460 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5461 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5462 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5463 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5464 <modify-function signature="removeItemWidget(QListWidgetItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5465 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5466 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5467 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5468 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5469 <modify-function signature="setCurrentItem(QListWidgetItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5470 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5471 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5472 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5473 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5474 <modify-function signature="setCurrentItem(QListWidgetItem*,QFlags&lt;QItemSelectionModel::SelectionFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5475 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5476 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5477 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5478 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5479 <modify-function signature="setItemHidden(const QListWidgetItem*,bool)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5480 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5481 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5482 <modify-function signature="isItemHidden(const QListWidgetItem*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5483 <remove/>
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="setItemSelected(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="isItemSelected(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="takeItem(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5492 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5493 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5494 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5495 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5496 <modify-function signature="setItemWidget(QListWidgetItem*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5497 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5498 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5499 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5500 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5501 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5502 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5503 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5504 <modify-function signature="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5505 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5506 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5507 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5508 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5509
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5510
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5511 <!-- <modify-function signature="addItem(const QString &amp;)" remove="all"/>-->
308
2485419c5c63 merge with 299
eldar_ins@eldar-laptop
parents: 307
diff changeset
5512 <modify-function signature="addItems(const QStringList&lt;QString&gt; &amp;)" remove="all"/>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5513 <modify-function signature="insertItem(int, const QString &amp;)" remove="all"/>
308
2485419c5c63 merge with 299
eldar_ins@eldar-laptop
parents: 307
diff changeset
5514 <modify-function signature="insertItems(int, const QStringList&lt;QString&gt; &amp;)" remove="all"/>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5515 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5516 <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
5517 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5518 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5519
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5520 <object-type name="QWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5521 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5522 <include file-name="QIcon" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5523 <include file-name="QMessageBox" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5524 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5525
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5526 <!-- These should be restored later after fixing abstract classes issue -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5527 <!--<modify-function signature="inputContext()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5528 <modify-function signature="layout() const" remove="all"/>
122
76874701375c enable QWidget.style
mandel
parents: 98
diff changeset
5529 <modify-function signature="setLayout(QLayout*)" remove="all"/>
76874701375c enable QWidget.style
mandel
parents: 98
diff changeset
5530 <modify-function signature="style () const" remove="all"/>-->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5531
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5532 <modify-function signature="actionEvent(QActionEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5533 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5534 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5535 <modify-function signature="changeEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5536 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5537 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5538 <modify-function signature="closeEvent(QCloseEvent*)">
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="contextMenuEvent(QContextMenuEvent*)">
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="dragEnterEvent(QDragEnterEvent*)">
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="dragLeaveEvent(QDragLeaveEvent*)">
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="dragMoveEvent(QDragMoveEvent*)">
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="dropEvent(QDropEvent*)">
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="enterEvent(QEvent*)">
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="focusInEvent(QFocusEvent*)">
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="focusOutEvent(QFocusEvent*)">
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="hideEvent(QHideEvent*)">
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="inputMethodEvent(QInputMethodEvent*)">
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="keyPressEvent(QKeyEvent*)">
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="keyReleaseEvent(QKeyEvent*)">
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="leaveEvent(QEvent*)">
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="mouseDoubleClickEvent(QMouseEvent*)">
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="mouseMoveEvent(QMouseEvent*)">
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="mousePressEvent(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="mouseReleaseEvent(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="moveEvent(QMoveEvent*)">
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="paintEvent(QPaintEvent*)">
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="resizeEvent(QResizeEvent*)">
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="showEvent(QShowEvent*)">
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="tabletEvent(QTabletEvent*)">
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="wheelEvent(QWheelEvent*)">
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 <!-- qtd
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5611 <modify-function signature="render(QPainter*,QPoint,QRegion,QFlags&lt;QWidget::RenderFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5612 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5613 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5614 </modify-argument>
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5617 <inject-code class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5618 extern "C" JNIEXPORT void JNICALL QTJAMBI_FUNCTION_PREFIX(Java_com_trolltech_qt_gui_QWidget__1_1qt_1QMessageBox_1setWindowTitle)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5619 (JNIEnv *__jni_env,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5620 jclass,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5621 jlong __this_nativeId,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5622 jobject title0)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5623 {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5624 QTJAMBI_DEBUG_TRACE("(native) entering: QMessageBox::setWindowTitle(const QString &amp; title)");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5625 QString __qt_title0 = qtjambi_to_qstring(__jni_env, (jstring) title0);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5626 QTJAMBI_EXCEPTION_CHECK(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5627 QMessageBox *__qt_this = (QMessageBox *) qtjambi_from_jlong(__this_nativeId);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5628 QTJAMBI_EXCEPTION_CHECK(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5629 Q_ASSERT(__qt_this);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5630 __qt_this-&gt;setWindowTitle((const QString&amp; )__qt_title0);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5631 QTJAMBI_DEBUG_TRACE("(native) -&gt; leaving: QMessageBox::setWindowTitle(const QString &amp; title)");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5632 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5633 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5634
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5635 <inject-code class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5636 extern "C" JNIEXPORT void JNICALL QTJAMBI_FUNCTION_PREFIX(Java_com_trolltech_qt_gui_QWidget__1_1qt_1QMessageBox_1setWindowModality)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5637 (JNIEnv *__jni_env,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5638 jclass,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5639 jlong __this_nativeId,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5640 jint windowModality0)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5641 {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5642 Q_UNUSED(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5643 QTJAMBI_DEBUG_TRACE("(native) entering: QMessageBox::setWindowModality(Qt::WindowModality modality)");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5644 Qt::WindowModality __qt_windowModality0 = (Qt::WindowModality) windowModality0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5645 QTJAMBI_EXCEPTION_CHECK(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5646 QMessageBox *__qt_this = (QMessageBox *) qtjambi_from_jlong(__this_nativeId);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5647 QTJAMBI_EXCEPTION_CHECK(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5648 Q_ASSERT(__qt_this);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5649 __qt_this-&gt;setWindowModality((Qt::WindowModality )__qt_windowModality0);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5650 QTJAMBI_DEBUG_TRACE("(native) -&gt; leaving: QMessageBox::setWindowModality(Qt::WindowModality modality)");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5651 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5652 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5653
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5654 <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
5655 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5656 <replace-default-expression with="RenderFlag.DrawWindowBackground, RenderFlag.DrawChildren"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5657 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5658 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5659 <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
5660 <modify-argument index="4">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5661 <replace-default-expression with="RenderFlag.DrawWindowBackground, RenderFlag.DrawChildren"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5662 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5663 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5664 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5665 <!-- <modify-function signature="setFocusProxy(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5666 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5667 <reference-count action="set" variable-name="__rcFocusProxy"/>
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> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5670 <modify-function signature="setInputContext(QInputContext*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5671 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5672 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5673 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5674 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5675 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5676 <modify-function signature="setLayout(QLayout*)">
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 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5679 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5680 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5681 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5682 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5683 <modify-function signature="setParent(QWidget*,QFlags&lt;Qt::WindowType&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5684 <modify-argument index="1">
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 <modify-function signature="setParent(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5689 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5690 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5691 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5692 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5693 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5694 <modify-function signature="setStyle(QStyle*)">
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="set" variable-name="__rcStyle"/>
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="setTabOrder(QWidget*,QWidget*)">
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="ignore"/>
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-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5705 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5706 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5707 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5708 <modify-function signature="getContentsMargins(int*,int*,int*,int*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5709 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5710 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5711
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5712 <modify-function signature="addAction(QAction *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5713 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5714 <reference-count action="add" variable-name="__rcActions"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5715 </modify-argument>
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="insertAction(QAction *, QAction *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5719 <modify-argument index="2">
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="addActions(const QList&lt;QAction *&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5725 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5726 <reference-count action="add-all" 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="insertActions(QAction *, const QList&lt;QAction *&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5731 <modify-argument index="2">
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="removeAction(QAction *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5737 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5738 <reference-count action="remove" 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 <modify-function signature="enabledChange(bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5742 <modify-function signature="fontChange(QFont)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5743 <modify-function signature="isEnabledToTLW()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5744 <modify-function signature="isTopLevel()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5745 <modify-function signature="paletteChange(QPalette)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5746 <modify-function signature="setShown(bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5747 <modify-function signature="topLevelWidget()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5748 <modify-function signature="windowActivationChange(bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5749
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5750 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5751 <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
5752 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5753 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5754 <modify-function signature="setWindowTitle(const QString &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5755 <inject-code class="java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5756 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5757 if (this instanceof QMessageBox) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5758 qt.GeneratorUtilities.threadCheck(this);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5759 if (nativeId() == 0)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5760 throw new QNoNativeResourcesException("Function call on incomplete object of type: " +getClass().getName());
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5761 __qt_QMessageBox_setWindowTitle(nativeId(), %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5762 return ;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5763 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5764 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5765 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5766
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5767
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5768 <modify-function signature="setWindowModality(Qt::WindowModality)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5769 <inject-code class="java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5770 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5771 if (this instanceof QMessageBox) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5772 qt.GeneratorUtilities.threadCheck(this);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5773 if (nativeId() == 0)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5774 throw new QNoNativeResourcesException("Function call on incomplete object of type: " +getClass().getName());
254
maxter
parents: 252
diff changeset
5775 __qt_QMessageBox_setWindowModality(__nativeId(), %1.value());
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5776 return ;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5777 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5778 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5779 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5780 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5781
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5782
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5783
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5784 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5785
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5786 <object-type name="QMessageBox">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5787 <modify-function signature="open()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5788 <modify-function signature="setWindowTitle(const QString &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5789 <modify-function signature="setWindowModality(Qt::WindowModality)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5790 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5791 <include file-name="QPixmap" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5792 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5793 <modify-function signature="addButton(QAbstractButton*,QMessageBox::ButtonRole)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5794 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5795 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5796 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5797 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5798 <modify-function signature="removeButton(QAbstractButton*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5799 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5800 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5801 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5802 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5803 <modify-function signature="setDefaultButton(QPushButton*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5804 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5805 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5806 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5807 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5808 <modify-function signature="setEscapeButton(QAbstractButton*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5809 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5810 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5811 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5812 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5813
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5814 <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
5815 <modify-function signature="buttonText(int)const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5816 <modify-function signature="setButtonText(int, QString)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5817 <modify-function signature="standardIcon(QMessageBox::Icon)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5818
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5819 <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
5820 <modify-function signature="critical(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
5821 <modify-function signature="information(QWidget*,QString,QString,int,int,int)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5822 <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
5823 <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
5824 <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
5825 <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
5826 <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
5827 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5828
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5829 <object-type name="QAbstractSpinBox">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5830 <modify-function signature="initStyleOption(QStyleOptionSpinBox*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5831 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5832 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5833 <modify-function signature="setLineEdit(QLineEdit*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5834 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5835 <!-- Safe to ignore because the spinbox reparents the line edit -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5836 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5837 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5838 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5839 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5840 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5841 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5842 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5843 <replace from="%TYPE" to="QStyleOptionSpinBox"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5844 <replace from="final" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5845 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5846 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5847
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5848 <modify-function signature="fixup(QString&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5849 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5850 <replace-type modified-type="java.lang.String"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5851 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5852 jobject %out = (jobject) qtjambi_from_qstring(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5853 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5854 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5855 QString %out = qtjambi_to_qstring(__jni_env, (jstring) %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5856 QString *__qt_converted = &amp;%out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5857 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5858 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5859
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5860 <modify-argument index="0">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5861 <replace-type modified-type="java.lang.String"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5862 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5863 jobject %out = (jobject) qtjambi_from_qstring(__jni_env, *__qt_converted);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5864 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5865 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5866 %1 = qtjambi_to_qstring(__jni_env, (jstring) %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5867 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5868 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5869 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5870
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5871 <modify-function signature="validate(QString&amp;,int&amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5872 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5873 <replace-type modified-type="qt.gui.QValidator$QValidationData"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5874 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5875 <insert-template name="gui.convert_validationdata_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5876 <replace from="%STRING" to="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5877 <replace from="%POS" to="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5878 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5879 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5880 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5881 <insert-template name="gui.convert_validationdata_to_string"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5882 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5883 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5884
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5885 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5886 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5887 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5888 // nothing needed
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5889 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5890 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5891 <insert-template name="gui.convert_validationdata_to_pos">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5892 <replace from="%VALIDATIONDATA" to="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5893 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5894 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5895 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5896
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5897 <modify-argument index="0">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5898 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5899 <insert-template name="gui.cleanup_validationdata_from_java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5900 jint %out = %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5901 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5902 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5903 <insert-template name="gui.cleanup_validationdata_to_java">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5904 <replace from="%STRING" to="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5905 <replace from="%POS" to="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5906 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5907 QValidator::State %out = (QValidator::State) qtjambi_to_enumerator(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5908 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5909 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5910 </modify-function>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5911 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5912
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5913 <object-type name="QTextFrame" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5914 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5915 <include file-name="QTextCursor" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5916 </extra-includes>
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="QImageIOHandler">
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="QRect" 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 <modify-function signature="setFormat(const QByteArray &amp;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5924 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5925 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5926 <modify-function signature="setDevice(QIODevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5927 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5928 <reference-count action="set" variable-name="__rcDevice"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5929 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5930 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5931 <modify-function signature="read(QImage*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5932 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5933 <replace-type modified-type="QImage"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5934 <!-- <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5935 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
5936
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5937 QtJambiLink *__link = %out != 0 ? QtJambiLink::findLink(__jni_env, %out) : 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5938 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5939 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5940 QImage *%out = (QImage *) qtjambi_to_object(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5941 </conversion-rule> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5942 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5943 <!-- <modify-argument index="0">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5944 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5945 // Invalidate object
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5946 if (__link != 0) __link-&gt;resetObject(__jni_env);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5947 bool %out = (bool) %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5948 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5949 </modify-argument>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5950 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5951
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5952 <modify-function signature="name()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5953 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5954
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5955 <object-type name="QProxyModel">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5956 <modify-function signature="parent()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5957 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5958 <include file-name="QPixmap" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5959 <include file-name="QStringList" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5960 <include file-name="QSize" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5961 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5962 <modify-function signature="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5963 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5964 <reference-count action="set" variable-name="__rcModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5965 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5966 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5967 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5968
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5969 <object-type name="QImageReader">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5970 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5971 <include file-name="QColor" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5972 <include file-name="QRect" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5973 <include file-name="QSize" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5974 <include file-name="QStringList" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5975 <include file-name="QImage" location="global"/>
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 <modify-function signature="read(QImage*) ">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5978 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5979 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5980 <modify-function signature="setDevice(QIODevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5981 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5982 <reference-count action="set" variable-name="__rcDevice"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5983 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5984 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5985 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5986
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5987 <object-type name="QMovie">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5988 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5989 <include file-name="QColor" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5990 <include file-name="QImage" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5991 <include file-name="QPixmap" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5992 <include file-name="QRect" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5993 <include file-name="QSize" location="global"/>
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 <modify-function signature="cacheMode()">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5996 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5997 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5998 <modify-function signature="setDevice(QIODevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
5999 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6000 <reference-count action="set" variable-name="__rcDevice"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6001 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6002 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6003 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6004
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6005 <object-type name="QPageSetupDialog">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6006 <modify-function signature="open(QObject *, const char *)" remove="all"/> <!-- # TODO -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6007
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6008 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6009
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6010 <object-type name="QTabWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6011 <!-- <modify-function signature="initStyleOption(QStyleOptionTabWidgetFrame*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6012 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6013 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6014 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6015 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6016 <replace from="%TYPE" to="QStyleOptionTabWidgetFrame"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6017 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6018 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6019 <modify-function signature="addTab(QWidget*,QIcon,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6020 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6021 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6022 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6023 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6024 <modify-function signature="addTab(QWidget*,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6025 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6026 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6027 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6028 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6029 <modify-function signature="insertTab(int,QWidget*,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6030 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6031 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6032 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6033 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6034 <modify-function signature="insertTab(int,QWidget*,QIcon,QString)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6035 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6036 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6037 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6038 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6039 <modify-function signature="setCornerWidget(QWidget*,Qt::Corner)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6040 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6041 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6042 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6043 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6044 <modify-function signature="setCurrentWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6045 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6046 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6047 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6048 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6049 <modify-function signature="setTabBar(QTabBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6050 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6051 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6052 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6053 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6054 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6055 <object-type name="QDrag">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6056 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6057 <include file-name="QPoint" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6058 <include file-name="QPixmap" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6059 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6060 <modify-function signature="setMimeData(QMimeData*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6061 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6062 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6063 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6064 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6065
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6066 <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
6067 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6068
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6069 <object-type name="QDateTimeEdit">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6070 <modify-function signature="setCalendarWidget(QCalendarWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6071 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6072 <!-- Safe to ignore because widget is reparented -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6073 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6074 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6075 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6076 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6077
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6078 <object-type name="QSortFilterProxyModel">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6079 <modify-function signature="parent()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6080 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6081 <include file-name="QItemSelection" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6082 <include file-name="QStringList" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6083 <include file-name="QSize" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6084 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6085
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6086 <modify-function signature="setSourceModel(QAbstractItemModel *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6087 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6088 <reference-count action="set" variable-name="__rcSourceModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6089 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6090 </modify-function>
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="clear()" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6093 <modify-function signature="filterChanged()" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6094
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6095 <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
6096 <modify-argument index="5">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6097 <replace-default-expression with="Qt.MatchFlag.MatchStartsWith | Qt.MatchFlag.MatchWrap"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6098 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6099 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6100 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6101
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6102 <object-type name="QSlider">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6103 <!-- <modify-function signature="initStyleOption(QStyleOptionSlider*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6104 <access modifier="private"/>
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6107 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6108 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6109 <replace from="%TYPE" to="QStyleOptionSlider"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6110 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6111 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6112 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6113
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6114 <object-type name="QInputContext">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6115 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6116 <include file-name="QTextFormat" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6117 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6118 <modify-function signature="setFocusWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6119 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6120 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6121 <modify-function signature="filterEvent(const QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6122 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6123 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6124 <modify-function signature="mouseHandler(int,QMouseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6125 <modify-argument index="2" invalidate-after-use="yes"/>
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6128 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6129
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6130 <object-type name="QProgressDialog">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6131 <modify-function signature="open(QObject *, const char *)" remove="all"/> <!-- # TODO -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6132
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6133 <modify-function signature="setBar(QProgressBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6134 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6135 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6136 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6137 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6138 <modify-function signature="setCancelButton(QPushButton*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6139 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6140 <!-- Safe to ignore because button is reparented -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6141 <reference-count action="ignore"/>
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="setLabel(QLabel*)">
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 label 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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6151 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6152
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6153 <object-type name="QLabel">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6154 <!-- <modify-function signature="picture()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6155 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6156 <rename to="picture_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6157 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6158 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6159 <modify-function signature="setBuddy(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6160 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6161 <reference-count action="set" variable-name="__rcBuddy"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6162 </modify-argument>
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 <modify-function signature="setMovie(QMovie *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6165 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6166 <reference-count action="set" variable-name="__rcMovie"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6167 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6168 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6169 <!-- <modify-function signature="pixmap()const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6170 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6171 <rename to="pixmap_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6172 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6173
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6174 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6175 <insert-template name="gui.getter_returning_nativepointer">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6176 <replace from="%RETURN_TYPE" to="QPicture"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6177 <replace from="%FUNCTION_NAME" to="picture"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6178 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6179 </inject-code>
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="QPixmap"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6183 <replace from="%FUNCTION_NAME" to="pixmap"/>
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 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6187
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6188 <object-type name="QFileDialog">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6189 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6190 <include file-name="QUrl" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6191 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6192 <modify-function signature="open()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6193 <!-- <modify-function signature="setVisible(bool)" remove="all"/> // properties_d -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6194 <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
6195 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6196 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6197 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6198 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6199 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6200 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6201 <modify-argument index="3">
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="4">
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="5">
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="6">
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-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6214 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6215 <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
6216 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6217 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6218 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6219 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6220 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6221 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6222 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6223 <modify-argument index="3">
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="4">
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="5">
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="6">
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-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6236 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6237 <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
6238 <modify-argument index="1">
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-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6242 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6243 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6244 <modify-argument index="3">
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="4">
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="5">
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="6">
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-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6257
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6258 <modify-function signature="setIconProvider(QFileIconProvider*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6259 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6260 <reference-count action="set" variable-name="__rcIconProvider"/>
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="setItemDelegate(QAbstractItemDelegate*)">
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="__rcItemDelegate"/>
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="setProxyModel(QAbstractProxyModel*)">
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 <!-- Reparented -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6273 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6274 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6275 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6276
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6277
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6278 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6279 <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
6280 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6281 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6282 <template name="gui.filedialog_get_xxx_filename">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6283 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
6284 QNativePointer np = filter != null ? new QNativePointer(QNativePointer.Type.String) : null;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6285 %TYPE returned = %FUNCTION_NAME(parent, caption, dir, filter != null ? filter.filter : "", np, options);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6286 if (filter != null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6287 filter.selectedFilter = np.stringValue();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6288 return returned;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6289 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6290
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6291 public static %TYPE %FUNCTION_NAME(QWidget parent, String caption, String dir, Filter filter, Option ... options) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6292 QNativePointer np = filter != null ? new QNativePointer(QNativePointer.Type.String) : null;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6293 %TYPE returned = %FUNCTION_NAME(parent, caption, dir, filter != null ? filter.filter : "", np, options);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6294 if (filter != null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6295 filter.selectedFilter = np.stringValue();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6296 return returned;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6297 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6298
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6299 public static %TYPE %FUNCTION_NAME(QWidget parent, String caption, String dir, Filter filter) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6300 return %FUNCTION_NAME(parent, caption, dir, filter, new Options(0));
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6301 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6302
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6303 public static %TYPE %FUNCTION_NAME(QWidget parent, String caption, String dir) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6304 return %FUNCTION_NAME(parent, caption, dir, null);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6305 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6306
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6307 public static %TYPE %FUNCTION_NAME(QWidget parent, String caption) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6308 return %FUNCTION_NAME(parent, caption, "");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6309 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6310
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6311 public static %TYPE %FUNCTION_NAME(QWidget parent) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6312 return %FUNCTION_NAME(parent, "");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6313 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6314
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6315 public static %TYPE %FUNCTION_NAME() {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6316 return %FUNCTION_NAME(null);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6317 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6318
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6319 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6320
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6321 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6322 <insert-template name="gui.filedialog_get_xxx_filename">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6323 <replace from="%FUNCTION_NAME" to="getOpenFileName"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6324 <replace from="%TYPE" to="String"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6325 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6326 </inject-code>
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="getOpenFileNames"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6330 <replace from="%TYPE" to="java.util.List&lt;String&gt;"/>
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="getSaveFileName"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6336 <replace from="%TYPE" to="String"/>
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 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6340
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6341 <object-type name="QErrorMessage"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6342
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6343 <object-type name="QTabBar">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6344 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6345 <include file-name="QIcon" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6346 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6347 <!-- <modify-function signature="initStyleOption(QStyleOptionTab*,int)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6348 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6349 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6350
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6351 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6352 <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
6353 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6354 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6355 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6356
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6357 <object-type name="QStandardItemModel">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6358 <modify-function signature="insertColumn(int,const QModelIndex &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6359 <modify-function signature="insertRow(int,const QModelIndex &amp;)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6360 <modify-function signature="parent()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6361 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6362 <include file-name="QStringList" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6363 <include file-name="QSize" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6364 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6365
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6366 <modify-function signature="appendColumn(const QList&lt;QStandardItem *&gt;&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6367 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6368 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6369 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6370 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6371 <modify-function signature="takeColumn(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6372 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6373 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6374 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6375 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6376 <modify-function signature="takeRow(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6377 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6378 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6379 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6380 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6381 <modify-function signature="takeHorizontalHeaderItem(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6382 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6383 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6384 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6385 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6386 <modify-function signature="takeVerticalHeaderItem(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6387 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6388 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6389 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6390 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6391 <modify-function signature="takeItem(int,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6392 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6393 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6394 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6395 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6396 <modify-function signature="appendRow(const QList&lt;QStandardItem *&gt;&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6397 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6398 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6399 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6400 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6401 <modify-function signature="appendRow(QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6402 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6403 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6404 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6405 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6406 <modify-function signature="insertColumn(int, const QList&lt;QStandardItem *&gt;&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6407 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6408 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6409 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6410 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6411 <modify-function signature="insertRow(int, const QList&lt;QStandardItem *&gt;&amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6412 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6413 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6414 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6415 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6416 <modify-function signature="insertRow(int, QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6417 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6418 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6419 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6420 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6421 <modify-function signature="setHorizontalHeaderItem(int, QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6422 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6423 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6424 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6425 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6426 <modify-function signature="setItem(int, int, QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6427 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6428 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6429 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6430 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6431 <modify-function signature="setItem(int, QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6432 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6433 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6434 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6435 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6436 <modify-function signature="setItemPrototype(const QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6437 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6438 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6439 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6440 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6441 <modify-function signature="setVerticalHeaderItem(int, QStandardItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6442 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6443 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6444 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6445 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6446 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6447
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6448 <object-type name="QRadioButton">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6449 <!-- <modify-function signature="initStyleOption(QStyleOptionButton*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6450 <access modifier="private"/>
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6453 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6454 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6455 <replace from="%TYPE" to="QStyleOptionButton"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6456 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6457 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6458 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6459
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6460 <object-type name="QScrollBar">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6461 <!-- <modify-function signature="initStyleOption(QStyleOptionSlider*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6462 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6463 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6464
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6465 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6466 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6467 <replace from="%TYPE" to="QStyleOptionSlider"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6468 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6469 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6470 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6471
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6472 <object-type name="QClipboard">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6473 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6474 <include file-name="QImage" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6475 <include file-name="QPixmap" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6476 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6477 <modify-function signature="setMimeData(QMimeData *, QClipboard::Mode)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6478 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6479 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6480 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6481 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6482
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6483
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6484
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6485 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6486 <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
6487 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6488
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6489 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6490
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6491 <object-type name="QAbstractScrollArea">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6492 <modify-function signature="setupViewport(QWidget *)" access="non-final"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6493 <modify-function signature="addScrollBarWidget(QWidget*,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6494 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6495 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6496 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6497 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6498 <modify-function signature="setCornerWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6499 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6500 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6501 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6502 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6503 <modify-function signature="setHorizontalScrollBar(QScrollBar*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6504 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6505 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6506 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6507 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6508
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6509 <modify-function signature="setVerticalScrollBar(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="setViewport(QWidget*)">
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="setupViewport(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="viewportEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6528 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6529 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6530
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6531
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6532 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6533 <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
6534 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6535
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6536 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6537
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6538 <object-type name="QPaintEngineState">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6539 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6540 <include file-name="QPainterPath" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6541 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6542 <modify-function signature="painter() const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6543 <store-result/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6544 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6545 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6546
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6547 <object-type name="QRubberBand">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6548 <!-- <modify-function signature="initStyleOption(QStyleOptionRubberBand*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6549 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6550 </modify-function>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6551 <modify-function signature="move(int,int)" rename="moveRubberBand"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6552 <modify-function signature="move(const QPoint &amp;)" rename="moveRubberBand"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6553 <modify-function signature="resize(int,int)" rename="resizeRubberBand"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6554 <modify-function signature="resize(const QSize &amp;)" rename="resizeRubberBand"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6555 <modify-function signature="setGeometry(int,int,int,int)" rename="setRubberBandGeometry"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6556 <modify-function signature="setGeometry(const QRect &amp;)" rename="setRubberBandGeometry"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6557
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6558 <!-- <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6559 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6560 <replace from="%TYPE" to="QStyleOptionRubberBand"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6561 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6562 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6563 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6564
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6565 <object-type name="QTextLayout">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6566 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6567 <include file-name="QTextOption" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6568 </extra-includes>
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="QTableWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6572 <modify-function signature="mimeData(const QList&lt;QTableWidgetItem*&gt;)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6573 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6574 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6575 <modify-function signature="isSortingEnabled()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6576 <modify-function signature="setSortingEnabled(bool)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6577 <modify-function signature="setHorizontalHeaderItem(int, QTableWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6578 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6579 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6580 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6581 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6582 <modify-function signature="setItem(int, int, QTableWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6583 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6584 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6585 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6586 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6587 <modify-function signature="takeHorizontalHeaderItem(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6588 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6589 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6590 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6591 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6592 <modify-function signature="takeVerticalHeaderItem(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6593 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6594 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6595 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6596 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6597 <modify-function signature="takeItem(int,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6598 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6599 <define-ownership class="java" owner="default"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6600 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6601 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6602 <modify-function signature="setItemPrototype(const QTableWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6603 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6604 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6605 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6606 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6607 <modify-function signature="setVerticalHeaderItem(int, QTableWidgetItem *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6608 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6609 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6610 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6611 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6612 <modify-function signature="setCellWidget(int,int,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6613 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6614 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6615 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6616 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6617 <modify-function signature="setCurrentItem(QTableWidgetItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6618 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6619 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6620 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6621 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6622 <modify-function signature="setCurrentItem(QTableWidgetItem*,QFlags&lt;QItemSelectionModel::SelectionFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6623 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6624 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6625 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6626 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6627 <modify-function signature="setItemSelected(const QTableWidgetItem*,bool)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6628 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6629 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6630 <modify-function signature="isItemSelected(const QTableWidgetItem*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6631 <remove/>
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="setModel(QAbstractItemModel*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6634 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6635 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6636 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6637 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6638 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6639 <object-type name="QTextDocument">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6640 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6641 <include file-name="QTextBlock" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6642 <include file-name="QTextFormat" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6643 <include file-name="QTextCursor" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6644 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6645 <modify-function signature="setDocumentLayout(QAbstractTextDocumentLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6646 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6647 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6648 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6649 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6650 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6651 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6652 <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
6653 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6654 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6655 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6656
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6657 <object-type name="QSplitter">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6658
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6659 <modify-function signature="getRange(int,int*,int*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6660 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6661 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6662 <modify-function signature="addWidget(QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6663 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6664 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6665 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6666 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6667 <modify-function signature="insertWidget(int, QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6668 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6669 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6670 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6671 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6672
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6673 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6674 <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
6675 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6676
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6677 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6678
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6679 <object-type name="QGroupBox">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6680 <!-- <modify-function signature="initStyleOption(QStyleOptionGroupBox*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6681 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6682 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6683
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6684 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6685 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6686 <replace from="%TYPE" to="QStyleOptionGroupBox"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6687 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6688 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6689 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6690
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6691 <object-type name="QStackedWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6692 <modify-function signature="addWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6693 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6694 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6695 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6696 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6697 <modify-function signature="insertWidget(int,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6698 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6699 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6700 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6701 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6702 <modify-function signature="removeWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6703 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6704 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6705 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6706 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6707 <modify-function signature="setCurrentWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6708 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6709 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6710 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6711 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6712 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6713
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6714 <object-type name="QSplitterHandle">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6715 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6716
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6717 <object-type name="QDial">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6718 <!-- <modify-function signature="initStyleOption(QStyleOptionSlider*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6719 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6720 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6721
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6722 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6723 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6724 <replace from="%TYPE" to="QStyleOptionSlider"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6725 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6726 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6727 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6728
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6729 <object-type name="QLineEdit">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6730 <!-- <modify-function signature="initStyleOption(QStyleOptionFrame*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6731 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6732 </modify-function>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6733 <modify-function signature="setCompleter(QCompleter *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6734 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6735 <reference-count action="set" variable-name="__rcCompleter"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6736 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6737 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6738 <modify-function signature="setValidator(const QValidator *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6739 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6740 <reference-count action="set" variable-name="__rcValidator"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6741 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6742 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6743 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6744 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6745 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6746 <replace from="%TYPE" to="QStyleOptionFrame"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6747 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6748 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6749 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6750
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6751 <object-type name="QLCDNumber"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6752
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6753 <object-type name="QSplashScreen">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6754 <modify-function signature="showMessage(const QString &amp;, int, const QColor &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6755 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6756 <replace-default-expression with="QColor.Black"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6757 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6758 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6759 <modify-function signature="repaint()" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6760 <modify-function signature="drawContents(QPainter*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6761 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6762 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6763 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6764
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6765 <object-type name="QDockWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6766 <!-- <modify-function signature="initStyleOption(QStyleOptionDockWidget*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6767 <access modifier="private"/>
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6770 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6771 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6772 <replace from="%TYPE" to="QStyleOptionDockWidget"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6773 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6774 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6775 <modify-function signature="setTitleBarWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6776 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6777 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6778 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6779 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6780 <modify-function signature="setWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6781 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6782 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6783 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6784 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6785 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6786
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6787 <object-type name="QAbstractProxyModel">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6788 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6789 <include file-name="QItemSelection" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6790 <include file-name="QStringList" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6791 <include file-name="QSize" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6792 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6793
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6794 <modify-function signature="setSourceModel(QAbstractItemModel *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6795 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6796 <reference-count action="set" variable-name="__rcSourceModel"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6797 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6798 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6799
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6800 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6801
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6802 <object-type name="QDesktopWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6803 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6804
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6805 <object-type name="QFrame">
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="QTextTable">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6809 <modify-function signature="format() const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6810 <rename to="tableFormat"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6811 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6812 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6813 <include file-name="QTextCursor" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6814 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6815 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6816
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6817 <object-type name="QSpinBox">
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
6818 <!-- <modify-function signature="valueChanged(const QString &amp;)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6819 <rename to="valueStringChanged"/>
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
6820 </modify-function> -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6821 </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="QTextBrowser">
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
6824 <!-- <modify-function signature="highlighted(const QString &amp;)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6825 <rename to="highlightedString"/>
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="QDoubleSpinBox">
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
6830 <!-- <modify-function signature="valueChanged(const QString &amp;)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6831 <rename to="valueStringChanged"/>
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="QButtonGroup">
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
6836 <!-- <modify-function signature="buttonClicked(int)">
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6837 <rename to="buttonIdClicked"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6838 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6839 <modify-function signature="buttonPressed(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6840 <rename to="buttonIdPressed"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6841 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6842 <modify-function signature="buttonReleased(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6843 <rename to="buttonIdReleased"/>
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
6844 </modify-function> -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6845 <modify-function signature="addButton(QAbstractButton *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6846 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6847 <reference-count action="add" variable-name="__rcButtons"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6848 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6849 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6850 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6851 <modify-function signature="addButton(QAbstractButton *, int)">
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="removeButton(QAbstractButton *)">
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="remove" 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="setId(QAbstractButton *,int)">
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="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6866 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6867 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6868 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6869
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6870 <object-type name="QToolBar">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6871 <modify-function signature="addAction(QAction *)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6872 <!-- <modify-function signature="initStyleOption(QStyleOptionToolBar*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6873 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6874 </modify-function>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6875 <modify-function signature="addAction(QIcon,QString,const QObject*,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6876 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6877 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6878 <modify-function signature="addAction(QString,const QObject*,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6879 <remove/>
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="addWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6882 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6883 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6884 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6885 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6886 <modify-function signature="insertWidget(QAction*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6887 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6888 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6889 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6890 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6891 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6892 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6893 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6894 <modify-function signature="insertSeparator(QAction*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6895 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6896 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6897 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6898 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6899 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6900 <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
6901 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6902 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6903 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6904 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6905 <replace from="%TYPE" to="QStyleOptionToolBar"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6906 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6907 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6908 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6909 <insert-template name="gui.addAction">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6910 <replace from="%POST_CALL" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6911 <replace from=" %END_EXTRA" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6912 <replace from=" %END_CALL_EXTRA" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6913 <replace from="%EXTRA" to="QIcon icon,"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6914 <replace from="%CALL_EXTRA" to="icon,"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6915 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6916 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6917 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6918 <insert-template name="gui.addAction">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6919 <replace from="%POST_CALL" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6920 <replace from=" %END_EXTRA" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6921 <replace from=" %END_CALL_EXTRA" to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6922 <replace from="%EXTRA " to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6923 <replace from="%CALL_EXTRA " to=""/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6924 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6925 </inject-code> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6926 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6927
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6928 <object-type name="QPaintEngine">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6929
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6930 <modify-function signature="painter() const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6931 <store-result/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6932 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6933
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6934 <modify-function signature="begin(QPaintDevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6935 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6936 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6937 <modify-function signature="updateState(QPaintEngineState)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6938 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6939 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6940 <modify-function signature="drawTextItem(QPointF,QTextItem)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6941 <modify-argument index="2" 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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6944 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6945 <include file-name="QVarLengthArray" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6946 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6947 <modify-function signature="setPaintDevice(QPaintDevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6948 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6949 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6950 <modify-field name="state" read="false" write="false"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6951 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6952 <modify-function signature="drawLines(const QLine *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6953 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6954 <replace-type modified-type="qt.gui.QLine[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6955 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6956 jobjectArray %out = qtjambi_from_array(__jni_env, %in, %2,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6957 "QLine", "com/trolltech/qt/gui/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6958 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6959 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6960 QVarLengthArray&lt;QLine, 32&gt; __lines;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6961 int __size = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6962 for (int i=0; i&lt;__size; ++i)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6963 __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
6964 const QLine *%out = %1 == 0 ? 0 : __lines.constData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6965 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6966
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6967 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6968 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6969 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6970 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6971 /* nothing */
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6972 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6973 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6974 int %out = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6975 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6976 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6977 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6978
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6979 <modify-function signature="drawLines(const QLineF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6980 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6981 <replace-type modified-type="qt.gui.QLineF[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6982 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6983 jobjectArray %out = qtjambi_from_array(__jni_env, %in, %2,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6984 "QLineF", "com/trolltech/qt/gui/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6985 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6986 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6987 QVarLengthArray&lt;QLineF, 32&gt; __data;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6988 int __size = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6989 for (int i=0; i&lt;__size; ++i)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6990 __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
6991 const QLineF *%out = %1 == 0 ? 0 : __data.constData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6992 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6993 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6994 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6995 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6996 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
6997 /* nothing */
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 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7000 int %out = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7001 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7002 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7003 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7004
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7005 <modify-function signature="drawRects(const QRectF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7006 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7007 <replace-type modified-type="qt.core.QRectF[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7008 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7009 jobjectArray %out = qtjambi_from_array(__jni_env, %in, %2,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7010 "QRectF", "com/trolltech/qt/core/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7011 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7012 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7013 QVarLengthArray&lt;QRectF, 32&gt; __data;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7014 int __size = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7015 for (int i=0; i&lt;__size; ++i)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7016 __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
7017 const QRectF *%out = %1 == 0 ? 0 : __data.constData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7018 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7019 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7020 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7021 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7022 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7023 /* nothing */
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 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7026 int %out = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7027 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7028 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7029 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7030
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7031 <modify-function signature="drawRects(const QRect *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7032 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7033 <replace-type modified-type="qt.core.QRect[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7034 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7035 jobjectArray %out = qtjambi_from_array(__jni_env, %in, %2,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7036 "QRect", "com/trolltech/qt/core/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7037 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7038 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7039 QVarLengthArray&lt;QRect, 32&gt; __data;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7040 int __size = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7041 for (int i=0; i&lt;__size; ++i)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7042 __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
7043 const QRect *%out = %1 == 0 ? 0 : __data.constData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7044 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7045 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7046 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7047 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7048 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7049 /* nothing */
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 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7052 int %out = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7053 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7054 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7055 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7056
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7057 <modify-function signature="drawPoints(const QPoint *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7058 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7059 <replace-type modified-type="qt.core.QPoint[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7060 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7061 jobjectArray %out = qtjambi_from_array(__jni_env, %in, %2,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7062 "QPoint", "com/trolltech/qt/core/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7063 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7064 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7065 QVarLengthArray&lt;QPoint, 32&gt; __data;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7066 int __size = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7067 for (int i=0; i&lt;__size; ++i)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7068 __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
7069 const QPoint *%out = %1 == 0 ? 0 : __data.constData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7070 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7071 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7072
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7073 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7074 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7075 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7076 /* nothing */
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7077 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7078 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7079 int %out = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7080 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7081 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7082 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7083
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7084 <modify-function signature="drawPoints(const QPointF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7085 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7086 <replace-type modified-type="qt.core.QPointF[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7087 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7088 jobjectArray %out = qtjambi_from_array(__jni_env, %in, %2,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7089 "QPointF", "com/trolltech/qt/core/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7090 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7091 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7092 QVarLengthArray&lt;QPointF, 32&gt; __data;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7093 int __size = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7094 for (int i=0; i&lt;__size; ++i)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7095 __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
7096 const QPointF *%out = %1 == 0 ? 0 : __data.constData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7097 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7098 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7099 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7100 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7101 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7102 /* nothing */
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 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7105 int %out = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7106 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7107 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7108 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7109
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7110 <modify-function signature="drawPolygon(const QPoint *, int, QPaintEngine::PolygonDrawMode)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7111 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7112 <replace-type modified-type="qt.core.QPoint[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7113 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7114 jobjectArray %out = qtjambi_from_array(__jni_env, %in, %2,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7115 "QPoint", "com/trolltech/qt/core/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7116 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7117 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7118 QVarLengthArray&lt;QPoint, 32&gt; __data;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7119 int __size = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7120 for (int i=0; i&lt;__size; ++i)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7121 __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
7122 const QPoint *%out = %1 == 0 ? 0 : __data.constData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7123 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7124 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7125 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7126 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7127 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7128 /* nothing */
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 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7131 int %out = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7132 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7133 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7134 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7135
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7136 <modify-function signature="drawPolygon(const QPointF *, int, QPaintEngine::PolygonDrawMode)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7137 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7138 <replace-type modified-type="qt.core.QPointF[]"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7139 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7140 jobjectArray %out = qtjambi_from_array(__jni_env, %in, %2,
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7141 "QPointF", "com/trolltech/qt/core/");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7142 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7143 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7144 QVarLengthArray&lt;QPointF, 32&gt; __data;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7145 int __size = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7146 for (int i=0; i&lt;__size; ++i)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7147 __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
7148 const QPointF *%out = %1 == 0 ? 0 : __data.constData();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7149 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7150 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7151 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7152 <remove-argument/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7153 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7154 /* nothing */
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 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7157 int %out = %1 == 0 ? 0 : __jni_env-&gt;GetArrayLength((jarray) %1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7158 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7159 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7160 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7161 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7162 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7163
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7164 <object-type name="QAbstractTableModel">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7165 <!-- <modify-function signature="parent(const QModelIndex &amp;)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7166 <modify-function signature="hasChildren(const QModelIndex &amp;)const" remove="all"/> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7167 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7168 <include file-name="QStringList" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7169 <include file-name="QSize" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7170 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7171 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7172
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7173 <object-type name="QGuiSignalMapper">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7174 <modify-function signature="setMapping(QObject*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7175 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7176 <reference-count action="add" declare-variable="qt.core.QSignalMapper" variable-name="__rcMappings"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7177 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7178 <inject-code class="java" position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7179 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7180 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7181 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
7182 if (%2 == null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7183 __rcWidgetForObject.remove(%1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7184 else
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7185 __rcWidgetForObject.put(%1,%2);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7186 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7187 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7188 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7189
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7190 <object-type name="QComboBox">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7191 <!-- <modify-function signature="initStyleOption(QStyleOptionComboBox*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7192 <access modifier="private"/>
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 <modify-function signature="setCompleter(QCompleter*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7195 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7196 <reference-count variable-name="__rcCompleter" action="set"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7197 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7198 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7199 <modify-function signature="setValidator(const QValidator*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7200 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7201 <reference-count variable-name="__rcValidator" action="set"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7202 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7203 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7204 <modify-function signature="setItemDelegate(QAbstractItemDelegate *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7205 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7206 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7207 <no-null-pointer/>
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="setView(QAbstractItemView *)">
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 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7213 <!-- Safe to ignore because combo box reparents view -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7214 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7215 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7216 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7217 <modify-function signature="setLineEdit(QLineEdit *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7218 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7219 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7220 <!-- Safe to ignore because combo box reparents line edit -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7221 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7222 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7223 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7224 <modify-function signature="setModel(QAbstractItemModel *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7225 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7226 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7227 <reference-count action="set" variable-name="__rcModel"/>
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 <!-- <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7231 <insert-template name="gui.init_style_option">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7232 <replace from="%TYPE" to="QStyleOptionComboBox"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7233 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7234 </inject-code>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7235 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7236 <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
7237 </inject-code>
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
7238 <!-- <modify-function signature="activated(int)">&gt;
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7239 <rename to="activatedIndex"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7240 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7241 <modify-function signature="currentIndexChanged(const QString &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7242 <rename to="currentStringChanged"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7243 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7244 <modify-function signature="highlighted(int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7245 <rename to="highlightedIndex"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7246 </modify-function>
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
7247 -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7248 <modify-function signature="autoCompletion()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7249 <modify-function signature="autoCompletionCaseSensitivity()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7250 <modify-function signature="setAutoCompletion(bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7251 <modify-function signature="setAutoCompletionCaseSensitivity(Qt::CaseSensitivity)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7252 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7253
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7254 <object-type name="QTextEdit">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7255 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7256 <include file-name="QTextCursor" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7257 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7258 <modify-function signature="setDocument(QTextDocument*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7259 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7260 <reference-count action="set" variable-name="__rcDocument"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7261 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7262 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7263 <modify-function signature="insertFromMimeData(const QMimeData*) ">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7264 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7265 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7266 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7267 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7268 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7269
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7270 <object-type name="QPrinter" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7271
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7272
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7273 <modify-function signature="setEngines(QPrintEngine*,QPaintEngine*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7274 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7275 <reference-count action="set" variable-name="__rcPrintEngine"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7276 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7277 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7278 <reference-count action="set" variable-name="__rcPaintEngine"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7279 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7280 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7281
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7282 <modify-function signature="getPageMargins(double*,double*,double*,double*,QPrinter::Unit)const" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7283 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7284 <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
7285 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7286 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7287
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7288 <object-type name="QAction">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7289 <modify-function signature="setMenu(QMenu*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7290 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7291 <reference-count action="set" variable-name="__rcMenu"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7292 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7293 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7294
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7295
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7296 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7297 <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
7298 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7299 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7300 <modify-function signature="setActionGroup(QActionGroup*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7301 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7302 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7303 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7304 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7305 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7306 java.util.Collection&lt;Object&gt; __rcTmp = null;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7307 if (__rcActionGroup != null) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7308 __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
7309 while (__rcTmp.contains(this))
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7310 __rcTmp.remove(this);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7311 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7312 __rcActionGroup = %1;
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 __rcTmp.add(this);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7316 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7317 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7318 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7319 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7320 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7321
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7322 <object-type name="QPainter">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7323 <!-- <add-class name="QPaintEngineState"/> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7324 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7325 <include file-name="QWidget" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7326 <include file-name="QPainterPath" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7327 <include file-name="QPixmap" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7328 <include file-name="qt.gui.QGradient" location="java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7329 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7330
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7331 <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
7332
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7333 <modify-function signature="drawConvexPolygon(const QPoint *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7334 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7335 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7336 <modify-function signature="drawConvexPolygon(const QPointF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7337 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7338 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7339 <modify-function signature="drawLines(const QLine *, 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="drawLines(const QLineF *, 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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7346 <modify-function signature="drawPoints(const QPoint *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7347 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7348 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7349 <modify-function signature="drawPoints(const QPointF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7350 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7351 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7352
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7353 <modify-function signature="drawPolygon(const QPoint *, int, Qt::FillRule)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7354 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7355 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7356 <modify-function signature="drawPolygon(const QPointF *, int, Qt::FillRule)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7357 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7358 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7359
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7360 <modify-function signature="drawPolyline(const QPoint *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7361 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7362 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7363 <modify-function signature="drawPolyline(const QPointF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7364 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7365 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7366
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7367 <modify-function signature="drawRects(const QRect *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7368 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7369 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7370 <modify-function signature="drawRects(const QRectF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7371 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7372 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7373
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7374 <!-- removed stuff -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7375 <modify-function signature="drawRects(const QVector&lt;QRect&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7376 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7377 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7378 <modify-function signature="drawRects(const QVector&lt;QRectF&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7379 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7380 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7381
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7382 <modify-function signature="drawLines(const QVector&lt;QLine&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7383 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7384 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7385 <modify-function signature="drawLines(const QVector&lt;QLineF&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7386 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7387 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7388
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7389 <modify-function signature="drawLines(const QVector&lt;QPoint&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7390 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7391 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7392 <modify-function signature="drawLines(const QVector&lt;QPointF&gt; &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7393 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7394 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7395
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7396 <modify-function signature="drawLines(const QPoint *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7397 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7398 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7399 <modify-function signature="drawLines(const QPointF *, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7400 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7401 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7402
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7403
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7404 <modify-function signature="QPainter(QPaintDevice *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7405 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7406 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7407 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7408 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7409 <modify-function signature="begin(QPaintDevice *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7410 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7411 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7412 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7413 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7414 <modify-function signature="initFrom(const QWidget *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7415 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7416 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7417 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7418 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7419 <modify-function signature="setRedirected(const QPaintDevice *, QPaintDevice *, const QPoint &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7420 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7421 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7422 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7423 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7424 <modify-function signature="restoreRedirected(const QPaintDevice *)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7425 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7426 <no-null-pointer/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7427 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7428 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7429
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7430 <modify-function signature="redirected(const QPaintDevice*,QPoint*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7431 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7432 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7433 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7434 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7435 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7436 <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7437 <modify-function signature="matrixEnabled()const" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7438 <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7439 <modify-function signature="setMatrixEnabled(bool)" remove="all"/> <!--### Obsolete in 4.3-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7440
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7441 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7442 <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
7443 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7444 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7445 <inject-code class="destructor-function">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7446 if (((QPainter *) ptr)-&gt;isActive()) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7447 qWarning("QPainter: trying to delete an active painter, "
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7448 "did you forget to call \"end()\"?\n");
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7449 return;
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>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7452
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7453 <template name="gui.painter_draw_text_general">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7454 public final void drawText(%RECT_ARGUMENTS, int flags, String text, %RECT_TYPE boundingRect) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7455 drawText(%RECT_CALL_ARGUMENTS, flags, text, boundingRect == null ? null : boundingRect.nativePointer());
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7456 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7457
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7458 public final void drawText(%RECT_ARGUMENTS, int flags, String text) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7459 drawText(%RECT_CALL_ARGUMENTS, flags, text, (%RECT_TYPE) null);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7460 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7461 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7462
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7463 <template name="gui.painter_draw_text_qrect">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7464 <insert-template name="gui.painter_draw_text_general">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7465 <replace from="%RECT_ARGUMENTS" to="%RECT_TYPE rectangle"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7466 <replace from="%RECT_CALL_ARGUMENTS" to="rectangle"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7467 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7468 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7469 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7470 <insert-template name="gui.painter_draw_text_qrect">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7471 <replace from="%RECT_TYPE" to="qt.core.QRect"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7472 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7473 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7474 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7475 <insert-template name="gui.painter_draw_text_qrect">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7476 <replace from="%RECT_TYPE" to="qt.core.QRectF"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7477 </insert-template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7478 </inject-code>
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 <insert-template name="gui.painter_draw_text_general">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7481 <replace from="%RECT_TYPE" to="qt.core.QRect"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7482 <replace from="%RECT_ARGUMENTS" to="int x, int y, int width, int height"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7483 <replace from="%RECT_CALL_ARGUMENTS" to="x, y, width, height"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7484 </insert-template>
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7487
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7488 <modify-function signature="setRedirected(const QPaintDevice*, QPaintDevice*, const QPoint &amp;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7489 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7490 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7491 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7492 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7493 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7494 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7495 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7496 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7497 <argument-map index="2" meta-name="%2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7498 __rcRedirections.push(%1);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7499 __rcRedirections.push(%2);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7500 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7501 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7502 <modify-function signature="restoreRedirected(const QPaintDevice*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7503 <inject-code position="end">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7504 if (!__rcRedirections.empty()) __rcRedirections.pop();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7505 if (!__rcRedirections.empty()) __rcRedirections.pop();
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 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7509 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7510
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7511 <object-type name="QApplication">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7512 <extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7513 <include file-name="QBasicTimer" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7514 <include file-name="QFont" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7515 <include file-name="QFontMetrics" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7516 <include file-name="QPalette" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7517 <include file-name="QIcon" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7518 <include file-name="QLocale" location="global"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7519
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7520 <include file-name="qt.qtd.Str" location="java"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7521 </extra-includes>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7522
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7523 <modify-function signature="QApplication(int &amp;, char **, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7524 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7525 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7526 <modify-function signature="QApplication(int &amp;, char **, QApplication::Type, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7527 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7528 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7529 <modify-function signature="QApplication(int &amp;, char **, bool, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7530 <remove/>
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7533 <modify-function signature="font(const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7534 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7535 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7536 <modify-function signature="setFont(QFont,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7537 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7538 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7539 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7540 </modify-argument>
154
00d84545551e QApplication.setPalette,setFont
eldar
parents: 149
diff changeset
7541 <rename to="setFont_private"/>
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7542 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7543
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7544 <modify-function signature="palette(const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7545 <remove/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7546 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7547 <modify-function signature="setPalette(QPalette,const char*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7548 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7549 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7550 <remove-default-expression/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7551 </modify-argument>
154
00d84545551e QApplication.setPalette,setFont
eldar
parents: 149
diff changeset
7552 <rename to="setPalette_private"/>
00d84545551e QApplication.setPalette,setFont
eldar
parents: 149
diff changeset
7553 </modify-function>
00d84545551e QApplication.setPalette,setFont
eldar
parents: 149
diff changeset
7554 <!--
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7555 <modify-function signature="overrideCursor()">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7556 <access modifier="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7557 <rename to="overrideCursor_private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7558 </modify-function>
154
00d84545551e QApplication.setPalette,setFont
eldar
parents: 149
diff changeset
7559 -->
71
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7560 <modify-function signature="setInputContext(QInputContext*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7561 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7562 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7563 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7564 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7565 <modify-function signature="setActiveWindow(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7566 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7567 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7568 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7569 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7570 <!-- <modify-function signature="setStyle(QStyle*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7571 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7572 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7573 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7574 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7575 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7576 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7577 <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
7578 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7579 <!-- <modify-function signature="QApplication(int &amp;, char **, int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7580 <inject-code class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7581 qtjambi_register_variant_handler();
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 </modify-function>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7584 <template name="gui.application_char_pointer_function">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7585 public static %RETURN_TYPE %FUNCTION_NAME(%PRE_ARGUMENTS %COMMA QByteArray className) {
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7586 return %FUNCTION_NAME(%PRE_CALL_ARGUMENTS %COMMA className == null ? null : className.data());
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7587 }
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7588 </template>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7589 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7590
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7591 <object-type name="QCommandLinkButton"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7592 <object-type name="QFileSystemModel">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7593 <modify-function signature="setIconProvider(QFileIconProvider*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7594 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7595 <reference-count action="set" variable-name="__rcIconProvider"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7596 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7597 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7598 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7599 <object-type name="QFormLayout">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7600 <modify-function signature="addRow(QWidget*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7601 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7602 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7603 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7604 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7605 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7606 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7607 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7608 <modify-function signature="addRow(QLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7609 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7610 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7611 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7612 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7613 <modify-function signature="addRow(QWidget*,QLayout*)">
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
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7622 <modify-function signature="addRow(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7623 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7624 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7625 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7626 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7627 <modify-function signature="addRow(QString,QLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7628 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7629 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7630 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7631 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7632 <modify-function signature="addRow(QString,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7633 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7634 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7635 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7636 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7637 <modify-function signature="insertRow(int,QLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7638 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7639 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7640 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7641 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7642 <modify-function signature="insertRow(int,QWidget*,QLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7643 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7644 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7645 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7646 <modify-argument index="3">
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,QWidget*,QWidget*)">
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-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7655 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7656 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7657 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7658 <modify-function signature="insertRow(int,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7659 <modify-argument index="2">
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,QString,QLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7664 <modify-argument index="3">
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-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7668 <modify-function signature="insertRow(int,QString,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7669 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7670 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7671 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7672 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7673 <modify-function signature="setLayout(int,QFormLayout::ItemRole,QLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7674 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7675 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7676 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7677 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7678 <modify-function signature="setWidget(int,QFormLayout::ItemRole,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7679 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7680 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7681 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7682 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7683 <modify-function signature="setItem(int,QFormLayout::ItemRole,QLayoutItem*)" access="private" rename="setItem_private">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7684 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7685 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7686 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7687 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7688 <modify-function signature="addItem(QLayoutItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7689 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7690 <define-ownership class="java" owner="c++"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7691 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7692 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7693
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7694 <modify-function signature="getLayoutPosition(QLayout*,int*,QFormLayout::ItemRole*)const" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7695 <modify-function signature="getWidgetPosition(QWidget*,int*,QFormLayout::ItemRole*)const" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7696 <modify-function signature="getItemPosition(int,int*,QFormLayout::ItemRole*)const" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7697 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7698 <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
7699 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7700 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7701 <object-type name="QGraphicsGridLayout" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7702 <modify-function signature="addItem(QGraphicsLayoutItem*,int,int,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7703 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7704 <reference-count action="add" variable-name="__rcItems"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7705 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7706 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7707 <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
7708 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7709 <reference-count action="add" variable-name="__rcItems"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7710 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7711 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7712 <modify-function signature="setAlignment(QGraphicsLayoutItem*,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7713 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7714 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7715 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7716 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7717 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7718 <object-type name="QGraphicsLayout" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7719
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7720 <modify-function signature="widgetEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7721 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7722 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7723 <modify-function signature="setParentLayoutItem(QGraphicsLayoutItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7724 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7725 <reference-count action="set" variable-name="__rcParentLayoutItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7726 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7727 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7728
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7729 <!-- <modify-function signature="getContentsMargins(double*,double*,double*,double*)const" access="private"/> -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7730 <modify-function signature="getContentsMargins(double*,double*,double*,double*)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7731 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7732 <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
7733 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7734 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7735 <interface-type name="QGraphicsLayoutItem" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7736 <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7737 <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7738 <modify-function signature="getContentsMargins(double*,double*,double*,double*)const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7739 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7740 <modify-function signature="setParentLayoutItem(QGraphicsLayoutItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7741 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7742 <reference-count action="set" variable-name="__rcParentLayoutItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7743 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7744 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7745
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7746 <modify-function signature="getContentsMargins(double*,double*,double*,double*)const" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7747 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7748 <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
7749 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7750 <inject-code class="interface">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7751 public QMarginsF getContentsMargins();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7752 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7753 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7754 </interface-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7755
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7756 <object-type name="QGraphicsLinearLayout" delete-in-main-thread="yes">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7757 <modify-function signature="addItem(QGraphicsLayoutItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7758 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7759 <reference-count action="add" variable-name="__rcItems"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7760 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7761 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7762 <modify-function signature="insertItem(int,QGraphicsLayoutItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7763 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7764 <reference-count action="add" variable-name="__rcItems"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7765 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7766 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7767 <modify-function signature="removeItem(QGraphicsLayoutItem*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7768 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7769 <reference-count action="remove" variable-name="__rcItems"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7770 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7771 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7772 <modify-function signature="setAlignment(QGraphicsLayoutItem*,QFlags&lt;Qt::AlignmentFlag&gt;)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7773 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7774 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7775 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7776 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7777 <modify-function signature="setStretchFactor(QGraphicsLayoutItem*,int)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7778 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7779 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7780 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7781 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7782 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7783 <object-type name="QGraphicsProxyWidget">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7784 <modify-function signature="getContentsMargins(double*,double*,double*,double*)const" remove="all" />
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7785 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7786 <modify-function signature="setWidget(QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7787 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7788 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7789 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7790 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7791 <argument-map index="1" meta-name="%1"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7792 if (%1 != null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7793 %1.disableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7794 else if (widget() != null)
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7795 widget().reenableGarbageCollection();
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7796 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7797 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7798 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7799 </object-type> <!-- a QObject so main-thread delete redundant -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7800 <object-type name="QGraphicsWidget"> <!-- a QObject so main-thread delete redundant -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7801 <!-- 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
7802 <modify-function signature="children()const" remove="all"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7803 <modify-function signature="setLayout(QGraphicsLayout*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7804 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7805 <reference-count action="set" variable-name="__rcLayout"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7806 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7807 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7808
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7809 <modify-function signature="changeEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7810 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7811 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7812 <modify-function signature="closeEvent(QCloseEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7813 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7814 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7815 <modify-function signature="grabKeyboardEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7816 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7817 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7818 <modify-function signature="grabMouseEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7819 <modify-argument index="1" invalidate-after-use="yes"/>
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 <modify-function signature="hideEvent(QHideEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7822 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7823 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7824 <modify-function signature="moveEvent(QGraphicsSceneMoveEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7825 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7826 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7827 <modify-function signature="paintWindowFrame(QPainter*,const QStyleOptionGraphicsItem*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7828 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7829 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7830 <modify-function signature="resizeEvent(QGraphicsSceneResizeEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7831 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7832 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7833 <modify-function signature="showEvent(QShowEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7834 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7835 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7836 <modify-function signature="ungrabKeyboardEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7837 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7838 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7839 <modify-function signature="ungrabMouseEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7840 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7841 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7842 <modify-function signature="windowFrameEvent(QEvent*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7843 <modify-argument index="1" invalidate-after-use="yes"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7844 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7845
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7846 <modify-function signature="setStyle(QStyle*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7847 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7848 <reference-count action="set" variable-name="__rcStyle"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7849 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7850 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7851 <modify-function signature="setTabOrder(QGraphicsWidget*,QGraphicsWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7852 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7853 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7854 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7855 <modify-argument index="2">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7856 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7857 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7858 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7859 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7860 <modify-function signature="getContentsMargins(double*,double*,double*,double*)const" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7861 <modify-function signature="getWindowFrameMargins(double*,double*,double*,double*)const" access="private"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7862
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7863 <inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7864 <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
7865 <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
7866 </inject-code>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7867 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7868 <modify-function signature="initStyleOption(QStyleOption*)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7869 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7870 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7871 <replace-type modified-type="qt.gui.QStyleOption"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7872 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7873 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
7874 jobject __tmp = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7875 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7876 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7877 QStyleOption *%out = (QStyleOption *) qtjambi_to_object(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7878 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7879 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7880 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7881 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7882 // Make sure the java object is not usable after this, since
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7883 // the QStyleOption* may be deleted at any time.
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7884 qtjambi_invalidate_object(__jni_env, __tmp);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7885 __tmp = 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7886 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7887 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7888 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7889 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7890
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7891 <modify-function signature="paintWindowFrame(QPainter*,const QStyleOptionGraphicsItem*,QWidget*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7892 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7893 <modify-argument index="2">
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 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
7896 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7897 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7898 const QStyleOptionGraphicsItem *%out = (QStyleOptionGraphicsItem *) qtjambi_to_object(__jni_env, %in);
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 <replace-type modified-type="qt.gui.QStyleOptionGraphicsItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7901 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7902 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7903 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7904
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7905 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7906 <object-type name="QPlainTextDocumentLayout"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7907 <object-type name="QPlainTextEdit">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7908 <modify-function signature="setDocument(QTextDocument*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7909 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7910 <reference-count action="set" variable-name="__rcDocument"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7911 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7912 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7913 <modify-function signature="insertFromMimeData(const QMimeData*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7914 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7915 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7916 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7917 </modify-function>
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="QPrintPreviewDialog">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7920 <modify-function signature="open(QObject *, const char *)" remove="all"/> <!-- # TODO -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7921 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7922 <object-type name="QPrintPreviewWidget"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7923 <object-type name="QStyledItemDelegate">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7924 <modify-function signature="setItemEditorFactory(QItemEditorFactory*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7925 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7926 <reference-count action="set" variable-name="__rcItemEditorFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7927 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7928 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7929 <modify-function signature="setEditorData(QWidget*,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7930 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7931 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7932 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7933 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7934 <modify-function signature="setModelData(QWidget*,QAbstractItemModel*,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7935 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7936 <reference-count action="ignore"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7937 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7938 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7939 <!--
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7940 <modify-function signature="initStyleOption(QStyleOptionViewItem*,QModelIndex)const">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7941 <modify-argument index="1">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7942 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7943 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
7944 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7945 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7946 QStyleOptionViewItem *%out = (QStyleOptionViewItem *) qtjambi_to_object(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7947 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7948 <replace-type modified-type="qt.gui.QStyleOptionViewItem"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7949 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7950 </modify-function>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7951 -->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7952 </object-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7953
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7954 <interface-type name="QAccessibleFactoryInterface" java-name="QAbstractAccessibleFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7955 <interface-type name="QIconEngineFactoryInterfaceV2" java-name="QAbstractIconEngineFactoryV2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7956 <interface-type name="QImageIOHandlerFactoryInterface" java-name="QAbstractImageIOHandlerFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7957 <interface-type name="QInputContextFactoryInterface" java-name="QAbstractInputContextFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7958 <interface-type name="QStyleFactoryInterface" java-name="QAbstractStyleFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7959 <interface-type name="QTextCodecFactoryInterface" java-name="QAbstractTextCodecFactory"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7960 <interface-type name="QPictureFormatInterface" java-name="QAbstractPictureFormat">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7961 <!-- <modify-function signature="loadPicture(QString,QString,QPicture*)">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7962 <modify-argument index="3">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7963 <replace-type modified-type="QPicture"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7964 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7965 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
7966 jobject __tmp = %out;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7967 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7968 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7969 QPicture *%out = (QPicture *) qtjambi_to_object(__jni_env, %in);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7970 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7971 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7972 <modify-argument index="return">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7973 <conversion-rule class="shell">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7974 // Make sure the java object is not usable after this, since
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7975 // the QPicture* may be deleted at any time.
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7976 qtjambi_invalidate_object(__jni_env, __tmp);
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7977 __tmp = 0;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7978 bool %out = (bool) %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7979 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7980 <conversion-rule class="native">
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7981 jboolean %out = (jboolean) %in;
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7982 </conversion-rule>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7983 </modify-argument>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7984 </modify-function>-->
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7985 </interface-type>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7986
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7987 <object-type name="QIconEnginePluginV2"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7988 <object-type name="QAccessiblePlugin"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7989 <object-type name="QImageIOPlugin"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7990 <object-type name="QInputContextPlugin"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7991 <object-type name="QPictureFormatPlugin"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7992 <object-type name="QStylePlugin"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7993 <object-type name="QTextCodecPlugin"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7994
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7995 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QPixmap::QPixmap', unmatched parameter type 'QPixmapData*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7996 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private&amp;'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7997 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private\*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7998 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private const\*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
7999 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QTextEngine\*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8000 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QFontEngine\*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8001 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QPixmap::Type'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8002 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QInputDialog::Type'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8003 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QTextFrameLayoutData\*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8004 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QAbstractUndoItem\*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8005 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*QImageTextKeyLang*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8006 <suppress-warning text="WARNING(MetaJavaBuilder) :: non-public function '*' in interface '*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8007 <suppress-warning text="WARNING(MetaJavaBuilder) :: visibility of function '*' modified in class '*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8008 <suppress-warning text="WARNING(MetaJavaBuilder) :: hiding of function '*' in class '*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8009 <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
8010 <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
8011 <suppress-warning text="WARNING(CppImplGenerator) :: protected function '*' in final class '*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8012 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QTextLayout::QTextLayout', unmatched parameter type 'QTextEngine*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8013 <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
8014 <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
8015 <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
8016 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QWidget::windowSurface', unmatched return type 'QWindowSurface*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8017 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QWidget::setWindowSurface', unmatched parameter type 'QWindowSurface*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8018 <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
8019 <suppress-warning text="WARNING(MetaJavaBuilder) :: unhandled enum value: ~FlagMask in QMessageBox::StandardButton"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8020 <suppress-warning text="WARNING(MetaJavaBuilder) :: unmatched enum ~FlagMask"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8021 <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
8022 <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
8023 <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
8024 <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
8025 <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
8026 <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
8027 <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
8028 <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
8029 <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
8030 <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
8031 <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
8032 <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
8033 <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
8034 <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
8035 <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
8036 <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
8037 <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
8038 <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
8039 <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
8040 <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
8041 <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
8042 <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
8043 <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
8044 <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
8045 <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
8046 <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
8047 <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
8048 <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
8049 <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
8050 <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
8051 <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
8052 <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
8053 <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
8054 <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
8055 <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
8056 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QPixmap::pixmapData', unmatched return type 'QPixmapData*'"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8057 <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
8058
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8059 <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
8060 <suppress-warning text="WARNING(MetaJavaBuilder) :: Rejected enum has no alternative...: QPalette::NColorRoles"/>
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8061
9071511f7a5b nicer API for QInput dialog
eldar
parents: 64
diff changeset
8062 </typesystem>