@@ -1,2459 +1,2498 | |||||
1 | <?xml version="1.0"?> |
|
1 | <?xml version="1.0"?> | |
2 | <typesystem package="com.trolltech.qt.core"><template name="core.prepare_removed_bool*_argument"> |
|
2 | <typesystem package="com.trolltech.qt.core"><template name="core.prepare_removed_bool*_argument"> | |
3 | bool __ok; |
|
3 | bool __ok; | |
4 | bool *%out% = &__ok; |
|
4 | bool *%out% = &__ok; | |
5 | </template><template name="core.convert_to_null_or_wrap"> |
|
5 | </template><template name="core.convert_to_null_or_wrap"> | |
6 | QScriptValue %out%; |
|
6 | QScriptValue %out%; | |
7 | if (!__ok) |
|
7 | if (!__ok) | |
8 | %out% = context->engine()->nullValue(); |
|
8 | %out% = context->engine()->nullValue(); | |
9 | else |
|
9 | else | |
10 | %out% = qScriptValueFromValue(context->engine(), %in%); |
|
10 | %out% = qScriptValueFromValue(context->engine(), %in%); | |
11 | </template><template name="core.convert_to_null_or_primitive"> |
|
11 | </template><template name="core.convert_to_null_or_primitive"> | |
12 | QScriptValue %out%; |
|
12 | QScriptValue %out%; | |
13 | if (!__ok) |
|
13 | if (!__ok) | |
14 | %out% = context->engine()->nullValue(); |
|
14 | %out% = context->engine()->nullValue(); | |
15 | else |
|
15 | else | |
16 | %out% = QScriptValue(context->engine(), %in%); |
|
16 | %out% = QScriptValue(context->engine(), %in%); | |
17 | </template><template name="core.convert_string_arg_to_char*"> |
|
17 | </template><template name="core.convert_string_arg_to_char*"> | |
18 | QByteArray tmp_%out% = %in%.toString().toLatin1(); |
|
18 | QByteArray tmp_%out% = %in%.toString().toLatin1(); | |
19 | const char * %out% = tmp_%out%.constData(); |
|
19 | const char * %out% = tmp_%out%.constData(); | |
20 | </template><template name="core.convert_int_arg_and_check_range"> |
|
20 | </template><template name="core.convert_int_arg_and_check_range"> | |
21 | int %out% = %in%.toInt32(); |
|
21 | int %out% = %in%.toInt32(); | |
22 | if ((%out% < 0) || (%this%->size() < %out%)) { |
|
22 | if ((%out% < 0) || (%this%->size() < %out%)) { | |
23 | return context->throwError(QScriptContext::RangeError, |
|
23 | return context->throwError(QScriptContext::RangeError, | |
24 | QString::fromLatin1("%CLASS_NAME%::%FUNCTION_NAME%(): index out of range")); |
|
24 | QString::fromLatin1("%CLASS_NAME%::%FUNCTION_NAME%(): index out of range")); | |
25 | } |
|
25 | } | |
26 | </template><template name="core.convert_pointer_arg_and_check_null"> |
|
26 | </template><template name="core.convert_pointer_arg_and_check_null"> | |
27 | %TYPE% %out% = qscriptvalue_cast<%TYPE%>(%in%); |
|
27 | %TYPE% %out% = qscriptvalue_cast<%TYPE%>(%in%); | |
28 | if (!%out%) { |
|
28 | if (!%out%) { | |
29 | return context->throwError(QScriptContext::TypeError, |
|
29 | return context->throwError(QScriptContext::TypeError, | |
30 | QString::fromLatin1("%CLASS_NAME%::%FUNCTION_NAME%(): failed to convert argument to %TYPE%")); |
|
30 | QString::fromLatin1("%CLASS_NAME%::%FUNCTION_NAME%(): failed to convert argument to %TYPE%")); | |
31 | } |
|
31 | } | |
32 | </template><template name="core.convert_stringref_to_string"> |
|
32 | </template><template name="core.convert_stringref_to_string"> | |
33 | QString %out% = %in%.toString(); |
|
33 | QString %out% = %in%.toString(); | |
34 | </template><rejection class="QTextCodec::ConverterState"/><rejection class="QTextCodecFactoryInterface"/><rejection class="QAbstractEventDispatcher"/><rejection class="QAbstractFileEngine"/><rejection class="QAbstractFileEngineHandler"/><rejection class="QAbstractFileEngineIterator"/><rejection class="QFSFileEngine"/><rejection class="QSystemLocale"/><rejection class="QFutureWatcherBase"/><rejection class="QFutureSynchronizer"/><enum-type name="QXmlStreamReader::Error"/><enum-type name="QXmlStreamReader::TokenType"/><primitive-type name="bool"/><primitive-type name="double"/><primitive-type name="qreal"/><primitive-type name="float"/><primitive-type name="qint64"/><primitive-type name="__int64"/><primitive-type name="unsigned __int64"/><primitive-type name="unsigned long long"/><primitive-type name="long long"/><primitive-type name="qlonglong"/><primitive-type name="qulonglong"/><primitive-type name="short"/><primitive-type name="short"/><primitive-type name="signed short"/><primitive-type name="ushort"/><primitive-type name="unsigned short"/><primitive-type name="char"/><primitive-type name="signed char"/><primitive-type name="uchar"/><primitive-type name="unsigned char"/><primitive-type name="int"/><primitive-type name="signed int"/><primitive-type name="uint"/><primitive-type name="ulong"/><primitive-type name="unsigned int"/><primitive-type name="signed long"/><primitive-type name="long"/><primitive-type name="unsigned long"/><primitive-type name="WId"/><primitive-type name="Qt::HANDLE"/><primitive-type name="QVariant::Type"/><primitive-type name="QByteRef"/><primitive-type name="QBitRef"/><primitive-type name="QBool"/><primitive-type name="jobject"/><primitive-type name="quintptr"/><suppress-warning text="WARNING(MetaJavaBuilder) :: signal 'finished' in class 'QProcess' is overloaded."/><suppress-warning text="WARNING(MetaJavaBuilder) :: missing required class for enums: QRegExp"/><suppress-warning text="WARNING(MetaJavaBuilder) :: enum 'QtValidLicenseForScriptToolsModule' does not have a type entry or is not an enum"/><suppress-warning text="WARNING(MetaJavaBuilder) :: Rejected enum has no alternative...: QDataStream::Qt_4_5"/><suppress-warning text="WARNING(MetaJavaBuilder) :: unhandled enum value: Qt::MatchFlags(Qt::MatchStartsWith in Qt::MatchFlag"/><suppress-warning text="WARNING(MetaJavaBuilder) :: unhandled enum value: Qt::MatchWrap) in Qt::MatchFlag"/><suppress-warning text="WARNING(MetaJavaBuilder) :: unmatched enum Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap) when parsing default value of 'match' in class 'QAbstractItemModel'"/><suppress-warning text="WARNING(MetaJavaBuilder) :: unsupported default value 'QLatin1String(defaultConnection)' of argument in function '*', class '*'"/><suppress-warning text="WARNING(MetaJavaBuilder) :: Class '*' has equals operators but no qHash() function"/><suppress-warning text="WARNING(MetaJavaBuilder) :: type '*' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/><suppress-warning text="WARNING(MetaJavaBuilder) :: namespace '*' for enum '*' is not declared"/><suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function '*', unmatched parameter type '*'"/><suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function '*', unmatched return type '*'"/><suppress-warning text="WARNING(MetaJavaBuilder) :: signature '*' for function modification in '*' not found. Possible candidates: "/><suppress-warning text="WARNING(MetaJavaBuilder) :: namespace '*' does not have a type entry"/><suppress-warning text="WARNING(MetaJavaBuilder) :: unsupported default value '*' of argument in function '*', class '*'"/><suppress-warning text="WARNING(MetaJavaBuilder) :: Shadowing: * and *; Java code will not compile"/><suppress-warning text="WARNING(MetaJavaBuilder) :: enum '*' is specified in typesystem, but not declared"/> |
|
34 | </template><rejection class="QTextCodec::ConverterState"/><rejection class="QTextCodecFactoryInterface"/><rejection class="QAbstractEventDispatcher"/><rejection class="QAbstractFileEngine"/><rejection class="QAbstractFileEngineHandler"/><rejection class="QAbstractFileEngineIterator"/><rejection class="QFSFileEngine"/><rejection class="QSystemLocale"/><rejection class="QFutureWatcherBase"/><rejection class="QFutureSynchronizer"/><enum-type name="QXmlStreamReader::Error"/><enum-type name="QXmlStreamReader::TokenType"/> | |
|
35 | ||||
|
36 | <primitive-type name="qgl_GLsizeiptr"/> | |||
|
37 | <primitive-type name="qgl_GLintptr"/> | |||
|
38 | <primitive-type name="GLint"/> | |||
|
39 | <primitive-type name="GLuint"/> | |||
|
40 | <primitive-type name="GLenum"/> | |||
|
41 | <primitive-type name="GLclampf"/> | |||
|
42 | <primitive-type name="GLsizei"/> | |||
|
43 | <primitive-type name="GLfloat"/> | |||
|
44 | <primitive-type name="GLbitfield"/> | |||
|
45 | <primitive-type name="GLbyte"/> | |||
|
46 | <primitive-type name="GLshort"/> | |||
|
47 | <primitive-type name="GLubyte"/> | |||
|
48 | <primitive-type name="GLushort"/> | |||
|
49 | <primitive-type name="GLdouble"/> | |||
|
50 | <primitive-type name="GLclampd"/> | |||
|
51 | <primitive-type name="GLvoid"/> | |||
|
52 | <primitive-type name="GLboolean"/> | |||
|
53 | ||||
|
54 | <primitive-type name="bool"/><primitive-type name="double"/><primitive-type name="qreal"/><primitive-type name="float"/><primitive-type name="qint64"/><primitive-type name="__int64"/><primitive-type name="unsigned __int64"/><primitive-type name="unsigned long long"/><primitive-type name="long long"/><primitive-type name="qlonglong"/><primitive-type name="qulonglong"/><primitive-type name="short"/><primitive-type name="short"/><primitive-type name="signed short"/><primitive-type name="ushort"/><primitive-type name="unsigned short"/><primitive-type name="char"/><primitive-type name="signed char"/><primitive-type name="uchar"/><primitive-type name="unsigned char"/><primitive-type name="int"/><primitive-type name="signed int"/><primitive-type name="uint"/><primitive-type name="ulong"/><primitive-type name="unsigned int"/><primitive-type name="signed long"/><primitive-type name="long"/><primitive-type name="unsigned long"/><primitive-type name="WId"/><primitive-type name="Qt::HANDLE"/><primitive-type name="QVariant::Type"/><primitive-type name="QByteRef"/><primitive-type name="QBitRef"/><primitive-type name="QBool"/><primitive-type name="jobject"/><primitive-type name="quintptr"/><suppress-warning text="WARNING(MetaJavaBuilder) :: signal 'finished' in class 'QProcess' is overloaded."/><suppress-warning text="WARNING(MetaJavaBuilder) :: missing required class for enums: QRegExp"/><suppress-warning text="WARNING(MetaJavaBuilder) :: enum 'QtValidLicenseForScriptToolsModule' does not have a type entry or is not an enum"/><suppress-warning text="WARNING(MetaJavaBuilder) :: Rejected enum has no alternative...: QDataStream::Qt_4_5"/><suppress-warning text="WARNING(MetaJavaBuilder) :: unhandled enum value: Qt::MatchFlags(Qt::MatchStartsWith in Qt::MatchFlag"/><suppress-warning text="WARNING(MetaJavaBuilder) :: unhandled enum value: Qt::MatchWrap) in Qt::MatchFlag"/><suppress-warning text="WARNING(MetaJavaBuilder) :: unmatched enum Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap) when parsing default value of 'match' in class 'QAbstractItemModel'"/><suppress-warning text="WARNING(MetaJavaBuilder) :: unsupported default value 'QLatin1String(defaultConnection)' of argument in function '*', class '*'"/><suppress-warning text="WARNING(MetaJavaBuilder) :: Class '*' has equals operators but no qHash() function"/><suppress-warning text="WARNING(MetaJavaBuilder) :: type '*' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/><suppress-warning text="WARNING(MetaJavaBuilder) :: namespace '*' for enum '*' is not declared"/><suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function '*', unmatched parameter type '*'"/><suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function '*', unmatched return type '*'"/><suppress-warning text="WARNING(MetaJavaBuilder) :: signature '*' for function modification in '*' not found. Possible candidates: "/><suppress-warning text="WARNING(MetaJavaBuilder) :: namespace '*' does not have a type entry"/><suppress-warning text="WARNING(MetaJavaBuilder) :: unsupported default value '*' of argument in function '*', class '*'"/><suppress-warning text="WARNING(MetaJavaBuilder) :: Shadowing: * and *; Java code will not compile"/><suppress-warning text="WARNING(MetaJavaBuilder) :: enum '*' is specified in typesystem, but not declared"/> | |||
35 |
|
55 | |||
36 | <value-type name="QModelIndex"/> |
|
56 | <value-type name="QModelIndex"/> | |
37 | <rejection class="*" function-name="d_func"/> |
|
57 | <rejection class="*" function-name="d_func"/> | |
38 | <rejection class="*" function-name="data_ptr"/> |
|
58 | <rejection class="*" function-name="data_ptr"/> | |
39 | <rejection class="*" function-name="detach"/> |
|
59 | <rejection class="*" function-name="detach"/> | |
40 | <rejection class="*" function-name="isDetached"/> |
|
60 | <rejection class="*" function-name="isDetached"/> | |
41 |
|
61 | |||
42 | <rejection class="*" field-name="d_ptr"/> |
|
62 | <rejection class="*" field-name="d_ptr"/> | |
43 | <rejection class="*" field-name="d"/> |
|
63 | <rejection class="*" field-name="d"/> | |
44 |
|
64 | |||
45 | <rejection class="" enum-name="QtValidLicenseForTestModule"/> |
|
65 | <rejection class="" enum-name="QtValidLicenseForTestModule"/> | |
46 |
|
66 | |||
47 |
|
67 | |||
48 | <rejection class="" enum-name="QtValidLicenseForDBusModule"/> |
|
68 | <rejection class="" enum-name="QtValidLicenseForDBusModule"/> | |
49 | <rejection class="" enum-name="QtValidLicenseForSqlModule"/> |
|
69 | <rejection class="" enum-name="QtValidLicenseForSqlModule"/> | |
50 | <rejection class="" enum-name="QtValidLicenseForOpenGLModule"/> |
|
70 | <rejection class="" enum-name="QtValidLicenseForOpenGLModule"/> | |
51 | <rejection class="" enum-name="enum_1"/> |
|
71 | <rejection class="" enum-name="enum_1"/> | |
52 | <rejection class="" enum-name="QtValidLicenseForXmlModule"/> |
|
72 | <rejection class="" enum-name="QtValidLicenseForXmlModule"/> | |
53 | <rejection class="" enum-name="QtValidLicenseForXmlPatternsModule"/> |
|
73 | <rejection class="" enum-name="QtValidLicenseForXmlPatternsModule"/> | |
54 | <rejection class="" enum-name="QtValidLicenseForActiveQtModule"/> |
|
74 | <rejection class="" enum-name="QtValidLicenseForActiveQtModule"/> | |
55 | <rejection class="" enum-name="QtValidLicenseForCoreModule"/> |
|
75 | <rejection class="" enum-name="QtValidLicenseForCoreModule"/> | |
56 | <rejection class="" enum-name="QtValidLicenseForQt3SupportLightModule"/> |
|
76 | <rejection class="" enum-name="QtValidLicenseForQt3SupportLightModule"/> | |
57 | <rejection class="" enum-name="QtValidLicenseForQt3SupportModule"/> |
|
77 | <rejection class="" enum-name="QtValidLicenseForQt3SupportModule"/> | |
58 | <rejection class="" enum-name="QtValidLicenseForNetworkModule"/> |
|
78 | <rejection class="" enum-name="QtValidLicenseForNetworkModule"/> | |
59 | <rejection class="" enum-name="QtValidLicenseForSvgModule"/> |
|
79 | <rejection class="" enum-name="QtValidLicenseForSvgModule"/> | |
60 | <rejection class="" enum-name="QtValidLicenseForGuiModule"/> |
|
80 | <rejection class="" enum-name="QtValidLicenseForGuiModule"/> | |
61 | <rejection class="" enum-name="QtValidLicenseForScriptModule"/> |
|
81 | <rejection class="" enum-name="QtValidLicenseForScriptModule"/> | |
62 | <rejection class="" enum-name="QtValidLicenseForHelpModule"/> |
|
82 | <rejection class="" enum-name="QtValidLicenseForHelpModule"/> | |
63 | <rejection class="" enum-name="QtValidLicenseForScriptToolsModule"/> |
|
83 | <rejection class="" enum-name="QtValidLicenseForScriptToolsModule"/> | |
64 | <rejection class="" enum-name="QtValidLicenseForMultimediaModule"/> |
|
84 | <rejection class="" enum-name="QtValidLicenseForMultimediaModule"/> | |
65 | <rejection class="" enum-name="QtValidLicenseForOpenVGModule"/> |
|
85 | <rejection class="" enum-name="QtValidLicenseForOpenVGModule"/> | |
66 | <rejection class="" enum-name="QtValidLicenseForDeclarativeModule"/> |
|
86 | <rejection class="" enum-name="QtValidLicenseForDeclarativeModule"/> | |
67 |
|
87 | |||
68 |
|
88 | |||
69 | <rejection class="QtConcurrent" enum-name="enum_1"/> |
|
89 | <rejection class="QtConcurrent" enum-name="enum_1"/> | |
70 | <rejection class="QtConcurrent" function-name="operator|"/> |
|
90 | <rejection class="QtConcurrent" function-name="operator|"/> | |
71 |
|
91 | |||
72 | <rejection class="Qt" enum-name="Modifier"/> |
|
92 | <rejection class="Qt" enum-name="Modifier"/> | |
73 |
|
93 | |||
74 | <rejection class="QSharedPointer"/> |
|
94 | <rejection class="QSharedPointer"/> | |
75 | <rejection class="QWeakPointer"/> |
|
95 | <rejection class="QWeakPointer"/> | |
76 | <rejection class="QFuture::const_iterator"/> |
|
96 | <rejection class="QFuture::const_iterator"/> | |
77 | <rejection class="QFutureInterface"/> |
|
97 | <rejection class="QFutureInterface"/> | |
78 | <rejection class="QFutureInterfaceBase"/> |
|
98 | <rejection class="QFutureInterfaceBase"/> | |
79 | <rejection class="QtConcurrent::BlockSizeManager"/> |
|
99 | <rejection class="QtConcurrent::BlockSizeManager"/> | |
80 | <rejection class="QtConcurrent::ConstMemberFunctionWrapper"/> |
|
100 | <rejection class="QtConcurrent::ConstMemberFunctionWrapper"/> | |
81 | <rejection class="QtConcurrent::Exception"/> |
|
101 | <rejection class="QtConcurrent::Exception"/> | |
82 | <rejection class="QtConcurrent::FilterKernel"/> |
|
102 | <rejection class="QtConcurrent::FilterKernel"/> | |
83 | <rejection class="QtConcurrent::FilteredEachKernel"/> |
|
103 | <rejection class="QtConcurrent::FilteredEachKernel"/> | |
84 | <rejection class="QtConcurrent::FilteredReducedKernel"/> |
|
104 | <rejection class="QtConcurrent::FilteredReducedKernel"/> | |
85 | <rejection class="QtConcurrent::FunctionWrapper0"/> |
|
105 | <rejection class="QtConcurrent::FunctionWrapper0"/> | |
86 | <rejection class="QtConcurrent::FunctionWrapper1"/> |
|
106 | <rejection class="QtConcurrent::FunctionWrapper1"/> | |
87 | <rejection class="QtConcurrent::FunctionWrapper2"/> |
|
107 | <rejection class="QtConcurrent::FunctionWrapper2"/> | |
88 | <rejection class="QtConcurrent::IntermediateResults"/> |
|
108 | <rejection class="QtConcurrent::IntermediateResults"/> | |
89 | <rejection class="QtConcurrent::IterateKernel"/> |
|
109 | <rejection class="QtConcurrent::IterateKernel"/> | |
90 | <rejection class="QtConcurrent::MapKernel"/> |
|
110 | <rejection class="QtConcurrent::MapKernel"/> | |
91 | <rejection class="QtConcurrent::MappedEachKernel"/> |
|
111 | <rejection class="QtConcurrent::MappedEachKernel"/> | |
92 | <rejection class="QtConcurrent::MappedReducedKernel"/> |
|
112 | <rejection class="QtConcurrent::MappedReducedKernel"/> | |
93 | <rejection class="QtConcurrent::Median"/> |
|
113 | <rejection class="QtConcurrent::Median"/> | |
94 | <rejection class="QtConcurrent::MemberFunctionWrapper"/> |
|
114 | <rejection class="QtConcurrent::MemberFunctionWrapper"/> | |
95 | <rejection class="QtConcurrent::MemberFunctionWrapper1"/> |
|
115 | <rejection class="QtConcurrent::MemberFunctionWrapper1"/> | |
96 | <rejection class="QtConcurrent::qValueType"/> |
|
116 | <rejection class="QtConcurrent::qValueType"/> | |
97 | <rejection class="QtConcurrent::ReduceKernel"/> |
|
117 | <rejection class="QtConcurrent::ReduceKernel"/> | |
98 | <rejection class="QtConcurrent::ResultItem"/> |
|
118 | <rejection class="QtConcurrent::ResultItem"/> | |
99 | <rejection class="QtConcurrent::ResultIterator"/> |
|
119 | <rejection class="QtConcurrent::ResultIterator"/> | |
100 | <rejection class="QtConcurrent::ResultIteratorBase"/> |
|
120 | <rejection class="QtConcurrent::ResultIteratorBase"/> | |
101 | <rejection class="QtConcurrent::ResultReporter"/> |
|
121 | <rejection class="QtConcurrent::ResultReporter"/> | |
102 | <rejection class="QtConcurrent::ResultStore"/> |
|
122 | <rejection class="QtConcurrent::ResultStore"/> | |
103 | <rejection class="QtConcurrent::ResultStoreBase"/> |
|
123 | <rejection class="QtConcurrent::ResultStoreBase"/> | |
104 | <rejection class="QtConcurrent::RunFunctionTask"/> |
|
124 | <rejection class="QtConcurrent::RunFunctionTask"/> | |
105 | <rejection class="QtConcurrent::RunFunctionTaskBase"/> |
|
125 | <rejection class="QtConcurrent::RunFunctionTaskBase"/> | |
106 | <rejection class="QtConcurrent::SelectSpecialization"/> |
|
126 | <rejection class="QtConcurrent::SelectSpecialization"/> | |
107 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionCall0"/> |
|
127 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionCall0"/> | |
108 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionCall1"/> |
|
128 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionCall1"/> | |
109 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionCall2"/> |
|
129 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionCall2"/> | |
110 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionCall3"/> |
|
130 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionCall3"/> | |
111 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionCall4"/> |
|
131 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionCall4"/> | |
112 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionCall5"/> |
|
132 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionCall5"/> | |
113 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionPointerCall0"/> |
|
133 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionPointerCall0"/> | |
114 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionPointerCall1"/> |
|
134 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionPointerCall1"/> | |
115 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionPointerCall2"/> |
|
135 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionPointerCall2"/> | |
116 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionPointerCall3"/> |
|
136 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionPointerCall3"/> | |
117 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionPointerCall4"/> |
|
137 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionPointerCall4"/> | |
118 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionPointerCall5"/> |
|
138 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionPointerCall5"/> | |
119 | <rejection class="QtConcurrent::SelectStoredFunctorCall0"/> |
|
139 | <rejection class="QtConcurrent::SelectStoredFunctorCall0"/> | |
120 | <rejection class="QtConcurrent::SelectStoredFunctorCall1"/> |
|
140 | <rejection class="QtConcurrent::SelectStoredFunctorCall1"/> | |
121 | <rejection class="QtConcurrent::SelectStoredFunctorCall2"/> |
|
141 | <rejection class="QtConcurrent::SelectStoredFunctorCall2"/> | |
122 | <rejection class="QtConcurrent::SelectStoredFunctorCall3"/> |
|
142 | <rejection class="QtConcurrent::SelectStoredFunctorCall3"/> | |
123 | <rejection class="QtConcurrent::SelectStoredFunctorCall4"/> |
|
143 | <rejection class="QtConcurrent::SelectStoredFunctorCall4"/> | |
124 | <rejection class="QtConcurrent::SelectStoredFunctorCall5"/> |
|
144 | <rejection class="QtConcurrent::SelectStoredFunctorCall5"/> | |
125 | <rejection class="QtConcurrent::SelectStoredFunctorPointerCall0"/> |
|
145 | <rejection class="QtConcurrent::SelectStoredFunctorPointerCall0"/> | |
126 | <rejection class="QtConcurrent::SelectStoredFunctorPointerCall1"/> |
|
146 | <rejection class="QtConcurrent::SelectStoredFunctorPointerCall1"/> | |
127 | <rejection class="QtConcurrent::SelectStoredFunctorPointerCall2"/> |
|
147 | <rejection class="QtConcurrent::SelectStoredFunctorPointerCall2"/> | |
128 | <rejection class="QtConcurrent::SelectStoredFunctorPointerCall3"/> |
|
148 | <rejection class="QtConcurrent::SelectStoredFunctorPointerCall3"/> | |
129 | <rejection class="QtConcurrent::SelectStoredFunctorPointerCall4"/> |
|
149 | <rejection class="QtConcurrent::SelectStoredFunctorPointerCall4"/> | |
130 | <rejection class="QtConcurrent::SelectStoredFunctorPointerCall5"/> |
|
150 | <rejection class="QtConcurrent::SelectStoredFunctorPointerCall5"/> | |
131 | <rejection class="QtConcurrent::SelectStoredMemberFunctionCall0"/> |
|
151 | <rejection class="QtConcurrent::SelectStoredMemberFunctionCall0"/> | |
132 | <rejection class="QtConcurrent::SelectStoredMemberFunctionCall1"/> |
|
152 | <rejection class="QtConcurrent::SelectStoredMemberFunctionCall1"/> | |
133 | <rejection class="QtConcurrent::SelectStoredMemberFunctionCall2"/> |
|
153 | <rejection class="QtConcurrent::SelectStoredMemberFunctionCall2"/> | |
134 | <rejection class="QtConcurrent::SelectStoredMemberFunctionCall3"/> |
|
154 | <rejection class="QtConcurrent::SelectStoredMemberFunctionCall3"/> | |
135 | <rejection class="QtConcurrent::SelectStoredMemberFunctionCall4"/> |
|
155 | <rejection class="QtConcurrent::SelectStoredMemberFunctionCall4"/> | |
136 | <rejection class="QtConcurrent::SelectStoredMemberFunctionCall5"/> |
|
156 | <rejection class="QtConcurrent::SelectStoredMemberFunctionCall5"/> | |
137 | <rejection class="QtConcurrent::SelectStoredMemberFunctionPointerCall0"/> |
|
157 | <rejection class="QtConcurrent::SelectStoredMemberFunctionPointerCall0"/> | |
138 | <rejection class="QtConcurrent::SelectStoredMemberFunctionPointerCall1"/> |
|
158 | <rejection class="QtConcurrent::SelectStoredMemberFunctionPointerCall1"/> | |
139 | <rejection class="QtConcurrent::SelectStoredMemberFunctionPointerCall2"/> |
|
159 | <rejection class="QtConcurrent::SelectStoredMemberFunctionPointerCall2"/> | |
140 | <rejection class="QtConcurrent::SelectStoredMemberFunctionPointerCall3"/> |
|
160 | <rejection class="QtConcurrent::SelectStoredMemberFunctionPointerCall3"/> | |
141 | <rejection class="QtConcurrent::SelectStoredMemberFunctionPointerCall4"/> |
|
161 | <rejection class="QtConcurrent::SelectStoredMemberFunctionPointerCall4"/> | |
142 | <rejection class="QtConcurrent::SelectStoredMemberFunctionPointerCall5"/> |
|
162 | <rejection class="QtConcurrent::SelectStoredMemberFunctionPointerCall5"/> | |
143 | <rejection class="QtConcurrent::SequenceHolder1"/> |
|
163 | <rejection class="QtConcurrent::SequenceHolder1"/> | |
144 | <rejection class="QtConcurrent::SequenceHolder2"/> |
|
164 | <rejection class="QtConcurrent::SequenceHolder2"/> | |
145 | <rejection class="QtConcurrent::StoredConstMemberFunctionCall0"/> |
|
165 | <rejection class="QtConcurrent::StoredConstMemberFunctionCall0"/> | |
146 | <rejection class="QtConcurrent::StoredConstMemberFunctionCall1"/> |
|
166 | <rejection class="QtConcurrent::StoredConstMemberFunctionCall1"/> | |
147 | <rejection class="QtConcurrent::StoredConstMemberFunctionCall2"/> |
|
167 | <rejection class="QtConcurrent::StoredConstMemberFunctionCall2"/> | |
148 | <rejection class="QtConcurrent::StoredConstMemberFunctionCall3"/> |
|
168 | <rejection class="QtConcurrent::StoredConstMemberFunctionCall3"/> | |
149 | <rejection class="QtConcurrent::StoredConstMemberFunctionCall4"/> |
|
169 | <rejection class="QtConcurrent::StoredConstMemberFunctionCall4"/> | |
150 | <rejection class="QtConcurrent::StoredConstMemberFunctionCall5"/> |
|
170 | <rejection class="QtConcurrent::StoredConstMemberFunctionCall5"/> | |
151 | <rejection class="QtConcurrent::StoredConstMemberFunctionPointerCall0"/> |
|
171 | <rejection class="QtConcurrent::StoredConstMemberFunctionPointerCall0"/> | |
152 | <rejection class="QtConcurrent::StoredConstMemberFunctionPointerCall1"/> |
|
172 | <rejection class="QtConcurrent::StoredConstMemberFunctionPointerCall1"/> | |
153 | <rejection class="QtConcurrent::StoredConstMemberFunctionPointerCall2"/> |
|
173 | <rejection class="QtConcurrent::StoredConstMemberFunctionPointerCall2"/> | |
154 | <rejection class="QtConcurrent::StoredConstMemberFunctionPointerCall3"/> |
|
174 | <rejection class="QtConcurrent::StoredConstMemberFunctionPointerCall3"/> | |
155 | <rejection class="QtConcurrent::StoredConstMemberFunctionPointerCall4"/> |
|
175 | <rejection class="QtConcurrent::StoredConstMemberFunctionPointerCall4"/> | |
156 | <rejection class="QtConcurrent::StoredConstMemberFunctionPointerCall5"/> |
|
176 | <rejection class="QtConcurrent::StoredConstMemberFunctionPointerCall5"/> | |
157 | <rejection class="QtConcurrent::StoredFunctorCall0"/> |
|
177 | <rejection class="QtConcurrent::StoredFunctorCall0"/> | |
158 | <rejection class="QtConcurrent::StoredFunctorCall1"/> |
|
178 | <rejection class="QtConcurrent::StoredFunctorCall1"/> | |
159 | <rejection class="QtConcurrent::StoredFunctorCall2"/> |
|
179 | <rejection class="QtConcurrent::StoredFunctorCall2"/> | |
160 | <rejection class="QtConcurrent::StoredFunctorCall3"/> |
|
180 | <rejection class="QtConcurrent::StoredFunctorCall3"/> | |
161 | <rejection class="QtConcurrent::StoredFunctorCall4"/> |
|
181 | <rejection class="QtConcurrent::StoredFunctorCall4"/> | |
162 | <rejection class="QtConcurrent::StoredFunctorCall5"/> |
|
182 | <rejection class="QtConcurrent::StoredFunctorCall5"/> | |
163 | <rejection class="QtConcurrent::StoredFunctorPointerCall0"/> |
|
183 | <rejection class="QtConcurrent::StoredFunctorPointerCall0"/> | |
164 | <rejection class="QtConcurrent::StoredFunctorPointerCall1"/> |
|
184 | <rejection class="QtConcurrent::StoredFunctorPointerCall1"/> | |
165 | <rejection class="QtConcurrent::StoredFunctorPointerCall2"/> |
|
185 | <rejection class="QtConcurrent::StoredFunctorPointerCall2"/> | |
166 | <rejection class="QtConcurrent::StoredFunctorPointerCall3"/> |
|
186 | <rejection class="QtConcurrent::StoredFunctorPointerCall3"/> | |
167 | <rejection class="QtConcurrent::StoredFunctorPointerCall4"/> |
|
187 | <rejection class="QtConcurrent::StoredFunctorPointerCall4"/> | |
168 | <rejection class="QtConcurrent::StoredFunctorPointerCall5"/> |
|
188 | <rejection class="QtConcurrent::StoredFunctorPointerCall5"/> | |
169 | <rejection class="QtConcurrent::StoredMemberFunctionCall0"/> |
|
189 | <rejection class="QtConcurrent::StoredMemberFunctionCall0"/> | |
170 | <rejection class="QtConcurrent::StoredMemberFunctionCall1"/> |
|
190 | <rejection class="QtConcurrent::StoredMemberFunctionCall1"/> | |
171 | <rejection class="QtConcurrent::StoredMemberFunctionCall2"/> |
|
191 | <rejection class="QtConcurrent::StoredMemberFunctionCall2"/> | |
172 | <rejection class="QtConcurrent::StoredMemberFunctionCall3"/> |
|
192 | <rejection class="QtConcurrent::StoredMemberFunctionCall3"/> | |
173 | <rejection class="QtConcurrent::StoredMemberFunctionCall4"/> |
|
193 | <rejection class="QtConcurrent::StoredMemberFunctionCall4"/> | |
174 | <rejection class="QtConcurrent::StoredMemberFunctionCall5"/> |
|
194 | <rejection class="QtConcurrent::StoredMemberFunctionCall5"/> | |
175 | <rejection class="QtConcurrent::StoredMemberFunctionPointerCall0"/> |
|
195 | <rejection class="QtConcurrent::StoredMemberFunctionPointerCall0"/> | |
176 | <rejection class="QtConcurrent::StoredMemberFunctionPointerCall1"/> |
|
196 | <rejection class="QtConcurrent::StoredMemberFunctionPointerCall1"/> | |
177 | <rejection class="QtConcurrent::StoredMemberFunctionPointerCall2"/> |
|
197 | <rejection class="QtConcurrent::StoredMemberFunctionPointerCall2"/> | |
178 | <rejection class="QtConcurrent::StoredMemberFunctionPointerCall3"/> |
|
198 | <rejection class="QtConcurrent::StoredMemberFunctionPointerCall3"/> | |
179 | <rejection class="QtConcurrent::StoredMemberFunctionPointerCall4"/> |
|
199 | <rejection class="QtConcurrent::StoredMemberFunctionPointerCall4"/> | |
180 | <rejection class="QtConcurrent::StoredMemberFunctionPointerCall5"/> |
|
200 | <rejection class="QtConcurrent::StoredMemberFunctionPointerCall5"/> | |
181 | <rejection class="QtConcurrent::ThreadEngine"/> |
|
201 | <rejection class="QtConcurrent::ThreadEngine"/> | |
182 | <rejection class="QtConcurrent::ThreadEngineBase"/> |
|
202 | <rejection class="QtConcurrent::ThreadEngineBase"/> | |
183 | <rejection class="QtConcurrent::ThreadEngineSemaphore"/> |
|
203 | <rejection class="QtConcurrent::ThreadEngineSemaphore"/> | |
184 | <rejection class="QtConcurrent::ThreadEngineStarter"/> |
|
204 | <rejection class="QtConcurrent::ThreadEngineStarter"/> | |
185 | <rejection class="QtConcurrent::ThreadEngineStarterBase"/> |
|
205 | <rejection class="QtConcurrent::ThreadEngineStarterBase"/> | |
186 | <rejection class="QtConcurrent::UnhandledException"/> |
|
206 | <rejection class="QtConcurrent::UnhandledException"/> | |
187 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionCall0"/> |
|
207 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionCall0"/> | |
188 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionCall1"/> |
|
208 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionCall1"/> | |
189 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionCall2"/> |
|
209 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionCall2"/> | |
190 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionCall3"/> |
|
210 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionCall3"/> | |
191 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionCall4"/> |
|
211 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionCall4"/> | |
192 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionCall5"/> |
|
212 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionCall5"/> | |
193 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionPointerCall0"/> |
|
213 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionPointerCall0"/> | |
194 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionPointerCall1"/> |
|
214 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionPointerCall1"/> | |
195 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionPointerCall2"/> |
|
215 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionPointerCall2"/> | |
196 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionPointerCall3"/> |
|
216 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionPointerCall3"/> | |
197 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionPointerCall4"/> |
|
217 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionPointerCall4"/> | |
198 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionPointerCall5"/> |
|
218 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionPointerCall5"/> | |
199 | <rejection class="QtConcurrent::VoidStoredFunctorCall0"/> |
|
219 | <rejection class="QtConcurrent::VoidStoredFunctorCall0"/> | |
200 | <rejection class="QtConcurrent::VoidStoredFunctorCall1"/> |
|
220 | <rejection class="QtConcurrent::VoidStoredFunctorCall1"/> | |
201 | <rejection class="QtConcurrent::VoidStoredFunctorCall2"/> |
|
221 | <rejection class="QtConcurrent::VoidStoredFunctorCall2"/> | |
202 | <rejection class="QtConcurrent::VoidStoredFunctorCall3"/> |
|
222 | <rejection class="QtConcurrent::VoidStoredFunctorCall3"/> | |
203 | <rejection class="QtConcurrent::VoidStoredFunctorCall4"/> |
|
223 | <rejection class="QtConcurrent::VoidStoredFunctorCall4"/> | |
204 | <rejection class="QtConcurrent::VoidStoredFunctorCall5"/> |
|
224 | <rejection class="QtConcurrent::VoidStoredFunctorCall5"/> | |
205 | <rejection class="QtConcurrent::VoidStoredFunctorPointerCall0"/> |
|
225 | <rejection class="QtConcurrent::VoidStoredFunctorPointerCall0"/> | |
206 | <rejection class="QtConcurrent::VoidStoredFunctorPointerCall1"/> |
|
226 | <rejection class="QtConcurrent::VoidStoredFunctorPointerCall1"/> | |
207 | <rejection class="QtConcurrent::VoidStoredFunctorPointerCall2"/> |
|
227 | <rejection class="QtConcurrent::VoidStoredFunctorPointerCall2"/> | |
208 | <rejection class="QtConcurrent::VoidStoredFunctorPointerCall3"/> |
|
228 | <rejection class="QtConcurrent::VoidStoredFunctorPointerCall3"/> | |
209 | <rejection class="QtConcurrent::VoidStoredFunctorPointerCall4"/> |
|
229 | <rejection class="QtConcurrent::VoidStoredFunctorPointerCall4"/> | |
210 | <rejection class="QtConcurrent::VoidStoredFunctorPointerCall5"/> |
|
230 | <rejection class="QtConcurrent::VoidStoredFunctorPointerCall5"/> | |
211 | <rejection class="QtConcurrent::VoidStoredMemberFunctionCall0"/> |
|
231 | <rejection class="QtConcurrent::VoidStoredMemberFunctionCall0"/> | |
212 | <rejection class="QtConcurrent::VoidStoredMemberFunctionCall1"/> |
|
232 | <rejection class="QtConcurrent::VoidStoredMemberFunctionCall1"/> | |
213 | <rejection class="QtConcurrent::VoidStoredMemberFunctionCall2"/> |
|
233 | <rejection class="QtConcurrent::VoidStoredMemberFunctionCall2"/> | |
214 | <rejection class="QtConcurrent::VoidStoredMemberFunctionCall3"/> |
|
234 | <rejection class="QtConcurrent::VoidStoredMemberFunctionCall3"/> | |
215 | <rejection class="QtConcurrent::VoidStoredMemberFunctionCall4"/> |
|
235 | <rejection class="QtConcurrent::VoidStoredMemberFunctionCall4"/> | |
216 | <rejection class="QtConcurrent::VoidStoredMemberFunctionCall5"/> |
|
236 | <rejection class="QtConcurrent::VoidStoredMemberFunctionCall5"/> | |
217 | <rejection class="QtConcurrent::VoidStoredMemberFunctionPointerCall0"/> |
|
237 | <rejection class="QtConcurrent::VoidStoredMemberFunctionPointerCall0"/> | |
218 | <rejection class="QtConcurrent::VoidStoredMemberFunctionPointerCall1"/> |
|
238 | <rejection class="QtConcurrent::VoidStoredMemberFunctionPointerCall1"/> | |
219 | <rejection class="QtConcurrent::VoidStoredMemberFunctionPointerCall2"/> |
|
239 | <rejection class="QtConcurrent::VoidStoredMemberFunctionPointerCall2"/> | |
220 | <rejection class="QtConcurrent::VoidStoredMemberFunctionPointerCall3"/> |
|
240 | <rejection class="QtConcurrent::VoidStoredMemberFunctionPointerCall3"/> | |
221 | <rejection class="QtConcurrent::VoidStoredMemberFunctionPointerCall4"/> |
|
241 | <rejection class="QtConcurrent::VoidStoredMemberFunctionPointerCall4"/> | |
222 | <rejection class="QtConcurrent::VoidStoredMemberFunctionPointerCall5"/> |
|
242 | <rejection class="QtConcurrent::VoidStoredMemberFunctionPointerCall5"/> | |
223 |
|
243 | |||
224 | <rejection class="QMdi"/> |
|
244 | <rejection class="QMdi"/> | |
225 | <rejection class="stdext"/> |
|
245 | <rejection class="stdext"/> | |
226 | <rejection class="QAlgorithmsPrivate"/> |
|
246 | <rejection class="QAlgorithmsPrivate"/> | |
227 | <rejection class="QAtomic"/> |
|
247 | <rejection class="QAtomic"/> | |
228 | <rejection class="QAtomicPointer"/> |
|
248 | <rejection class="QAtomicPointer"/> | |
229 | <rejection class="QAtomicInt"/> |
|
249 | <rejection class="QAtomicInt"/> | |
230 | <rejection class="QBasicAtomicInt"/> |
|
250 | <rejection class="QBasicAtomicInt"/> | |
231 | <rejection class="QBasicAtomic"/> |
|
251 | <rejection class="QBasicAtomic"/> | |
232 | <rejection class="QBasicAtomicPointer"/> |
|
252 | <rejection class="QBasicAtomicPointer"/> | |
233 | <rejection class="QScopedPointer"/> |
|
253 | <rejection class="QScopedPointer"/> | |
234 | <rejection class="QScopedArrayPointer"/> |
|
254 | <rejection class="QScopedArrayPointer"/> | |
235 | <rejection class="QScopedPointer"/> |
|
255 | <rejection class="QScopedPointer"/> | |
236 | <rejection class="QScopedPointerArrayDeleter"/> |
|
256 | <rejection class="QScopedPointerArrayDeleter"/> | |
237 | <rejection class="QScopedPointerDeleter"/> |
|
257 | <rejection class="QScopedPointerDeleter"/> | |
238 | <rejection class="QScopedPointerPodDeleter"/> |
|
258 | <rejection class="QScopedPointerPodDeleter"/> | |
239 | <rejection class="QScopedPointerSharedDeleter"/> |
|
259 | <rejection class="QScopedPointerSharedDeleter"/> | |
240 | <rejection class="QScopedSharedPointer"/> |
|
260 | <rejection class="QScopedSharedPointer"/> | |
241 | <rejection class="QCustomScopedPointer"/> |
|
261 | <rejection class="QCustomScopedPointer"/> | |
242 | <rejection class="QStringBuilder"/> |
|
262 | <rejection class="QStringBuilder"/> | |
243 |
|
263 | |||
244 | <rejection class="QBitRef"/> |
|
264 | <rejection class="QBitRef"/> | |
245 | <rejection class="QCache"/> |
|
265 | <rejection class="QCache"/> | |
246 | <rejection class="QContiguousCache"/> |
|
266 | <rejection class="QContiguousCache"/> | |
247 | <rejection class="QContiguousCacheData"/> |
|
267 | <rejection class="QContiguousCacheData"/> | |
248 | <rejection class="QContiguousCacheTypedData"/> |
|
268 | <rejection class="QContiguousCacheTypedData"/> | |
249 | <rejection class="QCharRef"/> |
|
269 | <rejection class="QCharRef"/> | |
250 | <rejection class="QDebug"/> |
|
270 | <rejection class="QDebug"/> | |
251 | <rejection class="QNoDebug"/> |
|
271 | <rejection class="QNoDebug"/> | |
252 | <rejection class="QExplicitlySharedDataPointer"/> |
|
272 | <rejection class="QExplicitlySharedDataPointer"/> | |
253 | <rejection class="QFlag"/> |
|
273 | <rejection class="QFlag"/> | |
254 | <rejection class="QFlags"/> |
|
274 | <rejection class="QFlags"/> | |
255 | <rejection class="QForeachContainer"/> |
|
275 | <rejection class="QForeachContainer"/> | |
256 | <rejection class="QForeachContainerBase"/> |
|
276 | <rejection class="QForeachContainerBase"/> | |
257 | <rejection class="QGlobalStatic"/> |
|
277 | <rejection class="QGlobalStatic"/> | |
258 | <rejection class="QHash"/> |
|
278 | <rejection class="QHash"/> | |
259 | <rejection class="QHashData"/> |
|
279 | <rejection class="QHashData"/> | |
260 | <rejection class="QHashDummyNode"/> |
|
280 | <rejection class="QHashDummyNode"/> | |
261 | <rejection class="QHashDummyNode"/> |
|
281 | <rejection class="QHashDummyNode"/> | |
262 | <rejection class="QHashDummyNode"/> |
|
282 | <rejection class="QHashDummyNode"/> | |
263 | <rejection class="QHashDummyNode"/> |
|
283 | <rejection class="QHashDummyNode"/> | |
264 | <rejection class="QHashDummyNode"/> |
|
284 | <rejection class="QHashDummyNode"/> | |
265 | <rejection class="QHashDummyValue"/> |
|
285 | <rejection class="QHashDummyValue"/> | |
266 | <rejection class="QHashIterator"/> |
|
286 | <rejection class="QHashIterator"/> | |
267 | <rejection class="QHashNode"/> |
|
287 | <rejection class="QHashNode"/> | |
268 | <rejection class="QHashNode"/> |
|
288 | <rejection class="QHashNode"/> | |
269 | <rejection class="QHashNode"/> |
|
289 | <rejection class="QHashNode"/> | |
270 | <rejection class="QHashNode"/> |
|
290 | <rejection class="QHashNode"/> | |
271 | <rejection class="QHashNode"/> |
|
291 | <rejection class="QHashNode"/> | |
272 | <rejection class="QInternal"/> |
|
292 | <rejection class="QInternal"/> | |
273 | <rejection class="QIncompatibleFlag"/> |
|
293 | <rejection class="QIncompatibleFlag"/> | |
274 | <rejection class="QLibrary"/> |
|
|||
275 | <rejection class="QLinkedList"/> |
|
294 | <rejection class="QLinkedList"/> | |
276 | <rejection class="QLinkedListData"/> |
|
295 | <rejection class="QLinkedListData"/> | |
277 | <rejection class="QLinkedListIterator"/> |
|
296 | <rejection class="QLinkedListIterator"/> | |
278 | <rejection class="QLinkedListNode"/> |
|
297 | <rejection class="QLinkedListNode"/> | |
279 | <rejection class="QListData"/> |
|
298 | <rejection class="QListData"/> | |
280 | <rejection class="QListIterator"/> |
|
299 | <rejection class="QListIterator"/> | |
281 | <rejection class="QMap"/> |
|
300 | <rejection class="QMap"/> | |
282 | <rejection class="QMapNode"/> |
|
301 | <rejection class="QMapNode"/> | |
283 | <rejection class="QMapPayloadNode"/> |
|
302 | <rejection class="QMapPayloadNode"/> | |
284 | <rejection class="QMapData"/> |
|
303 | <rejection class="QMapData"/> | |
285 | <rejection class="QMapIterator"/> |
|
304 | <rejection class="QMapIterator"/> | |
286 | <rejection class="QMetaType"/> |
|
|||
287 | <rejection class="QMetaTypeId"/> |
|
305 | <rejection class="QMetaTypeId"/> | |
288 | <rejection class="QMetaProperty"/> |
|
|||
289 | <rejection class="QMetaObject"/> |
|
|||
290 | <rejection class="QMetaClassInfo"/> |
|
|||
291 | <rejection class="QMetaMethod"/> |
|
|||
292 | <rejection class="QMetaEnum"/> |
|
|||
293 | <rejection class="QMultiHash"/> |
|
306 | <rejection class="QMultiHash"/> | |
294 | <rejection class="QMultiMap"/> |
|
307 | <rejection class="QMultiMap"/> | |
295 | <rejection class="QMutableHashIterator"/> |
|
308 | <rejection class="QMutableHashIterator"/> | |
296 | <rejection class="QMutableLinkedListIterator"/> |
|
309 | <rejection class="QMutableLinkedListIterator"/> | |
297 | <rejection class="QMutableListIterator"/> |
|
310 | <rejection class="QMutableListIterator"/> | |
298 | <rejection class="QMutableMapIterator"/> |
|
311 | <rejection class="QMutableMapIterator"/> | |
299 | <rejection class="QMutableVectorIterator"/> |
|
312 | <rejection class="QMutableVectorIterator"/> | |
300 | <rejection class="QMutexLocker"/> |
|
313 | <rejection class="QMutexLocker"/> | |
301 | <rejection class="QNoImplicitBoolCast"/> |
|
314 | <rejection class="QNoImplicitBoolCast"/> | |
302 | <rejection class="QObjectCleanupHandler"/> |
|
315 | <rejection class="QObjectCleanupHandler"/> | |
303 | <rejection class="QObjectData"/> |
|
316 | <rejection class="QObjectData"/> | |
304 | <rejection class="QObjectUserData"/> |
|
317 | <rejection class="QObjectUserData"/> | |
305 | <rejection class="QPluginLoader"/> |
|
318 | <rejection class="QPluginLoader"/> | |
306 | <rejection class="QPointer"/> |
|
319 | <rejection class="QPointer"/> | |
307 | <rejection class="QReadLocker"/> |
|
320 | <rejection class="QReadLocker"/> | |
308 | <rejection class="QResource"/> |
|
|||
309 | <rejection class="QSet"/> |
|
321 | <rejection class="QSet"/> | |
310 | <rejection class="QSetIterator"/> |
|
322 | <rejection class="QSetIterator"/> | |
311 | <rejection class="QSharedData"/> |
|
323 | <rejection class="QSharedData"/> | |
312 | <rejection class="QSharedDataPointer"/> |
|
324 | <rejection class="QSharedDataPointer"/> | |
313 | <rejection class="QStack"/> |
|
325 | <rejection class="QStack"/> | |
314 | <rejection class="QSysInfo"/> |
|
|||
315 | <rejection class="QTextStreamManipulator"/> |
|
326 | <rejection class="QTextStreamManipulator"/> | |
316 | <rejection class="QThreadStorage"/> |
|
327 | <rejection class="QThreadStorage"/> | |
317 | <rejection class="QThreadStorageData"/> |
|
328 | <rejection class="QThreadStorageData"/> | |
318 | <rejection class="QTypeInfo"/> |
|
329 | <rejection class="QTypeInfo"/> | |
319 | <rejection class="QTypeInfo"/> |
|
330 | <rejection class="QTypeInfo"/> | |
320 | <rejection class="QVFbKeyData"/> |
|
331 | <rejection class="QVFbKeyData"/> | |
321 | <rejection class="QVariantComparisonHelper"/> |
|
332 | <rejection class="QVariantComparisonHelper"/> | |
322 | <rejection class="QVectorData"/> |
|
333 | <rejection class="QVectorData"/> | |
323 | <rejection class="QVectorIterator"/> |
|
334 | <rejection class="QVectorIterator"/> | |
324 | <rejection class="QVectorTypedData"/> |
|
335 | <rejection class="QVectorTypedData"/> | |
325 | <rejection class="QWriteLocker"/> |
|
336 | <rejection class="QWriteLocker"/> | |
326 | <rejection class="QtPrivate"/> |
|
337 | <rejection class="QtPrivate"/> | |
327 | <rejection class="qGreater"/> |
|
338 | <rejection class="qGreater"/> | |
328 | <rejection class="qLess"/> |
|
339 | <rejection class="qLess"/> | |
329 | <rejection class="std"/> |
|
340 | <rejection class="std"/> | |
330 | <rejection class="QAbstractFileEngine::ExtensionOption"/> |
|
341 | <rejection class="QAbstractFileEngine::ExtensionOption"/> | |
331 | <rejection class="QAbstractFileEngine::ExtensionReturn"/> |
|
342 | <rejection class="QAbstractFileEngine::ExtensionReturn"/> | |
332 | <rejection class="QByteArray::Data"/> |
|
343 | <rejection class="QByteArray::Data"/> | |
333 | <rejection class="QIntForType"/> |
|
344 | <rejection class="QIntForType"/> | |
334 | <rejection class="QList::Node"/> |
|
345 | <rejection class="QList::Node"/> | |
335 | <rejection class="QList::const_iterator"/> |
|
346 | <rejection class="QList::const_iterator"/> | |
336 | <rejection class="QList::iterator"/> |
|
347 | <rejection class="QList::iterator"/> | |
337 | <rejection class="QMetaTypeId2"/> |
|
348 | <rejection class="QMetaTypeId2"/> | |
338 | <rejection class="QMutableSetIterator"/> |
|
349 | <rejection class="QMutableSetIterator"/> | |
339 | <rejection class="QSubString"/> |
|
350 | <rejection class="QSubString"/> | |
340 | <rejection class="QUintForType"/> |
|
351 | <rejection class="QUintForType"/> | |
341 | <rejection class="QtConcurrent::internal"/> |
|
352 | <rejection class="QtConcurrent::internal"/> | |
342 | <rejection class="QByteArrayMatcher::Data"/> |
|
353 | <rejection class="QByteArrayMatcher::Data"/> | |
343 | <rejection class="QStringMatcher::Data"/> |
|
354 | <rejection class="QStringMatcher::Data"/> | |
344 |
|
355 | |||
345 | <rejection class="StringBuilder"/> |
|
356 | <rejection class="StringBuilder"/> | |
346 | <rejection class="QConcatenable"/> |
|
357 | <rejection class="QConcatenable"/> | |
347 | <rejection class="QLatin1Literal"/> |
|
358 | <rejection class="QLatin1Literal"/> | |
348 | <rejection class="QIntegerForSizeof"/> |
|
359 | <rejection class="QIntegerForSizeof"/> | |
349 |
|
360 | |||
350 |
|
361 | |||
351 | <rejection class="QLocale::Data"/> |
|
362 | <rejection class="QLocale::Data"/> | |
352 | <rejection class="QGlobalStaticDeleter"/> |
|
363 | <rejection class="QGlobalStaticDeleter"/> | |
353 | <rejection class="QSharedMemory"/> <!-- Temporarily until we know how to implement it in Java --> |
|
|||
354 | <rejection class="QVarLengthArray"/> |
|
364 | <rejection class="QVarLengthArray"/> | |
355 |
|
365 | |||
356 | <!-- DBus --> |
|
366 | <!-- DBus --> | |
357 | <rejection class="QDBusAbstractAdaptor"/> |
|
367 | <rejection class="QDBusAbstractAdaptor"/> | |
358 | <rejection class="QDBusAbstractInterface"/> |
|
368 | <rejection class="QDBusAbstractInterface"/> | |
359 | <rejection class="QDBusArgument"/> |
|
369 | <rejection class="QDBusArgument"/> | |
360 | <rejection class="QDBusConnection"/> |
|
370 | <rejection class="QDBusConnection"/> | |
361 | <rejection class="QDBusConnectionInterface"/> |
|
371 | <rejection class="QDBusConnectionInterface"/> | |
362 | <rejection class="QDBusContext"/> |
|
372 | <rejection class="QDBusContext"/> | |
363 | <rejection class="QDBusError"/> |
|
373 | <rejection class="QDBusError"/> | |
364 | <rejection class="QDBusInterface"/> |
|
374 | <rejection class="QDBusInterface"/> | |
365 | <rejection class="QDBusMessage"/> |
|
375 | <rejection class="QDBusMessage"/> | |
366 | <rejection class="QDBusMetaType"/> |
|
376 | <rejection class="QDBusMetaType"/> | |
367 | <rejection class="QDBusObjectPath"/> |
|
377 | <rejection class="QDBusObjectPath"/> | |
368 | <rejection class="QDBusReply"/> |
|
378 | <rejection class="QDBusReply"/> | |
369 | <rejection class="QDBusServer"/> |
|
379 | <rejection class="QDBusServer"/> | |
370 | <rejection class="QDBusSignature"/> |
|
380 | <rejection class="QDBusSignature"/> | |
371 | <rejection class="QDBusVariant"/> |
|
381 | <rejection class="QDBusVariant"/> | |
372 |
|
382 | |||
373 | <rejection class="_Revbidit"/> |
|
383 | <rejection class="_Revbidit"/> | |
374 | <rejection class="_complex"/> |
|
384 | <rejection class="_complex"/> | |
375 | <rejection class="_exception"/> |
|
385 | <rejection class="_exception"/> | |
376 | <rejection class="_iobuf"/> |
|
386 | <rejection class="_iobuf"/> | |
377 | <rejection class="_stat"/> |
|
387 | <rejection class="_stat"/> | |
378 | <rejection class="_wfinddata_t"/> |
|
388 | <rejection class="_wfinddata_t"/> | |
379 | <rejection class="exception"/> |
|
389 | <rejection class="exception"/> | |
380 | <rejection class="istreambuf_iterator"/> |
|
390 | <rejection class="istreambuf_iterator"/> | |
381 | <rejection class="ostreambuf_iterator"/> |
|
391 | <rejection class="ostreambuf_iterator"/> | |
382 | <rejection class="reverse_bidirectional_iterator"/> |
|
392 | <rejection class="reverse_bidirectional_iterator"/> | |
383 | <rejection class="reverse_iterator"/> |
|
393 | <rejection class="reverse_iterator"/> | |
384 | <rejection class="stat"/> |
|
394 | <rejection class="stat"/> | |
385 | <rejection class="tm"/> |
|
395 | <rejection class="tm"/> | |
386 |
|
396 | |||
387 | <rejection class="Qt" enum-name="Initialization"/> |
|
397 | <rejection class="Qt" enum-name="Initialization"/> | |
388 |
|
398 | |||
389 | <rejection class="QAbstractEventDispatcher" function-name="filterEvent"/> |
|
399 | <rejection class="QAbstractEventDispatcher" function-name="filterEvent"/> | |
390 | <rejection class="QAbstractEventDispatcher" function-name="setEventFilter"/> |
|
400 | <rejection class="QAbstractEventDispatcher" function-name="setEventFilter"/> | |
391 |
|
401 | |||
392 | <rejection class="QAbstractFileEngine" function-name="extension"/> |
|
402 | <rejection class="QAbstractFileEngine" function-name="extension"/> | |
393 | <rejection class="QCoreApplication" function-name="compressEvent"/> |
|
403 | <rejection class="QCoreApplication" function-name="compressEvent"/> | |
394 | <rejection class="QCoreApplication" function-name="eventFilter"/> |
|
404 | <rejection class="QCoreApplication" function-name="eventFilter"/> | |
395 | <rejection class="QCoreApplication" function-name="filterEvent"/> |
|
405 | <rejection class="QCoreApplication" function-name="filterEvent"/> | |
396 | <rejection class="QCoreApplication" function-name="setEventFilter"/> |
|
406 | <rejection class="QCoreApplication" function-name="setEventFilter"/> | |
397 | <rejection class="QFile" function-name="setDecodingFunction"/> |
|
407 | <rejection class="QFile" function-name="setDecodingFunction"/> | |
398 | <rejection class="QFile" function-name="setEncodingFunction"/> |
|
408 | <rejection class="QFile" function-name="setEncodingFunction"/> | |
399 | <rejection class="QList" function-name="begin"/> |
|
409 | <rejection class="QList" function-name="begin"/> | |
400 | <rejection class="QList" function-name="constBegin"/> |
|
410 | <rejection class="QList" function-name="constBegin"/> | |
401 | <rejection class="QList" function-name="constEnd"/> |
|
411 | <rejection class="QList" function-name="constEnd"/> | |
402 | <rejection class="QList" function-name="end"/> |
|
412 | <rejection class="QList" function-name="end"/> | |
403 | <rejection class="QList" function-name="erase"/> |
|
413 | <rejection class="QList" function-name="erase"/> | |
404 | <rejection class="QList" function-name="erase"/> |
|
414 | <rejection class="QList" function-name="erase"/> | |
405 | <rejection class="QList" function-name="free"/> |
|
415 | <rejection class="QList" function-name="free"/> | |
406 | <rejection class="QList" function-name="fromList"/> |
|
416 | <rejection class="QList" function-name="fromList"/> | |
407 | <rejection class="QList" function-name="fromSet"/> |
|
417 | <rejection class="QList" function-name="fromSet"/> | |
408 | <rejection class="QList" function-name="fromSet"/> |
|
418 | <rejection class="QList" function-name="fromSet"/> | |
409 | <rejection class="QList" function-name="insert"/> |
|
419 | <rejection class="QList" function-name="insert"/> | |
410 | <rejection class="QList" function-name="malloc"/> |
|
420 | <rejection class="QList" function-name="malloc"/> | |
411 | <rejection class="QList" function-name="node_construct"/> |
|
421 | <rejection class="QList" function-name="node_construct"/> | |
412 | <rejection class="QList" function-name="node_copy"/> |
|
422 | <rejection class="QList" function-name="node_copy"/> | |
413 | <rejection class="QList" function-name="node_destruct"/> |
|
423 | <rejection class="QList" function-name="node_destruct"/> | |
414 | <rejection class="QList" function-name="toSet"/> |
|
424 | <rejection class="QList" function-name="toSet"/> | |
415 | <rejection class="QObject" function-name="receivers"/> |
|
425 | <rejection class="QObject" function-name="receivers"/> | |
416 | <rejection class="QObject" function-name="findChild"/> |
|
426 | <rejection class="QObject" function-name="findChild"/> | |
417 | <rejection class="QObject" function-name="findChildren"/> |
|
427 | <rejection class="QObject" function-name="findChildren"/> | |
418 | <rejection class="QObject" function-name="setUserData"/> |
|
428 | <rejection class="QObject" function-name="setUserData"/> | |
419 | <rejection class="QObject" function-name="userData"/> |
|
429 | <rejection class="QObject" function-name="userData"/> | |
420 | <rejection class="QObject" function-name="destroyed"/> |
|
430 | <rejection class="QObject" function-name="destroyed"/> | |
421 | <rejection class="QObject" function-name="connect"/> |
|
431 | <rejection class="QObject" function-name="connect"/> | |
422 | <rejection class="QObject" function-name="connectNotify"/> |
|
432 | <rejection class="QObject" function-name="connectNotify"/> | |
423 | <rejection class="QObject" function-name="disconnect"/> |
|
433 | <rejection class="QObject" function-name="disconnect"/> | |
424 | <rejection class="QObject" function-name="disconnectNotify"/> |
|
434 | <rejection class="QObject" function-name="disconnectNotify"/> | |
425 | <rejection class="QObject" function-name="registerUserData"/> |
|
435 | <rejection class="QObject" function-name="registerUserData"/> | |
426 | <rejection class="QProcess" function-name="pid"/> |
|
436 | <rejection class="QProcess" function-name="pid"/> | |
427 | <rejection class="QRegion" function-name="cleanUp"/> |
|
437 | <rejection class="QRegion" function-name="cleanUp"/> | |
428 | <rejection class="QSettings" function-name="registerFormat"/> |
|
438 | <rejection class="QSettings" function-name="registerFormat"/> | |
429 | <rejection class="QVector" function-name="back"/> |
|
439 | <rejection class="QVector" function-name="back"/> | |
430 | <rejection class="QVector" function-name="begin"/> |
|
440 | <rejection class="QVector" function-name="begin"/> | |
431 | <rejection class="QVector" function-name="constBegin"/> |
|
441 | <rejection class="QVector" function-name="constBegin"/> | |
432 | <rejection class="QVector" function-name="constEnd"/> |
|
442 | <rejection class="QVector" function-name="constEnd"/> | |
433 | <rejection class="QVector" function-name="end"/> |
|
443 | <rejection class="QVector" function-name="end"/> | |
434 | <rejection class="QVector" function-name="erase"/> |
|
444 | <rejection class="QVector" function-name="erase"/> | |
435 | <rejection class="QVector" function-name="free"/> |
|
445 | <rejection class="QVector" function-name="free"/> | |
436 | <rejection class="QVector" function-name="front"/> |
|
446 | <rejection class="QVector" function-name="front"/> | |
437 | <rejection class="QVector" function-name="insert"/> |
|
447 | <rejection class="QVector" function-name="insert"/> | |
438 | <rejection class="QVector" function-name="malloc"/> |
|
448 | <rejection class="QVector" function-name="malloc"/> | |
439 | <rejection class="QVector" function-name="alloc"/> |
|
449 | <rejection class="QVector" function-name="alloc"/> | |
440 | <rejection class="QVector" function-name="operator+="/> |
|
450 | <rejection class="QVector" function-name="operator+="/> | |
441 | <rejection class="QAbstractFileEngineIterator" function-name="entryInfo"/> |
|
451 | <rejection class="QAbstractFileEngineIterator" function-name="entryInfo"/> | |
442 | <rejection class="QtConcurrent::ThreadEngineBarrier"/> |
|
452 | <rejection class="QtConcurrent::ThreadEngineBarrier"/> | |
443 |
|
453 | |||
444 | <rejection class="QAbstractFileEngineIterator" enum-name="EntryInfoType"/> |
|
454 | <rejection class="QAbstractFileEngineIterator" enum-name="EntryInfoType"/> | |
445 | <rejection class="QDataStream" enum-name="ByteOrder"/> |
|
455 | <rejection class="QDataStream" enum-name="ByteOrder"/> | |
446 |
|
456 | |||
447 |
|
457 | |||
448 | <namespace-type name="Qt"> |
|
458 | <namespace-type name="Qt"> | |
449 |
|
459 | |||
450 | <extra-includes> |
|
460 | <extra-includes> | |
451 | <include file-name="QTextDocument" location="global"/> |
|
461 | <include file-name="QTextDocument" location="global"/> | |
452 | </extra-includes> |
|
462 | </extra-includes> | |
453 | </namespace-type> |
|
463 | </namespace-type> | |
454 |
|
464 | |||
455 | <enum-type name="QDate::MonthNameType"/> |
|
465 | <enum-type name="QDate::MonthNameType"/> | |
456 | <enum-type name="QAbstractAnimation::DeletionPolicy"/> |
|
466 | <enum-type name="QAbstractAnimation::DeletionPolicy"/> | |
457 | <enum-type name="QAbstractAnimation::Direction"/> |
|
467 | <enum-type name="QAbstractAnimation::Direction"/> | |
458 | <enum-type name="QAbstractAnimation::State"/> |
|
468 | <enum-type name="QAbstractAnimation::State"/> | |
459 | <enum-type name="QDataStream::FloatingPointPrecision"/> |
|
469 | <enum-type name="QDataStream::FloatingPointPrecision"/> | |
460 | <enum-type name="QEasingCurve::Type"/> |
|
470 | <enum-type name="QEasingCurve::Type"/> | |
461 | <enum-type name="QHistoryState::HistoryType"/> |
|
471 | <enum-type name="QHistoryState::HistoryType"/> | |
462 | <enum-type name="QState::ChildMode"/> |
|
472 | <enum-type name="QState::ChildMode"/> | |
463 | <enum-type name="QStateMachine::Error"/> |
|
473 | <enum-type name="QStateMachine::Error"/> | |
464 | <enum-type name="QStateMachine::EventPriority"/> |
|
474 | <enum-type name="QStateMachine::EventPriority"/> | |
465 | <enum-type name="QStateMachine::RestorePolicy"/> |
|
475 | <enum-type name="QStateMachine::RestorePolicy"/> | |
466 | <enum-type name="Qt::AnchorPoint"/> |
|
476 | <enum-type name="Qt::AnchorPoint"/> | |
467 | <enum-type name="Qt::CoordinateSystem"/> |
|
477 | <enum-type name="Qt::CoordinateSystem"/> | |
468 | <enum-type name="Qt::GestureState"/> |
|
478 | <enum-type name="Qt::GestureState"/> | |
469 | <enum-type name="Qt::InputMethodHint" flags="Qt::InputMethodHints"/> |
|
479 | <enum-type name="Qt::InputMethodHint" flags="Qt::InputMethodHints"/> | |
470 | <enum-type name="Qt::NavigationMode"/> |
|
480 | <enum-type name="Qt::NavigationMode"/> | |
471 | <enum-type name="Qt::RenderHint"/> |
|
481 | <enum-type name="Qt::RenderHint"/> | |
472 | <enum-type name="Qt::TileRule"/> |
|
482 | <enum-type name="Qt::TileRule"/> | |
473 | <enum-type name="Qt::TouchPointState" flags="Qt::TouchPointStates"/> |
|
483 | <enum-type name="Qt::TouchPointState" flags="Qt::TouchPointStates"/> | |
|
484 | <enum-type name="QSysInfo::Endian"/> | |||
|
485 | <enum-type name="QSysInfo::Sizes"/> | |||
|
486 | <enum-type name="QMetaMethod::Access"/> | |||
|
487 | <enum-type name="QMetaMethod::Attributes"/> | |||
|
488 | <enum-type name="QMetaMethod::MethodType"/> | |||
|
489 | <enum-type name="QSharedMemory::AccessMode"/> | |||
|
490 | <enum-type name="QSharedMemory::SharedMemoryError"/> | |||
|
491 | <enum-type name="QElapsedTimer::ClockType"/> | |||
|
492 | <enum-type name="QMetaType::Type"/> | |||
474 |
|
493 | |||
475 | <enum-type name="QtMsgType"> |
|
494 | <enum-type name="QtMsgType"> | |
476 | <reject-enum-value name="QtSystemMsg"/> |
|
495 | <reject-enum-value name="QtSystemMsg"/> | |
477 | </enum-type> |
|
496 | </enum-type> | |
478 |
|
497 | |||
479 |
|
498 | |||
480 | <enum-type name="QReadWriteLock::RecursionMode"/> |
|
499 | <enum-type name="QReadWriteLock::RecursionMode"/> | |
481 | <enum-type name="QSystemSemaphore::AccessMode"/> |
|
500 | <enum-type name="QSystemSemaphore::AccessMode"/> | |
482 | <enum-type name="QSystemSemaphore::SystemSemaphoreError"/> |
|
501 | <enum-type name="QSystemSemaphore::SystemSemaphoreError"/> | |
483 | <enum-type name="QTextBoundaryFinder::BoundaryReason" flags="QTextBoundaryFinder::BoundaryReasons"/> |
|
502 | <enum-type name="QTextBoundaryFinder::BoundaryReason" flags="QTextBoundaryFinder::BoundaryReasons"/> | |
484 | <enum-type name="QTextBoundaryFinder::BoundaryType"/> |
|
503 | <enum-type name="QTextBoundaryFinder::BoundaryType"/> | |
485 | <enum-type name="QAbstractFileEngine::Extension" extensible="yes"/> |
|
504 | <enum-type name="QAbstractFileEngine::Extension" extensible="yes"/> | |
486 | <enum-type name="QAbstractFileEngine::FileFlag" flags="QAbstractFileEngine::FileFlags"/> |
|
505 | <enum-type name="QAbstractFileEngine::FileFlag" flags="QAbstractFileEngine::FileFlags"/> | |
487 | <enum-type name="QAbstractFileEngine::FileName"/> |
|
506 | <enum-type name="QAbstractFileEngine::FileName"/> | |
488 | <enum-type name="QAbstractFileEngine::FileOwner"/> |
|
507 | <enum-type name="QAbstractFileEngine::FileOwner"/> | |
489 | <enum-type name="QAbstractFileEngine::FileTime"/> |
|
508 | <enum-type name="QAbstractFileEngine::FileTime"/> | |
490 | <enum-type name="QDataStream::Status"/> |
|
509 | <enum-type name="QDataStream::Status"/> | |
491 | <enum-type name="QDir::Filter" flags="QDir::Filters"/> |
|
510 | <enum-type name="QDir::Filter" flags="QDir::Filters"/> | |
492 | <enum-type name="QEvent::Type" extensible="yes"> |
|
511 | <enum-type name="QEvent::Type" extensible="yes"> | |
493 | <reject-enum-value name="ApplicationActivated"/> |
|
512 | <reject-enum-value name="ApplicationActivated"/> | |
494 | <reject-enum-value name="ApplicationDeactivated"/> |
|
513 | <reject-enum-value name="ApplicationDeactivated"/> | |
495 | </enum-type> |
|
514 | </enum-type> | |
496 | <enum-type name="QEventLoop::ProcessEventsFlag" flags="QEventLoop::ProcessEventsFlags"/> |
|
515 | <enum-type name="QEventLoop::ProcessEventsFlag" flags="QEventLoop::ProcessEventsFlags"/> | |
497 | <enum-type name="QFile::FileError"/> |
|
516 | <enum-type name="QFile::FileError"/> | |
498 | <enum-type name="QFile::MemoryMapFlags"/> |
|
517 | <enum-type name="QFile::MemoryMapFlags"/> | |
499 | <enum-type name="QFile::Permission" flags="QFile::Permissions"/> |
|
518 | <enum-type name="QFile::Permission" flags="QFile::Permissions"/> | |
|
519 | <enum-type name="QFile::FileHandleFlag" flags="QFile::FileHandleFlags"/> | |||
500 | <enum-type name="QIODevice::OpenModeFlag" flags="QIODevice::OpenMode"/> |
|
520 | <enum-type name="QIODevice::OpenModeFlag" flags="QIODevice::OpenMode"/> | |
501 | <enum-type name="QLibraryInfo::LibraryLocation"/> |
|
521 | <enum-type name="QLibraryInfo::LibraryLocation"/> | |
|
522 | <enum-type name="QLibrary::LoadHint" flags="QLibrary::LoadHints"/> | |||
502 | <enum-type name="QLocale::FormatType"/> |
|
523 | <enum-type name="QLocale::FormatType"/> | |
503 | <enum-type name="QLocale::NumberOption" flags="QLocale::NumberOptions"/> |
|
524 | <enum-type name="QLocale::NumberOption" flags="QLocale::NumberOptions"/> | |
504 | <enum-type name="QLocale::MeasurementSystem"/> |
|
525 | <enum-type name="QLocale::MeasurementSystem"/> | |
|
526 | <enum-type name="QLocale::QuotationStyle"/> | |||
|
527 | <enum-type name="QLocale::Script"/> | |||
|
528 | <enum-type name="QLocale::CurrencySymbolFormat"/> | |||
505 | <enum-type name="QMutex::RecursionMode"/> |
|
529 | <enum-type name="QMutex::RecursionMode"/> | |
506 | <enum-type name="QProcess::ExitStatus"/> |
|
530 | <enum-type name="QProcess::ExitStatus"/> | |
507 | <enum-type name="QProcess::ProcessChannel"/> |
|
531 | <enum-type name="QProcess::ProcessChannel"/> | |
508 | <enum-type name="QProcess::ProcessChannelMode"/> |
|
532 | <enum-type name="QProcess::ProcessChannelMode"/> | |
509 | <enum-type name="QProcess::ProcessError"/> |
|
533 | <enum-type name="QProcess::ProcessError"/> | |
510 | <enum-type name="QProcess::ProcessState"/> |
|
534 | <enum-type name="QProcess::ProcessState"/> | |
511 | <enum-type name="QRegExp::CaretMode"/> |
|
535 | <enum-type name="QRegExp::CaretMode"/> | |
512 | <enum-type name="QRegExp::PatternSyntax"/> |
|
536 | <enum-type name="QRegExp::PatternSyntax"/> | |
513 | <enum-type name="QSettings::Format"/> |
|
537 | <enum-type name="QSettings::Format"/> | |
514 | <enum-type name="QSettings::Scope"/> |
|
538 | <enum-type name="QSettings::Scope"/> | |
515 | <enum-type name="QSettings::Status"/> |
|
539 | <enum-type name="QSettings::Status"/> | |
516 | <enum-type name="QSocketNotifier::Type"/> |
|
540 | <enum-type name="QSocketNotifier::Type"/> | |
517 | <enum-type name="QSystemLocale::QueryType"/> |
|
541 | <enum-type name="QSystemLocale::QueryType"/> | |
518 | <enum-type name="QTextCodec::ConversionFlag" flags="QTextCodec::ConversionFlags"/> |
|
542 | <enum-type name="QTextCodec::ConversionFlag" flags="QTextCodec::ConversionFlags"/> | |
519 | <enum-type name="QTextStream::FieldAlignment"/> |
|
543 | <enum-type name="QTextStream::FieldAlignment"/> | |
520 | <enum-type name="QTextStream::NumberFlag" flags="QTextStream::NumberFlags"/> |
|
544 | <enum-type name="QTextStream::NumberFlag" flags="QTextStream::NumberFlags"/> | |
521 | <enum-type name="QTextStream::RealNumberNotation"/> |
|
545 | <enum-type name="QTextStream::RealNumberNotation"/> | |
522 | <enum-type name="QTextStream::Status"/> |
|
546 | <enum-type name="QTextStream::Status"/> | |
523 | <enum-type name="QTimeLine::CurveShape"/> |
|
547 | <enum-type name="QTimeLine::CurveShape"/> | |
524 | <enum-type name="QTimeLine::Direction"/> |
|
548 | <enum-type name="QTimeLine::Direction"/> | |
525 | <enum-type name="QTimeLine::State"/> |
|
549 | <enum-type name="QTimeLine::State"/> | |
526 | <enum-type name="QUrl::FormattingOption" flags="QUrl::FormattingOptions"/> |
|
550 | <enum-type name="QUrl::FormattingOption" flags="QUrl::FormattingOptions"/> | |
527 | <enum-type name="QUrl::ParsingMode"/> |
|
551 | <enum-type name="QUrl::ParsingMode"/> | |
528 | <enum-type name="QUuid::Variant"/> |
|
552 | <enum-type name="QUuid::Variant"/> | |
529 | <enum-type name="QUuid::Version"/> |
|
553 | <enum-type name="QUuid::Version"/> | |
530 | <enum-type name="Qt::SizeHint"/> |
|
554 | <enum-type name="Qt::SizeHint"/> | |
531 | <enum-type name="Qt::SizeMode"/> |
|
555 | <enum-type name="Qt::SizeMode"/> | |
532 | <enum-type name="Qt::WindowFrameSection"/> |
|
556 | <enum-type name="Qt::WindowFrameSection"/> | |
533 | <enum-type name="Qt::Axis"/> |
|
557 | <enum-type name="Qt::Axis"/> | |
534 | <enum-type name="Qt::AnchorAttribute"/> |
|
558 | <enum-type name="Qt::AnchorAttribute"/> | |
535 | <enum-type name="Qt::ApplicationAttribute"/> |
|
559 | <enum-type name="Qt::ApplicationAttribute"/> | |
536 | <enum-type name="Qt::ArrowType"/> |
|
560 | <enum-type name="Qt::ArrowType"/> | |
537 | <enum-type name="Qt::AspectRatioMode"/> |
|
561 | <enum-type name="Qt::AspectRatioMode"/> | |
538 | <enum-type name="Qt::BGMode"/> |
|
562 | <enum-type name="Qt::BGMode"/> | |
539 | <enum-type name="Qt::BrushStyle"/> |
|
563 | <enum-type name="Qt::BrushStyle"/> | |
540 | <enum-type name="Qt::CaseSensitivity"/> |
|
564 | <enum-type name="Qt::CaseSensitivity"/> | |
541 | <enum-type name="Qt::CheckState"/> |
|
565 | <enum-type name="Qt::CheckState"/> | |
542 | <enum-type name="Qt::ClipOperation"/> |
|
566 | <enum-type name="Qt::ClipOperation"/> | |
543 | <enum-type name="Qt::ConnectionType"/> |
|
567 | <enum-type name="Qt::ConnectionType"/> | |
544 | <enum-type name="Qt::ContextMenuPolicy"/> |
|
568 | <enum-type name="Qt::ContextMenuPolicy"/> | |
545 | <enum-type name="Qt::Corner"/> |
|
569 | <enum-type name="Qt::Corner"/> | |
546 | <enum-type name="Qt::DayOfWeek"/> |
|
570 | <enum-type name="Qt::DayOfWeek"/> | |
547 | <enum-type name="Qt::DockWidgetAreaSizes"/> |
|
571 | <enum-type name="Qt::DockWidgetAreaSizes"/> | |
548 | <enum-type name="Qt::DropAction" flags="Qt::DropActions"/> |
|
572 | <enum-type name="Qt::DropAction" flags="Qt::DropActions"/> | |
549 | <enum-type name="Qt::FillRule"/> |
|
573 | <enum-type name="Qt::FillRule"/> | |
550 | <enum-type name="Qt::FocusPolicy"/> |
|
574 | <enum-type name="Qt::FocusPolicy"/> | |
551 | <enum-type name="Qt::FocusReason"/> |
|
575 | <enum-type name="Qt::FocusReason"/> | |
552 | <enum-type name="Qt::GlobalColor"/> |
|
576 | <enum-type name="Qt::GlobalColor"/> | |
|
577 | <enum-type name="Qt::GestureType"/> | |||
|
578 | <enum-type name="Qt::GestureFlag" flags="Qt::GestureFlags"/> | |||
|
579 | <enum-type name="Qt::CursorMoveStyle"/> | |||
553 | <enum-type name="Qt::HitTestAccuracy"/> |
|
580 | <enum-type name="Qt::HitTestAccuracy"/> | |
554 | <enum-type name="Qt::InputMethodQuery"/> |
|
581 | <enum-type name="Qt::InputMethodQuery"/> | |
555 | <enum-type name="Qt::ItemFlag" flags="Qt::ItemFlags"/> |
|
582 | <enum-type name="Qt::ItemFlag" flags="Qt::ItemFlags"/> | |
556 | <enum-type name="Qt::ItemSelectionMode"/> |
|
583 | <enum-type name="Qt::ItemSelectionMode"/> | |
557 | <enum-type name="Qt::KeyboardModifier" flags="Qt::KeyboardModifiers"/> |
|
584 | <enum-type name="Qt::KeyboardModifier" flags="Qt::KeyboardModifiers"/> | |
558 | <enum-type name="Qt::LayoutDirection"/> |
|
585 | <enum-type name="Qt::LayoutDirection"/> | |
559 | <enum-type name="Qt::MatchFlag" flags="Qt::MatchFlags"/> |
|
586 | <enum-type name="Qt::MatchFlag" flags="Qt::MatchFlags"/> | |
560 | <enum-type name="Qt::MouseButton" flags="Qt::MouseButtons"/> |
|
587 | <enum-type name="Qt::MouseButton" flags="Qt::MouseButtons"/> | |
561 | <enum-type name="Qt::Orientation" flags="Qt::Orientations"/> |
|
588 | <enum-type name="Qt::Orientation" flags="Qt::Orientations"/> | |
562 | <enum-type name="Qt::PenCapStyle"/> |
|
589 | <enum-type name="Qt::PenCapStyle"/> | |
563 | <enum-type name="Qt::PenJoinStyle"/> |
|
590 | <enum-type name="Qt::PenJoinStyle"/> | |
564 | <enum-type name="Qt::PenStyle"/> |
|
591 | <enum-type name="Qt::PenStyle"/> | |
565 | <enum-type name="Qt::ScrollBarPolicy"/> |
|
592 | <enum-type name="Qt::ScrollBarPolicy"/> | |
566 | <enum-type name="Qt::ShortcutContext"/> |
|
593 | <enum-type name="Qt::ShortcutContext"/> | |
567 | <enum-type name="Qt::SortOrder"/> |
|
594 | <enum-type name="Qt::SortOrder"/> | |
568 | <enum-type name="Qt::TextElideMode"/> |
|
595 | <enum-type name="Qt::TextElideMode"/> | |
569 | <enum-type name="Qt::TextFlag"/> |
|
596 | <enum-type name="Qt::TextFlag"/> | |
570 | <enum-type name="Qt::TextFormat"/> |
|
597 | <enum-type name="Qt::TextFormat"/> | |
571 | <enum-type name="Qt::TextInteractionFlag" flags="Qt::TextInteractionFlags"/> |
|
598 | <enum-type name="Qt::TextInteractionFlag" flags="Qt::TextInteractionFlags"/> | |
572 | <enum-type name="Qt::TimeSpec"/> |
|
599 | <enum-type name="Qt::TimeSpec"/> | |
573 | <enum-type name="Qt::ToolBarAreaSizes"/> |
|
600 | <enum-type name="Qt::ToolBarAreaSizes"/> | |
574 | <enum-type name="Qt::ToolButtonStyle"/> |
|
601 | <enum-type name="Qt::ToolButtonStyle"/> | |
575 | <enum-type name="Qt::TransformationMode"/> |
|
602 | <enum-type name="Qt::TransformationMode"/> | |
576 | <enum-type name="Qt::UIEffect"/> |
|
603 | <enum-type name="Qt::UIEffect"/> | |
577 | <enum-type name="Qt::WhiteSpaceMode"/> |
|
604 | <enum-type name="Qt::WhiteSpaceMode"/> | |
578 | <enum-type name="Qt::WindowModality"/> |
|
605 | <enum-type name="Qt::WindowModality"/> | |
579 | <enum-type name="Qt::WindowState" flags="Qt::WindowStates"/> |
|
606 | <enum-type name="Qt::WindowState" flags="Qt::WindowStates"/> | |
580 | <enum-type name="Qt::WindowType" flags="Qt::WindowFlags"/> |
|
607 | <enum-type name="Qt::WindowType" flags="Qt::WindowFlags"/> | |
581 | <enum-type name="QDirIterator::IteratorFlag" flags="QDirIterator::IteratorFlags"/> |
|
608 | <enum-type name="QDirIterator::IteratorFlag" flags="QDirIterator::IteratorFlags"/> | |
582 | <enum-type name="Qt::EventPriority"/> |
|
609 | <enum-type name="Qt::EventPriority"/> | |
583 | <enum-type name="Qt::MaskMode"/> |
|
610 | <enum-type name="Qt::MaskMode"/> | |
584 | <enum-type name="QCryptographicHash::Algorithm"/> |
|
611 | <enum-type name="QCryptographicHash::Algorithm"/> | |
585 |
|
612 | |||
586 | <enum-type name="QtConcurrent::ReduceOption" flags="QtConcurrent::ReduceOptions"/> |
|
613 | <enum-type name="QtConcurrent::ReduceOption" flags="QtConcurrent::ReduceOptions"/> | |
587 | <enum-type name="QtConcurrent::ThreadFunctionResult"/> |
|
614 | <enum-type name="QtConcurrent::ThreadFunctionResult"/> | |
588 |
|
615 | |||
589 |
|
616 | |||
590 | <enum-type name="QCoreApplication::Encoding"> |
|
617 | <enum-type name="QCoreApplication::Encoding"> | |
591 | <reject-enum-value name="DefaultCodec"/> |
|
618 | <reject-enum-value name="DefaultCodec"/> | |
592 | </enum-type> |
|
619 | </enum-type> | |
593 |
|
620 | |||
594 | <enum-type name="Qt::AlignmentFlag" flags="Qt::Alignment"> |
|
621 | <enum-type name="Qt::AlignmentFlag" flags="Qt::Alignment"> | |
595 | <reject-enum-value name="AlignLeading"/> |
|
622 | <reject-enum-value name="AlignLeading"/> | |
596 | <reject-enum-value name="AlignTrailing"/> |
|
623 | <reject-enum-value name="AlignTrailing"/> | |
597 | </enum-type> |
|
624 | </enum-type> | |
598 |
|
625 | |||
599 | <enum-type name="Qt::CursorShape"> |
|
626 | <enum-type name="Qt::CursorShape"> | |
600 | <reject-enum-value name="LastCursor"/> |
|
627 | <reject-enum-value name="LastCursor"/> | |
601 | </enum-type> |
|
628 | </enum-type> | |
602 |
|
629 | |||
603 | <enum-type name="Qt::DateFormat"> |
|
630 | <enum-type name="Qt::DateFormat"> | |
604 | <reject-enum-value name="LocalDate"/> |
|
631 | <reject-enum-value name="LocalDate"/> | |
605 | </enum-type> |
|
632 | </enum-type> | |
606 |
|
633 | |||
607 |
|
634 | |||
608 | <enum-type name="Qt::ItemDataRole" force-integer="yes"> |
|
635 | <enum-type name="Qt::ItemDataRole" force-integer="yes"> | |
609 | <reject-enum-value name="BackgroundColorRole"/> |
|
636 | <reject-enum-value name="BackgroundColorRole"/> | |
610 | <reject-enum-value name="TextColorRole"/> |
|
637 | <reject-enum-value name="TextColorRole"/> | |
611 | </enum-type> |
|
638 | </enum-type> | |
612 |
|
639 | |||
613 |
|
640 | |||
614 | <enum-type name="QDataStream::Version"> |
|
641 | <enum-type name="QDataStream::Version"> | |
615 | <reject-enum-value name="Qt_4_1"/> |
|
642 | <reject-enum-value name="Qt_4_1"/> | |
616 | </enum-type> |
|
643 | </enum-type> | |
617 |
|
644 | |||
618 | <enum-type name="QDir::SortFlag" flags="QDir::SortFlags"> |
|
645 | <enum-type name="QDir::SortFlag" flags="QDir::SortFlags"> | |
619 | <reject-enum-value name="Unsorted"/> |
|
646 | <reject-enum-value name="Unsorted"/> | |
620 | </enum-type> |
|
647 | </enum-type> | |
621 |
|
648 | |||
622 | <enum-type name="Qt::DockWidgetArea" flags="Qt::DockWidgetAreas"> |
|
649 | <enum-type name="Qt::DockWidgetArea" flags="Qt::DockWidgetAreas"> | |
623 | <reject-enum-value name="AllDockWidgetAreas"/> |
|
650 | <reject-enum-value name="AllDockWidgetAreas"/> | |
624 | </enum-type> |
|
651 | </enum-type> | |
625 |
|
652 | |||
626 | <enum-type name="Qt::ImageConversionFlag" flags="Qt::ImageConversionFlags"> |
|
653 | <enum-type name="Qt::ImageConversionFlag" flags="Qt::ImageConversionFlags"> | |
627 | <reject-enum-value name="AutoDither"/> |
|
654 | <reject-enum-value name="AutoDither"/> | |
628 | <reject-enum-value name="ColorOnly"/> |
|
655 | <reject-enum-value name="ColorOnly"/> | |
629 | <reject-enum-value name="DiffuseDither"/> |
|
656 | <reject-enum-value name="DiffuseDither"/> | |
630 | <reject-enum-value name="NoAlpha"/> |
|
657 | <reject-enum-value name="NoAlpha"/> | |
631 | <reject-enum-value name="ThresholdAlphaDither"/> |
|
658 | <reject-enum-value name="ThresholdAlphaDither"/> | |
632 | </enum-type> |
|
659 | </enum-type> | |
633 |
|
660 | |||
634 | <enum-type name="Qt::Key"> |
|
661 | <enum-type name="Qt::Key"> | |
635 | <reject-enum-value name="Key_Any"/> |
|
662 | <reject-enum-value name="Key_Any"/> | |
636 | </enum-type> |
|
663 | </enum-type> | |
637 |
|
664 | |||
638 | <enum-type name="QLocale::Language"> |
|
665 | <enum-type name="QLocale::Language"> | |
639 | <reject-enum-value name="LastLanguage"/> |
|
666 | <reject-enum-value name="LastLanguage"/> | |
640 | <reject-enum-value name="NorwegianBokmal"/> |
|
667 | <reject-enum-value name="NorwegianBokmal"/> | |
641 | <reject-enum-value name="Nynorsk"/> |
|
668 | <reject-enum-value name="Nynorsk"/> | |
642 | </enum-type> |
|
669 | </enum-type> | |
643 |
|
670 | |||
644 | <enum-type name="QLocale::Country"> |
|
671 | <enum-type name="QLocale::Country"> | |
645 | <reject-enum-value name="LastCountry"/> |
|
672 | <reject-enum-value name="LastCountry"/> | |
646 | </enum-type> |
|
673 | </enum-type> | |
647 |
|
674 | |||
648 | <enum-type name="Qt::ToolBarArea" flags="Qt::ToolBarAreas"> |
|
675 | <enum-type name="Qt::ToolBarArea" flags="Qt::ToolBarAreas"> | |
649 | <reject-enum-value name="AllToolBarAreas"/> |
|
676 | <reject-enum-value name="AllToolBarAreas"/> | |
650 | </enum-type> |
|
677 | </enum-type> | |
651 |
|
678 | |||
652 | <enum-type name="Qt::WidgetAttribute"> |
|
679 | <enum-type name="Qt::WidgetAttribute"> | |
653 | <reject-enum-value name="WA_ForceAcceptDrops"/> |
|
680 | <reject-enum-value name="WA_ForceAcceptDrops"/> | |
654 | <reject-enum-value name="WA_NoBackground"/> |
|
681 | <reject-enum-value name="WA_NoBackground"/> | |
655 | <reject-enum-value name="WA_MacMetalStyle"/> |
|
682 | <reject-enum-value name="WA_MacMetalStyle"/> | |
656 | </enum-type> |
|
683 | </enum-type> | |
657 |
|
684 | |||
658 | <value-type name="QProcessEnvironment"/> |
|
685 | <value-type name="QProcessEnvironment"/> | |
659 | <value-type name="QBasicTimer"/> |
|
686 | <value-type name="QBasicTimer"/> | |
660 | <value-type name="QByteArrayMatcher"> |
|
687 | <value-type name="QByteArrayMatcher"> | |
661 | <modify-function signature="operator=(QByteArrayMatcher)" remove="all"/> |
|
688 | <modify-function signature="operator=(QByteArrayMatcher)" remove="all"/> | |
662 | </value-type> |
|
689 | </value-type> | |
663 |
|
690 | |||
664 | <value-type name="QDate"> |
|
691 | <value-type name="QDate"> | |
665 | <modify-function signature="julianToGregorian(uint,int&,int&,int&)"> |
|
692 | <modify-function signature="julianToGregorian(uint,int&,int&,int&)"> | |
666 | <remove/> |
|
693 | <remove/> | |
667 | </modify-function> |
|
694 | </modify-function> | |
668 |
|
695 | |||
669 | <modify-function signature="setYMD(int, int, int)" remove="all"/> |
|
696 | <modify-function signature="setYMD(int, int, int)" remove="all"/> | |
670 | <!--### Obsolete in 4.3--> |
|
697 | <!--### Obsolete in 4.3--> | |
671 | </value-type> |
|
698 | </value-type> | |
672 |
|
699 | |||
673 | <value-type name="QDateTime"> |
|
700 | <value-type name="QDateTime"> | |
674 | <modify-function signature="operator=(QDateTime)" remove="all"/> |
|
701 | <modify-function signature="operator=(QDateTime)" remove="all"/> | |
675 | </value-type> |
|
702 | </value-type> | |
676 |
|
703 | |||
677 | <value-type name="QDir"> |
|
704 | <value-type name="QDir"> | |
678 | <modify-function signature="QDir(QString,QString,QFlags<QDir::SortFlag>,QFlags<QDir::Filter>)"> |
|
705 | <modify-function signature="QDir(QString,QString,QFlags<QDir::SortFlag>,QFlags<QDir::Filter>)"> | |
679 | <modify-argument index="3"> |
|
706 | <modify-argument index="3"> | |
680 | <replace-default-expression with="SortFlag.Name, SortFlag.IgnoreCase"/> |
|
707 | <replace-default-expression with="SortFlag.Name, SortFlag.IgnoreCase"/> | |
681 | </modify-argument> |
|
708 | </modify-argument> | |
682 | </modify-function> |
|
709 | </modify-function> | |
683 | <modify-function signature="operator=(QDir)" remove="all"/> |
|
710 | <modify-function signature="operator=(QDir)" remove="all"/> | |
684 | <modify-function signature="operator=(QString)" remove="all"/> |
|
711 | <modify-function signature="operator=(QString)" remove="all"/> | |
685 | <modify-function signature="addResourceSearchPath(QString)" remove="all"/> |
|
712 | <modify-function signature="addResourceSearchPath(QString)" remove="all"/> | |
686 | <!--### Obsolete in 4.3--> |
|
713 | <!--### Obsolete in 4.3--> | |
687 | </value-type> |
|
714 | </value-type> | |
688 |
|
715 | |||
689 | <value-type name="QPoint"> |
|
716 | <value-type name="QPoint"> | |
690 | <modify-function signature="rx()" remove="all"/> |
|
717 | <modify-function signature="rx()" remove="all"/> | |
691 | <modify-function signature="ry()" remove="all"/> |
|
718 | <modify-function signature="ry()" remove="all"/> | |
692 | </value-type> |
|
719 | </value-type> | |
693 | <value-type name="QPointF"> |
|
720 | <value-type name="QPointF"> | |
694 | <modify-function signature="rx()" remove="all"/> |
|
721 | <modify-function signature="rx()" remove="all"/> | |
695 | <modify-function signature="ry()" remove="all"/> |
|
722 | <modify-function signature="ry()" remove="all"/> | |
696 | </value-type> |
|
723 | </value-type> | |
697 | <enum-type name="QLineF::IntersectType"/> |
|
724 | <enum-type name="QLineF::IntersectType"/> | |
698 | <value-type name="QLineF"/> |
|
725 | <value-type name="QLineF"/> | |
699 | <value-type name="QLine"/> |
|
726 | <value-type name="QLine"/> | |
700 |
|
727 | |||
701 | <value-type name="QRect"> |
|
728 | <value-type name="QRect"> | |
702 | <modify-function signature="getCoords(int*,int*,int*,int*)const"> |
|
729 | <modify-function signature="getCoords(int*,int*,int*,int*)const"> | |
703 | <remove/> |
|
730 | <remove/> | |
704 | </modify-function> |
|
731 | </modify-function> | |
705 | <modify-function signature="getRect(int*,int*,int*,int*)const"> |
|
732 | <modify-function signature="getRect(int*,int*,int*,int*)const"> | |
706 | <remove/> |
|
733 | <remove/> | |
707 | </modify-function> |
|
734 | </modify-function> | |
708 |
|
735 | |||
709 | <modify-function signature="intersect(const QRect&)const" remove="all"/> |
|
736 | <modify-function signature="intersect(const QRect&)const" remove="all"/> | |
710 | <!--### Obsolete in 4.3--> |
|
737 | <!--### Obsolete in 4.3--> | |
711 | <modify-function signature="unite(const QRect&)const" remove="all"/> |
|
738 | <modify-function signature="unite(const QRect&)const" remove="all"/> | |
712 | <!--### Obsolete in 4.3--> |
|
739 | <!--### Obsolete in 4.3--> | |
713 | </value-type> |
|
740 | </value-type> | |
714 |
|
741 | |||
715 | <value-type name="QRectF"> |
|
742 | <value-type name="QRectF"> | |
716 | <modify-function signature="getCoords(double*,double*,double*,double*)const"> |
|
743 | <modify-function signature="getCoords(double*,double*,double*,double*)const"> | |
717 | <remove/> |
|
744 | <remove/> | |
718 | </modify-function> |
|
745 | </modify-function> | |
719 | <modify-function signature="getRect(double*,double*,double*,double*)const"> |
|
746 | <modify-function signature="getRect(double*,double*,double*,double*)const"> | |
720 | <remove/> |
|
747 | <remove/> | |
721 | </modify-function> |
|
748 | </modify-function> | |
722 |
|
749 | |||
723 | <modify-function signature="intersect(const QRectF&)const" remove="all"/> |
|
750 | <modify-function signature="intersect(const QRectF&)const" remove="all"/> | |
724 | <!--### Obsolete in 4.3--> |
|
751 | <!--### Obsolete in 4.3--> | |
725 | <modify-function signature="unite(const QRectF&)const" remove="all"/> |
|
752 | <modify-function signature="unite(const QRectF&)const" remove="all"/> | |
726 | <!--### Obsolete in 4.3--> |
|
753 | <!--### Obsolete in 4.3--> | |
727 | </value-type> |
|
754 | </value-type> | |
728 |
|
755 | |||
729 |
|
756 | |||
730 | <value-type name="QSize"> |
|
757 | <value-type name="QSize"> | |
731 | <modify-function signature="operator*=(double)"> |
|
758 | <modify-function signature="operator*=(double)"> | |
732 | <access modifier="private"/> |
|
759 | <access modifier="private"/> | |
733 | </modify-function> |
|
760 | </modify-function> | |
734 | <modify-function signature="operator/=(double)"> |
|
761 | <modify-function signature="operator/=(double)"> | |
735 | <access modifier="private"/> |
|
762 | <access modifier="private"/> | |
736 | </modify-function> |
|
763 | </modify-function> | |
737 | <modify-function signature="operator+=(QSize)"> |
|
764 | <modify-function signature="operator+=(QSize)"> | |
738 | <access modifier="private"/> |
|
765 | <access modifier="private"/> | |
739 | </modify-function> |
|
766 | </modify-function> | |
740 | <modify-function signature="operator-=(QSize)"> |
|
767 | <modify-function signature="operator-=(QSize)"> | |
741 | <access modifier="private"/> |
|
768 | <access modifier="private"/> | |
742 | </modify-function> |
|
769 | </modify-function> | |
743 | <modify-function signature="rheight()"> |
|
770 | <modify-function signature="rheight()"> | |
744 | <remove/> |
|
771 | <remove/> | |
745 | </modify-function> |
|
772 | </modify-function> | |
746 | <modify-function signature="rwidth()"> |
|
773 | <modify-function signature="rwidth()"> | |
747 | <remove/> |
|
774 | <remove/> | |
748 | </modify-function> |
|
775 | </modify-function> | |
749 | </value-type> |
|
776 | </value-type> | |
750 |
|
777 | |||
751 | <value-type name="QSizeF"> |
|
778 | <value-type name="QSizeF"> | |
752 | <modify-function signature="operator*=(double)"> |
|
779 | <modify-function signature="operator*=(double)"> | |
753 | <access modifier="private"/> |
|
780 | <access modifier="private"/> | |
754 | </modify-function> |
|
781 | </modify-function> | |
755 | <modify-function signature="operator/=(double)"> |
|
782 | <modify-function signature="operator/=(double)"> | |
756 | <access modifier="private"/> |
|
783 | <access modifier="private"/> | |
757 | </modify-function> |
|
784 | </modify-function> | |
758 | <modify-function signature="operator+=(QSizeF)"> |
|
785 | <modify-function signature="operator+=(QSizeF)"> | |
759 | <access modifier="private"/> |
|
786 | <access modifier="private"/> | |
760 | </modify-function> |
|
787 | </modify-function> | |
761 | <modify-function signature="operator-=(QSizeF)"> |
|
788 | <modify-function signature="operator-=(QSizeF)"> | |
762 | <access modifier="private"/> |
|
789 | <access modifier="private"/> | |
763 | </modify-function> |
|
790 | </modify-function> | |
764 | <modify-function signature="rheight()"> |
|
791 | <modify-function signature="rheight()"> | |
765 | <remove/> |
|
792 | <remove/> | |
766 | </modify-function> |
|
793 | </modify-function> | |
767 | <modify-function signature="rwidth()"> |
|
794 | <modify-function signature="rwidth()"> | |
768 | <remove/> |
|
795 | <remove/> | |
769 | </modify-function> |
|
796 | </modify-function> | |
770 | </value-type> |
|
797 | </value-type> | |
771 |
|
798 | |||
772 | <value-type name="QStringMatcher"> |
|
799 | <value-type name="QStringMatcher"> | |
773 | <modify-function signature="operator=(QStringMatcher)" remove="all"/> |
|
800 | <modify-function signature="operator=(QStringMatcher)" remove="all"/> | |
774 | <modify-function signature="QStringMatcher(const QChar*,int,Qt::CaseSensitivity)" remove="all"/> |
|
801 | <modify-function signature="QStringMatcher(const QChar*,int,Qt::CaseSensitivity)" remove="all"/> | |
775 | <modify-function signature="indexIn(const QChar*,int,int)const" remove="all"/> |
|
802 | <modify-function signature="indexIn(const QChar*,int,int)const" remove="all"/> | |
776 | </value-type> |
|
803 | </value-type> | |
777 |
|
804 | |||
778 | <value-type name="QTime"/> |
|
805 | <value-type name="QTime"/> | |
779 |
|
806 | |||
780 | <value-type name="QPersistentModelIndex"> |
|
807 | <value-type name="QPersistentModelIndex"> | |
781 | <modify-function signature="operator=(QPersistentModelIndex)" remove="all"/> |
|
808 | <modify-function signature="operator=(QPersistentModelIndex)" remove="all"/> | |
782 | <modify-function signature="operator=(QModelIndex)" remove="all"/> |
|
809 | <modify-function signature="operator=(QModelIndex)" remove="all"/> | |
783 | <modify-function signature="internalPointer()const" remove="all"/> |
|
810 | <modify-function signature="internalPointer()const" remove="all"/> | |
784 | </value-type> |
|
811 | </value-type> | |
785 |
|
812 | |||
786 | <value-type name="QUuid"> |
|
813 | <value-type name="QUuid"> | |
787 | <modify-function signature="QUuid(const char*)"> |
|
814 | <modify-function signature="QUuid(const char*)"> | |
788 | <remove/> |
|
815 | <remove/> | |
789 | </modify-function> |
|
816 | </modify-function> | |
790 | </value-type> |
|
817 | </value-type> | |
791 |
|
818 | |||
792 | <value-type name="QLocale"> |
|
819 | <value-type name="QLocale"> | |
793 | <modify-function signature="toString(unsigned long long) const" remove="all"/> |
|
820 | <modify-function signature="toString(unsigned long long) const" remove="all"/> | |
794 | <modify-function signature="toString(unsigned short) const" remove="all"/> |
|
821 | <modify-function signature="toString(unsigned short) const" remove="all"/> | |
795 | <modify-function signature="toString(unsigned int) const" remove="all"/> |
|
822 | <modify-function signature="toString(unsigned int) const" remove="all"/> | |
796 | <modify-function signature="toUInt(QString,bool*,int)const" remove="all"/> |
|
823 | <modify-function signature="toUInt(QString,bool*,int)const" remove="all"/> | |
797 | <modify-function signature="toULongLong(QString,bool*,int)const" remove="all"/> |
|
824 | <modify-function signature="toULongLong(QString,bool*,int)const" remove="all"/> | |
798 | <modify-function signature="operator=(QLocale)" remove="all"/> |
|
825 | <modify-function signature="operator=(QLocale)" remove="all"/> | |
799 |
|
826 | |||
800 | <extra-includes> |
|
827 | <extra-includes> | |
801 | <include file-name="QDate" location="global"/> |
|
828 | <include file-name="QDate" location="global"/> | |
802 | </extra-includes> |
|
829 | </extra-includes> | |
803 |
|
830 | |||
804 | <inject-code class="native" position="beginning"> |
|
831 | <inject-code class="native" position="beginning"> | |
805 | Q_DECLARE_METATYPE(QScriptValue) |
|
832 | Q_DECLARE_METATYPE(QScriptValue) | |
806 | </inject-code> |
|
833 | </inject-code> | |
807 |
|
834 | |||
808 | <modify-function signature="toDouble(QString,bool*)const"> |
|
835 | <modify-function signature="toDouble(QString,bool*)const"> | |
809 | <modify-argument index="2"> |
|
836 | <modify-argument index="2"> | |
810 | <remove-default-expression/> |
|
837 | <remove-default-expression/> | |
811 | <remove-argument/> |
|
838 | <remove-argument/> | |
812 | <conversion-rule class="native"> |
|
839 | <conversion-rule class="native"> | |
813 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
840 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
814 | </conversion-rule> |
|
841 | </conversion-rule> | |
815 | </modify-argument> |
|
842 | </modify-argument> | |
816 | <modify-argument index="return"> |
|
843 | <modify-argument index="return"> | |
817 | <conversion-rule class="native"> |
|
844 | <conversion-rule class="native"> | |
818 | <insert-template name="core.convert_to_null_or_primitive"/> |
|
845 | <insert-template name="core.convert_to_null_or_primitive"/> | |
819 | </conversion-rule> |
|
846 | </conversion-rule> | |
820 | </modify-argument> |
|
847 | </modify-argument> | |
821 | </modify-function> |
|
848 | </modify-function> | |
822 |
|
849 | |||
823 | <modify-function signature="toFloat(QString,bool*)const"> |
|
850 | <modify-function signature="toFloat(QString,bool*)const"> | |
824 | <modify-argument index="2"> |
|
851 | <modify-argument index="2"> | |
825 | <remove-default-expression/> |
|
852 | <remove-default-expression/> | |
826 | <remove-argument/> |
|
853 | <remove-argument/> | |
827 | <conversion-rule class="native"> |
|
854 | <conversion-rule class="native"> | |
828 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
855 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
829 | </conversion-rule> |
|
856 | </conversion-rule> | |
830 | </modify-argument> |
|
857 | </modify-argument> | |
831 | <modify-argument index="return"> |
|
858 | <modify-argument index="return"> | |
832 | <conversion-rule class="native"> |
|
859 | <conversion-rule class="native"> | |
833 | <insert-template name="core.convert_to_null_or_primitive"/> |
|
860 | <insert-template name="core.convert_to_null_or_primitive"/> | |
834 | </conversion-rule> |
|
861 | </conversion-rule> | |
835 | </modify-argument> |
|
862 | </modify-argument> | |
836 | </modify-function> |
|
863 | </modify-function> | |
837 |
|
864 | |||
838 | <modify-function signature="toInt(QString,bool*,int)const"> |
|
865 | <modify-function signature="toInt(QString,bool*,int)const"> | |
839 | <modify-argument index="2"> |
|
866 | <modify-argument index="2"> | |
840 | <remove-default-expression/> |
|
867 | <remove-default-expression/> | |
841 | <remove-argument/> |
|
868 | <remove-argument/> | |
842 | <conversion-rule class="native"> |
|
869 | <conversion-rule class="native"> | |
843 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
870 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
844 | </conversion-rule> |
|
871 | </conversion-rule> | |
845 | </modify-argument> |
|
872 | </modify-argument> | |
846 | <modify-argument index="return"> |
|
873 | <modify-argument index="return"> | |
847 | <conversion-rule class="native"> |
|
874 | <conversion-rule class="native"> | |
848 | <insert-template name="core.convert_to_null_or_primitive"/> |
|
875 | <insert-template name="core.convert_to_null_or_primitive"/> | |
849 | </conversion-rule> |
|
876 | </conversion-rule> | |
850 | </modify-argument> |
|
877 | </modify-argument> | |
851 | </modify-function> |
|
878 | </modify-function> | |
852 |
|
879 | |||
853 | <modify-function signature="toLongLong(QString,bool*,int)const"> |
|
880 | <modify-function signature="toLongLong(QString,bool*,int)const"> | |
854 | <modify-argument index="2"> |
|
881 | <modify-argument index="2"> | |
855 | <remove-default-expression/> |
|
882 | <remove-default-expression/> | |
856 | <remove-argument/> |
|
883 | <remove-argument/> | |
857 | <conversion-rule class="native"> |
|
884 | <conversion-rule class="native"> | |
858 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
885 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
859 | </conversion-rule> |
|
886 | </conversion-rule> | |
860 | </modify-argument> |
|
887 | </modify-argument> | |
861 | <modify-argument index="return"> |
|
888 | <modify-argument index="return"> | |
862 | <conversion-rule class="native"> |
|
889 | <conversion-rule class="native"> | |
863 | QScriptValue %out%; |
|
890 | QScriptValue %out%; | |
864 | if (!__ok) |
|
891 | if (!__ok) | |
865 | %out% = context->engine()->nullValue(); |
|
892 | %out% = context->engine()->nullValue(); | |
866 | else |
|
893 | else | |
867 | %out% = QScriptValue(context->engine(), double(%in%)).toObject(); |
|
894 | %out% = QScriptValue(context->engine(), double(%in%)).toObject(); | |
868 | </conversion-rule> |
|
895 | </conversion-rule> | |
869 | </modify-argument> |
|
896 | </modify-argument> | |
870 | </modify-function> |
|
897 | </modify-function> | |
871 |
|
898 | |||
872 | <modify-function signature="toShort(QString,bool*,int)const"> |
|
899 | <modify-function signature="toShort(QString,bool*,int)const"> | |
873 | <modify-argument index="2"> |
|
900 | <modify-argument index="2"> | |
874 | <remove-default-expression/> |
|
901 | <remove-default-expression/> | |
875 | <remove-argument/> |
|
902 | <remove-argument/> | |
876 | <conversion-rule class="native"> |
|
903 | <conversion-rule class="native"> | |
877 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
904 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
878 | </conversion-rule> |
|
905 | </conversion-rule> | |
879 | </modify-argument> |
|
906 | </modify-argument> | |
880 | <modify-argument index="return"> |
|
907 | <modify-argument index="return"> | |
881 | <conversion-rule class="native"> |
|
908 | <conversion-rule class="native"> | |
882 | <insert-template name="core.convert_to_null_or_primitive"/> |
|
909 | <insert-template name="core.convert_to_null_or_primitive"/> | |
883 | </conversion-rule> |
|
910 | </conversion-rule> | |
884 | </modify-argument> |
|
911 | </modify-argument> | |
885 | </modify-function> |
|
912 | </modify-function> | |
886 |
|
913 | |||
887 | <modify-function signature="toUShort(QString,bool*,int)const"> |
|
914 | <modify-function signature="toUShort(QString,bool*,int)const"> | |
888 | <modify-argument index="2"> |
|
915 | <modify-argument index="2"> | |
889 | <remove-default-expression/> |
|
916 | <remove-default-expression/> | |
890 | <remove-argument/> |
|
917 | <remove-argument/> | |
891 | <conversion-rule class="native"> |
|
918 | <conversion-rule class="native"> | |
892 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
919 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
893 | </conversion-rule> |
|
920 | </conversion-rule> | |
894 | </modify-argument> |
|
921 | </modify-argument> | |
895 | <modify-argument index="return"> |
|
922 | <modify-argument index="return"> | |
896 | <conversion-rule class="native"> |
|
923 | <conversion-rule class="native"> | |
897 | <insert-template name="core.convert_to_null_or_primitive"/> |
|
924 | <insert-template name="core.convert_to_null_or_primitive"/> | |
898 | </conversion-rule> |
|
925 | </conversion-rule> | |
899 | </modify-argument> |
|
926 | </modify-argument> | |
900 | </modify-function> |
|
927 | </modify-function> | |
901 | </value-type> |
|
928 | </value-type> | |
902 |
|
929 | |||
903 |
|
930 | |||
904 | <value-type name="QBitArray"> |
|
931 | <value-type name="QBitArray"> | |
905 | <modify-function signature="operator[](int)" remove="all"/> |
|
932 | <modify-function signature="operator[](int)" remove="all"/> | |
906 | <modify-function signature="operator[](int)const" remove="all"/> |
|
933 | <modify-function signature="operator[](int)const" remove="all"/> | |
907 | <modify-function signature="operator[](uint)const" remove="all"/> |
|
934 | <modify-function signature="operator[](uint)const" remove="all"/> | |
908 | <modify-function signature="operator[](uint)" remove="all"/> |
|
935 | <modify-function signature="operator[](uint)" remove="all"/> | |
909 |
|
936 | |||
910 | <modify-function signature="operator&=(QBitArray)" access="private"/> |
|
937 | <modify-function signature="operator&=(QBitArray)" access="private"/> | |
911 | <modify-function signature="operator=(QBitArray)" access="private"/> |
|
938 | <modify-function signature="operator=(QBitArray)" access="private"/> | |
912 | <modify-function signature="operator^=(QBitArray)" access="private"/> |
|
939 | <modify-function signature="operator^=(QBitArray)" access="private"/> | |
913 | <modify-function signature="operator|=(QBitArray)" access="private"/> |
|
940 | <modify-function signature="operator|=(QBitArray)" access="private"/> | |
914 | <modify-function signature="operator~()const" access="private"/> |
|
941 | <modify-function signature="operator~()const" access="private"/> | |
915 |
|
942 | |||
916 | <modify-function signature="at(int)const"> |
|
943 | <modify-function signature="at(int)const"> | |
917 | <modify-argument index="1"> |
|
944 | <modify-argument index="1"> | |
918 | <conversion-rule class="native"> |
|
945 | <conversion-rule class="native"> | |
919 | <insert-template name="core.convert_int_arg_and_check_range"> |
|
946 | <insert-template name="core.convert_int_arg_and_check_range"> | |
920 | <replace from="%CLASS_NAME%" to="QBitArray"/> |
|
947 | <replace from="%CLASS_NAME%" to="QBitArray"/> | |
921 | <replace from="%FUNCTION_NAME%" to="at"/> |
|
948 | <replace from="%FUNCTION_NAME%" to="at"/> | |
922 | </insert-template> |
|
949 | </insert-template> | |
923 | </conversion-rule> |
|
950 | </conversion-rule> | |
924 | </modify-argument> |
|
951 | </modify-argument> | |
925 | </modify-function> |
|
952 | </modify-function> | |
926 |
|
953 | |||
927 | <modify-function signature="clearBit(int)"> |
|
954 | <modify-function signature="clearBit(int)"> | |
928 | <modify-argument index="1"> |
|
955 | <modify-argument index="1"> | |
929 | <conversion-rule class="native"> |
|
956 | <conversion-rule class="native"> | |
930 | <insert-template name="core.convert_int_arg_and_check_range"> |
|
957 | <insert-template name="core.convert_int_arg_and_check_range"> | |
931 | <replace from="%CLASS_NAME%" to="QBitArray"/> |
|
958 | <replace from="%CLASS_NAME%" to="QBitArray"/> | |
932 | <replace from="%FUNCTION_NAME%" to="clearBit"/> |
|
959 | <replace from="%FUNCTION_NAME%" to="clearBit"/> | |
933 | </insert-template> |
|
960 | </insert-template> | |
934 | </conversion-rule> |
|
961 | </conversion-rule> | |
935 | </modify-argument> |
|
962 | </modify-argument> | |
936 | </modify-function> |
|
963 | </modify-function> | |
937 |
|
964 | |||
938 | <modify-function signature="setBit(int)"> |
|
965 | <modify-function signature="setBit(int)"> | |
939 | <modify-argument index="1"> |
|
966 | <modify-argument index="1"> | |
940 | <conversion-rule class="native"> |
|
967 | <conversion-rule class="native"> | |
941 | <insert-template name="core.convert_int_arg_and_check_range"> |
|
968 | <insert-template name="core.convert_int_arg_and_check_range"> | |
942 | <replace from="%CLASS_NAME%" to="QBitArray"/> |
|
969 | <replace from="%CLASS_NAME%" to="QBitArray"/> | |
943 | <replace from="%FUNCTION_NAME%" to="setBit"/> |
|
970 | <replace from="%FUNCTION_NAME%" to="setBit"/> | |
944 | </insert-template> |
|
971 | </insert-template> | |
945 | </conversion-rule> |
|
972 | </conversion-rule> | |
946 | </modify-argument> |
|
973 | </modify-argument> | |
947 | </modify-function> |
|
974 | </modify-function> | |
948 |
|
975 | |||
949 | <modify-function signature="setBit(int,bool)"> |
|
976 | <modify-function signature="setBit(int,bool)"> | |
950 | <modify-argument index="1"> |
|
977 | <modify-argument index="1"> | |
951 | <conversion-rule class="native"> |
|
978 | <conversion-rule class="native"> | |
952 | <insert-template name="core.convert_int_arg_and_check_range"> |
|
979 | <insert-template name="core.convert_int_arg_and_check_range"> | |
953 | <replace from="%CLASS_NAME%" to="QBitArray"/> |
|
980 | <replace from="%CLASS_NAME%" to="QBitArray"/> | |
954 | <replace from="%FUNCTION_NAME%" to="setBit"/> |
|
981 | <replace from="%FUNCTION_NAME%" to="setBit"/> | |
955 | </insert-template> |
|
982 | </insert-template> | |
956 | </conversion-rule> |
|
983 | </conversion-rule> | |
957 | </modify-argument> |
|
984 | </modify-argument> | |
958 | </modify-function> |
|
985 | </modify-function> | |
959 |
|
986 | |||
960 | <modify-function signature="testBit(int)const"> |
|
987 | <modify-function signature="testBit(int)const"> | |
961 | <modify-argument index="1"> |
|
988 | <modify-argument index="1"> | |
962 | <conversion-rule class="native"> |
|
989 | <conversion-rule class="native"> | |
963 | <insert-template name="core.convert_int_arg_and_check_range"> |
|
990 | <insert-template name="core.convert_int_arg_and_check_range"> | |
964 | <replace from="%CLASS_NAME%" to="QBitArray"/> |
|
991 | <replace from="%CLASS_NAME%" to="QBitArray"/> | |
965 | <replace from="%FUNCTION_NAME%" to="testBit"/> |
|
992 | <replace from="%FUNCTION_NAME%" to="testBit"/> | |
966 | </insert-template> |
|
993 | </insert-template> | |
967 | </conversion-rule> |
|
994 | </conversion-rule> | |
968 | </modify-argument> |
|
995 | </modify-argument> | |
969 | </modify-function> |
|
996 | </modify-function> | |
970 |
|
997 | |||
971 | <modify-function signature="toggleBit(int)"> |
|
998 | <modify-function signature="toggleBit(int)"> | |
972 | <modify-argument index="1"> |
|
999 | <modify-argument index="1"> | |
973 | <conversion-rule class="native"> |
|
1000 | <conversion-rule class="native"> | |
974 | <insert-template name="core.convert_int_arg_and_check_range"> |
|
1001 | <insert-template name="core.convert_int_arg_and_check_range"> | |
975 | <replace from="%CLASS_NAME%" to="QBitArray"/> |
|
1002 | <replace from="%CLASS_NAME%" to="QBitArray"/> | |
976 | <replace from="%FUNCTION_NAME%" to="toggleBit"/> |
|
1003 | <replace from="%FUNCTION_NAME%" to="toggleBit"/> | |
977 | </insert-template> |
|
1004 | </insert-template> | |
978 | </conversion-rule> |
|
1005 | </conversion-rule> | |
979 | </modify-argument> |
|
1006 | </modify-argument> | |
980 | </modify-function> |
|
1007 | </modify-function> | |
981 |
|
1008 | |||
982 | <modify-function signature="operator&=(QBitArray)"> |
|
1009 | <modify-function signature="operator&=(QBitArray)"> | |
983 | <modify-argument index="0" replace-value="this"/> |
|
1010 | <modify-argument index="0" replace-value="this"/> | |
984 | </modify-function> |
|
1011 | </modify-function> | |
985 | <modify-function signature="operator=(QBitArray)"> |
|
1012 | <modify-function signature="operator=(QBitArray)"> | |
986 | <modify-argument index="0" replace-value="this"/> |
|
1013 | <modify-argument index="0" replace-value="this"/> | |
987 | </modify-function> |
|
1014 | </modify-function> | |
988 | <modify-function signature="operator^=(QBitArray)"> |
|
1015 | <modify-function signature="operator^=(QBitArray)"> | |
989 | <modify-argument index="0" replace-value="this"/> |
|
1016 | <modify-argument index="0" replace-value="this"/> | |
990 | </modify-function> |
|
1017 | </modify-function> | |
991 | <modify-function signature="operator|=(QBitArray)"> |
|
1018 | <modify-function signature="operator|=(QBitArray)"> | |
992 | <modify-argument index="0" replace-value="this"/> |
|
1019 | <modify-argument index="0" replace-value="this"/> | |
993 | </modify-function> |
|
1020 | </modify-function> | |
994 | </value-type> |
|
1021 | </value-type> | |
995 |
|
1022 | |||
996 | <object-type name="QReadWriteLock"/> |
|
1023 | <object-type name="QReadWriteLock"/> | |
997 | <object-type name="QDirIterator"/> |
|
1024 | <object-type name="QDirIterator"/> | |
998 | <object-type name="QAbstractFileEngineIterator"/> |
|
1025 | <object-type name="QAbstractFileEngineIterator"/> | |
999 | <object-type name="QAbstractItemModel"> |
|
1026 | <object-type name="QAbstractItemModel"> | |
1000 | <modify-function signature="rowsAboutToBeInserted(QModelIndex,int,int)" private-signal="yes"/> |
|
1027 | <modify-function signature="rowsAboutToBeInserted(QModelIndex,int,int)" private-signal="yes"/> | |
1001 | <modify-function signature="rowsInserted(QModelIndex,int,int)" private-signal="yes"/> |
|
1028 | <modify-function signature="rowsInserted(QModelIndex,int,int)" private-signal="yes"/> | |
1002 |
|
1029 | |||
1003 | <modify-function signature="rowsAboutToBeRemoved(QModelIndex,int,int)" private-signal="yes"/> |
|
1030 | <modify-function signature="rowsAboutToBeRemoved(QModelIndex,int,int)" private-signal="yes"/> | |
1004 | <modify-function signature="rowsRemoved(QModelIndex,int,int)" private-signal="yes"/> |
|
1031 | <modify-function signature="rowsRemoved(QModelIndex,int,int)" private-signal="yes"/> | |
1005 |
|
1032 | |||
1006 | <modify-function signature="columnsAboutToBeInserted(QModelIndex,int,int)" private-signal="yes"/> |
|
1033 | <modify-function signature="columnsAboutToBeInserted(QModelIndex,int,int)" private-signal="yes"/> | |
1007 | <modify-function signature="columnsInserted(QModelIndex,int,int)" private-signal="yes"/> |
|
1034 | <modify-function signature="columnsInserted(QModelIndex,int,int)" private-signal="yes"/> | |
1008 |
|
1035 | |||
1009 | <modify-function signature="columnsAboutToBeRemoved(QModelIndex,int,int)" private-signal="yes"/> |
|
1036 | <modify-function signature="columnsAboutToBeRemoved(QModelIndex,int,int)" private-signal="yes"/> | |
1010 | <modify-function signature="columnsRemoved(QModelIndex,int,int)" private-signal="yes"/> |
|
1037 | <modify-function signature="columnsRemoved(QModelIndex,int,int)" private-signal="yes"/> | |
1011 |
|
1038 | |||
1012 | <modify-function signature="modelAboutToBeReset()" private-signal="yes"/> |
|
1039 | <modify-function signature="modelAboutToBeReset()" private-signal="yes"/> | |
1013 | <modify-function signature="modelReset()" private-signal="yes"/> |
|
1040 | <modify-function signature="modelReset()" private-signal="yes"/> | |
1014 | </object-type> |
|
1041 | </object-type> | |
1015 |
|
1042 | |||
1016 | <object-type name="QAbstractListModel"> |
|
1043 | <object-type name="QAbstractListModel"> | |
1017 | <extra-includes> |
|
1044 | <extra-includes> | |
1018 | <include file-name="QStringList" location="global"/> |
|
1045 | <include file-name="QStringList" location="global"/> | |
1019 | <include file-name="QSize" location="global"/> |
|
1046 | <include file-name="QSize" location="global"/> | |
1020 | </extra-includes> |
|
1047 | </extra-includes> | |
1021 | </object-type> |
|
1048 | </object-type> | |
1022 |
|
1049 | |||
1023 | <value-type name="QUrl"> |
|
1050 | <value-type name="QUrl"> | |
1024 | <extra-includes> |
|
1051 | <extra-includes> | |
1025 | <include file-name="QStringList" location="global"/> |
|
1052 | <include file-name="QStringList" location="global"/> | |
1026 | </extra-includes> |
|
1053 | </extra-includes> | |
1027 | <modify-function signature="operator=(QUrl)" remove="all"/> |
|
1054 | <modify-function signature="operator=(QUrl)" remove="all"/> | |
1028 | <modify-function signature="operator=(QString)" remove="all"/> |
|
1055 | <modify-function signature="operator=(QString)" remove="all"/> | |
1029 |
|
1056 | |||
1030 | <modify-function signature="fromPunycode(const QByteArray&)" remove="all"/> |
|
1057 | <modify-function signature="fromPunycode(const QByteArray&)" remove="all"/> | |
1031 | <!--### Obsolete in 4.3--> |
|
1058 | <!--### Obsolete in 4.3--> | |
1032 | <modify-function signature="toPunycode(const QString&)" remove="all"/> |
|
1059 | <modify-function signature="toPunycode(const QString&)" remove="all"/> | |
1033 | <!--### Obsolete in 4.3--> |
|
1060 | <!--### Obsolete in 4.3--> | |
1034 | </value-type> |
|
1061 | </value-type> | |
1035 |
|
1062 | |||
1036 | <value-type name="QRegExp"> |
|
1063 | <value-type name="QRegExp"> | |
1037 | <extra-includes> |
|
1064 | <extra-includes> | |
1038 | <include file-name="QStringList" location="global"/> |
|
1065 | <include file-name="QStringList" location="global"/> | |
1039 | </extra-includes> |
|
1066 | </extra-includes> | |
1040 | <modify-function signature="operator=(QRegExp)" remove="all"/> |
|
1067 | <modify-function signature="operator=(QRegExp)" remove="all"/> | |
1041 | <modify-function signature="pos(int)const"> |
|
1068 | <modify-function signature="pos(int)const"> | |
1042 | <remove/> |
|
1069 | <remove/> | |
1043 | </modify-function> |
|
1070 | </modify-function> | |
1044 | <modify-function signature="cap(int)const"> |
|
1071 | <modify-function signature="cap(int)const"> | |
1045 | <remove/> |
|
1072 | <remove/> | |
1046 | </modify-function> |
|
1073 | </modify-function> | |
1047 | <modify-function signature="capturedTexts()const"> |
|
1074 | <modify-function signature="capturedTexts()const"> | |
1048 | <remove/> |
|
1075 | <remove/> | |
1049 | </modify-function> |
|
1076 | </modify-function> | |
1050 | <modify-function signature="errorString()const"> |
|
1077 | <modify-function signature="errorString()const"> | |
1051 | <remove/> |
|
1078 | <remove/> | |
1052 | </modify-function> |
|
1079 | </modify-function> | |
1053 | </value-type> |
|
1080 | </value-type> | |
1054 |
|
1081 | |||
1055 | <value-type name="QFileInfo"> |
|
1082 | <value-type name="QFileInfo"> | |
1056 | <extra-includes> |
|
1083 | <extra-includes> | |
1057 | <include file-name="QDateTime" location="global"/> |
|
1084 | <include file-name="QDateTime" location="global"/> | |
1058 | <include file-name="QDir" location="global"/> |
|
1085 | <include file-name="QDir" location="global"/> | |
1059 | </extra-includes> |
|
1086 | </extra-includes> | |
1060 | <modify-function signature="operator!=(const QFileInfo &)const" remove="all"/> |
|
1087 | <modify-function signature="operator!=(const QFileInfo &)const" remove="all"/> | |
1061 | <modify-function signature="operator==(const QFileInfo &)const" remove="all"/> |
|
1088 | <modify-function signature="operator==(const QFileInfo &)const" remove="all"/> | |
1062 | <modify-function signature="operator=(QFileInfo)" remove="all"/> |
|
1089 | <modify-function signature="operator=(QFileInfo)" remove="all"/> | |
1063 | <modify-function signature="setFile(QFile)"> |
|
1090 | <modify-function signature="setFile(QFile)"> | |
1064 | <modify-argument index="1"> |
|
1091 | <modify-argument index="1"> | |
1065 | <reference-count action="ignore"/> |
|
1092 | <reference-count action="ignore"/> | |
1066 | </modify-argument> |
|
1093 | </modify-argument> | |
1067 | </modify-function> |
|
1094 | </modify-function> | |
1068 |
|
1095 | |||
1069 | <modify-function signature="readLink()const" remove="all"/> |
|
1096 | <modify-function signature="readLink()const" remove="all"/> | |
1070 | <!--### Obsolete in 4.3--> |
|
1097 | <!--### Obsolete in 4.3--> | |
1071 |
|
1098 | |||
1072 | <modify-function signature="QFileInfo(QFile)"> |
|
1099 | <modify-function signature="QFileInfo(QFile)"> | |
1073 | <modify-argument index="1"> |
|
1100 | <modify-argument index="1"> | |
1074 | <replace-type modified-type="QFile*"/> |
|
1101 | <replace-type modified-type="QFile*"/> | |
1075 | <conversion-rule class="native"> |
|
1102 | <conversion-rule class="native"> | |
1076 | QFile & %out% = *qscriptvalue_cast<QFile*>(%in%); |
|
1103 | QFile & %out% = *qscriptvalue_cast<QFile*>(%in%); | |
1077 | </conversion-rule> |
|
1104 | </conversion-rule> | |
1078 | </modify-argument> |
|
1105 | </modify-argument> | |
1079 | </modify-function> |
|
1106 | </modify-function> | |
1080 | <modify-function signature="setFile(QFile)"> |
|
1107 | <modify-function signature="setFile(QFile)"> | |
1081 | <modify-argument index="1"> |
|
1108 | <modify-argument index="1"> | |
1082 | <replace-type modified-type="QFile*"/> |
|
1109 | <replace-type modified-type="QFile*"/> | |
1083 | <conversion-rule class="native"> |
|
1110 | <conversion-rule class="native"> | |
1084 | QFile & %out% = *qscriptvalue_cast<QFile*>(%in%); |
|
1111 | QFile & %out% = *qscriptvalue_cast<QFile*>(%in%); | |
1085 | </conversion-rule> |
|
1112 | </conversion-rule> | |
1086 | </modify-argument> |
|
1113 | </modify-argument> | |
1087 | </modify-function> |
|
1114 | </modify-function> | |
1088 | </value-type> |
|
1115 | </value-type> | |
1089 |
|
1116 | |||
1090 | <interface-type name="QFactoryInterface"/> |
|
1117 | <interface-type name="QFactoryInterface"/> | |
1091 |
|
1118 | |||
1092 | <value-type name="QByteArray"> |
|
1119 | <value-type name="QByteArray"> | |
1093 |
|
1120 | |||
1094 | <extra-includes> |
|
1121 | <extra-includes> | |
1095 | <include file-name="QNoImplicitBoolCast" location="global"/> |
|
1122 | <include file-name="QNoImplicitBoolCast" location="global"/> | |
1096 | </extra-includes> |
|
1123 | </extra-includes> | |
1097 |
|
1124 | |||
1098 | <!-- removed functions --> |
|
1125 | <!-- removed functions --> | |
1099 | <modify-function signature="begin()" remove="all"/> |
|
1126 | <modify-function signature="begin()" remove="all"/> | |
1100 | <modify-function signature="begin()const" remove="all"/> |
|
1127 | <modify-function signature="begin()const" remove="all"/> | |
1101 | <modify-function signature="constBegin()const" remove="all"/> |
|
1128 | <modify-function signature="constBegin()const" remove="all"/> | |
1102 | <modify-function signature="constData()const" remove="all"/> |
|
1129 | <modify-function signature="constData()const" remove="all"/> | |
1103 | <modify-function signature="constEnd()const" remove="all"/> |
|
1130 | <modify-function signature="constEnd()const" remove="all"/> | |
1104 | <modify-function signature="count()const" remove="all"/> |
|
1131 | <modify-function signature="count()const" remove="all"/> | |
1105 | <modify-function signature="data()const" remove="all"/> |
|
1132 | <modify-function signature="data()const" remove="all"/> | |
1106 | <modify-function signature="end()" remove="all"/> |
|
1133 | <modify-function signature="end()" remove="all"/> | |
1107 | <modify-function signature="end()const" remove="all"/> |
|
1134 | <modify-function signature="end()const" remove="all"/> | |
1108 | <modify-function signature="number(uint,int)" remove="all"/> |
|
1135 | <modify-function signature="number(uint,int)" remove="all"/> | |
1109 | <modify-function signature="number(unsigned long long,int)" remove="all"/> |
|
1136 | <modify-function signature="number(unsigned long long,int)" remove="all"/> | |
1110 | <modify-function signature="operator const char *()const" remove="all"/> |
|
1137 | <modify-function signature="operator const char *()const" remove="all"/> | |
1111 | <modify-function signature="operator const void *()const" remove="all"/> |
|
1138 | <modify-function signature="operator const void *()const" remove="all"/> | |
1112 | <modify-function signature="operator+=(const char*)" remove="all"/> |
|
1139 | <modify-function signature="operator+=(const char*)" remove="all"/> | |
1113 | <modify-function signature="operator!=(QString)const" remove="all"/> |
|
1140 | <modify-function signature="operator!=(QString)const" remove="all"/> | |
1114 | <modify-function signature="operator=(const char*)" remove="all"/> |
|
1141 | <modify-function signature="operator=(const char*)" remove="all"/> | |
1115 | <modify-function signature="operator[](int)" remove="all"/> |
|
1142 | <modify-function signature="operator[](int)" remove="all"/> | |
1116 | <modify-function signature="operator[](int)const" remove="all"/> |
|
1143 | <modify-function signature="operator[](int)const" remove="all"/> | |
1117 | <modify-function signature="operator[](uint)" remove="all"/> |
|
1144 | <modify-function signature="operator[](uint)" remove="all"/> | |
1118 | <modify-function signature="operator[](uint)const" remove="all"/> |
|
1145 | <modify-function signature="operator[](uint)const" remove="all"/> | |
1119 | <modify-function signature="push_back(char)" remove="all"/> |
|
1146 | <modify-function signature="push_back(char)" remove="all"/> | |
1120 | <modify-function signature="push_back(const char*)" remove="all"/> |
|
1147 | <modify-function signature="push_back(const char*)" remove="all"/> | |
1121 | <modify-function signature="push_front(char)" remove="all"/> |
|
1148 | <modify-function signature="push_front(char)" remove="all"/> | |
1122 | <modify-function signature="push_front(const char*)" remove="all"/> |
|
1149 | <modify-function signature="push_front(const char*)" remove="all"/> | |
1123 | <modify-function signature="setNum(uint,int)" remove="all"/> |
|
1150 | <modify-function signature="setNum(uint,int)" remove="all"/> | |
1124 | <modify-function signature="setNum(unsigned long long,int)" remove="all"/> |
|
1151 | <modify-function signature="setNum(unsigned long long,int)" remove="all"/> | |
1125 | <modify-function signature="setNum(unsigned short,int)" remove="all"/> |
|
1152 | <modify-function signature="setNum(unsigned short,int)" remove="all"/> | |
1126 | <modify-function signature="toLong(bool*, int) const" remove="all"/> |
|
1153 | <modify-function signature="toLong(bool*, int) const" remove="all"/> | |
1127 | <modify-function signature="toLongLong(bool*, int) const" remove="all"/> |
|
1154 | <modify-function signature="toLongLong(bool*, int) const" remove="all"/> | |
1128 | <modify-function signature="toShort(bool*, int) const" remove="all"/> |
|
1155 | <modify-function signature="toShort(bool*, int) const" remove="all"/> | |
1129 | <modify-function signature="toUInt(bool*, int) const" remove="all"/> |
|
1156 | <modify-function signature="toUInt(bool*, int) const" remove="all"/> | |
1130 | <modify-function signature="toULong(bool*, int) const" remove="all"/> |
|
1157 | <modify-function signature="toULong(bool*, int) const" remove="all"/> | |
1131 | <modify-function signature="toULongLong(bool*, int) const" remove="all"/> |
|
1158 | <modify-function signature="toULongLong(bool*, int) const" remove="all"/> | |
1132 |
|
1159 | |||
1133 | <!-- functions made private... --> |
|
1160 | <!-- functions made private... --> | |
1134 | <modify-function signature="operator=(QByteArray)" access="private"/> |
|
1161 | <modify-function signature="operator=(QByteArray)" access="private"/> | |
1135 | <modify-function signature="operator+=(QString)" remove="all"/> |
|
1162 | <modify-function signature="operator+=(QString)" remove="all"/> | |
1136 | <modify-function signature="operator+=(char)" remove="all"/> |
|
1163 | <modify-function signature="operator+=(char)" remove="all"/> | |
1137 |
|
1164 | |||
1138 | <inject-code class="pywrap-h"> |
|
1165 | <inject-code class="pywrap-h"> | |
1139 | PyObject* data(QByteArray* b) { |
|
1166 | PyObject* data(QByteArray* b) { | |
1140 | if (b->data()) { |
|
1167 | if (b->data()) { | |
1141 | return PyString_FromStringAndSize(b->data(), b->size()); |
|
1168 | return PyString_FromStringAndSize(b->data(), b->size()); | |
1142 | } else { |
|
1169 | } else { | |
1143 | Py_INCREF(Py_None); |
|
1170 | Py_INCREF(Py_None); | |
1144 | return Py_None; |
|
1171 | return Py_None; | |
1145 | } |
|
1172 | } | |
1146 | } |
|
1173 | } | |
1147 | </inject-code> |
|
1174 | </inject-code> | |
1148 |
|
1175 | |||
1149 | <inject-code class="native" position="beginning"> |
|
1176 | <inject-code class="native" position="beginning"> | |
1150 | Q_DECLARE_METATYPE(QScriptValue) |
|
1177 | Q_DECLARE_METATYPE(QScriptValue) | |
1151 | </inject-code> |
|
1178 | </inject-code> | |
1152 |
|
1179 | |||
1153 | <modify-function signature="QByteArray(const char*,int)" remove="all"/> |
|
1180 | <modify-function signature="QByteArray(const char*,int)" remove="all"/> | |
1154 | <modify-function signature="QByteArray(const char*)" remove="all"/> |
|
1181 | <modify-function signature="QByteArray(const char*)" remove="all"/> | |
1155 |
|
1182 | |||
1156 | <modify-function signature="at(int)const"> |
|
1183 | <modify-function signature="at(int)const"> | |
1157 | <modify-argument index="1"> |
|
1184 | <modify-argument index="1"> | |
1158 | <conversion-rule class="native"> |
|
1185 | <conversion-rule class="native"> | |
1159 | <insert-template name="core.convert_int_arg_and_check_range"> |
|
1186 | <insert-template name="core.convert_int_arg_and_check_range"> | |
1160 | <replace from="%CLASS_NAME%" to="QByteArray"/> |
|
1187 | <replace from="%CLASS_NAME%" to="QByteArray"/> | |
1161 | <replace from="%FUNCTION_NAME%" to="at"/> |
|
1188 | <replace from="%FUNCTION_NAME%" to="at"/> | |
1162 | </insert-template> |
|
1189 | </insert-template> | |
1163 | </conversion-rule> |
|
1190 | </conversion-rule> | |
1164 | </modify-argument> |
|
1191 | </modify-argument> | |
1165 | </modify-function> |
|
1192 | </modify-function> | |
1166 |
|
1193 | |||
1167 | <modify-function signature="append(const char *)" remove="all"/> |
|
1194 | <modify-function signature="append(const char *)" remove="all"/> | |
1168 | <modify-function signature="append(QByteArray)"> |
|
1195 | <modify-function signature="append(QByteArray)"> | |
1169 | <modify-argument index="0" replace-value="this"/> |
|
1196 | <modify-argument index="0" replace-value="this"/> | |
1170 | </modify-function> |
|
1197 | </modify-function> | |
1171 | <modify-function signature="append(QString)"> |
|
1198 | <modify-function signature="append(QString)"> | |
1172 | <modify-argument index="0" replace-value="this"/> |
|
1199 | <modify-argument index="0" replace-value="this"/> | |
1173 | </modify-function> |
|
1200 | </modify-function> | |
1174 | <modify-function signature="append(const char *)" remove="all"> |
|
1201 | <modify-function signature="append(const char *)" remove="all"> | |
1175 | <modify-argument index="0" replace-value="this"/> |
|
1202 | <modify-argument index="0" replace-value="this"/> | |
1176 | </modify-function> |
|
1203 | </modify-function> | |
1177 | <modify-function signature="append(char)"> |
|
1204 | <modify-function signature="append(char)"> | |
1178 | <modify-argument index="0" replace-value="this"/> |
|
1205 | <modify-argument index="0" replace-value="this"/> | |
1179 | <rename to="appendByte"/> |
|
1206 | <rename to="appendByte"/> | |
1180 | </modify-function> |
|
1207 | </modify-function> | |
1181 |
|
1208 | |||
1182 | <modify-function signature="count(const char *)const" remove="all"/> |
|
1209 | <modify-function signature="count(const char *)const" remove="all"/> | |
1183 |
|
1210 | |||
1184 | <modify-function signature="data()" remove="all"/> |
|
1211 | <modify-function signature="data()" remove="all"/> | |
1185 |
|
1212 | |||
1186 | <modify-function signature="endsWith(const char *)const" remove="all"/> |
|
1213 | <modify-function signature="endsWith(const char *)const" remove="all"/> | |
1187 |
|
1214 | |||
1188 | <modify-function signature="fill(char,int)"> |
|
1215 | <modify-function signature="fill(char,int)"> | |
1189 | <modify-argument index="0" replace-value="this"/> |
|
1216 | <modify-argument index="0" replace-value="this"/> | |
1190 | </modify-function> |
|
1217 | </modify-function> | |
1191 |
|
1218 | |||
1192 | <modify-function signature="indexOf(const char*,int)const" remove="all"/> |
|
1219 | <modify-function signature="indexOf(const char*,int)const" remove="all"/> | |
1193 | <modify-function signature="indexOf(char,int)const"> |
|
1220 | <modify-function signature="indexOf(char,int)const"> | |
1194 | <rename to="indexOfByte"/> |
|
1221 | <rename to="indexOfByte"/> | |
1195 | </modify-function> |
|
1222 | </modify-function> | |
1196 |
|
1223 | |||
1197 | <modify-function signature="insert(int,QByteArray)"> |
|
1224 | <modify-function signature="insert(int,QByteArray)"> | |
1198 | <modify-argument index="0" replace-value="this"/> |
|
1225 | <modify-argument index="0" replace-value="this"/> | |
1199 | </modify-function> |
|
1226 | </modify-function> | |
1200 | <modify-function signature="insert(int,QString)"> |
|
1227 | <modify-function signature="insert(int,QString)"> | |
1201 | <modify-argument index="0" replace-value="this"/> |
|
1228 | <modify-argument index="0" replace-value="this"/> | |
1202 | </modify-function> |
|
1229 | </modify-function> | |
1203 | <modify-function signature="insert(int,const char *)" remove="all"/> |
|
1230 | <modify-function signature="insert(int,const char *)" remove="all"/> | |
1204 | <modify-function signature="insert(int,char)"> |
|
1231 | <modify-function signature="insert(int,char)"> | |
1205 | <modify-argument index="0" replace-value="this"/> |
|
1232 | <modify-argument index="0" replace-value="this"/> | |
1206 | <rename to="insertByte"/> |
|
1233 | <rename to="insertByte"/> | |
1207 | </modify-function> |
|
1234 | </modify-function> | |
1208 |
|
1235 | |||
1209 | <modify-function signature="lastIndexOf(const char*,int)const" remove="all"/> |
|
1236 | <modify-function signature="lastIndexOf(const char*,int)const" remove="all"/> | |
1210 | <modify-function signature="lastIndexOf(char,int)const"> |
|
1237 | <modify-function signature="lastIndexOf(char,int)const"> | |
1211 | <rename to="lastIndexOfByte"/> |
|
1238 | <rename to="lastIndexOfByte"/> | |
1212 | </modify-function> |
|
1239 | </modify-function> | |
1213 |
|
1240 | |||
1214 | <modify-function signature="prepend(QByteArray)"> |
|
1241 | <modify-function signature="prepend(QByteArray)"> | |
1215 | <modify-argument index="0" replace-value="this"/> |
|
1242 | <modify-argument index="0" replace-value="this"/> | |
1216 | </modify-function> |
|
1243 | </modify-function> | |
1217 | <modify-function signature="prepend(const char *)" remove="all"/> |
|
1244 | <modify-function signature="prepend(const char *)" remove="all"/> | |
1218 | <modify-function signature="prepend(char)"> |
|
1245 | <modify-function signature="prepend(char)"> | |
1219 | <modify-argument index="0" replace-value="this"/> |
|
1246 | <modify-argument index="0" replace-value="this"/> | |
1220 | <rename to="prependByte"/> |
|
1247 | <rename to="prependByte"/> | |
1221 | </modify-function> |
|
1248 | </modify-function> | |
1222 |
|
1249 | |||
1223 | <modify-function signature="remove(int,int)"> |
|
1250 | <modify-function signature="remove(int,int)"> | |
1224 | <modify-argument index="0" replace-value="this"/> |
|
1251 | <modify-argument index="0" replace-value="this"/> | |
1225 | </modify-function> |
|
1252 | </modify-function> | |
1226 |
|
1253 | |||
1227 | <modify-function signature="replace(int,int,QByteArray)"> |
|
1254 | <modify-function signature="replace(int,int,QByteArray)"> | |
1228 | <modify-argument index="0" replace-value="this"/> |
|
1255 | <modify-argument index="0" replace-value="this"/> | |
1229 | </modify-function> |
|
1256 | </modify-function> | |
1230 | <modify-function signature="replace(int,int,const char *)" remove="all"/> |
|
1257 | <modify-function signature="replace(int,int,const char *)" remove="all"/> | |
1231 | <modify-function signature="replace(QByteArray,QByteArray)"> |
|
1258 | <modify-function signature="replace(QByteArray,QByteArray)"> | |
1232 | <modify-argument index="0" replace-value="this"/> |
|
1259 | <modify-argument index="0" replace-value="this"/> | |
1233 | </modify-function> |
|
1260 | </modify-function> | |
1234 | <modify-function signature="replace(const char*,QByteArray)" remove="all"/> |
|
1261 | <modify-function signature="replace(const char*,QByteArray)" remove="all"/> | |
1235 | <modify-function signature="replace(QByteArray,const char *)" remove="all"/> |
|
1262 | <modify-function signature="replace(QByteArray,const char *)" remove="all"/> | |
1236 | <modify-function signature="replace(QString,QByteArray)"> |
|
1263 | <modify-function signature="replace(QString,QByteArray)"> | |
1237 | <modify-argument index="0" replace-value="this"/> |
|
1264 | <modify-argument index="0" replace-value="this"/> | |
1238 | </modify-function> |
|
1265 | </modify-function> | |
1239 | <modify-function signature="replace(QString,const char *)" remove="all"/> |
|
1266 | <modify-function signature="replace(QString,const char *)" remove="all"/> | |
1240 | <modify-function signature="replace(const char *,const char *)" remove="all"/> |
|
1267 | <modify-function signature="replace(const char *,const char *)" remove="all"/> | |
1241 | <modify-function signature="replace(char,QByteArray)"> |
|
1268 | <modify-function signature="replace(char,QByteArray)"> | |
1242 | <modify-argument index="0" replace-value="this"/> |
|
1269 | <modify-argument index="0" replace-value="this"/> | |
1243 | </modify-function> |
|
1270 | </modify-function> | |
1244 | <modify-function signature="replace(char,QString)"> |
|
1271 | <modify-function signature="replace(char,QString)"> | |
1245 | <modify-argument index="0" replace-value="this"/> |
|
1272 | <modify-argument index="0" replace-value="this"/> | |
1246 | </modify-function> |
|
1273 | </modify-function> | |
1247 | <modify-function signature="replace(char,const char *)" remove="all"/> |
|
1274 | <modify-function signature="replace(char,const char *)" remove="all"/> | |
1248 | <modify-function signature="replace(char,char)"> |
|
1275 | <modify-function signature="replace(char,char)"> | |
1249 | <modify-argument index="0" replace-value="this"/> |
|
1276 | <modify-argument index="0" replace-value="this"/> | |
1250 | </modify-function> |
|
1277 | </modify-function> | |
1251 |
|
1278 | |||
1252 | <modify-function signature="startsWith(const char *)const" remove="all"/> |
|
1279 | <modify-function signature="startsWith(const char *)const" remove="all"/> | |
1253 |
|
1280 | |||
1254 | <modify-function signature="fromRawData(const char*,int)" remove="all"/> |
|
1281 | <modify-function signature="fromRawData(const char*,int)" remove="all"/> | |
1255 |
|
1282 | |||
1256 | <modify-function signature="number(int,int)"> |
|
1283 | <modify-function signature="number(int,int)"> | |
1257 | <rename to="fromInt"/> |
|
1284 | <rename to="fromInt"/> | |
1258 | </modify-function> |
|
1285 | </modify-function> | |
1259 | <modify-function signature="number(uint,int)"> |
|
1286 | <modify-function signature="number(uint,int)"> | |
1260 | <rename to="fromUInt"/> |
|
1287 | <rename to="fromUInt"/> | |
1261 | </modify-function> |
|
1288 | </modify-function> | |
1262 | <modify-function signature="number(qlonglong,int)"> |
|
1289 | <modify-function signature="number(qlonglong,int)"> | |
1263 | <rename to="fromLongLong"/> |
|
1290 | <rename to="fromLongLong"/> | |
1264 | </modify-function> |
|
1291 | </modify-function> | |
1265 | <modify-function signature="number(qulonglong,int)"> |
|
1292 | <modify-function signature="number(qulonglong,int)"> | |
1266 | <rename to="fromULongLong"/> |
|
1293 | <rename to="fromULongLong"/> | |
1267 | </modify-function> |
|
1294 | </modify-function> | |
1268 |
|
1295 | |||
1269 | <modify-function signature="setNum(int,int)"> |
|
1296 | <modify-function signature="setNum(int,int)"> | |
1270 | <modify-argument index="0" replace-value="this"/> |
|
1297 | <modify-argument index="0" replace-value="this"/> | |
1271 | <rename to="setInt"/> |
|
1298 | <rename to="setInt"/> | |
1272 | </modify-function> |
|
1299 | </modify-function> | |
1273 | <modify-function signature="setNum(uint,int)"> |
|
1300 | <modify-function signature="setNum(uint,int)"> | |
1274 | <modify-argument index="0" replace-value="this"/> |
|
1301 | <modify-argument index="0" replace-value="this"/> | |
1275 | <rename to="setUInt"/> |
|
1302 | <rename to="setUInt"/> | |
1276 | </modify-function> |
|
1303 | </modify-function> | |
1277 | <modify-function signature="setNum(short,int)"> |
|
1304 | <modify-function signature="setNum(short,int)"> | |
1278 | <modify-argument index="0" replace-value="this"/> |
|
1305 | <modify-argument index="0" replace-value="this"/> | |
1279 | <rename to="setShort"/> |
|
1306 | <rename to="setShort"/> | |
1280 | </modify-function> |
|
1307 | </modify-function> | |
1281 | <modify-function signature="setNum(ushort,int)"> |
|
1308 | <modify-function signature="setNum(ushort,int)"> | |
1282 | <modify-argument index="0" replace-value="this"/> |
|
1309 | <modify-argument index="0" replace-value="this"/> | |
1283 | <rename to="setUShort"/> |
|
1310 | <rename to="setUShort"/> | |
1284 | </modify-function> |
|
1311 | </modify-function> | |
1285 | <modify-function signature="setNum(qlonglong,int)"> |
|
1312 | <modify-function signature="setNum(qlonglong,int)"> | |
1286 | <modify-argument index="0" replace-value="this"/> |
|
1313 | <modify-argument index="0" replace-value="this"/> | |
1287 | <rename to="setLongLong"/> |
|
1314 | <rename to="setLongLong"/> | |
1288 | </modify-function> |
|
1315 | </modify-function> | |
1289 | <modify-function signature="setNum(qulonglong,int)"> |
|
1316 | <modify-function signature="setNum(qulonglong,int)"> | |
1290 | <modify-argument index="0" replace-value="this"/> |
|
1317 | <modify-argument index="0" replace-value="this"/> | |
1291 | <rename to="setULongLong"/> |
|
1318 | <rename to="setULongLong"/> | |
1292 | </modify-function> |
|
1319 | </modify-function> | |
1293 | <modify-function signature="setNum(double,char,int)"> |
|
1320 | <modify-function signature="setNum(double,char,int)"> | |
1294 | <modify-argument index="0" replace-value="this"/> |
|
1321 | <modify-argument index="0" replace-value="this"/> | |
1295 | <rename to="setDouble"/> |
|
1322 | <rename to="setDouble"/> | |
1296 | </modify-function> |
|
1323 | </modify-function> | |
1297 | <modify-function signature="setNum(float,char,int)"> |
|
1324 | <modify-function signature="setNum(float,char,int)"> | |
1298 | <modify-argument index="0" replace-value="this"/> |
|
1325 | <modify-argument index="0" replace-value="this"/> | |
1299 | <rename to="setFloat"/> |
|
1326 | <rename to="setFloat"/> | |
1300 | </modify-function> |
|
1327 | </modify-function> | |
1301 |
|
1328 | |||
1302 | <modify-function signature="toDouble(bool*)const"> |
|
1329 | <modify-function signature="toDouble(bool*)const"> | |
1303 | <modify-argument index="1"> |
|
1330 | <modify-argument index="1"> | |
1304 | <remove-default-expression/> |
|
1331 | <remove-default-expression/> | |
1305 | <remove-argument/> |
|
1332 | <remove-argument/> | |
1306 | <conversion-rule class="native"> |
|
1333 | <conversion-rule class="native"> | |
1307 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
1334 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
1308 | </conversion-rule> |
|
1335 | </conversion-rule> | |
1309 | </modify-argument> |
|
1336 | </modify-argument> | |
1310 | <modify-argument index="return"> |
|
1337 | <modify-argument index="return"> | |
1311 | <conversion-rule class="native"> |
|
1338 | <conversion-rule class="native"> | |
1312 | <insert-template name="core.convert_to_null_or_primitive"/> |
|
1339 | <insert-template name="core.convert_to_null_or_primitive"/> | |
1313 | </conversion-rule> |
|
1340 | </conversion-rule> | |
1314 | </modify-argument> |
|
1341 | </modify-argument> | |
1315 | </modify-function> |
|
1342 | </modify-function> | |
1316 |
|
1343 | |||
1317 | <modify-function signature="toFloat(bool*)const"> |
|
1344 | <modify-function signature="toFloat(bool*)const"> | |
1318 | <modify-argument index="1"> |
|
1345 | <modify-argument index="1"> | |
1319 | <remove-default-expression/> |
|
1346 | <remove-default-expression/> | |
1320 | <remove-argument/> |
|
1347 | <remove-argument/> | |
1321 | <conversion-rule class="native"> |
|
1348 | <conversion-rule class="native"> | |
1322 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
1349 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
1323 | </conversion-rule> |
|
1350 | </conversion-rule> | |
1324 | </modify-argument> |
|
1351 | </modify-argument> | |
1325 | <modify-argument index="return"> |
|
1352 | <modify-argument index="return"> | |
1326 | <conversion-rule class="native"> |
|
1353 | <conversion-rule class="native"> | |
1327 | <insert-template name="core.convert_to_null_or_primitive"/> |
|
1354 | <insert-template name="core.convert_to_null_or_primitive"/> | |
1328 | </conversion-rule> |
|
1355 | </conversion-rule> | |
1329 | </modify-argument> |
|
1356 | </modify-argument> | |
1330 | </modify-function> |
|
1357 | </modify-function> | |
1331 |
|
1358 | |||
1332 | <modify-function signature="toInt(bool*,int)const"> |
|
1359 | <modify-function signature="toInt(bool*,int)const"> | |
1333 | <modify-argument index="1"> |
|
1360 | <modify-argument index="1"> | |
1334 | <remove-default-expression/> |
|
1361 | <remove-default-expression/> | |
1335 | <remove-argument/> |
|
1362 | <remove-argument/> | |
1336 | <conversion-rule class="native"> |
|
1363 | <conversion-rule class="native"> | |
1337 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
1364 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
1338 | </conversion-rule> |
|
1365 | </conversion-rule> | |
1339 | </modify-argument> |
|
1366 | </modify-argument> | |
1340 | <modify-argument index="return"> |
|
1367 | <modify-argument index="return"> | |
1341 | <conversion-rule class="native"> |
|
1368 | <conversion-rule class="native"> | |
1342 | <insert-template name="core.convert_to_null_or_primitive"/> |
|
1369 | <insert-template name="core.convert_to_null_or_primitive"/> | |
1343 | </conversion-rule> |
|
1370 | </conversion-rule> | |
1344 | </modify-argument> |
|
1371 | </modify-argument> | |
1345 | </modify-function> |
|
1372 | </modify-function> | |
1346 |
|
1373 | |||
1347 | <modify-function signature="toUShort(bool*,int)const"> |
|
1374 | <modify-function signature="toUShort(bool*,int)const"> | |
1348 | <modify-argument index="1"> |
|
1375 | <modify-argument index="1"> | |
1349 | <remove-default-expression/> |
|
1376 | <remove-default-expression/> | |
1350 | <remove-argument/> |
|
1377 | <remove-argument/> | |
1351 | <conversion-rule class="native"> |
|
1378 | <conversion-rule class="native"> | |
1352 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
1379 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
1353 | </conversion-rule> |
|
1380 | </conversion-rule> | |
1354 | </modify-argument> |
|
1381 | </modify-argument> | |
1355 | <modify-argument index="return"> |
|
1382 | <modify-argument index="return"> | |
1356 | <conversion-rule class="native"> |
|
1383 | <conversion-rule class="native"> | |
1357 | <insert-template name="core.convert_to_null_or_primitive"/> |
|
1384 | <insert-template name="core.convert_to_null_or_primitive"/> | |
1358 | </conversion-rule> |
|
1385 | </conversion-rule> | |
1359 | </modify-argument> |
|
1386 | </modify-argument> | |
1360 | </modify-function> |
|
1387 | </modify-function> | |
1361 | </value-type> |
|
1388 | </value-type> | |
1362 |
|
1389 | |||
1363 | <value-type name="QTextBoundaryFinder"> |
|
1390 | <value-type name="QTextBoundaryFinder"> | |
1364 | <modify-function signature="QTextBoundaryFinder(QTextBoundaryFinder::BoundaryType,const QChar*,int,unsigned char*,int)" remove="all"/> |
|
1391 | <modify-function signature="QTextBoundaryFinder(QTextBoundaryFinder::BoundaryType,const QChar*,int,unsigned char*,int)" remove="all"/> | |
1365 | <modify-function signature="operator=(QTextBoundaryFinder)" remove="all"/> |
|
1392 | <modify-function signature="operator=(QTextBoundaryFinder)" remove="all"/> | |
1366 | </value-type> |
|
1393 | </value-type> | |
1367 |
|
1394 | |||
1368 | <value-type name="QEasingCurve"> |
|
1395 | <value-type name="QEasingCurve"> | |
1369 | <modify-function signature="customType()const" remove="all"/> |
|
1396 | <modify-function signature="customType()const" remove="all"/> | |
1370 | <modify-function signature="setCustomType(double)" remove="all"/> |
|
1397 | <modify-function signature="setCustomType(double)" remove="all"/> | |
1371 | </value-type> |
|
1398 | </value-type> | |
1372 |
|
1399 | |||
1373 | <object-type name="QAbstractAnimation"/> |
|
1400 | <object-type name="QAbstractAnimation"/> | |
1374 | <object-type name="QVariantAnimation"/> |
|
1401 | <object-type name="QVariantAnimation"/> | |
1375 | <object-type name="QAnimationGroup"/> |
|
1402 | <object-type name="QAnimationGroup"/> | |
1376 | <object-type name="QPauseAnimation"/> |
|
1403 | <object-type name="QPauseAnimation"/> | |
1377 | <object-type name="QParallelAnimationGroup"/> |
|
1404 | <object-type name="QParallelAnimationGroup"/> | |
1378 | <object-type name="QSequentialAnimationGroup"/> |
|
1405 | <object-type name="QSequentialAnimationGroup"/> | |
1379 | <object-type name="QPropertyAnimation"/> |
|
1406 | <object-type name="QPropertyAnimation"/> | |
1380 |
|
1407 | |||
1381 | <object-type name="QAbstractState"/> |
|
1408 | <object-type name="QAbstractState"/> | |
1382 | <object-type name="QAbstractTransition"/> |
|
1409 | <object-type name="QAbstractTransition"/> | |
1383 | <object-type name="QState"/> |
|
1410 | <object-type name="QState"/> | |
1384 | <object-type name="QStateMachine"/> |
|
1411 | <object-type name="QStateMachine"/> | |
1385 | <object-type name="QHistoryState"/> |
|
1412 | <object-type name="QHistoryState"/> | |
1386 | <object-type name="QSignalTransition"/> |
|
1413 | <object-type name="QSignalTransition"/> | |
1387 | <object-type name="QEventTransition"/> |
|
1414 | <object-type name="QEventTransition"/> | |
1388 | <object-type name="QFinalState"/> |
|
1415 | <object-type name="QFinalState"/> | |
1389 |
|
1416 | |||
1390 | <object-type name="QXmlStreamEntityResolver"/> |
|
1417 | <object-type name="QXmlStreamEntityResolver"/> | |
1391 | <object-type name="QAbstractEventDispatcher"> |
|
1418 | <object-type name="QAbstractEventDispatcher"> | |
1392 | <extra-includes> |
|
1419 | <extra-includes> | |
1393 | <include file-name="QPair" location="global"/> |
|
1420 | <include file-name="QPair" location="global"/> | |
1394 | </extra-includes> |
|
1421 | </extra-includes> | |
1395 | </object-type> |
|
1422 | </object-type> | |
1396 | <object-type name="QEventLoop"/> |
|
1423 | <object-type name="QEventLoop"/> | |
1397 | <object-type name="QFile"> |
|
1424 | <object-type name="QFile"> | |
1398 | <modify-function signature="readLink()const" remove="all"/> |
|
1425 | <modify-function signature="readLink()const" remove="all"/> | |
1399 | <!--### Obsolete in 4.3--> |
|
1426 | <!--### Obsolete in 4.3--> | |
1400 | <modify-function signature="readLink(QString)" remove="all"/> |
|
1427 | <modify-function signature="readLink(QString)" remove="all"/> | |
1401 | <!--### Obsolete in 4.3--> |
|
1428 | <!--### Obsolete in 4.3--> | |
1402 | <modify-function signature="map(long long,long long,QFile::MemoryMapFlags)" remove="all"/> |
|
1429 | <modify-function signature="map(long long,long long,QFile::MemoryMapFlags)" remove="all"/> | |
1403 | <!-- Can't provide same API and performance --> |
|
1430 | <!-- Can't provide same API and performance --> | |
1404 | <modify-function signature="unmap(unsigned char*)" remove="all"/> |
|
1431 | <modify-function signature="unmap(unsigned char*)" remove="all"/> | |
1405 | <!-- Can't provide same API and performance --> |
|
1432 | <!-- Can't provide same API and performance --> | |
1406 |
|
1433 | |||
1407 | <modify-function signature="open(int,QFlags<QIODevice::OpenModeFlag>)" remove="all"/> |
|
1434 | <modify-function signature="open(int,QFlags<QIODevice::OpenModeFlag>)" remove="all"/> | |
1408 | <modify-function signature="decodeName(const char*)" remove="all"/> |
|
1435 | <modify-function signature="decodeName(const char*)" remove="all"/> | |
1409 | <modify-function signature="map(qint64,qint64,QFile::MemoryMapFlags)" remove="all"/> |
|
1436 | <modify-function signature="map(qint64,qint64,QFile::MemoryMapFlags)" remove="all"/> | |
1410 | <modify-function signature="unmap(uchar*)" remove="all"/> |
|
1437 | <modify-function signature="unmap(uchar*)" remove="all"/> | |
1411 | </object-type> |
|
1438 | </object-type> | |
1412 |
|
1439 | |||
1413 | <object-type name="QIODevice"> |
|
1440 | <object-type name="QIODevice"> | |
1414 | <modify-function signature="peek(char *,qint64)" remove="all"/> |
|
1441 | <modify-function signature="peek(char *,qint64)" remove="all"/> | |
1415 | <modify-function signature="read(char *,qint64)" remove="all"/> |
|
1442 | <modify-function signature="read(char *,qint64)" remove="all"/> | |
1416 | <modify-function signature="readLine(char *,qint64)" remove="all"/> |
|
1443 | <modify-function signature="readLine(char *,qint64)" remove="all"/> | |
1417 | <modify-function signature="write(const char *,qint64)" remove="all"/> |
|
1444 | <modify-function signature="write(const char *,qint64)" remove="all"/> | |
1418 | </object-type> |
|
1445 | </object-type> | |
1419 | <object-type name="QStateMachine::SignalEvent" polymorphic-id-expression="%1->type() == QEvent::StateMachineSignal"/> |
|
1446 | <object-type name="QStateMachine::SignalEvent" polymorphic-id-expression="%1->type() == QEvent::StateMachineSignal"/> | |
1420 | <object-type name="QStateMachine::WrappedEvent" polymorphic-id-expression="%1->type() == QEvent::StateMachineWrapped"/> |
|
1447 | <object-type name="QStateMachine::WrappedEvent" polymorphic-id-expression="%1->type() == QEvent::StateMachineWrapped"/> | |
1421 |
|
1448 | |||
1422 | <object-type name="QCryptographicHash"> |
|
1449 | <object-type name="QCryptographicHash"> | |
1423 | <modify-function signature="addData(const char*,int)" remove="all"/> |
|
1450 | <modify-function signature="addData(const char*,int)" remove="all"/> | |
1424 | </object-type> |
|
1451 | </object-type> | |
1425 | <object-type name="QLibraryInfo"/> |
|
1452 | <object-type name="QLibraryInfo"/> | |
1426 | <object-type name="QMutex"/> |
|
1453 | <object-type name="QMutex"/> | |
1427 | <object-type name="QSemaphore"/> |
|
1454 | <object-type name="QSemaphore"/> | |
1428 | <object-type name="QSocketNotifier"/> |
|
1455 | <object-type name="QSocketNotifier"/> | |
1429 | <object-type name="QSystemLocale"/> |
|
1456 | <object-type name="QSystemLocale"/> | |
1430 | <object-type name="QTemporaryFile"> |
|
1457 | <object-type name="QTemporaryFile"> | |
1431 | <modify-function signature="fileName()const" rename="uniqueFilename"/> |
|
1458 | <modify-function signature="fileName()const" rename="uniqueFilename"/> | |
1432 |
|
1459 | |||
1433 | <modify-function signature="createLocalFile(QFile&)"> |
|
1460 | <modify-function signature="createLocalFile(QFile&)"> | |
1434 | <modify-argument index="1"> |
|
1461 | <modify-argument index="1"> | |
1435 | <replace-type modified-type="QFile*"/> |
|
1462 | <replace-type modified-type="QFile*"/> | |
1436 | <conversion-rule class="native"> |
|
1463 | <conversion-rule class="native"> | |
1437 | QFile & %out% = *qscriptvalue_cast<QFile*>(%in%); |
|
1464 | QFile & %out% = *qscriptvalue_cast<QFile*>(%in%); | |
1438 | </conversion-rule> |
|
1465 | </conversion-rule> | |
1439 | </modify-argument> |
|
1466 | </modify-argument> | |
1440 | </modify-function> |
|
1467 | </modify-function> | |
1441 | </object-type> |
|
1468 | </object-type> | |
1442 | <object-type name="QMimeData"> |
|
1469 | <object-type name="QMimeData"> | |
1443 | <extra-includes> |
|
1470 | <extra-includes> | |
1444 | <include file-name="QStringList" location="global"/> |
|
1471 | <include file-name="QStringList" location="global"/> | |
1445 | <include file-name="QUrl" location="global"/> |
|
1472 | <include file-name="QUrl" location="global"/> | |
1446 | </extra-includes> |
|
1473 | </extra-includes> | |
1447 | </object-type> |
|
1474 | </object-type> | |
1448 | <object-type name="QTextCodec"> |
|
1475 | <object-type name="QTextCodec"> | |
1449 |
|
1476 | |||
1450 | <modify-function signature="setCodecForTr(QTextCodec*)"> |
|
1477 | <modify-function signature="setCodecForTr(QTextCodec*)"> | |
1451 | <access modifier="private"/> |
|
1478 | <access modifier="private"/> | |
1452 | <modify-argument index="1"> |
|
1479 | <modify-argument index="1"> | |
1453 | <reference-count action="set" variable-name="__rcCodecForTr"/> |
|
1480 | <reference-count action="set" variable-name="__rcCodecForTr"/> | |
1454 | </modify-argument> |
|
1481 | </modify-argument> | |
1455 | </modify-function> |
|
1482 | </modify-function> | |
1456 | <modify-function signature="setCodecForCStrings(QTextCodec*)"> |
|
1483 | <modify-function signature="setCodecForCStrings(QTextCodec*)"> | |
1457 | <modify-argument index="1"> |
|
1484 | <modify-argument index="1"> | |
1458 | <reference-count action="set" variable-name="__rcCodecForCStrings"/> |
|
1485 | <reference-count action="set" variable-name="__rcCodecForCStrings"/> | |
1459 | </modify-argument> |
|
1486 | </modify-argument> | |
1460 | </modify-function> |
|
1487 | </modify-function> | |
1461 | <modify-function signature="setCodecForLocale(QTextCodec*)"> |
|
1488 | <modify-function signature="setCodecForLocale(QTextCodec*)"> | |
1462 | <modify-argument index="1"> |
|
1489 | <modify-argument index="1"> | |
1463 | <reference-count action="set" variable-name="__rcCodecForLocale"/> |
|
1490 | <reference-count action="set" variable-name="__rcCodecForLocale"/> | |
1464 | </modify-argument> |
|
1491 | </modify-argument> | |
1465 | </modify-function> |
|
1492 | </modify-function> | |
1466 |
|
1493 | |||
1467 |
|
1494 | |||
1468 | <modify-function signature="codecForTr()"> |
|
1495 | <modify-function signature="codecForTr()"> | |
1469 | <remove/> |
|
1496 | <remove/> | |
1470 | </modify-function> |
|
1497 | </modify-function> | |
1471 |
|
1498 | |||
1472 | <modify-function signature="QTextCodec()"> |
|
1499 | <modify-function signature="QTextCodec()"> | |
1473 | <modify-argument index="-1"> |
|
1500 | <modify-argument index="-1"> | |
1474 | <define-ownership class="java" owner="c++"/> |
|
1501 | <define-ownership class="java" owner="c++"/> | |
1475 | </modify-argument> |
|
1502 | </modify-argument> | |
1476 | </modify-function> |
|
1503 | </modify-function> | |
1477 |
|
1504 | |||
1478 | <modify-function signature="fromUnicode(const QChar*,int,QTextCodec::ConverterState*)const"> |
|
1505 | <modify-function signature="fromUnicode(const QChar*,int,QTextCodec::ConverterState*)const"> | |
1479 | <remove/> |
|
1506 | <remove/> | |
1480 | </modify-function> |
|
1507 | </modify-function> | |
1481 |
|
1508 | |||
1482 | <modify-function signature="toUnicode(const char*,int,QTextCodec::ConverterState*)const"> |
|
1509 | <modify-function signature="toUnicode(const char*,int,QTextCodec::ConverterState*)const"> | |
1483 | <remove/> |
|
1510 | <remove/> | |
1484 | </modify-function> |
|
1511 | </modify-function> | |
1485 |
|
1512 | |||
1486 | <modify-function signature="toUnicode(const char*)const"> |
|
1513 | <modify-function signature="toUnicode(const char*)const"> | |
1487 | <remove/> |
|
1514 | <remove/> | |
1488 | </modify-function> |
|
1515 | </modify-function> | |
1489 | </object-type> |
|
1516 | </object-type> | |
1490 |
|
1517 | |||
1491 | <object-type name="QTextDecoder"> |
|
1518 | <object-type name="QTextDecoder"> | |
1492 | <modify-function signature="toUnicode(const char*,int)"> |
|
1519 | <modify-function signature="toUnicode(const char*,int)"> | |
1493 | <remove/> |
|
1520 | <remove/> | |
1494 | </modify-function> |
|
1521 | </modify-function> | |
1495 | <modify-function signature="toUnicode(QString*,const char*,int)" remove="all"/> |
|
1522 | <modify-function signature="toUnicode(QString*,const char*,int)" remove="all"/> | |
1496 | </object-type> |
|
1523 | </object-type> | |
1497 | <object-type name="QTextEncoder"> |
|
1524 | <object-type name="QTextEncoder"> | |
1498 | <modify-function signature="fromUnicode(const QChar*,int)"> |
|
1525 | <modify-function signature="fromUnicode(const QChar*,int)"> | |
1499 | <remove/> |
|
1526 | <remove/> | |
1500 | </modify-function> |
|
1527 | </modify-function> | |
1501 | </object-type> |
|
1528 | </object-type> | |
1502 | <object-type name="QTimeLine"/> |
|
1529 | <object-type name="QTimeLine"/> | |
1503 | <object-type name="QTranslator"> |
|
1530 | <object-type name="QTranslator"> | |
1504 | <modify-function signature="translate(const char*,const char*,const char*,int)const"> |
|
1531 | <modify-function signature="translate(const char*,const char*,const char*,int)const"> | |
1505 | <remove/> |
|
1532 | <remove/> | |
1506 | </modify-function> |
|
1533 | </modify-function> | |
1507 | </object-type> |
|
1534 | </object-type> | |
1508 |
|
1535 | |||
1509 | <object-type name="QWaitCondition"/> |
|
1536 | <object-type name="QWaitCondition"/> | |
1510 |
|
1537 | |||
1511 | <object-type name="QFileSystemWatcher"> |
|
1538 | <object-type name="QFileSystemWatcher"> | |
1512 | <extra-includes> |
|
1539 | <extra-includes> | |
1513 | <include file-name="QStringList" location="global"/> |
|
1540 | <include file-name="QStringList" location="global"/> | |
1514 | </extra-includes> |
|
1541 | </extra-includes> | |
1515 | </object-type> |
|
1542 | </object-type> | |
1516 |
|
1543 | |||
1517 | <object-type name="QTextCodec::ConverterState"> |
|
1544 | <object-type name="QTextCodec::ConverterState"> | |
1518 | <include file-name="QTextCodec" location="global"/> |
|
1545 | <include file-name="QTextCodec" location="global"/> | |
1519 | </object-type> |
|
1546 | </object-type> | |
1520 |
|
1547 | |||
1521 | <object-type name="QBuffer"> |
|
1548 | <object-type name="QBuffer"> | |
1522 | <modify-function signature="buffer()"> |
|
1549 | <modify-function signature="buffer()"> | |
1523 | <remove/> |
|
1550 | <remove/> | |
1524 | </modify-function> |
|
1551 | </modify-function> | |
1525 | <modify-function signature="connectNotify(const char *)" remove="all"/> |
|
1552 | <modify-function signature="connectNotify(const char *)" remove="all"/> | |
1526 | <modify-function signature="disconnectNotify(const char *)" remove="all"/> |
|
1553 | <modify-function signature="disconnectNotify(const char *)" remove="all"/> | |
1527 |
|
1554 | |||
1528 | <!-- ### modify to return value by pointer? --> |
|
1555 | <!-- ### modify to return value by pointer? --> | |
1529 | <modify-function signature="buffer()const" remove="all"/> |
|
1556 | <modify-function signature="buffer()const" remove="all"/> | |
1530 | <modify-function signature="data()const" remove="all"/> |
|
1557 | <modify-function signature="data()const" remove="all"/> | |
1531 |
|
1558 | |||
1532 | <modify-function signature="setData(const char*,int)" remove="all"/> |
|
1559 | <modify-function signature="setData(const char*,int)" remove="all"/> | |
1533 | </object-type> |
|
1560 | </object-type> | |
1534 |
|
1561 | |||
1535 | <object-type name="QTimer"/> |
|
1562 | <object-type name="QTimer"/> | |
1536 |
|
1563 | |||
1537 | <object-type name="QAbstractFileEngineHandler"> |
|
1564 | <object-type name="QAbstractFileEngineHandler"> | |
1538 | <modify-function signature="create(const QString &) const"> |
|
1565 | <modify-function signature="create(const QString &) const"> | |
1539 | <modify-argument index="return"> |
|
1566 | <modify-argument index="return"> | |
1540 | <define-ownership owner="c++" class="shell"/> |
|
1567 | <define-ownership owner="c++" class="shell"/> | |
1541 | </modify-argument> |
|
1568 | </modify-argument> | |
1542 | </modify-function> |
|
1569 | </modify-function> | |
1543 | </object-type> |
|
1570 | </object-type> | |
1544 |
|
1571 | |||
1545 | <object-type name="QAbstractFileEngine::MapExtensionOption"/> |
|
1572 | <object-type name="QAbstractFileEngine::MapExtensionOption"/> | |
1546 | <object-type name="QAbstractFileEngine::MapExtensionReturn"/> |
|
1573 | <object-type name="QAbstractFileEngine::MapExtensionReturn"/> | |
1547 | <object-type name="QAbstractFileEngine::UnMapExtensionOption"/> |
|
1574 | <object-type name="QAbstractFileEngine::UnMapExtensionOption"/> | |
1548 | <object-type name="QAbstractFileEngine"> |
|
1575 | <object-type name="QAbstractFileEngine"> | |
1549 | <extra-includes> |
|
1576 | <extra-includes> | |
1550 | <include file-name="QDateTime" location="global"/> |
|
1577 | <include file-name="QDateTime" location="global"/> | |
1551 | </extra-includes> |
|
1578 | </extra-includes> | |
1552 | <modify-function signature="map(long long,long long,QFile::MemoryMapFlags)" remove="all"/> |
|
1579 | <modify-function signature="map(long long,long long,QFile::MemoryMapFlags)" remove="all"/> | |
1553 | <modify-function signature="unmap(unsigned char*)" remove="all"/> |
|
1580 | <modify-function signature="unmap(unsigned char*)" remove="all"/> | |
1554 | </object-type> |
|
1581 | </object-type> | |
1555 |
|
1582 | |||
1556 | <object-type name="QProcess"> |
|
1583 | <object-type name="QProcess"> | |
1557 | <modify-function signature="readChannelMode()const" remove="all"/> |
|
1584 | <modify-function signature="readChannelMode()const" remove="all"/> | |
1558 | <!--### Obsolete in 4.3--> |
|
1585 | <!--### Obsolete in 4.3--> | |
1559 | <modify-function signature="setReadChannelMode(QProcess::ProcessChannelMode)" remove="all"/> |
|
1586 | <modify-function signature="setReadChannelMode(QProcess::ProcessChannelMode)" remove="all"/> | |
1560 | <!--### Obsolete in 4.3--> |
|
1587 | <!--### Obsolete in 4.3--> | |
1561 | </object-type> |
|
1588 | </object-type> | |
1562 |
|
1589 | |||
1563 | <object-type name="QSignalMapper"> |
|
1590 | <object-type name="QSignalMapper"> | |
1564 | <modify-function signature="mapped(const QString &)"> |
|
1591 | <modify-function signature="mapped(const QString &)"> | |
1565 | <rename to="mappedString"/> |
|
1592 | <rename to="mappedString"/> | |
1566 | </modify-function> |
|
1593 | </modify-function> | |
1567 | <modify-function signature="mapped(int)"> |
|
1594 | <modify-function signature="mapped(int)"> | |
1568 | <rename to="mappedInteger"/> |
|
1595 | <rename to="mappedInteger"/> | |
1569 | </modify-function> |
|
1596 | </modify-function> | |
1570 | <modify-function signature="mapped(QObject *)"> |
|
1597 | <modify-function signature="mapped(QObject *)"> | |
1571 | <rename to="mappedQObject"/> |
|
1598 | <rename to="mappedQObject"/> | |
1572 | </modify-function> |
|
1599 | </modify-function> | |
1573 | <modify-function signature="mapped(QWidget *)" remove="all"/> |
|
1600 | <modify-function signature="mapped(QWidget *)" remove="all"/> | |
1574 |
|
1601 | |||
1575 | <modify-function signature="mapping(QWidget*)const" remove="all"/> |
|
1602 | <modify-function signature="mapping(QWidget*)const" remove="all"/> | |
1576 |
|
1603 | |||
1577 | <modify-function signature="setMapping(QObject*,QWidget*)" remove="all"/> |
|
1604 | <modify-function signature="setMapping(QObject*,QWidget*)" remove="all"/> | |
1578 |
|
1605 | |||
1579 | <!-- ### overloads --> |
|
1606 | <!-- ### overloads --> | |
1580 | <modify-function signature="mapping(int)const"> |
|
1607 | <modify-function signature="mapping(int)const"> | |
1581 | <rename to="mappingById"/> |
|
1608 | <rename to="mappingById"/> | |
1582 | </modify-function> |
|
1609 | </modify-function> | |
1583 | <modify-function signature="mapping(QString)const"> |
|
1610 | <modify-function signature="mapping(QString)const"> | |
1584 | <rename to="mappingByString"/> |
|
1611 | <rename to="mappingByString"/> | |
1585 | </modify-function> |
|
1612 | </modify-function> | |
1586 | <modify-function signature="mapping(QObject*)const"> |
|
1613 | <modify-function signature="mapping(QObject*)const"> | |
1587 | <rename to="mappingByObject"/> |
|
1614 | <rename to="mappingByObject"/> | |
1588 | </modify-function> |
|
1615 | </modify-function> | |
1589 | <modify-function signature="setMapping(QObject*,int)"> |
|
1616 | <modify-function signature="setMapping(QObject*,int)"> | |
1590 | <rename to="setMappingById"/> |
|
1617 | <rename to="setMappingById"/> | |
1591 | </modify-function> |
|
1618 | </modify-function> | |
1592 | <modify-function signature="setMapping(QObject*,QString)"> |
|
1619 | <modify-function signature="setMapping(QObject*,QString)"> | |
1593 | <rename to="setMappingByString"/> |
|
1620 | <rename to="setMappingByString"/> | |
1594 | </modify-function> |
|
1621 | </modify-function> | |
1595 | <modify-function signature="setMapping(QObject*,QObject*)"> |
|
1622 | <modify-function signature="setMapping(QObject*,QObject*)"> | |
1596 | <rename to="setMappingByObject"/> |
|
1623 | <rename to="setMappingByObject"/> | |
1597 | </modify-function> |
|
1624 | </modify-function> | |
1598 | </object-type> |
|
1625 | </object-type> | |
1599 |
|
1626 | |||
1600 | <object-type name="QObject"> |
|
1627 | <object-type name="QObject"> | |
1601 | <modify-function signature="childEvent(QChildEvent*)"> |
|
1628 | <modify-function signature="childEvent(QChildEvent*)"> | |
1602 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1629 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1603 | </modify-function> |
|
1630 | </modify-function> | |
1604 | <modify-function signature="customEvent(QEvent*)"> |
|
1631 | <modify-function signature="customEvent(QEvent*)"> | |
1605 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1632 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1606 | </modify-function> |
|
1633 | </modify-function> | |
1607 | <modify-function signature="event(QEvent*)"> |
|
1634 | <modify-function signature="event(QEvent*)"> | |
1608 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1635 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1609 | </modify-function> |
|
1636 | </modify-function> | |
1610 | <modify-function signature="eventFilter(QObject*,QEvent*)"> |
|
1637 | <modify-function signature="eventFilter(QObject*,QEvent*)"> | |
1611 | <modify-argument index="2" invalidate-after-use="yes"/> |
|
1638 | <modify-argument index="2" invalidate-after-use="yes"/> | |
1612 | </modify-function> |
|
1639 | </modify-function> | |
1613 | <modify-function signature="timerEvent(QTimerEvent*)"> |
|
1640 | <modify-function signature="timerEvent(QTimerEvent*)"> | |
1614 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1641 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1615 | </modify-function> |
|
1642 | </modify-function> | |
1616 |
|
1643 | |||
1617 | <modify-function signature="installEventFilter(QObject*)"> |
|
1644 | <modify-function signature="installEventFilter(QObject*)"> | |
1618 | <modify-argument index="1"> |
|
1645 | <modify-argument index="1"> | |
1619 | <reference-count action="add" variable-name="__rcEventFilters"/> |
|
1646 | <reference-count action="add" variable-name="__rcEventFilters"/> | |
1620 | </modify-argument> |
|
1647 | </modify-argument> | |
1621 | </modify-function> |
|
1648 | </modify-function> | |
1622 | <modify-function signature="removeEventFilter(QObject*)"> |
|
1649 | <modify-function signature="removeEventFilter(QObject*)"> | |
1623 | <modify-argument index="1"> |
|
1650 | <modify-argument index="1"> | |
1624 | <reference-count action="remove" variable-name="__rcEventFilters"/> |
|
1651 | <reference-count action="remove" variable-name="__rcEventFilters"/> | |
1625 | </modify-argument> |
|
1652 | </modify-argument> | |
1626 | </modify-function> |
|
1653 | </modify-function> | |
1627 | <modify-function signature="setParent(QObject*)"> |
|
1654 | <modify-function signature="setParent(QObject*)"> | |
1628 | <modify-argument index="1"> |
|
1655 | <modify-argument index="1"> | |
1629 | <reference-count action="ignore"/> |
|
1656 | <reference-count action="ignore"/> | |
1630 | </modify-argument> |
|
1657 | </modify-argument> | |
1631 | </modify-function> |
|
1658 | </modify-function> | |
1632 |
|
1659 | |||
1633 | <modify-function signature="deleteLater()"> |
|
1660 | <modify-function signature="deleteLater()"> | |
1634 | <rename to="disposeLater"/> |
|
1661 | <rename to="disposeLater"/> | |
1635 | </modify-function> |
|
1662 | </modify-function> | |
1636 |
|
1663 | |||
1637 | <modify-function signature="inherits(const char*)const"> |
|
1664 | <modify-function signature="inherits(const char*)const"> | |
1638 | <remove/> |
|
1665 | <remove/> | |
1639 | </modify-function> |
|
1666 | </modify-function> | |
1640 |
|
1667 | |||
1641 | <modify-function signature="property(const char*)const"> |
|
1668 | <modify-function signature="property(const char*)const"> | |
1642 | <access modifier="private"/> |
|
1669 | <access modifier="private"/> | |
1643 | </modify-function> |
|
1670 | </modify-function> | |
1644 |
|
1671 | |||
1645 | <modify-function signature="setProperty(const char*,QVariant)"> |
|
1672 | <modify-function signature="setProperty(const char*,QVariant)"> | |
1646 | <access modifier="private"/> |
|
1673 | <access modifier="private"/> | |
1647 | </modify-function> |
|
1674 | </modify-function> | |
1648 |
|
1675 | |||
1649 |
|
1676 | |||
1650 | <extra-includes> |
|
1677 | <extra-includes> | |
1651 | <include file-name="QVarLengthArray" location="global"/> |
|
1678 | <include file-name="QVarLengthArray" location="global"/> | |
1652 | </extra-includes> |
|
1679 | </extra-includes> | |
1653 |
|
1680 | |||
1654 |
|
1681 | |||
1655 | <modify-function signature="property(const char*)const"> |
|
1682 | <modify-function signature="property(const char*)const"> | |
1656 | <modify-argument index="1"> |
|
1683 | <modify-argument index="1"> | |
1657 | <replace-type modified-type="QString"/> |
|
1684 | <replace-type modified-type="QString"/> | |
1658 | <conversion-rule class="native"> |
|
1685 | <conversion-rule class="native"> | |
1659 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
1686 | <insert-template name="core.convert_string_arg_to_char*"/> | |
1660 | </conversion-rule> |
|
1687 | </conversion-rule> | |
1661 | </modify-argument> |
|
1688 | </modify-argument> | |
1662 | </modify-function> |
|
1689 | </modify-function> | |
1663 |
|
1690 | |||
1664 | <modify-function signature="setProperty(const char*,QVariant)"> |
|
1691 | <modify-function signature="setProperty(const char*,QVariant)"> | |
1665 | <modify-argument index="1"> |
|
1692 | <modify-argument index="1"> | |
1666 | <replace-type modified-type="QString"/> |
|
1693 | <replace-type modified-type="QString"/> | |
1667 | <conversion-rule class="native"> |
|
1694 | <conversion-rule class="native"> | |
1668 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
1695 | <insert-template name="core.convert_string_arg_to_char*"/> | |
1669 | </conversion-rule> |
|
1696 | </conversion-rule> | |
1670 | </modify-argument> |
|
1697 | </modify-argument> | |
1671 | </modify-function> |
|
1698 | </modify-function> | |
1672 |
|
1699 | |||
1673 | <modify-function signature="inherits(const char*)const"> |
|
1700 | <modify-function signature="inherits(const char*)const"> | |
1674 | <modify-argument index="1"> |
|
1701 | <modify-argument index="1"> | |
1675 | <replace-type modified-type="QString"/> |
|
1702 | <replace-type modified-type="QString"/> | |
1676 | <conversion-rule class="native"> |
|
1703 | <conversion-rule class="native"> | |
1677 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
1704 | <insert-template name="core.convert_string_arg_to_char*"/> | |
1678 | </conversion-rule> |
|
1705 | </conversion-rule> | |
1679 | </modify-argument> |
|
1706 | </modify-argument> | |
1680 | </modify-function> |
|
1707 | </modify-function> | |
1681 | </object-type> |
|
1708 | </object-type> | |
1682 |
|
1709 | |||
1683 | <object-type name="QCoreApplication"> |
|
1710 | <object-type name="QCoreApplication"> | |
1684 | <extra-includes> |
|
1711 | <extra-includes> | |
1685 | <include file-name="QStringList" location="global"/> |
|
1712 | <include file-name="QStringList" location="global"/> | |
1686 | </extra-includes> |
|
1713 | </extra-includes> | |
1687 |
|
1714 | |||
1688 | <modify-function signature="argv()" remove="all"/> |
|
1715 | <modify-function signature="argv()" remove="all"/> | |
1689 | <!-- Obsolete --> |
|
1716 | <!-- Obsolete --> | |
1690 | <modify-function signature="argc()" remove="all"/> |
|
1717 | <modify-function signature="argc()" remove="all"/> | |
1691 | <!-- Obsolete --> |
|
1718 | <!-- Obsolete --> | |
1692 |
|
1719 | |||
1693 | <modify-function signature="notify(QObject*,QEvent*)"> |
|
1720 | <modify-function signature="notify(QObject*,QEvent*)"> | |
1694 | <modify-argument index="2" invalidate-after-use="yes"/> |
|
1721 | <modify-argument index="2" invalidate-after-use="yes"/> | |
1695 | </modify-function> |
|
1722 | </modify-function> | |
1696 |
|
1723 | |||
1697 |
|
1724 | |||
1698 | <modify-function signature="QCoreApplication(int &, char **)"> |
|
1725 | <modify-function signature="QCoreApplication(int &, char **)"> | |
1699 | <access modifier="private"/> |
|
1726 | <access modifier="private"/> | |
1700 | </modify-function> |
|
1727 | </modify-function> | |
|
1728 | <modify-function signature="QCoreApplication(int &, char **, int)" remove="all"/> | |||
1701 | <modify-function signature="removePostedEvents(QObject*)"> |
|
1729 | <modify-function signature="removePostedEvents(QObject*)"> | |
1702 | <modify-argument index="1"> |
|
1730 | <modify-argument index="1"> | |
1703 | <reference-count action="ignore"/> |
|
1731 | <reference-count action="ignore"/> | |
1704 | </modify-argument> |
|
1732 | </modify-argument> | |
1705 | </modify-function> |
|
1733 | </modify-function> | |
1706 | <modify-function signature="removePostedEvents(QObject*,int)"> |
|
1734 | <modify-function signature="removePostedEvents(QObject*,int)"> | |
1707 | <modify-argument index="1"> |
|
1735 | <modify-argument index="1"> | |
1708 | <reference-count action="ignore"/> |
|
1736 | <reference-count action="ignore"/> | |
1709 | </modify-argument> |
|
1737 | </modify-argument> | |
1710 | </modify-function> |
|
1738 | </modify-function> | |
1711 |
|
1739 | |||
1712 | <modify-function signature="installTranslator(QTranslator *)"> |
|
1740 | <modify-function signature="installTranslator(QTranslator *)"> | |
1713 | <modify-argument index="1"> |
|
1741 | <modify-argument index="1"> | |
1714 | <reference-count action="add" variable-name="__rcTranslators"/> |
|
1742 | <reference-count action="add" variable-name="__rcTranslators"/> | |
1715 | </modify-argument> |
|
1743 | </modify-argument> | |
1716 | </modify-function> |
|
1744 | </modify-function> | |
1717 |
|
1745 | |||
1718 | <modify-function signature="removeTranslator(QTranslator *)"> |
|
1746 | <modify-function signature="removeTranslator(QTranslator *)"> | |
1719 | <modify-argument index="1"> |
|
1747 | <modify-argument index="1"> | |
1720 | <reference-count action="remove" variable-name="__rcTranslators"/> |
|
1748 | <reference-count action="remove" variable-name="__rcTranslators"/> | |
1721 | </modify-argument> |
|
1749 | </modify-argument> | |
1722 | </modify-function> |
|
1750 | </modify-function> | |
1723 |
|
1751 | |||
1724 |
|
1752 | |||
1725 | <modify-function signature="postEvent(QObject*,QEvent*)"> |
|
1753 | <modify-function signature="postEvent(QObject*,QEvent*)"> | |
1726 | <modify-argument index="2"> |
|
1754 | <modify-argument index="2"> | |
1727 | <define-ownership class="java" owner="c++"/> |
|
1755 | <define-ownership class="java" owner="c++"/> | |
1728 | </modify-argument> |
|
1756 | </modify-argument> | |
1729 | </modify-function> |
|
1757 | </modify-function> | |
1730 |
|
1758 | |||
1731 | <modify-function signature="QCoreApplication(int &, char **)" remove="all"/> |
|
1759 | <modify-function signature="QCoreApplication(int &, char **)" remove="all"/> | |
1732 | <!-- ### arguments() causes a warning: "QScriptValue::setProperty(arguments): cannot change flags of a native property" --> |
|
1760 | <!-- ### arguments() causes a warning: "QScriptValue::setProperty(arguments): cannot change flags of a native property" --> | |
1733 | <modify-function signature="arguments()" remove="all"/> |
|
1761 | <modify-function signature="arguments()" remove="all"/> | |
1734 | <modify-function signature="translate(const char*,const char*,const char*,QCoreApplication::Encoding,int)"> |
|
1762 | <modify-function signature="translate(const char*,const char*,const char*,QCoreApplication::Encoding,int)"> | |
1735 | <modify-argument index="1"> |
|
1763 | <modify-argument index="1"> | |
1736 | <replace-type modified-type="QString"/> |
|
1764 | <replace-type modified-type="QString"/> | |
1737 | <conversion-rule class="native"> |
|
1765 | <conversion-rule class="native"> | |
1738 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
1766 | <insert-template name="core.convert_string_arg_to_char*"/> | |
1739 | </conversion-rule> |
|
1767 | </conversion-rule> | |
1740 | </modify-argument> |
|
1768 | </modify-argument> | |
1741 | <modify-argument index="2"> |
|
1769 | <modify-argument index="2"> | |
1742 | <replace-type modified-type="QString"/> |
|
1770 | <replace-type modified-type="QString"/> | |
1743 | <conversion-rule class="native"> |
|
1771 | <conversion-rule class="native"> | |
1744 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
1772 | <insert-template name="core.convert_string_arg_to_char*"/> | |
1745 | </conversion-rule> |
|
1773 | </conversion-rule> | |
1746 | </modify-argument> |
|
1774 | </modify-argument> | |
1747 | <modify-argument index="3"> |
|
1775 | <modify-argument index="3"> | |
1748 | <replace-type modified-type="QString"/> |
|
1776 | <replace-type modified-type="QString"/> | |
1749 | <conversion-rule class="native"> |
|
1777 | <conversion-rule class="native"> | |
1750 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
1778 | <insert-template name="core.convert_string_arg_to_char*"/> | |
1751 | </conversion-rule> |
|
1779 | </conversion-rule> | |
1752 | </modify-argument> |
|
1780 | </modify-argument> | |
1753 | </modify-function> |
|
1781 | </modify-function> | |
1754 | <modify-function signature="translate(const char *,const char *,const char *,QCoreApplication::Encoding)"> |
|
1782 | <modify-function signature="translate(const char *,const char *,const char *,QCoreApplication::Encoding)"> | |
1755 | <modify-argument index="1"> |
|
1783 | <modify-argument index="1"> | |
1756 | <replace-type modified-type="QString"/> |
|
1784 | <replace-type modified-type="QString"/> | |
1757 | <conversion-rule class="native"> |
|
1785 | <conversion-rule class="native"> | |
1758 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
1786 | <insert-template name="core.convert_string_arg_to_char*"/> | |
1759 | </conversion-rule> |
|
1787 | </conversion-rule> | |
1760 | </modify-argument> |
|
1788 | </modify-argument> | |
1761 | <modify-argument index="2"> |
|
1789 | <modify-argument index="2"> | |
1762 | <replace-type modified-type="QString"/> |
|
1790 | <replace-type modified-type="QString"/> | |
1763 | <conversion-rule class="native"> |
|
1791 | <conversion-rule class="native"> | |
1764 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
1792 | <insert-template name="core.convert_string_arg_to_char*"/> | |
1765 | </conversion-rule> |
|
1793 | </conversion-rule> | |
1766 | </modify-argument> |
|
1794 | </modify-argument> | |
1767 | <modify-argument index="3"> |
|
1795 | <modify-argument index="3"> | |
1768 | <replace-type modified-type="QString"/> |
|
1796 | <replace-type modified-type="QString"/> | |
1769 | <conversion-rule class="native"> |
|
1797 | <conversion-rule class="native"> | |
1770 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
1798 | <insert-template name="core.convert_string_arg_to_char*"/> | |
1771 | </conversion-rule> |
|
1799 | </conversion-rule> | |
1772 | </modify-argument> |
|
1800 | </modify-argument> | |
1773 | </modify-function> |
|
1801 | </modify-function> | |
1774 |
|
1802 | |||
1775 | </object-type> |
|
1803 | </object-type> | |
1776 |
|
1804 | |||
1777 | <object-type name="QSettings"> |
|
1805 | <object-type name="QSettings"> | |
1778 | <extra-includes> |
|
1806 | <extra-includes> | |
1779 | <include file-name="QStringList" location="global"/> |
|
1807 | <include file-name="QStringList" location="global"/> | |
1780 | </extra-includes> |
|
1808 | </extra-includes> | |
1781 |
|
1809 | |||
1782 | <modify-function signature="setIniCodec(QTextCodec*)"> |
|
1810 | <modify-function signature="setIniCodec(QTextCodec*)"> | |
1783 | <modify-argument index="1"> |
|
1811 | <modify-argument index="1"> | |
1784 | <reference-count action="set" variable-name="__rcIniCodec"/> |
|
1812 | <reference-count action="set" variable-name="__rcIniCodec"/> | |
1785 | </modify-argument> |
|
1813 | </modify-argument> | |
1786 | </modify-function> |
|
1814 | </modify-function> | |
1787 |
|
1815 | |||
1788 | <modify-function signature="setSystemIniPath(const QString&)" remove="all"/> |
|
1816 | <modify-function signature="setSystemIniPath(const QString&)" remove="all"/> | |
1789 | <!--### Obsolete in 4.3--> |
|
1817 | <!--### Obsolete in 4.3--> | |
1790 | <modify-function signature="setUserIniPath(const QString&)" remove="all"/> |
|
1818 | <modify-function signature="setUserIniPath(const QString&)" remove="all"/> | |
1791 | <!--### Obsolete in 4.3--> |
|
1819 | <!--### Obsolete in 4.3--> | |
1792 | </object-type> |
|
1820 | </object-type> | |
1793 |
|
1821 | |||
1794 | <object-type name="QEvent" polymorphic-base="yes" polymorphic-id-expression="%1->type() == QEvent::None"/> |
|
1822 | <object-type name="QEvent" polymorphic-base="yes" polymorphic-id-expression="%1->type() == QEvent::None"/> | |
1795 | <object-type name="QChildEvent" polymorphic-id-expression="%1->type() == QEvent::ChildAdded || %1->type() == QEvent::ChildPolished || %1->type() == QEvent::ChildRemoved"> |
|
1823 | <object-type name="QChildEvent" polymorphic-id-expression="%1->type() == QEvent::ChildAdded || %1->type() == QEvent::ChildPolished || %1->type() == QEvent::ChildRemoved"> | |
1796 | <modify-field name="c" read="false" write="false"/> |
|
1824 | <modify-field name="c" read="false" write="false"/> | |
1797 | </object-type> |
|
1825 | </object-type> | |
1798 | <object-type name="QTimerEvent" polymorphic-id-expression="%1->type() == QEvent::Timer"/> |
|
1826 | <object-type name="QTimerEvent" polymorphic-id-expression="%1->type() == QEvent::Timer"/> | |
1799 | <object-type name="QDynamicPropertyChangeEvent" polymorphic-id-expression="%1->type() == QEvent::DynamicPropertyChange"/> |
|
1827 | <object-type name="QDynamicPropertyChangeEvent" polymorphic-id-expression="%1->type() == QEvent::DynamicPropertyChange"/> | |
1800 |
|
1828 | |||
1801 | <object-type name="QDataStream"> |
|
1829 | <object-type name="QDataStream"> | |
1802 | <modify-function signature="setDevice(QIODevice*)"> |
|
1830 | <modify-function signature="setDevice(QIODevice*)"> | |
1803 | <modify-argument index="1"> |
|
1831 | <modify-argument index="1"> | |
1804 | <reference-count action="set" variable-name="__rcDevice"/> |
|
1832 | <reference-count action="set" variable-name="__rcDevice"/> | |
1805 | </modify-argument> |
|
1833 | </modify-argument> | |
1806 | </modify-function> |
|
1834 | </modify-function> | |
1807 | <modify-function signature="unsetDevice()"> |
|
1835 | <modify-function signature="unsetDevice()"> | |
1808 | <inject-code position="end"> |
|
1836 | <inject-code position="end"> | |
1809 | __rcDevice = null; |
|
1837 | __rcDevice = null; | |
1810 | </inject-code> |
|
1838 | </inject-code> | |
1811 | </modify-function> |
|
1839 | </modify-function> | |
1812 |
|
1840 | |||
1813 |
|
1841 | |||
1814 | <modify-function signature="operator<<(const char*)"> |
|
1842 | <modify-function signature="operator<<(const char*)"> | |
1815 | <remove/> |
|
1843 | <remove/> | |
1816 | </modify-function> |
|
1844 | </modify-function> | |
1817 | <modify-function signature="operator<<(unsigned char)"> |
|
1845 | <modify-function signature="operator<<(unsigned char)"> | |
1818 | <remove/> |
|
1846 | <remove/> | |
1819 | </modify-function> |
|
1847 | </modify-function> | |
1820 | <modify-function signature="operator<<(unsigned int)"> |
|
1848 | <modify-function signature="operator<<(unsigned int)"> | |
1821 | <remove/> |
|
1849 | <remove/> | |
1822 | </modify-function> |
|
1850 | </modify-function> | |
1823 | <modify-function signature="operator<<(unsigned long long)"> |
|
1851 | <modify-function signature="operator<<(unsigned long long)"> | |
1824 | <remove/> |
|
1852 | <remove/> | |
1825 | </modify-function> |
|
1853 | </modify-function> | |
1826 | <modify-function signature="operator<<(unsigned short)"> |
|
1854 | <modify-function signature="operator<<(unsigned short)"> | |
1827 | <remove/> |
|
1855 | <remove/> | |
1828 | </modify-function> |
|
1856 | </modify-function> | |
1829 |
|
1857 | |||
1830 | <modify-function signature="operator>>(char &*)"> |
|
1858 | <modify-function signature="operator>>(char &*)"> | |
1831 | <remove/> |
|
1859 | <remove/> | |
1832 | </modify-function> |
|
1860 | </modify-function> | |
1833 | <modify-function signature="operator>>(uint&)"> |
|
1861 | <modify-function signature="operator>>(uint&)"> | |
1834 | <remove/> |
|
1862 | <remove/> | |
1835 | </modify-function> |
|
1863 | </modify-function> | |
1836 | <modify-function signature="operator>>(unsigned char&)"> |
|
1864 | <modify-function signature="operator>>(unsigned char&)"> | |
1837 | <remove/> |
|
1865 | <remove/> | |
1838 | </modify-function> |
|
1866 | </modify-function> | |
1839 | <modify-function signature="operator>>(unsigned long long&)"> |
|
1867 | <modify-function signature="operator>>(unsigned long long&)"> | |
1840 | <remove/> |
|
1868 | <remove/> | |
1841 | </modify-function> |
|
1869 | </modify-function> | |
1842 |
|
1870 | |||
1843 | <modify-function signature="readRawData(char*,int)"> |
|
1871 | <modify-function signature="readRawData(char*,int)"> | |
1844 | <remove/> |
|
1872 | <remove/> | |
1845 | </modify-function> |
|
1873 | </modify-function> | |
1846 | <modify-function signature="readBytes(char&*,uint&)"> |
|
1874 | <modify-function signature="readBytes(char&*,uint&)"> | |
1847 | <remove/> |
|
1875 | <remove/> | |
1848 | </modify-function> |
|
1876 | </modify-function> | |
1849 | <modify-function signature="writeRawData(const char*,int)"> |
|
1877 | <modify-function signature="writeRawData(const char*,int)"> | |
1850 | <remove/> |
|
1878 | <remove/> | |
1851 | </modify-function> |
|
1879 | </modify-function> | |
1852 | <modify-function signature="writeBytes(const char*,uint)"> |
|
1880 | <modify-function signature="writeBytes(const char*,uint)"> | |
1853 | <remove/> |
|
1881 | <remove/> | |
1854 | </modify-function> |
|
1882 | </modify-function> | |
1855 |
|
1883 | |||
1856 | <modify-function signature="operator>>(signed char&)" remove="all"/> |
|
1884 | <modify-function signature="operator>>(signed char&)" remove="all"/> | |
1857 | <modify-function signature="operator<<(signed char)" remove="all"/> |
|
1885 | <modify-function signature="operator<<(signed char)" remove="all"/> | |
1858 |
|
1886 | |||
1859 | <modify-function signature="operator<<(bool)"> |
|
1887 | <modify-function signature="operator<<(bool)"> | |
1860 | <rename to="writeBoolean"/> |
|
1888 | <rename to="writeBoolean"/> | |
1861 | <modify-argument index="0" replace-value="this"/> |
|
1889 | <modify-argument index="0" replace-value="this"/> | |
1862 | </modify-function> |
|
1890 | </modify-function> | |
1863 | <modify-function signature="operator<<(unsigned char)"> |
|
1891 | <modify-function signature="operator<<(unsigned char)"> | |
1864 | <modify-argument index="0" replace-value="this"/> |
|
1892 | <modify-argument index="0" replace-value="this"/> | |
1865 | <rename to="writeByte"/> |
|
1893 | <rename to="writeByte"/> | |
1866 | </modify-function> |
|
1894 | </modify-function> | |
1867 | <modify-function signature="operator<<(int)"> |
|
1895 | <modify-function signature="operator<<(int)"> | |
1868 | <rename to="writeInt"/> |
|
1896 | <rename to="writeInt"/> | |
1869 | <modify-argument index="0" replace-value="this"/> |
|
1897 | <modify-argument index="0" replace-value="this"/> | |
1870 | </modify-function> |
|
1898 | </modify-function> | |
1871 | <modify-function signature="operator<<(qint64)"> |
|
1899 | <modify-function signature="operator<<(qint64)"> | |
1872 | <rename to="writeLongLong"/> |
|
1900 | <rename to="writeLongLong"/> | |
1873 | <modify-argument index="0" replace-value="this"/> |
|
1901 | <modify-argument index="0" replace-value="this"/> | |
1874 | </modify-function> |
|
1902 | </modify-function> | |
1875 | <modify-function signature="operator<<(float)"> |
|
1903 | <modify-function signature="operator<<(float)"> | |
1876 | <rename to="writeFloat"/> |
|
1904 | <rename to="writeFloat"/> | |
1877 | <modify-argument index="0" replace-value="this"/> |
|
1905 | <modify-argument index="0" replace-value="this"/> | |
1878 | </modify-function> |
|
1906 | </modify-function> | |
1879 | <modify-function signature="operator<<(double)"> |
|
1907 | <modify-function signature="operator<<(double)"> | |
1880 | <rename to="writeDouble"/> |
|
1908 | <rename to="writeDouble"/> | |
1881 | <modify-argument index="0" replace-value="this"/> |
|
1909 | <modify-argument index="0" replace-value="this"/> | |
1882 | </modify-function> |
|
1910 | </modify-function> | |
1883 | <modify-function signature="operator<<(short)"> |
|
1911 | <modify-function signature="operator<<(short)"> | |
1884 | <rename to="writeShort"/> |
|
1912 | <rename to="writeShort"/> | |
1885 | <modify-argument index="0" replace-value="this"/> |
|
1913 | <modify-argument index="0" replace-value="this"/> | |
1886 | </modify-function> |
|
1914 | </modify-function> | |
1887 |
|
1915 | |||
1888 | <modify-function signature="operator>>(bool &)"> |
|
1916 | <modify-function signature="operator>>(bool &)"> | |
1889 | <rename to="readBoolean"/> |
|
1917 | <rename to="readBoolean"/> | |
1890 | <modify-argument index="1"> |
|
1918 | <modify-argument index="1"> | |
1891 | <remove-argument/> |
|
1919 | <remove-argument/> | |
1892 | <conversion-rule class="native"> |
|
1920 | <conversion-rule class="native"> | |
1893 | bool __result; |
|
1921 | bool __result; | |
1894 | bool & %out% = __result; |
|
1922 | bool & %out% = __result; | |
1895 | </conversion-rule> |
|
1923 | </conversion-rule> | |
1896 | </modify-argument> |
|
1924 | </modify-argument> | |
1897 | <modify-argument index="0" replace-value="void"> |
|
1925 | <modify-argument index="0" replace-value="void"> | |
1898 | <conversion-rule class="native"> |
|
1926 | <conversion-rule class="native"> | |
1899 | bool %out% = __result; |
|
1927 | bool %out% = __result; | |
1900 | </conversion-rule> |
|
1928 | </conversion-rule> | |
1901 | </modify-argument> |
|
1929 | </modify-argument> | |
1902 | </modify-function> |
|
1930 | </modify-function> | |
1903 | <modify-function signature="operator>>(unsigned char &)"> |
|
1931 | <modify-function signature="operator>>(unsigned char &)"> | |
1904 | <rename to="readByte"/> |
|
1932 | <rename to="readByte"/> | |
1905 | <modify-argument index="1"> |
|
1933 | <modify-argument index="1"> | |
1906 | <remove-argument/> |
|
1934 | <remove-argument/> | |
1907 | <conversion-rule class="native"> |
|
1935 | <conversion-rule class="native"> | |
1908 | unsigned char __result; |
|
1936 | unsigned char __result; | |
1909 | unsigned char & %out% = __result; |
|
1937 | unsigned char & %out% = __result; | |
1910 | </conversion-rule> |
|
1938 | </conversion-rule> | |
1911 | </modify-argument> |
|
1939 | </modify-argument> | |
1912 | <modify-argument index="0" replace-value="void"> |
|
1940 | <modify-argument index="0" replace-value="void"> | |
1913 | <conversion-rule class="native"> |
|
1941 | <conversion-rule class="native"> | |
1914 | int %out% = __result; |
|
1942 | int %out% = __result; | |
1915 | </conversion-rule> |
|
1943 | </conversion-rule> | |
1916 | </modify-argument> |
|
1944 | </modify-argument> | |
1917 | </modify-function> |
|
1945 | </modify-function> | |
1918 | <modify-function signature="operator>>(int &)"> |
|
1946 | <modify-function signature="operator>>(int &)"> | |
1919 | <rename to="readInt"/> |
|
1947 | <rename to="readInt"/> | |
1920 | <modify-argument index="1"> |
|
1948 | <modify-argument index="1"> | |
1921 | <remove-argument/> |
|
1949 | <remove-argument/> | |
1922 | <conversion-rule class="native"> |
|
1950 | <conversion-rule class="native"> | |
1923 | int __result; |
|
1951 | int __result; | |
1924 | int & %out% = __result; |
|
1952 | int & %out% = __result; | |
1925 | </conversion-rule> |
|
1953 | </conversion-rule> | |
1926 | </modify-argument> |
|
1954 | </modify-argument> | |
1927 | <modify-argument index="0" replace-value="void"> |
|
1955 | <modify-argument index="0" replace-value="void"> | |
1928 | <conversion-rule class="native"> |
|
1956 | <conversion-rule class="native"> | |
1929 | int %out% = __result; |
|
1957 | int %out% = __result; | |
1930 | </conversion-rule> |
|
1958 | </conversion-rule> | |
1931 | </modify-argument> |
|
1959 | </modify-argument> | |
1932 | </modify-function> |
|
1960 | </modify-function> | |
1933 | <modify-function signature="operator>>(uint &)"> |
|
1961 | <modify-function signature="operator>>(uint &)"> | |
1934 | <rename to="readUInt"/> |
|
1962 | <rename to="readUInt"/> | |
1935 | <modify-argument index="1"> |
|
1963 | <modify-argument index="1"> | |
1936 | <remove-argument/> |
|
1964 | <remove-argument/> | |
1937 | <conversion-rule class="native"> |
|
1965 | <conversion-rule class="native"> | |
1938 | uint __result; |
|
1966 | uint __result; | |
1939 | uint & %out% = __result; |
|
1967 | uint & %out% = __result; | |
1940 | </conversion-rule> |
|
1968 | </conversion-rule> | |
1941 | </modify-argument> |
|
1969 | </modify-argument> | |
1942 | <modify-argument index="0" replace-value="void"> |
|
1970 | <modify-argument index="0" replace-value="void"> | |
1943 | <conversion-rule class="native"> |
|
1971 | <conversion-rule class="native"> | |
1944 | uint %out% = __result; |
|
1972 | uint %out% = __result; | |
1945 | </conversion-rule> |
|
1973 | </conversion-rule> | |
1946 | </modify-argument> |
|
1974 | </modify-argument> | |
1947 | </modify-function> |
|
1975 | </modify-function> | |
1948 | <modify-function signature="operator>>(qint64 &)"> |
|
1976 | <modify-function signature="operator>>(qint64 &)"> | |
1949 | <rename to="readLongLong"/> |
|
1977 | <rename to="readLongLong"/> | |
1950 | <modify-argument index="1"> |
|
1978 | <modify-argument index="1"> | |
1951 | <remove-argument/> |
|
1979 | <remove-argument/> | |
1952 | <conversion-rule class="native"> |
|
1980 | <conversion-rule class="native"> | |
1953 | qint64 __result; |
|
1981 | qint64 __result; | |
1954 | qint64 & %out% = __result; |
|
1982 | qint64 & %out% = __result; | |
1955 | </conversion-rule> |
|
1983 | </conversion-rule> | |
1956 | </modify-argument> |
|
1984 | </modify-argument> | |
1957 | <modify-argument index="0" replace-value="void"> |
|
1985 | <modify-argument index="0" replace-value="void"> | |
1958 | <conversion-rule class="native"> |
|
1986 | <conversion-rule class="native"> | |
1959 | qint64 %out% = __result; |
|
1987 | qint64 %out% = __result; | |
1960 | </conversion-rule> |
|
1988 | </conversion-rule> | |
1961 | </modify-argument> |
|
1989 | </modify-argument> | |
1962 | </modify-function> |
|
1990 | </modify-function> | |
1963 | <modify-function signature="operator>>(unsigned long long &)"> |
|
1991 | <modify-function signature="operator>>(unsigned long long &)"> | |
1964 | <rename to="readULongLong"/> |
|
1992 | <rename to="readULongLong"/> | |
1965 | <modify-argument index="1"> |
|
1993 | <modify-argument index="1"> | |
1966 | <remove-argument/> |
|
1994 | <remove-argument/> | |
1967 | <conversion-rule class="native"> |
|
1995 | <conversion-rule class="native"> | |
1968 | unsigned long long __result; |
|
1996 | unsigned long long __result; | |
1969 | unsigned long long & %out% = __result; |
|
1997 | unsigned long long & %out% = __result; | |
1970 | </conversion-rule> |
|
1998 | </conversion-rule> | |
1971 | </modify-argument> |
|
1999 | </modify-argument> | |
1972 | <modify-argument index="0" replace-value="void"> |
|
2000 | <modify-argument index="0" replace-value="void"> | |
1973 | <conversion-rule class="native"> |
|
2001 | <conversion-rule class="native"> | |
1974 | unsigned long long %out% = __result; |
|
2002 | unsigned long long %out% = __result; | |
1975 | </conversion-rule> |
|
2003 | </conversion-rule> | |
1976 | </modify-argument> |
|
2004 | </modify-argument> | |
1977 | </modify-function> |
|
2005 | </modify-function> | |
1978 | <modify-function signature="operator>>(float &)"> |
|
2006 | <modify-function signature="operator>>(float &)"> | |
1979 | <rename to="readFloat"/> |
|
2007 | <rename to="readFloat"/> | |
1980 | <modify-argument index="1"> |
|
2008 | <modify-argument index="1"> | |
1981 | <remove-argument/> |
|
2009 | <remove-argument/> | |
1982 | <conversion-rule class="native"> |
|
2010 | <conversion-rule class="native"> | |
1983 | float __result; |
|
2011 | float __result; | |
1984 | float & %out% = __result; |
|
2012 | float & %out% = __result; | |
1985 | </conversion-rule> |
|
2013 | </conversion-rule> | |
1986 | </modify-argument> |
|
2014 | </modify-argument> | |
1987 | <modify-argument index="0" replace-value="void"> |
|
2015 | <modify-argument index="0" replace-value="void"> | |
1988 | <conversion-rule class="native"> |
|
2016 | <conversion-rule class="native"> | |
1989 | float %out% = __result; |
|
2017 | float %out% = __result; | |
1990 | </conversion-rule> |
|
2018 | </conversion-rule> | |
1991 | </modify-argument> |
|
2019 | </modify-argument> | |
1992 | </modify-function> |
|
2020 | </modify-function> | |
1993 | <modify-function signature="operator>>(double &)"> |
|
2021 | <modify-function signature="operator>>(double &)"> | |
1994 | <rename to="readDouble"/> |
|
2022 | <rename to="readDouble"/> | |
1995 | <modify-argument index="1"> |
|
2023 | <modify-argument index="1"> | |
1996 | <remove-argument/> |
|
2024 | <remove-argument/> | |
1997 | <conversion-rule class="native"> |
|
2025 | <conversion-rule class="native"> | |
1998 | double __result; |
|
2026 | double __result; | |
1999 | double & %out% = __result; |
|
2027 | double & %out% = __result; | |
2000 | </conversion-rule> |
|
2028 | </conversion-rule> | |
2001 | </modify-argument> |
|
2029 | </modify-argument> | |
2002 | <modify-argument index="0" replace-value="void"> |
|
2030 | <modify-argument index="0" replace-value="void"> | |
2003 | <conversion-rule class="native"> |
|
2031 | <conversion-rule class="native"> | |
2004 | double %out% = __result; |
|
2032 | double %out% = __result; | |
2005 | </conversion-rule> |
|
2033 | </conversion-rule> | |
2006 | </modify-argument> |
|
2034 | </modify-argument> | |
2007 | </modify-function> |
|
2035 | </modify-function> | |
2008 | <modify-function signature="operator>>(short &)"> |
|
2036 | <modify-function signature="operator>>(short &)"> | |
2009 | <rename to="readShort"/> |
|
2037 | <rename to="readShort"/> | |
2010 | <modify-argument index="1"> |
|
2038 | <modify-argument index="1"> | |
2011 | <remove-argument/> |
|
2039 | <remove-argument/> | |
2012 | <conversion-rule class="native"> |
|
2040 | <conversion-rule class="native"> | |
2013 | short __result; |
|
2041 | short __result; | |
2014 | short & %out% = __result; |
|
2042 | short & %out% = __result; | |
2015 | </conversion-rule> |
|
2043 | </conversion-rule> | |
2016 | </modify-argument> |
|
2044 | </modify-argument> | |
2017 | <modify-argument index="0" replace-value="void"> |
|
2045 | <modify-argument index="0" replace-value="void"> | |
2018 | <conversion-rule class="native"> |
|
2046 | <conversion-rule class="native"> | |
2019 | short %out% = __result; |
|
2047 | short %out% = __result; | |
2020 | </conversion-rule> |
|
2048 | </conversion-rule> | |
2021 | </modify-argument> |
|
2049 | </modify-argument> | |
2022 | </modify-function> |
|
2050 | </modify-function> | |
2023 | <modify-function signature="operator>>(unsigned short &)"> |
|
2051 | <modify-function signature="operator>>(unsigned short &)"> | |
2024 | <rename to="readUShort"/> |
|
2052 | <rename to="readUShort"/> | |
2025 | <modify-argument index="1"> |
|
2053 | <modify-argument index="1"> | |
2026 | <remove-argument/> |
|
2054 | <remove-argument/> | |
2027 | <conversion-rule class="native"> |
|
2055 | <conversion-rule class="native"> | |
2028 | unsigned short __result; |
|
2056 | unsigned short __result; | |
2029 | unsigned short & %out% = __result; |
|
2057 | unsigned short & %out% = __result; | |
2030 | </conversion-rule> |
|
2058 | </conversion-rule> | |
2031 | </modify-argument> |
|
2059 | </modify-argument> | |
2032 | <modify-argument index="0" replace-value="void"> |
|
2060 | <modify-argument index="0" replace-value="void"> | |
2033 | <conversion-rule class="native"> |
|
2061 | <conversion-rule class="native"> | |
2034 | unsigned short %out% = __result; |
|
2062 | unsigned short %out% = __result; | |
2035 | </conversion-rule> |
|
2063 | </conversion-rule> | |
2036 | </modify-argument> |
|
2064 | </modify-argument> | |
2037 | </modify-function> |
|
2065 | </modify-function> | |
2038 | </object-type> |
|
2066 | </object-type> | |
2039 |
|
2067 | |||
2040 | <object-type name="QFSFileEngine"> |
|
2068 | <object-type name="QFSFileEngine"> | |
2041 | <extra-includes> |
|
2069 | <extra-includes> | |
2042 | <include file-name="QDateTime" location="global"/> |
|
2070 | <include file-name="QDateTime" location="global"/> | |
2043 | </extra-includes> |
|
2071 | </extra-includes> | |
2044 | </object-type> |
|
2072 | </object-type> | |
2045 |
|
2073 | |||
2046 | <object-type name="QTextStream"> |
|
2074 | <object-type name="QTextStream"> | |
2047 | <modify-function signature="QTextStream(QByteArray *, QFlags<QIODevice::OpenModeFlag>)"> |
|
2075 | <modify-function signature="QTextStream(QByteArray *, QFlags<QIODevice::OpenModeFlag>)"> | |
2048 | <remove/> |
|
2076 | <remove/> | |
2049 | </modify-function> |
|
2077 | </modify-function> | |
2050 | <modify-function signature="QTextStream(QString*,QFlags<QIODevice::OpenModeFlag>)"> |
|
2078 | <modify-function signature="QTextStream(QString*,QFlags<QIODevice::OpenModeFlag>)"> | |
2051 | <remove/> |
|
2079 | <remove/> | |
2052 | </modify-function> |
|
2080 | </modify-function> | |
2053 | <modify-function signature="operator>>(QChar&)"> |
|
2081 | <modify-function signature="operator>>(QChar&)"> | |
2054 | <remove/> |
|
2082 | <remove/> | |
2055 | </modify-function> |
|
2083 | </modify-function> | |
2056 | <modify-function signature="operator<<(const void*)"> |
|
2084 | <modify-function signature="operator<<(const void*)"> | |
2057 | <remove/> |
|
2085 | <remove/> | |
2058 | </modify-function> |
|
2086 | </modify-function> | |
2059 | <modify-function signature="operator<<(unsigned int)"> |
|
2087 | <modify-function signature="operator<<(unsigned int)"> | |
2060 | <remove/> |
|
2088 | <remove/> | |
2061 | </modify-function> |
|
2089 | </modify-function> | |
2062 | <modify-function signature="operator<<(unsigned long long)"> |
|
2090 | <modify-function signature="operator<<(unsigned long long)"> | |
2063 | <remove/> |
|
2091 | <remove/> | |
2064 | </modify-function> |
|
2092 | </modify-function> | |
2065 | <modify-function signature="operator<<(const QChar &)"> |
|
2093 | <modify-function signature="operator<<(const QChar &)"> | |
2066 | <remove/> |
|
2094 | <remove/> | |
2067 | </modify-function> |
|
2095 | </modify-function> | |
2068 | <modify-function signature="operator<<(unsigned long)"> |
|
2096 | <modify-function signature="operator<<(unsigned long)"> | |
2069 | <remove/> |
|
2097 | <remove/> | |
2070 | </modify-function> |
|
2098 | </modify-function> | |
2071 | <modify-function signature="operator<<(signed long)"> |
|
2099 | <modify-function signature="operator<<(signed long)"> | |
2072 | <remove/> |
|
2100 | <remove/> | |
2073 | </modify-function> |
|
2101 | </modify-function> | |
2074 | <modify-function signature="operator<<(const char*)"> |
|
2102 | <modify-function signature="operator<<(const char*)"> | |
2075 | <remove/> |
|
2103 | <remove/> | |
2076 | </modify-function> |
|
2104 | </modify-function> | |
2077 | <modify-function signature="operator<<(unsigned short)"> |
|
2105 | <modify-function signature="operator<<(unsigned short)"> | |
2078 | <remove/> |
|
2106 | <remove/> | |
2079 | </modify-function> |
|
2107 | </modify-function> | |
2080 | <modify-function signature="operator<<(const QByteArray&)"> |
|
2108 | <modify-function signature="operator<<(const QByteArray&)"> | |
2081 | <remove/> |
|
2109 | <remove/> | |
2082 | </modify-function> |
|
2110 | </modify-function> | |
2083 | <modify-function signature="operator>>(unsigned long long&)"> |
|
2111 | <modify-function signature="operator>>(unsigned long long&)"> | |
2084 | <remove/> |
|
2112 | <remove/> | |
2085 | </modify-function> |
|
2113 | </modify-function> | |
2086 | <modify-function signature="operator>>(uint&)"> |
|
2114 | <modify-function signature="operator>>(uint&)"> | |
2087 | <remove/> |
|
2115 | <remove/> | |
2088 | </modify-function> |
|
2116 | </modify-function> | |
2089 | <modify-function signature="operator>>(ulong&)"> |
|
2117 | <modify-function signature="operator>>(ulong&)"> | |
2090 | <remove/> |
|
2118 | <remove/> | |
2091 | </modify-function> |
|
2119 | </modify-function> | |
2092 | <modify-function signature="setString(QString*,QFlags<QIODevice::OpenModeFlag>)"> |
|
2120 | <modify-function signature="setString(QString*,QFlags<QIODevice::OpenModeFlag>)"> | |
2093 | <remove/> |
|
2121 | <remove/> | |
2094 | </modify-function> |
|
2122 | </modify-function> | |
2095 | <modify-function signature="string()const"> |
|
2123 | <modify-function signature="string()const"> | |
2096 | <remove/> |
|
2124 | <remove/> | |
2097 | </modify-function> |
|
2125 | </modify-function> | |
2098 | <modify-function signature="operator>>(signed long&)"> |
|
2126 | <modify-function signature="operator>>(signed long&)"> | |
2099 | <remove/> |
|
2127 | <remove/> | |
2100 | </modify-function> |
|
2128 | </modify-function> | |
2101 | <modify-function signature="operator>>(char*)"> |
|
2129 | <modify-function signature="operator>>(char*)"> | |
2102 | <remove/> |
|
2130 | <remove/> | |
2103 | </modify-function> |
|
2131 | </modify-function> | |
2104 | <modify-function signature="operator>>(QByteArray&)"> |
|
2132 | <modify-function signature="operator>>(QByteArray&)"> | |
2105 | <remove/> |
|
2133 | <remove/> | |
2106 | </modify-function> |
|
2134 | </modify-function> | |
2107 | <modify-function signature="operator>>(QString&)"> |
|
2135 | <modify-function signature="operator>>(QString&)"> | |
2108 | <remove/> |
|
2136 | <remove/> | |
2109 | </modify-function> |
|
2137 | </modify-function> | |
2110 | <modify-function signature="operator>>(unsigned short&)"> |
|
2138 | <modify-function signature="operator>>(unsigned short&)"> | |
2111 | <remove/> |
|
2139 | <remove/> | |
2112 | </modify-function> |
|
2140 | </modify-function> | |
2113 | <modify-function signature="operator<<(const QString&)"> |
|
2141 | <modify-function signature="operator<<(const QString&)"> | |
2114 | <remove/> |
|
2142 | <remove/> | |
2115 | </modify-function> |
|
2143 | </modify-function> | |
2116 |
|
2144 | |||
2117 |
|
2145 | |||
2118 | <modify-function signature="setCodec(QTextCodec *)"> |
|
2146 | <modify-function signature="setCodec(QTextCodec *)"> | |
2119 | <modify-argument index="1"> |
|
2147 | <modify-argument index="1"> | |
2120 | <reference-count action="set" variable-name="__rcCodec"/> |
|
2148 | <reference-count action="set" variable-name="__rcCodec"/> | |
2121 | </modify-argument> |
|
2149 | </modify-argument> | |
2122 | </modify-function> |
|
2150 | </modify-function> | |
2123 |
|
2151 | |||
2124 | <modify-function signature="QTextStream(QIODevice *)"> |
|
2152 | <modify-function signature="QTextStream(QIODevice *)"> | |
2125 | <modify-argument index="1"> |
|
2153 | <modify-argument index="1"> | |
2126 | <reference-count action="set" variable-name="__rcDevice"/> |
|
2154 | <reference-count action="set" variable-name="__rcDevice"/> | |
2127 | </modify-argument> |
|
2155 | </modify-argument> | |
2128 | </modify-function> |
|
2156 | </modify-function> | |
2129 | <modify-function signature="setDevice(QIODevice *)"> |
|
2157 | <modify-function signature="setDevice(QIODevice *)"> | |
2130 | <modify-argument index="1"> |
|
2158 | <modify-argument index="1"> | |
2131 | <reference-count action="set" variable-name="__rcDevice"/> |
|
2159 | <reference-count action="set" variable-name="__rcDevice"/> | |
2132 | </modify-argument> |
|
2160 | </modify-argument> | |
2133 | </modify-function> |
|
2161 | </modify-function> | |
2134 |
|
2162 | |||
2135 | <modify-function signature="setCodec(const char *)"> |
|
2163 | <modify-function signature="setCodec(const char *)"> | |
2136 | <modify-argument index="1"> |
|
2164 | <modify-argument index="1"> | |
2137 | <replace-type modified-type="QString"/> |
|
2165 | <replace-type modified-type="QString"/> | |
2138 | <conversion-rule class="native"> |
|
2166 | <conversion-rule class="native"> | |
2139 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
2167 | <insert-template name="core.convert_string_arg_to_char*"/> | |
2140 | </conversion-rule> |
|
2168 | </conversion-rule> | |
2141 | </modify-argument> |
|
2169 | </modify-argument> | |
2142 | </modify-function> |
|
2170 | </modify-function> | |
2143 |
|
2171 | |||
2144 | <modify-function signature="operator<<(QBool)"> |
|
2172 | <modify-function signature="operator<<(QBool)"> | |
2145 | <rename to="writeBoolean"/> |
|
2173 | <rename to="writeBoolean"/> | |
2146 | <modify-argument index="0" replace-value="this"/> |
|
2174 | <modify-argument index="0" replace-value="this"/> | |
2147 | </modify-function> |
|
2175 | </modify-function> | |
2148 | <modify-function signature="operator<<(char)"> |
|
2176 | <modify-function signature="operator<<(char)"> | |
2149 | <modify-argument index="0" replace-value="this"/> |
|
2177 | <modify-argument index="0" replace-value="this"/> | |
2150 | <rename to="writeByte"/> |
|
2178 | <rename to="writeByte"/> | |
2151 | </modify-function> |
|
2179 | </modify-function> | |
2152 | <modify-function signature="operator<<(signed int)"> |
|
2180 | <modify-function signature="operator<<(signed int)"> | |
2153 | <rename to="writeInt"/> |
|
2181 | <rename to="writeInt"/> | |
2154 | <modify-argument index="0" replace-value="this"/> |
|
2182 | <modify-argument index="0" replace-value="this"/> | |
2155 | </modify-function> |
|
2183 | </modify-function> | |
2156 | <modify-function signature="operator<<(qlonglong)"> |
|
2184 | <modify-function signature="operator<<(qlonglong)"> | |
2157 | <rename to="writeLongLong"/> |
|
2185 | <rename to="writeLongLong"/> | |
2158 | <modify-argument index="0" replace-value="this"/> |
|
2186 | <modify-argument index="0" replace-value="this"/> | |
2159 | </modify-function> |
|
2187 | </modify-function> | |
2160 | <modify-function signature="operator<<(float)"> |
|
2188 | <modify-function signature="operator<<(float)"> | |
2161 | <rename to="writeFloat"/> |
|
2189 | <rename to="writeFloat"/> | |
2162 | <modify-argument index="0" replace-value="this"/> |
|
2190 | <modify-argument index="0" replace-value="this"/> | |
2163 | </modify-function> |
|
2191 | </modify-function> | |
2164 | <modify-function signature="operator<<(double)"> |
|
2192 | <modify-function signature="operator<<(double)"> | |
2165 | <rename to="writeDouble"/> |
|
2193 | <rename to="writeDouble"/> | |
2166 | <modify-argument index="0" replace-value="this"/> |
|
2194 | <modify-argument index="0" replace-value="this"/> | |
2167 | </modify-function> |
|
2195 | </modify-function> | |
2168 | <modify-function signature="operator<<(signed short)"> |
|
2196 | <modify-function signature="operator<<(signed short)"> | |
2169 | <rename to="writeShort"/> |
|
2197 | <rename to="writeShort"/> | |
2170 | <modify-argument index="0" replace-value="this"/> |
|
2198 | <modify-argument index="0" replace-value="this"/> | |
2171 | </modify-function> |
|
2199 | </modify-function> | |
2172 | <modify-function signature="operator<<(const QByteArray&)"> |
|
2200 | <modify-function signature="operator<<(const QByteArray&)"> | |
2173 | <rename to="writeByteArray"/> |
|
2201 | <rename to="writeByteArray"/> | |
2174 | <modify-argument index="0" replace-value="this"/> |
|
2202 | <modify-argument index="0" replace-value="this"/> | |
2175 | </modify-function> |
|
2203 | </modify-function> | |
2176 | <modify-function signature="operator<<(const QString&)"> |
|
2204 | <modify-function signature="operator<<(const QString&)"> | |
2177 | <rename to="writeString"/> |
|
2205 | <rename to="writeString"/> | |
2178 | <modify-argument index="0" replace-value="this"/> |
|
2206 | <modify-argument index="0" replace-value="this"/> | |
2179 | </modify-function> |
|
2207 | </modify-function> | |
2180 |
|
2208 | |||
2181 | <modify-function signature="operator>>(char&)"> |
|
2209 | <modify-function signature="operator>>(char&)"> | |
2182 | <rename to="readByte"/> |
|
2210 | <rename to="readByte"/> | |
2183 | <modify-argument index="1"> |
|
2211 | <modify-argument index="1"> | |
2184 | <remove-argument/> |
|
2212 | <remove-argument/> | |
2185 | <conversion-rule class="native"> |
|
2213 | <conversion-rule class="native"> | |
2186 | char __result; |
|
2214 | char __result; | |
2187 | char & %out% = __result; |
|
2215 | char & %out% = __result; | |
2188 | </conversion-rule> |
|
2216 | </conversion-rule> | |
2189 | </modify-argument> |
|
2217 | </modify-argument> | |
2190 | <modify-argument index="0" replace-value="void"> |
|
2218 | <modify-argument index="0" replace-value="void"> | |
2191 | <conversion-rule class="native"> |
|
2219 | <conversion-rule class="native"> | |
2192 | int %out% = __result; |
|
2220 | int %out% = __result; | |
2193 | </conversion-rule> |
|
2221 | </conversion-rule> | |
2194 | </modify-argument> |
|
2222 | </modify-argument> | |
2195 | </modify-function> |
|
2223 | </modify-function> | |
2196 | <modify-function signature="operator>>(signed short&)"> |
|
2224 | <modify-function signature="operator>>(signed short&)"> | |
2197 | <rename to="readShort"/> |
|
2225 | <rename to="readShort"/> | |
2198 | <modify-argument index="1"> |
|
2226 | <modify-argument index="1"> | |
2199 | <remove-argument/> |
|
2227 | <remove-argument/> | |
2200 | <conversion-rule class="native"> |
|
2228 | <conversion-rule class="native"> | |
2201 | short __result; |
|
2229 | short __result; | |
2202 | short & %out% = __result; |
|
2230 | short & %out% = __result; | |
2203 | </conversion-rule> |
|
2231 | </conversion-rule> | |
2204 | </modify-argument> |
|
2232 | </modify-argument> | |
2205 | <modify-argument index="0" replace-value="void"> |
|
2233 | <modify-argument index="0" replace-value="void"> | |
2206 | <conversion-rule class="native"> |
|
2234 | <conversion-rule class="native"> | |
2207 | short %out% = __result; |
|
2235 | short %out% = __result; | |
2208 | </conversion-rule> |
|
2236 | </conversion-rule> | |
2209 | </modify-argument> |
|
2237 | </modify-argument> | |
2210 | </modify-function> |
|
2238 | </modify-function> | |
2211 | <modify-function signature="operator>>(signed int&)"> |
|
2239 | <modify-function signature="operator>>(signed int&)"> | |
2212 | <rename to="readInt"/> |
|
2240 | <rename to="readInt"/> | |
2213 | <modify-argument index="1"> |
|
2241 | <modify-argument index="1"> | |
2214 | <remove-argument/> |
|
2242 | <remove-argument/> | |
2215 | <conversion-rule class="native"> |
|
2243 | <conversion-rule class="native"> | |
2216 | int __result; |
|
2244 | int __result; | |
2217 | int & %out% = __result; |
|
2245 | int & %out% = __result; | |
2218 | </conversion-rule> |
|
2246 | </conversion-rule> | |
2219 | </modify-argument> |
|
2247 | </modify-argument> | |
2220 | <modify-argument index="0" replace-value="void"> |
|
2248 | <modify-argument index="0" replace-value="void"> | |
2221 | <conversion-rule class="native"> |
|
2249 | <conversion-rule class="native"> | |
2222 | int %out% = __result; |
|
2250 | int %out% = __result; | |
2223 | </conversion-rule> |
|
2251 | </conversion-rule> | |
2224 | </modify-argument> |
|
2252 | </modify-argument> | |
2225 | </modify-function> |
|
2253 | </modify-function> | |
2226 | <modify-function signature="operator>>(unsigned short&)"> |
|
2254 | <modify-function signature="operator>>(unsigned short&)"> | |
2227 | <rename to="readUShort"/> |
|
2255 | <rename to="readUShort"/> | |
2228 | <modify-argument index="1"> |
|
2256 | <modify-argument index="1"> | |
2229 | <remove-argument/> |
|
2257 | <remove-argument/> | |
2230 | <conversion-rule class="native"> |
|
2258 | <conversion-rule class="native"> | |
2231 | unsigned short __result; |
|
2259 | unsigned short __result; | |
2232 | unsigned short & %out% = __result; |
|
2260 | unsigned short & %out% = __result; | |
2233 | </conversion-rule> |
|
2261 | </conversion-rule> | |
2234 | </modify-argument> |
|
2262 | </modify-argument> | |
2235 | <modify-argument index="0" replace-value="void"> |
|
2263 | <modify-argument index="0" replace-value="void"> | |
2236 | <conversion-rule class="native"> |
|
2264 | <conversion-rule class="native"> | |
2237 | unsigned short %out% = __result; |
|
2265 | unsigned short %out% = __result; | |
2238 | </conversion-rule> |
|
2266 | </conversion-rule> | |
2239 | </modify-argument> |
|
2267 | </modify-argument> | |
2240 | </modify-function> |
|
2268 | </modify-function> | |
2241 | <modify-function signature="operator>>(unsigned int&)"> |
|
2269 | <modify-function signature="operator>>(unsigned int&)"> | |
2242 | <rename to="readUInt"/> |
|
2270 | <rename to="readUInt"/> | |
2243 | <modify-argument index="1"> |
|
2271 | <modify-argument index="1"> | |
2244 | <remove-argument/> |
|
2272 | <remove-argument/> | |
2245 | <conversion-rule class="native"> |
|
2273 | <conversion-rule class="native"> | |
2246 | unsigned int __result; |
|
2274 | unsigned int __result; | |
2247 | unsigned int & %out% = __result; |
|
2275 | unsigned int & %out% = __result; | |
2248 | </conversion-rule> |
|
2276 | </conversion-rule> | |
2249 | </modify-argument> |
|
2277 | </modify-argument> | |
2250 | <modify-argument index="0" replace-value="void"> |
|
2278 | <modify-argument index="0" replace-value="void"> | |
2251 | <conversion-rule class="native"> |
|
2279 | <conversion-rule class="native"> | |
2252 | unsigned int %out% = __result; |
|
2280 | unsigned int %out% = __result; | |
2253 | </conversion-rule> |
|
2281 | </conversion-rule> | |
2254 | </modify-argument> |
|
2282 | </modify-argument> | |
2255 | </modify-function> |
|
2283 | </modify-function> | |
2256 | <modify-function signature="operator>>(qlonglong&)"> |
|
2284 | <modify-function signature="operator>>(qlonglong&)"> | |
2257 | <rename to="readLongLong"/> |
|
2285 | <rename to="readLongLong"/> | |
2258 | <modify-argument index="1"> |
|
2286 | <modify-argument index="1"> | |
2259 | <remove-argument/> |
|
2287 | <remove-argument/> | |
2260 | <conversion-rule class="native"> |
|
2288 | <conversion-rule class="native"> | |
2261 | qlonglong __result; |
|
2289 | qlonglong __result; | |
2262 | qlonglong & %out% = __result; |
|
2290 | qlonglong & %out% = __result; | |
2263 | </conversion-rule> |
|
2291 | </conversion-rule> | |
2264 | </modify-argument> |
|
2292 | </modify-argument> | |
2265 | <modify-argument index="0" replace-value="void"> |
|
2293 | <modify-argument index="0" replace-value="void"> | |
2266 | <conversion-rule class="native"> |
|
2294 | <conversion-rule class="native"> | |
2267 | qlonglong %out% = __result; |
|
2295 | qlonglong %out% = __result; | |
2268 | </conversion-rule> |
|
2296 | </conversion-rule> | |
2269 | </modify-argument> |
|
2297 | </modify-argument> | |
2270 | </modify-function> |
|
2298 | </modify-function> | |
2271 | <modify-function signature="operator>>(qulonglong&)"> |
|
2299 | <modify-function signature="operator>>(qulonglong&)"> | |
2272 | <rename to="readULongLong"/> |
|
2300 | <rename to="readULongLong"/> | |
2273 | <modify-argument index="1"> |
|
2301 | <modify-argument index="1"> | |
2274 | <remove-argument/> |
|
2302 | <remove-argument/> | |
2275 | <conversion-rule class="native"> |
|
2303 | <conversion-rule class="native"> | |
2276 | qulonglong __result; |
|
2304 | qulonglong __result; | |
2277 | qulonglong & %out% = __result; |
|
2305 | qulonglong & %out% = __result; | |
2278 | </conversion-rule> |
|
2306 | </conversion-rule> | |
2279 | </modify-argument> |
|
2307 | </modify-argument> | |
2280 | <modify-argument index="0" replace-value="void"> |
|
2308 | <modify-argument index="0" replace-value="void"> | |
2281 | <conversion-rule class="native"> |
|
2309 | <conversion-rule class="native"> | |
2282 | qulonglong %out% = __result; |
|
2310 | qulonglong %out% = __result; | |
2283 | </conversion-rule> |
|
2311 | </conversion-rule> | |
2284 | </modify-argument> |
|
2312 | </modify-argument> | |
2285 | </modify-function> |
|
2313 | </modify-function> | |
2286 | <modify-function signature="operator>>(float&)"> |
|
2314 | <modify-function signature="operator>>(float&)"> | |
2287 | <rename to="readFloat"/> |
|
2315 | <rename to="readFloat"/> | |
2288 | <modify-argument index="1"> |
|
2316 | <modify-argument index="1"> | |
2289 | <remove-argument/> |
|
2317 | <remove-argument/> | |
2290 | <conversion-rule class="native"> |
|
2318 | <conversion-rule class="native"> | |
2291 | float __result; |
|
2319 | float __result; | |
2292 | float & %out% = __result; |
|
2320 | float & %out% = __result; | |
2293 | </conversion-rule> |
|
2321 | </conversion-rule> | |
2294 | </modify-argument> |
|
2322 | </modify-argument> | |
2295 | <modify-argument index="0" replace-value="void"> |
|
2323 | <modify-argument index="0" replace-value="void"> | |
2296 | <conversion-rule class="native"> |
|
2324 | <conversion-rule class="native"> | |
2297 | float %out% = __result; |
|
2325 | float %out% = __result; | |
2298 | </conversion-rule> |
|
2326 | </conversion-rule> | |
2299 | </modify-argument> |
|
2327 | </modify-argument> | |
2300 | </modify-function> |
|
2328 | </modify-function> | |
2301 | <modify-function signature="operator>>(double&)"> |
|
2329 | <modify-function signature="operator>>(double&)"> | |
2302 | <rename to="readDouble"/> |
|
2330 | <rename to="readDouble"/> | |
2303 | <modify-argument index="1"> |
|
2331 | <modify-argument index="1"> | |
2304 | <remove-argument/> |
|
2332 | <remove-argument/> | |
2305 | <conversion-rule class="native"> |
|
2333 | <conversion-rule class="native"> | |
2306 | double __result; |
|
2334 | double __result; | |
2307 | double & %out% = __result; |
|
2335 | double & %out% = __result; | |
2308 | </conversion-rule> |
|
2336 | </conversion-rule> | |
2309 | </modify-argument> |
|
2337 | </modify-argument> | |
2310 | <modify-argument index="0" replace-value="void"> |
|
2338 | <modify-argument index="0" replace-value="void"> | |
2311 | <conversion-rule class="native"> |
|
2339 | <conversion-rule class="native"> | |
2312 | double %out% = __result; |
|
2340 | double %out% = __result; | |
2313 | </conversion-rule> |
|
2341 | </conversion-rule> | |
2314 | </modify-argument> |
|
2342 | </modify-argument> | |
2315 | </modify-function> |
|
2343 | </modify-function> | |
2316 |
|
2344 | |||
2317 | <modify-function signature="operator<<(qulonglong)" remove="all"/> |
|
2345 | <modify-function signature="operator<<(qulonglong)" remove="all"/> | |
2318 | <modify-function signature="operator>>(qulonglong&)" remove="all"/> |
|
2346 | <modify-function signature="operator>>(qulonglong&)" remove="all"/> | |
2319 | </object-type> |
|
2347 | </object-type> | |
2320 |
|
2348 | |||
2321 | <object-type name="QSystemSemaphore"/> |
|
2349 | <object-type name="QSystemSemaphore"/> | |
2322 |
|
2350 | |||
2323 | <namespace-type name="QtConcurrent" target-type="class"> |
|
2351 | <namespace-type name="QtConcurrent" target-type="class"> | |
2324 | <extra-includes> |
|
2352 | <extra-includes> | |
2325 | <include file-name="qtconcurrentreducekernel.h" location="global"/> |
|
2353 | <include file-name="qtconcurrentreducekernel.h" location="global"/> | |
2326 | <include file-name="qtconcurrentthreadengine.h" location="global"/> |
|
2354 | <include file-name="qtconcurrentthreadengine.h" location="global"/> | |
2327 | </extra-includes> |
|
2355 | </extra-includes> | |
2328 | </namespace-type> |
|
2356 | </namespace-type> | |
2329 |
|
2357 | |||
2330 | <value-type name="QFuture" generate="no"> |
|
2358 | <value-type name="QFuture" generate="no"> | |
2331 | <modify-function signature="operator T() const" remove="all"/> |
|
2359 | <modify-function signature="operator T() const" remove="all"/> | |
2332 | <modify-function signature="operator=(const QFuture &)" remove="all"/> |
|
2360 | <modify-function signature="operator=(const QFuture &)" remove="all"/> | |
2333 | </value-type> |
|
2361 | </value-type> | |
2334 | <value-type name="QtJambiVoidFuture" java-name="QFutureVoid"> |
|
2362 | <value-type name="QtJambiVoidFuture" java-name="QFutureVoid"> | |
2335 | <modify-function signature="resultCount()const" remove="all"/> |
|
2363 | <modify-function signature="resultCount()const" remove="all"/> | |
2336 | <modify-function signature="isResultReadyAt(int)const" remove="all"/> |
|
2364 | <modify-function signature="isResultReadyAt(int)const" remove="all"/> | |
2337 | </value-type> |
|
2365 | </value-type> | |
2338 | <value-type name="QtJambiFuture" java-name="QFuture" generic-class="yes"/> |
|
2366 | <value-type name="QtJambiFuture" java-name="QFuture" generic-class="yes"/> | |
2339 |
|
2367 | |||
2340 | <object-type name="QFutureWatcherBase"> |
|
2368 | <object-type name="QFutureWatcherBase"> | |
2341 | <modify-function signature="connectNotify(const char *)" remove="all"/> |
|
2369 | <modify-function signature="connectNotify(const char *)" remove="all"/> | |
2342 | <modify-function signature="disconnectNotify(const char *)" remove="all"/> |
|
2370 | <modify-function signature="disconnectNotify(const char *)" remove="all"/> | |
2343 | </object-type> |
|
2371 | </object-type> | |
2344 | <object-type name="QtJambiVoidFutureWatcher" java-name="QFutureWatcherVoid"/> |
|
2372 | <object-type name="QtJambiVoidFutureWatcher" java-name="QFutureWatcherVoid"/> | |
2345 |
|
2373 | |||
2346 | <object-type name="QFutureWatcher" generate="no"> |
|
2374 | <object-type name="QFutureWatcher" generate="no"> | |
2347 | <modify-function signature="future()const" remove="all"/> |
|
2375 | <modify-function signature="future()const" remove="all"/> | |
2348 | </object-type> |
|
2376 | </object-type> | |
2349 | <object-type name="QtJambiFutureWatcher" java-name="QFutureWatcher" generic-class="yes"/> |
|
2377 | <object-type name="QtJambiFutureWatcher" java-name="QFutureWatcher" generic-class="yes"/> | |
2350 |
|
2378 | |||
2351 | <object-type name="QFutureSynchronizer" generate="no"/> |
|
2379 | <object-type name="QFutureSynchronizer" generate="no"/> | |
2352 | <object-type name="QtJambiFutureSynchronizer" generic-class="yes" java-name="QFutureSynchronizer"/> |
|
2380 | <object-type name="QtJambiFutureSynchronizer" generic-class="yes" java-name="QFutureSynchronizer"/> | |
2353 | <object-type name="QtJambiVoidFutureSynchronizer" java-name="QFutureSynchronizerVoid"/> |
|
2381 | <object-type name="QtJambiVoidFutureSynchronizer" java-name="QFutureSynchronizerVoid"/> | |
2354 | <object-type name="QThreadPool"/> |
|
2382 | <object-type name="QThreadPool"/> | |
2355 |
|
2383 | |||
2356 | <object-type name="QFutureIterator" generate="no"> |
|
2384 | <object-type name="QFutureIterator" generate="no"> | |
2357 | <modify-function signature="operator=(const QFuture&)" remove="all"/> |
|
2385 | <modify-function signature="operator=(const QFuture&)" remove="all"/> | |
2358 | </object-type> |
|
2386 | </object-type> | |
2359 | <object-type name="QtJambiFutureIterator" generic-class="yes" java-name="QFutureIterator"/> |
|
2387 | <object-type name="QtJambiFutureIterator" generic-class="yes" java-name="QFutureIterator"/> | |
2360 | <object-type name="QRunnable"/> |
|
2388 | <object-type name="QRunnable"/> | |
2361 |
|
2389 | |||
|
2390 | <object-type name="QSysInfo"/> | |||
|
2391 | <object-type name="QLibrary"/> | |||
|
2392 | <object-type name="QResource"/> | |||
|
2393 | <object-type name="QSharedMemory"/> | |||
|
2394 | <object-type name="QMetaObject"/> | |||
|
2395 | <object-type name="QMetaMethod"/> | |||
|
2396 | <object-type name="QMetaEnum"/> | |||
|
2397 | <object-type name="QMetaProperty"/> | |||
|
2398 | <object-type name="QMetaClassInfo"/> | |||
|
2399 | <object-type name="QElapsedTimer"/> | |||
|
2400 | <object-type name="QMetaType"/> | |||
|
2401 | ||||
2362 | <!-- Inefficient hash codes --> |
|
2402 | <!-- Inefficient hash codes --> | |
2363 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QUuid' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
2403 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QUuid' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
2364 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QLocale' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
2404 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QLocale' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
2365 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QFuture' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
2405 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QFuture' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
2366 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QRegExp' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
2406 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QRegExp' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
2367 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QFutureVoid' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
2407 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QFutureVoid' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
2368 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QUrl' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
2408 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QUrl' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
2369 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QProcessEnvironment' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
2409 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QProcessEnvironment' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
2370 |
|
2410 | |||
2371 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::selectIteration', unmatched parameter type 'T'"/> |
|
2411 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::selectIteration', unmatched parameter type 'T'"/> | |
2372 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QVariantAnimation::registerInterpolator', unmatched parameter type 'QVariantAnimation::Interpolator'"/> |
|
2412 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QVariantAnimation::registerInterpolator', unmatched parameter type 'QVariantAnimation::Interpolator'"/> | |
2373 |
|
2413 | |||
2374 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'Qt::Initialization'"/> |
|
2414 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'Qt::Initialization'"/> | |
2375 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'std::*'"/> |
|
2415 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'std::*'"/> | |
2376 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private\*'"/> |
|
2416 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private\*'"/> | |
2377 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private&'"/> |
|
2417 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private&'"/> | |
2378 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QMetaObject'"/> |
|
|||
2379 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'FILE\*'"/> |
|
2418 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'FILE\*'"/> | |
2380 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QByteArray::Data\*'"/> |
|
2419 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QByteArray::Data\*'"/> | |
2381 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QTSMFC'"/> |
|
2420 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QTSMFC'"/> | |
2382 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QTSMFI'"/> |
|
2421 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QTSMFI'"/> | |
2383 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QAbstractFileEngine::ExtensionOption const\*'"/> |
|
2422 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QAbstractFileEngine::ExtensionOption const\*'"/> | |
2384 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QAbstractFileEngine::Iterator\*'"/> |
|
2423 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QAbstractFileEngine::Iterator\*'"/> | |
2385 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QDataStream::ByteOrder'"/> |
|
2424 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QDataStream::ByteOrder'"/> | |
2386 | <suppress-warning text="WARNING(MetaJavaBuilder) :: visibility of function '*' modified in class '*'"/> |
|
2425 | <suppress-warning text="WARNING(MetaJavaBuilder) :: visibility of function '*' modified in class '*'"/> | |
2387 | <suppress-warning text="WARNING(MetaJavaBuilder) :: hiding of function '*' in class '*'"/> |
|
2426 | <suppress-warning text="WARNING(MetaJavaBuilder) :: hiding of function '*' in class '*'"/> | |
2388 | <suppress-warning text="WARNING(CppImplGenerator) :: protected function '*' in final class '*'"/> |
|
2427 | <suppress-warning text="WARNING(CppImplGenerator) :: protected function '*' in final class '*'"/> | |
2389 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QPointer<*>'"/> |
|
2428 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QPointer<*>'"/> | |
2390 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QVector<*>'"/> |
|
2429 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QVector<*>'"/> | |
2391 | <suppress-warning text="* private virtual function '*' in 'QAbstractListModel'"/> |
|
2430 | <suppress-warning text="* private virtual function '*' in 'QAbstractListModel'"/> | |
2392 | <suppress-warning text="* private virtual function '*' in 'QAbstractTableModel'"/> |
|
2431 | <suppress-warning text="* private virtual function '*' in 'QAbstractTableModel'"/> | |
2393 | <suppress-warning text="* private virtual function '*' in 'QListWidget'"/> |
|
2432 | <suppress-warning text="* private virtual function '*' in 'QListWidget'"/> | |
2394 | <suppress-warning text="* private virtual function '*' in 'QTreeWidget'"/> |
|
2433 | <suppress-warning text="* private virtual function '*' in 'QTreeWidget'"/> | |
2395 | <suppress-warning text="* private virtual function '*' in 'QFontDialog'"/> |
|
2434 | <suppress-warning text="* private virtual function '*' in 'QFontDialog'"/> | |
2396 | <suppress-warning text="* private virtual function '*' in 'QTableWidget'"/> |
|
2435 | <suppress-warning text="* private virtual function '*' in 'QTableWidget'"/> | |
2397 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFutureWatcherBase::futureInterface', unmatched return type 'QFutureInterfaceBase&'"/> |
|
2436 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFutureWatcherBase::futureInterface', unmatched return type 'QFutureInterfaceBase&'"/> | |
2398 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFutureWatcherBase::futureInterface', unmatched return type 'QFutureInterfaceBase const&'"/> |
|
2437 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFutureWatcherBase::futureInterface', unmatched return type 'QFutureInterfaceBase const&'"/> | |
2399 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFutureWatcher::futureInterface', unmatched return type 'QFutureInterfaceBase&'"/> |
|
2438 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFutureWatcher::futureInterface', unmatched return type 'QFutureInterfaceBase&'"/> | |
2400 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFutureWatcher::futureInterface', unmatched return type 'QFutureInterfaceBase const&'"/> |
|
2439 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFutureWatcher::futureInterface', unmatched return type 'QFutureInterfaceBase const&'"/> | |
2401 | <suppress-warning text="WARNING(MetaJavaBuilder) :: unknown operator 'T'"/> |
|
2440 | <suppress-warning text="WARNING(MetaJavaBuilder) :: unknown operator 'T'"/> | |
2402 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFuture::constBegin', unmatched return type 'const_iterator'"/> |
|
2441 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFuture::constBegin', unmatched return type 'const_iterator'"/> | |
2403 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFuture::end', unmatched return type 'const_iterator'"/> |
|
2442 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFuture::end', unmatched return type 'const_iterator'"/> | |
2404 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFuture::constEnd', unmatched return type 'const_iterator'"/> |
|
2443 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFuture::constEnd', unmatched return type 'const_iterator'"/> | |
2405 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFuture::QFuture', unmatched parameter type 'QFutureInterface<T>*'"/> |
|
2444 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFuture::QFuture', unmatched parameter type 'QFutureInterface<T>*'"/> | |
2406 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFuture::begin', unmatched return type 'const_iterator'"/> |
|
2445 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFuture::begin', unmatched return type 'const_iterator'"/> | |
2407 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::advance', unmatched parameter type 'It&'"/> |
|
2446 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::advance', unmatched parameter type 'It&'"/> | |
2408 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMapped', unmatched return type 'Sequence'"/> |
|
2447 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMapped', unmatched return type 'Sequence'"/> | |
2409 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMapped', unmatched return type 'QList<U>'"/> |
|
2448 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMapped', unmatched return type 'QList<U>'"/> | |
2410 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMapped', unmatched return type 'QList<MapFunctor::result_type>'"/> |
|
2449 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMapped', unmatched return type 'QList<MapFunctor::result_type>'"/> | |
2411 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMapped', unmatched return type 'OutputSequence'"/> |
|
2450 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMapped', unmatched return type 'OutputSequence'"/> | |
2412 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::filtered', unmatched parameter type 'Iterator'"/> |
|
2451 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::filtered', unmatched parameter type 'Iterator'"/> | |
2413 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::filtered', unmatched parameter type 'Sequence const&'"/> |
|
2452 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::filtered', unmatched parameter type 'Sequence const&'"/> | |
2414 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::filter', unmatched parameter type 'Sequence&'"/> |
|
2453 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::filter', unmatched parameter type 'Sequence&'"/> | |
2415 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startFiltered', unmatched return type 'ThreadEngineStarter<qValueType<Iterator>::value_type>"/> |
|
2454 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startFiltered', unmatched return type 'ThreadEngineStarter<qValueType<Iterator>::value_type>"/> | |
2416 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startFiltered', unmatched return type 'ThreadEngineStarter<Sequence::value_type>'"/> |
|
2455 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startFiltered', unmatched return type 'ThreadEngineStarter<Sequence::value_type>'"/> | |
2417 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startFiltered', unmatched return type 'ThreadEngineStarter<Iterator::value_type>'"/> |
|
2456 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startFiltered', unmatched return type 'ThreadEngineStarter<Iterator::value_type>'"/> | |
2418 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMappedReduced', unmatched return type 'V'"/> |
|
2457 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMappedReduced', unmatched return type 'V'"/> | |
2419 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMappedReduced', unmatched return type 'W'"/> |
|
2458 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMappedReduced', unmatched return type 'W'"/> | |
2420 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMappedReduced', unmatched return type 'ResultType'"/> |
|
2459 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMappedReduced', unmatched return type 'ResultType'"/> | |
2421 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMappedReduced', unmatched return type 'U'"/> |
|
2460 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMappedReduced', unmatched return type 'U'"/> | |
2422 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingFiltered', unmatched return type 'OutputSequence'"/> |
|
2461 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingFiltered', unmatched return type 'OutputSequence'"/> | |
2423 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingFiltered', unmatched return type 'Sequence'"/> |
|
2462 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingFiltered', unmatched return type 'Sequence'"/> | |
2424 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startMappedReduced', unmatched return type 'ThreadEngineStarter<ResultType>'"/> |
|
2463 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startMappedReduced', unmatched return type 'ThreadEngineStarter<ResultType>'"/> | |
2425 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingFilteredReduced', unmatched return type 'U'"/> |
|
2464 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingFilteredReduced', unmatched return type 'U'"/> | |
2426 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingFilteredReduced', unmatched return type 'V'"/> |
|
2465 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingFilteredReduced', unmatched return type 'V'"/> | |
2427 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingFilteredReduced', unmatched return type 'ResultType'"/> |
|
2466 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingFilteredReduced', unmatched return type 'ResultType'"/> | |
2428 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startMap', unmatched return type 'ThreadEngineStarter<void>'"/> |
|
2467 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startMap', unmatched return type 'ThreadEngineStarter<void>'"/> | |
2429 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startThreadEngine', unmatched return type 'ThreadEngineStarter<ThreadEngine::ResultType>'"/> |
|
2468 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startThreadEngine', unmatched return type 'ThreadEngineStarter<ThreadEngine::ResultType>'"/> | |
2430 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::mappedReduced', unmatched parameter type 'Iterator'"/> |
|
2469 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::mappedReduced', unmatched parameter type 'Iterator'"/> | |
2431 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::mappedReduced', unmatched parameter type 'Sequence const&'"/> |
|
2470 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::mappedReduced', unmatched parameter type 'Sequence const&'"/> | |
2432 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::filteredReduced', unmatched parameter type 'Iterator'"/> |
|
2471 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::filteredReduced', unmatched parameter type 'Iterator'"/> | |
2433 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::filteredReduced', unmatched parameter type 'Sequence const&'"/> |
|
2472 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::filteredReduced', unmatched parameter type 'Sequence const&'"/> | |
2434 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::map', unmatched parameter type 'Iterator'"/> |
|
2473 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::map', unmatched parameter type 'Iterator'"/> | |
2435 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::map', unmatched parameter type 'Sequence&'"/> |
|
2474 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::map', unmatched parameter type 'Sequence&'"/> | |
2436 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::filterInternal', unmatched return type 'ThreadEngineStarter<void>'"/> |
|
2475 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::filterInternal', unmatched return type 'ThreadEngineStarter<void>'"/> | |
2437 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::createFunctor', unmatched return type 'QtConcurrent::SelectMemberFunctor0lt;T,Class>::type'"/> |
|
2476 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::createFunctor', unmatched return type 'QtConcurrent::SelectMemberFunctor0lt;T,Class>::type'"/> | |
2438 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::createFunctor', unmatched return type 'SelectFunctor0<T,T>::type'"/> |
|
2477 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::createFunctor', unmatched return type 'SelectFunctor0<T,T>::type'"/> | |
2439 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::mapped', unmatched parameter type 'Iterator'"/> |
|
2478 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::mapped', unmatched parameter type 'Iterator'"/> | |
2440 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::mapped', unmatched parameter type 'Sequence const&'"/> |
|
2479 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::mapped', unmatched parameter type 'Sequence const&'"/> | |
2441 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMap', unmatched parameter type 'Iterator'"/> |
|
2480 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMap', unmatched parameter type 'Iterator'"/> | |
2442 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMap', unmatched parameter type 'Sequence&'"/> |
|
2481 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMap', unmatched parameter type 'Sequence&'"/> | |
2443 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startMapped', unmatched return type 'QtConcurrent::ThreadEngineStarter<T>'"/> |
|
2482 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startMapped', unmatched return type 'QtConcurrent::ThreadEngineStarter<T>'"/> | |
2444 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startFilteredReduced', unmatched return type 'ThreadEngineStarter<ResultType>'"/> |
|
2483 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startFilteredReduced', unmatched return type 'ThreadEngineStarter<ResultType>'"/> | |
2445 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::run', unmatched parameter type 'Class const*'"/> |
|
2484 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::run', unmatched parameter type 'Class const*'"/> | |
2446 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::run', unmatched parameter type 'Class*'"/> |
|
2485 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::run', unmatched parameter type 'Class*'"/> | |
2447 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::run', unmatched parameter type 'Class const&'"/> |
|
2486 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::run', unmatched parameter type 'Class const&'"/> | |
2448 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::run', unmatched parameter type 'FunctionObject*'"/> |
|
2487 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::run', unmatched parameter type 'FunctionObject*'"/> | |
2449 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::run', unmatched parameter type 'FunctionObject'"/> |
|
2488 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::run', unmatched parameter type 'FunctionObject'"/> | |
2450 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::run', unmatched parameter type 'T'"/> |
|
2489 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::run', unmatched parameter type 'T'"/> | |
2451 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingFilter', unmatched parameter type 'Sequence&'"/> |
|
2490 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingFilter', unmatched parameter type 'Sequence&'"/> | |
2452 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::createFunctor', unmatched return type 'QtConcurrent::SelectMemberFunctor0<T,Class>::type'"/> |
|
2491 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::createFunctor', unmatched return type 'QtConcurrent::SelectMemberFunctor0<T,Class>::type'"/> | |
2453 |
|
2492 | |||
2454 | <suppress-warning text="WARNING(Parser) :: ** WARNING scope not found for function definition:QFuture<void>::operator= - definition *ignored*"/> |
|
2493 | <suppress-warning text="WARNING(Parser) :: ** WARNING scope not found for function definition:QFuture<void>::operator= - definition *ignored*"/> | |
2455 | <suppress-warning text="WARNING(Parser) :: ** WARNING scope not found for function definition:QFutureInterface<void>::future - definition *ignored*"/> |
|
2494 | <suppress-warning text="WARNING(Parser) :: ** WARNING scope not found for function definition:QFutureInterface<void>::future - definition *ignored*"/> | |
2456 | <suppress-warning text="WARNING(Parser) :: ** WARNING scope not found for function definition:QFutureWatcher<void>::setFuture - definition *ignored*"/> |
|
2495 | <suppress-warning text="WARNING(Parser) :: ** WARNING scope not found for function definition:QFutureWatcher<void>::setFuture - definition *ignored*"/> | |
2457 |
|
2496 | |||
2458 |
|
2497 | |||
2459 | </typesystem> |
|
2498 | </typesystem> |
@@ -1,5663 +1,5686 | |||||
1 | <?xml version="1.0"?> |
|
1 | <?xml version="1.0"?> | |
2 |
<typesystem package="com.trolltech.qt.gui"><rejection class="QAbstractTextDocumentLayout"/><rejection class="QColormap" |
|
2 | <typesystem package="com.trolltech.qt.gui"><rejection class="QAbstractTextDocumentLayout"/><rejection class="QColormap"/><rejection class="QIconEngineV2"/><rejection class="QInputMethodEvent"/><rejection class="QPainterPath::Element"/><rejection class="QTextBlock::iterator"/><rejection class="QTextEdit::ExtraSelection"/><rejection class="QTextFrame::iterator"/><rejection class="QTextLayout::FormatRange"/><rejection class="QTreeWidgetItemIterator"/><rejection class="QAccessibleFactoryInterface"/><rejection class="QIconEngineFactoryInterfaceV2"/><rejection class="QImageIOHandlerFactoryInterface"/><rejection class="QInputContextFactoryInterface"/><rejection class="QStyleFactoryInterface"/><rejection class="QPictureFormatInterface"/><suppress-warning text="WARNING(MetaJavaBuilder) :: Rejected enum has no alternative...: QPalette::NColorRoles"/><suppress-warning text="WARNING(MetaJavaBuilder) :: Cannot find enum constant for value 'DragMove' in 'QDragMoveEvent' or any of its super classes"/> | |
3 |
|
3 | |||
4 | <rejection class="*" function-name="d_func"/> |
|
4 | <rejection class="*" function-name="d_func"/> | |
5 |
|
5 | |||
6 | <rejection class="*" field-name="d_ptr"/> |
|
6 | <rejection class="*" field-name="d_ptr"/> | |
7 | <rejection class="*" field-name="d"/> |
|
7 | <rejection class="*" field-name="d"/> | |
8 |
|
8 | |||
|
9 | ||||
9 | <rejection class="QGenericMatrix"/> |
|
10 | <rejection class="QGenericMatrix"/> | |
10 | <rejection class="QPixmapFilterPrivate"/> |
|
11 | <rejection class="QPixmapFilterPrivate"/> | |
11 | <rejection class="QPenPrivate"/> |
|
12 | <rejection class="QPenPrivate"/> | |
12 | <rejection class="QGtkStyle"/> |
|
13 | <rejection class="QGtkStyle"/> | |
13 | <rejection class="QWindowsCEStyle"/> |
|
14 | <rejection class="QWindowsCEStyle"/> | |
14 | <rejection class="QWindowsMobileStyle"/> |
|
15 | <rejection class="QWindowsMobileStyle"/> | |
15 | <rejection class="QAbstractUndoItem"/> |
|
16 | <rejection class="QAbstractUndoItem"/> | |
16 | <rejection class="QAccessibleApplication"/> |
|
17 | <rejection class="QAccessibleApplication"/> | |
17 | <rejection class="QBrushData"/> |
|
18 | <rejection class="QBrushData"/> | |
18 | <rejection class="QImageTextKeyLang"/> |
|
19 | <rejection class="QImageTextKeyLang"/> | |
19 | <rejection class="QItemEditorCreator"/> |
|
20 | <rejection class="QItemEditorCreator"/> | |
20 | <rejection class="QLibrary"/> |
|
|||
21 | <rejection class="QLinkedList"/> |
|
21 | <rejection class="QLinkedList"/> | |
22 | <rejection class="QLinkedListData"/> |
|
22 | <rejection class="QLinkedListData"/> | |
23 | <rejection class="QLinkedListIterator"/> |
|
23 | <rejection class="QLinkedListIterator"/> | |
24 | <rejection class="QLinkedListNode"/> |
|
24 | <rejection class="QLinkedListNode"/> | |
25 | <rejection class="QMimeSource"/> |
|
25 | <rejection class="QMimeSource"/> | |
26 | <rejection class="QPainterPathPrivate"/> |
|
26 | <rejection class="QPainterPathPrivate"/> | |
27 | <rejection class="QRegionData"/> |
|
27 | <rejection class="QRegionData"/> | |
28 | <rejection class="QStandardItemEditorCreator"/> |
|
28 | <rejection class="QStandardItemEditorCreator"/> | |
29 | <rejection class="QStyleOptionQ3DockWindow"/> |
|
29 | <rejection class="QStyleOptionQ3DockWindow"/> | |
30 | <rejection class="QStyleOptionQ3ListView"/> |
|
30 | <rejection class="QStyleOptionQ3ListView"/> | |
31 | <rejection class="QStyleOptionQ3ListViewItem"/> |
|
31 | <rejection class="QStyleOptionQ3ListViewItem"/> | |
32 | <rejection class="QTextFrameLayoutData"/> |
|
32 | <rejection class="QTextFrameLayoutData"/> | |
33 | <rejection class="QUpdateLaterEvent"/> |
|
33 | <rejection class="QUpdateLaterEvent"/> | |
34 | <rejection class="QVFbHeader"/> |
|
34 | <rejection class="QVFbHeader"/> | |
35 | <rejection class="QWidgetData"/> |
|
35 | <rejection class="QWidgetData"/> | |
36 | <rejection class="QWindowSurface"/> |
|
36 | <rejection class="QWindowSurface"/> | |
37 | <rejection class="QWindowsXPStyle"/> |
|
37 | <rejection class="QWindowsXPStyle"/> | |
38 | <rejection class="QWindowsVistaStyle"/> |
|
38 | <rejection class="QWindowsVistaStyle"/> | |
39 | <rejection class="QWSEmbedWidget"/> |
|
39 | <rejection class="QWSEmbedWidget"/> | |
40 | <rejection class="QRegion::QRegionData"/> |
|
40 | <rejection class="QRegion::QRegionData"/> | |
41 | <rejection class="JObject_key"/> |
|
41 | <rejection class="JObject_key"/> | |
42 | <rejection class="QAccessibleEditableTextInterface"/> |
|
42 | <rejection class="QAccessibleEditableTextInterface"/> | |
43 | <rejection class="QAccessibleSimpleEditableTextInterface"/> |
|
43 | <rejection class="QAccessibleSimpleEditableTextInterface"/> | |
44 | <rejection class="QAccessibleTextInterface"/> |
|
44 | <rejection class="QAccessibleTextInterface"/> | |
45 | <rejection class="QAccessibleValueInterface"/> |
|
45 | <rejection class="QAccessibleValueInterface"/> | |
46 | <rejection class="QIconEngineFactoryInterface"/> |
|
46 | <rejection class="QIconEngineFactoryInterface"/> | |
47 | <rejection class="QIconEnginePlugin"/> |
|
47 | <rejection class="QIconEnginePlugin"/> | |
48 | <rejection class="QWidgetItemV2"/> |
|
48 | <rejection class="QWidgetItemV2"/> | |
49 | <rejection class="QAbstractItemDelegate" function-name="operator="/> |
|
49 | <rejection class="QAbstractItemDelegate" function-name="operator="/> | |
50 | <rejection class="QAccessible" function-name="installFactory"/> |
|
50 | <rejection class="QAccessible" function-name="installFactory"/> | |
51 | <rejection class="QAccessible" function-name="installRootObjectHandler"/> |
|
51 | <rejection class="QAccessible" function-name="installRootObjectHandler"/> | |
52 | <rejection class="QAccessible" function-name="installUpdateHandler"/> |
|
52 | <rejection class="QAccessible" function-name="installUpdateHandler"/> | |
53 | <rejection class="QAccessible" function-name="removeFactory"/> |
|
53 | <rejection class="QAccessible" function-name="removeFactory"/> | |
54 | <rejection class="QApplication" function-name="compressEvent"/> |
|
54 | <rejection class="QApplication" function-name="compressEvent"/> | |
55 | <rejection class="QBrush" function-name="cleanUp"/> |
|
55 | <rejection class="QBrush" function-name="cleanUp"/> | |
56 | <rejection class="QPictureIO" function-name="defineIOHandler"/> |
|
56 | <rejection class="QPictureIO" function-name="defineIOHandler"/> | |
57 | <rejection class="QPolygon" function-name="putPoints"/> |
|
57 | <rejection class="QPolygon" function-name="putPoints"/> | |
58 | <rejection class="QPolygon" function-name="setPoints"/> |
|
58 | <rejection class="QPolygon" function-name="setPoints"/> | |
59 | <rejection class="QPolygon" function-name="setPoint"/> |
|
59 | <rejection class="QPolygon" function-name="setPoint"/> | |
60 | <rejection class="QPolygon" function-name="points"/> |
|
60 | <rejection class="QPolygon" function-name="points"/> | |
61 | <rejection class="QPolygon" function-name="point"/> |
|
61 | <rejection class="QPolygon" function-name="point"/> | |
62 | <rejection class="QPrinter" function-name="printerSelectionOption"/> |
|
62 | <rejection class="QPrinter" function-name="printerSelectionOption"/> | |
63 | <rejection class="QPrinter" function-name="setPrinterSelectionOption"/> |
|
63 | <rejection class="QPrinter" function-name="setPrinterSelectionOption"/> | |
64 | <rejection class="QWidget" function-name="create"/> |
|
64 | <rejection class="QWidget" function-name="create"/> | |
65 | <rejection class="QWidget" function-name="find"/> |
|
65 | <rejection class="QWidget" function-name="find"/> | |
66 | <rejection class="QWidget" function-name="handle"/> |
|
66 | <rejection class="QWidget" function-name="handle"/> | |
67 | <rejection class="QWidget" function-name="styleChange"/> |
|
67 | <rejection class="QWidget" function-name="styleChange"/> | |
68 | <rejection class="QWidget" function-name="internalWinId"/> |
|
68 | <rejection class="QWidget" function-name="internalWinId"/> | |
69 | <rejection class="QActionGroup" function-name="selected"/> |
|
69 | <rejection class="QActionGroup" function-name="selected"/> | |
70 | <rejection class="QPaintEngine" function-name="fix_neg_rect"/> |
|
70 | <rejection class="QPaintEngine" function-name="fix_neg_rect"/> | |
71 | <rejection class="QTreeModel" function-name="node"/> |
|
71 | <rejection class="QTreeModel" function-name="node"/> | |
72 | <rejection class="QTreeModel" function-name="initializeNode"/> |
|
72 | <rejection class="QTreeModel" function-name="initializeNode"/> | |
73 | <rejection class="QTreeModel" function-name="queryChildren"/> |
|
73 | <rejection class="QTreeModel" function-name="queryChildren"/> | |
74 | <rejection class="QTextObjectInterface"/> |
|
74 | <rejection class="QTextObjectInterface"/> | |
75 | <rejection class="QAccessible" function-name="cast_helper"/> |
|
75 | <rejection class="QAccessible" function-name="cast_helper"/> | |
76 | <rejection class="QAccessible2"/> |
|
76 | <rejection class="QAccessible2"/> | |
77 | <rejection class="QAccessibleInterface" function-name="backgroundColor"/> |
|
77 | <rejection class="QAccessibleInterface" function-name="backgroundColor"/> | |
78 | <rejection class="QAccessibleInterface" function-name="foregroundColor"/> |
|
78 | <rejection class="QAccessibleInterface" function-name="foregroundColor"/> | |
79 | <rejection class="QAccessibleInterface" function-name="textInterface"/> |
|
79 | <rejection class="QAccessibleInterface" function-name="textInterface"/> | |
80 | <rejection class="QAccessibleInterface" function-name="valueInterface"/> |
|
80 | <rejection class="QAccessibleInterface" function-name="valueInterface"/> | |
81 | <rejection class="QAccessibleInterface" function-name="tableInterface"/> |
|
81 | <rejection class="QAccessibleInterface" function-name="tableInterface"/> | |
82 | <rejection class="QAccessibleInterface" function-name="editableTextInterface"/> |
|
82 | <rejection class="QAccessibleInterface" function-name="editableTextInterface"/> | |
83 | <rejection class="QAccessibleInterface" function-name="cast_helper"/> |
|
83 | <rejection class="QAccessibleInterface" function-name="cast_helper"/> | |
84 | <rejection class="QAccessibleInterfaceEx" function-name="interface_cast"/> |
|
84 | <rejection class="QAccessibleInterfaceEx" function-name="interface_cast"/> | |
85 | <rejection class="QAccessibleBridgePlugin"/> |
|
85 | <rejection class="QAccessibleBridgePlugin"/> | |
86 | <rejection class="QAccessibleBridgeFactoryInterface"/> |
|
86 | <rejection class="QAccessibleBridgeFactoryInterface"/> | |
87 | <rejection class="QTabletEvent" field-name="mExtra"/> |
|
87 | <rejection class="QTabletEvent" field-name="mExtra"/> | |
88 | <rejection class="QWidgetItem" field-name="wid"/> |
|
88 | <rejection class="QWidgetItem" field-name="wid"/> | |
89 | <rejection class="QFont" enum-name="ResolveProperties"/> |
|
89 | <rejection class="QFont" enum-name="ResolveProperties"/> | |
90 | <rejection class="QGradient" enum-name="InterpolationMode"/> |
|
90 | <rejection class="QGradient" enum-name="InterpolationMode"/> | |
91 | <rejection class="QIconEngineV2::AvailableSizesArgument"/> |
|
91 | <rejection class="QIconEngineV2::AvailableSizesArgument"/> | |
92 | <rejection class="QIconEngineV2" enum-name="IconEngineHook"/> |
|
92 | <rejection class="QIconEngineV2" enum-name="IconEngineHook"/> | |
93 | <rejection class="QGradient" enum-name="InterpolationMode"/> |
|
93 | <rejection class="QGradient" enum-name="InterpolationMode"/> | |
94 | <rejection class="QGradient" function-name="setInterpolationMode"/> |
|
94 | <rejection class="QGradient" function-name="setInterpolationMode"/> | |
95 | <rejection class="QGradient" function-name="interpolationMode"/> |
|
95 | <rejection class="QGradient" function-name="interpolationMode"/> | |
96 | <rejection class="QAbstractTextDocumentLayout" function-name="handlerForObject"/> |
|
96 | <rejection class="QAbstractTextDocumentLayout" function-name="handlerForObject"/> | |
97 |
|
97 | |||
98 |
|
98 | <enum-type name="QStaticText::PerformanceHint"/> | ||
|
99 | <enum-type name="QTextBlockFormat::LineHeightTypes"/> | |||
|
100 | <enum-type name="QStyleOptionTabWidgetFrameV2::StyleOptionVersion"/> | |||
99 | <enum-type name="QStyleOptionTabBarBaseV2::StyleOptionVersion"/> |
|
101 | <enum-type name="QStyleOptionTabBarBaseV2::StyleOptionVersion"/> | |
100 | <enum-type name="QTabBar::SelectionBehavior"/> |
|
102 | <enum-type name="QTabBar::SelectionBehavior"/> | |
101 | <enum-type name="QTabBar::ButtonPosition"/> |
|
103 | <enum-type name="QTabBar::ButtonPosition"/> | |
102 | <enum-type name="QInputDialog::InputMode"/> |
|
104 | <enum-type name="QInputDialog::InputMode"/> | |
103 | <enum-type name="QInputDialog::InputDialogOption" flags="QInputDialog::InputDialogOptions"/> |
|
105 | <enum-type name="QInputDialog::InputDialogOption" flags="QInputDialog::InputDialogOptions"/> | |
104 | <enum-type name="QFontDialog::FontDialogOption" flags="QFontDialog::FontDialogOptions"/> |
|
106 | <enum-type name="QFontDialog::FontDialogOption" flags="QFontDialog::FontDialogOptions"/> | |
105 | <enum-type name="QColorDialog::ColorDialogOption" flags="QColorDialog::ColorDialogOptions"/> |
|
107 | <enum-type name="QColorDialog::ColorDialogOption" flags="QColorDialog::ColorDialogOptions"/> | |
106 | <enum-type name="QAbstractItemDelegate::EndEditHint"/> |
|
108 | <enum-type name="QAbstractItemDelegate::EndEditHint"/> | |
107 | <enum-type name="QAbstractItemView::CursorAction"/> |
|
109 | <enum-type name="QAbstractItemView::CursorAction"/> | |
108 | <enum-type name="QAbstractItemView::DragDropMode"/> |
|
110 | <enum-type name="QAbstractItemView::DragDropMode"/> | |
109 | <enum-type name="QAbstractItemView::DropIndicatorPosition"/> |
|
111 | <enum-type name="QAbstractItemView::DropIndicatorPosition"/> | |
110 | <enum-type name="QAbstractItemView::EditTrigger" flags="QAbstractItemView::EditTriggers"/> |
|
112 | <enum-type name="QAbstractItemView::EditTrigger" flags="QAbstractItemView::EditTriggers"/> | |
111 | <enum-type name="QAbstractItemView::ScrollHint"/> |
|
113 | <enum-type name="QAbstractItemView::ScrollHint"/> | |
112 | <enum-type name="QAbstractItemView::ScrollMode"/> |
|
114 | <enum-type name="QAbstractItemView::ScrollMode"/> | |
113 | <enum-type name="QAbstractItemView::SelectionBehavior"/> |
|
115 | <enum-type name="QAbstractItemView::SelectionBehavior"/> | |
114 | <enum-type name="QAbstractItemView::SelectionMode"/> |
|
116 | <enum-type name="QAbstractItemView::SelectionMode"/> | |
115 | <enum-type name="QAbstractItemView::State"/> |
|
117 | <enum-type name="QAbstractItemView::State"/> | |
116 | <enum-type name="QAbstractPrintDialog::PrintDialogOption" flags="QAbstractPrintDialog::PrintDialogOptions"/> |
|
118 | <enum-type name="QAbstractPrintDialog::PrintDialogOption" flags="QAbstractPrintDialog::PrintDialogOptions"/> | |
117 | <enum-type name="QAbstractPrintDialog::PrintRange"/> |
|
119 | <enum-type name="QAbstractPrintDialog::PrintRange"/> | |
118 | <enum-type name="QAbstractSlider::SliderAction"/> |
|
120 | <enum-type name="QAbstractSlider::SliderAction"/> | |
119 | <enum-type name="QAbstractSlider::SliderChange"/> |
|
121 | <enum-type name="QAbstractSlider::SliderChange"/> | |
120 | <enum-type name="QAbstractSpinBox::ButtonSymbols"/> |
|
122 | <enum-type name="QAbstractSpinBox::ButtonSymbols"/> | |
121 | <enum-type name="QAbstractSpinBox::CorrectionMode"/> |
|
123 | <enum-type name="QAbstractSpinBox::CorrectionMode"/> | |
122 | <enum-type name="QAbstractSpinBox::StepEnabledFlag" flags="QAbstractSpinBox::StepEnabled"/> |
|
124 | <enum-type name="QAbstractSpinBox::StepEnabledFlag" flags="QAbstractSpinBox::StepEnabled"/> | |
123 | <enum-type name="QAccessible::Event"/> |
|
125 | <enum-type name="QAccessible::Event"/> | |
124 | <enum-type name="QAccessible::Method"/> |
|
126 | <enum-type name="QAccessible::Method"/> | |
125 | <enum-type name="QAccessible::RelationFlag" flags="QAccessible::Relation"/> |
|
127 | <enum-type name="QAccessible::RelationFlag" flags="QAccessible::Relation"/> | |
126 | <enum-type name="QAccessible::Role"/> |
|
128 | <enum-type name="QAccessible::Role"/> | |
127 | <enum-type name="QAccessible::StateFlag" flags="QAccessible::State"/> |
|
129 | <enum-type name="QAccessible::StateFlag" flags="QAccessible::State"/> | |
128 | <enum-type name="QAccessible::Text"/> |
|
130 | <enum-type name="QAccessible::Text"/> | |
129 | <enum-type name="QDesktopServices::StandardLocation"/> |
|
131 | <enum-type name="QDesktopServices::StandardLocation"/> | |
130 | <enum-type name="QDirModel::Roles"/> |
|
132 | <enum-type name="QDirModel::Roles"/> | |
131 | <enum-type name="QFont::Capitalization"/> |
|
133 | <enum-type name="QFont::Capitalization"/> | |
132 | <enum-type name="QFont::SpacingType"/> |
|
134 | <enum-type name="QFont::SpacingType"/> | |
133 | <enum-type name="QGraphicsItem::CacheMode"/> |
|
135 | <enum-type name="QGraphicsItem::CacheMode"/> | |
134 | <enum-type name="QMdiArea::AreaOption" flags="QMdiArea::AreaOptions"/> |
|
136 | <enum-type name="QMdiArea::AreaOption" flags="QMdiArea::AreaOptions"/> | |
135 | <enum-type name="QMdiArea::WindowOrder"/> |
|
137 | <enum-type name="QMdiArea::WindowOrder"/> | |
136 | <enum-type name="QMdiArea::ViewMode"/> |
|
138 | <enum-type name="QMdiArea::ViewMode"/> | |
137 | <enum-type name="QFileSystemModel::Roles"/> |
|
139 | <enum-type name="QFileSystemModel::Roles"/> | |
138 | <enum-type name="QFormLayout::FieldGrowthPolicy"/> |
|
140 | <enum-type name="QFormLayout::FieldGrowthPolicy"/> | |
139 | <enum-type name="QFormLayout::FormStyle"/> |
|
141 | <enum-type name="QFormLayout::FormStyle"/> | |
140 | <enum-type name="QFormLayout::ItemRole"/> |
|
142 | <enum-type name="QFormLayout::ItemRole"/> | |
141 | <enum-type name="QFormLayout::RowWrapPolicy"/> |
|
143 | <enum-type name="QFormLayout::RowWrapPolicy"/> | |
142 | <enum-type name="QGraphicsProxyWidget::enum_1"/> |
|
144 | <enum-type name="QGraphicsProxyWidget::enum_1"/> | |
143 | <enum-type name="QGraphicsWidget::enum_1"/> |
|
145 | <enum-type name="QGraphicsWidget::enum_1"/> | |
144 | <enum-type name="QPlainTextEdit::LineWrapMode"/> |
|
146 | <enum-type name="QPlainTextEdit::LineWrapMode"/> | |
145 | <enum-type name="QPrintPreviewWidget::ViewMode"/> |
|
147 | <enum-type name="QPrintPreviewWidget::ViewMode"/> | |
146 | <enum-type name="QPrintPreviewWidget::ZoomMode"/> |
|
148 | <enum-type name="QPrintPreviewWidget::ZoomMode"/> | |
147 | <enum-type name="QStyleOptionTabV3::StyleOptionVersion"/> |
|
149 | <enum-type name="QStyleOptionTabV3::StyleOptionVersion"/> | |
148 | <enum-type name="QStyleOptionFrameV3::StyleOptionVersion"/> |
|
150 | <enum-type name="QStyleOptionFrameV3::StyleOptionVersion"/> | |
149 | <enum-type name="QStyleOptionViewItemV4::StyleOptionVersion"/> |
|
151 | <enum-type name="QStyleOptionViewItemV4::StyleOptionVersion"/> | |
150 | <enum-type name="QStyleOptionViewItemV4::ViewItemPosition"/> |
|
152 | <enum-type name="QStyleOptionViewItemV4::ViewItemPosition"/> | |
151 |
|
153 | |||
152 | <enum-type name="QMdiSubWindow::SubWindowOption" flags="QMdiSubWindow::SubWindowOptions"/> |
|
154 | <enum-type name="QMdiSubWindow::SubWindowOption" flags="QMdiSubWindow::SubWindowOptions"/> | |
153 |
|
155 | |||
154 | <enum-type name="QAction::ActionEvent"/> |
|
156 | <enum-type name="QAction::ActionEvent"/> | |
155 | <enum-type name="QAction::MenuRole"/> |
|
157 | <enum-type name="QAction::MenuRole"/> | |
156 | <enum-type name="QApplication::ColorSpec"/> |
|
158 | <enum-type name="QApplication::ColorSpec"/> | |
157 | <enum-type name="QApplication::Type"/> |
|
159 | <enum-type name="QApplication::Type"/> | |
158 | <enum-type name="QCalendarWidget::HorizontalHeaderFormat"/> |
|
160 | <enum-type name="QCalendarWidget::HorizontalHeaderFormat"/> | |
159 | <enum-type name="QCalendarWidget::SelectionMode"/> |
|
161 | <enum-type name="QCalendarWidget::SelectionMode"/> | |
160 | <enum-type name="QCalendarWidget::VerticalHeaderFormat"/> |
|
162 | <enum-type name="QCalendarWidget::VerticalHeaderFormat"/> | |
161 | <enum-type name="QColor::Spec"/> |
|
163 | <enum-type name="QColor::Spec"/> | |
162 | <enum-type name="QColormap::Mode"/> |
|
164 | <enum-type name="QColormap::Mode"/> | |
163 | <enum-type name="QComboBox::InsertPolicy"/> |
|
165 | <enum-type name="QComboBox::InsertPolicy"/> | |
164 | <enum-type name="QComboBox::SizeAdjustPolicy"/> |
|
166 | <enum-type name="QComboBox::SizeAdjustPolicy"/> | |
165 | <enum-type name="QCompleter::CompletionMode"/> |
|
167 | <enum-type name="QCompleter::CompletionMode"/> | |
166 | <enum-type name="QCompleter::ModelSorting"/> |
|
168 | <enum-type name="QCompleter::ModelSorting"/> | |
167 | <enum-type name="QContextMenuEvent::Reason"/> |
|
169 | <enum-type name="QContextMenuEvent::Reason"/> | |
168 | <enum-type name="QDataWidgetMapper::SubmitPolicy"/> |
|
170 | <enum-type name="QDataWidgetMapper::SubmitPolicy"/> | |
169 | <enum-type name="QDateTimeEdit::Section" flags="QDateTimeEdit::Sections"/> |
|
171 | <enum-type name="QDateTimeEdit::Section" flags="QDateTimeEdit::Sections"/> | |
170 | <enum-type name="QDialog::DialogCode"/> |
|
172 | <enum-type name="QDialog::DialogCode"/> | |
171 | <enum-type name="QDialogButtonBox::ButtonLayout"/> |
|
173 | <enum-type name="QDialogButtonBox::ButtonLayout"/> | |
172 | <enum-type name="QDialogButtonBox::ButtonRole"/> |
|
174 | <enum-type name="QDialogButtonBox::ButtonRole"/> | |
173 | <enum-type name="QFileDialog::AcceptMode"/> |
|
175 | <enum-type name="QFileDialog::AcceptMode"/> | |
174 | <enum-type name="QFileDialog::DialogLabel"/> |
|
176 | <enum-type name="QFileDialog::DialogLabel"/> | |
175 | <enum-type name="QFileDialog::FileMode"/> |
|
177 | <enum-type name="QFileDialog::FileMode"/> | |
176 | <enum-type name="QFileDialog::Option" flags="QFileDialog::Options"/> |
|
178 | <enum-type name="QFileDialog::Option" flags="QFileDialog::Options"/> | |
177 | <enum-type name="QFileDialog::ViewMode"/> |
|
179 | <enum-type name="QFileDialog::ViewMode"/> | |
178 | <enum-type name="QFileIconProvider::IconType"/> |
|
180 | <enum-type name="QFileIconProvider::IconType"/> | |
179 | <enum-type name="QFont::Stretch"/> |
|
181 | <enum-type name="QFont::Stretch"/> | |
180 | <enum-type name="QFont::Style"/> |
|
182 | <enum-type name="QFont::Style"/> | |
181 | <enum-type name="QFont::StyleStrategy"/> |
|
183 | <enum-type name="QFont::StyleStrategy"/> | |
182 | <enum-type name="QFont::Weight"/> |
|
184 | <enum-type name="QFont::Weight"/> | |
183 | <enum-type name="QFontComboBox::FontFilter" flags="QFontComboBox::FontFilters"/> |
|
185 | <enum-type name="QFontComboBox::FontFilter" flags="QFontComboBox::FontFilters"/> | |
184 | <enum-type name="QFrame::Shadow" extensible="yes"/> |
|
186 | <enum-type name="QFrame::Shadow" extensible="yes"/> | |
185 | <enum-type name="QFrame::Shape"/> |
|
187 | <enum-type name="QFrame::Shape"/> | |
186 | <enum-type name="QFrame::StyleMask"/> |
|
188 | <enum-type name="QFrame::StyleMask"/> | |
187 | <enum-type name="QGradient::CoordinateMode"/> |
|
189 | <enum-type name="QGradient::CoordinateMode"/> | |
188 | <enum-type name="QGradient::Spread" lower-bound="QGradient.PadSpread" upper-bound="QGradient.RepeatSpread"/> |
|
190 | <enum-type name="QGradient::Spread" lower-bound="QGradient.PadSpread" upper-bound="QGradient.RepeatSpread"/> | |
189 | <enum-type name="QGradient::Type"/> |
|
191 | <enum-type name="QGradient::Type"/> | |
190 | <enum-type name="QGraphicsEllipseItem::enum_1"/> |
|
192 | <enum-type name="QGraphicsEllipseItem::enum_1"/> | |
191 | <enum-type name="QGraphicsItem::Extension"/> |
|
193 | <enum-type name="QGraphicsItem::Extension"/> | |
192 | <enum-type name="QGraphicsItem::GraphicsItemChange"/> |
|
194 | <enum-type name="QGraphicsItem::GraphicsItemChange"/> | |
193 | <enum-type name="QGraphicsItem::GraphicsItemFlag" flags="QGraphicsItem::GraphicsItemFlags"/> |
|
195 | <enum-type name="QGraphicsItem::GraphicsItemFlag" flags="QGraphicsItem::GraphicsItemFlags"/> | |
194 | <enum-type name="QGraphicsItem::enum_1"/> |
|
196 | <enum-type name="QGraphicsItem::enum_1"/> | |
195 | <enum-type name="QGraphicsItemGroup::enum_1"/> |
|
197 | <enum-type name="QGraphicsItemGroup::enum_1"/> | |
196 | <enum-type name="QGraphicsLineItem::enum_1"/> |
|
198 | <enum-type name="QGraphicsLineItem::enum_1"/> | |
197 | <enum-type name="QGraphicsPathItem::enum_1"/> |
|
199 | <enum-type name="QGraphicsPathItem::enum_1"/> | |
198 | <enum-type name="QGraphicsPixmapItem::ShapeMode"/> |
|
200 | <enum-type name="QGraphicsPixmapItem::ShapeMode"/> | |
199 | <enum-type name="QGraphicsPixmapItem::enum_1"/> |
|
201 | <enum-type name="QGraphicsPixmapItem::enum_1"/> | |
200 | <enum-type name="QGraphicsPolygonItem::enum_1"/> |
|
202 | <enum-type name="QGraphicsPolygonItem::enum_1"/> | |
201 | <enum-type name="QGraphicsRectItem::enum_1"/> |
|
203 | <enum-type name="QGraphicsRectItem::enum_1"/> | |
202 | <enum-type name="QGraphicsScene::ItemIndexMethod"/> |
|
204 | <enum-type name="QGraphicsScene::ItemIndexMethod"/> | |
203 | <enum-type name="QGraphicsSceneContextMenuEvent::Reason"/> |
|
205 | <enum-type name="QGraphicsSceneContextMenuEvent::Reason"/> | |
204 | <enum-type name="QGraphicsSimpleTextItem::enum_1"/> |
|
206 | <enum-type name="QGraphicsSimpleTextItem::enum_1"/> | |
205 | <enum-type name="QGraphicsTextItem::enum_1"/> |
|
207 | <enum-type name="QGraphicsTextItem::enum_1"/> | |
206 | <enum-type name="QGraphicsView::CacheModeFlag" flags="QGraphicsView::CacheMode"/> |
|
208 | <enum-type name="QGraphicsView::CacheModeFlag" flags="QGraphicsView::CacheMode"/> | |
207 | <enum-type name="QGraphicsView::DragMode"/> |
|
209 | <enum-type name="QGraphicsView::DragMode"/> | |
208 | <enum-type name="QGraphicsView::OptimizationFlag" flags="QGraphicsView::OptimizationFlags"/> |
|
210 | <enum-type name="QGraphicsView::OptimizationFlag" flags="QGraphicsView::OptimizationFlags"/> | |
209 | <enum-type name="QGraphicsView::ViewportAnchor"/> |
|
211 | <enum-type name="QGraphicsView::ViewportAnchor"/> | |
210 | <enum-type name="QGraphicsView::ViewportUpdateMode"/> |
|
212 | <enum-type name="QGraphicsView::ViewportUpdateMode"/> | |
211 | <enum-type name="QIcon::Mode"/> |
|
213 | <enum-type name="QIcon::Mode"/> | |
212 | <enum-type name="QIcon::State"/> |
|
214 | <enum-type name="QIcon::State"/> | |
213 | <enum-type name="QImage::Format"/> |
|
215 | <enum-type name="QImage::Format"/> | |
214 | <enum-type name="QImage::InvertMode"/> |
|
216 | <enum-type name="QImage::InvertMode"/> | |
215 | <enum-type name="QImageIOHandler::ImageOption"/> |
|
217 | <enum-type name="QImageIOHandler::ImageOption"/> | |
216 | <enum-type name="QImageReader::ImageReaderError"/> |
|
218 | <enum-type name="QImageReader::ImageReaderError"/> | |
217 | <enum-type name="QImageWriter::ImageWriterError"/> |
|
219 | <enum-type name="QImageWriter::ImageWriterError"/> | |
218 | <enum-type name="QInputContext::StandardFormat"/> |
|
220 | <enum-type name="QInputContext::StandardFormat"/> | |
219 | <enum-type name="QInputMethodEvent::AttributeType"/> |
|
221 | <enum-type name="QInputMethodEvent::AttributeType"/> | |
220 | <enum-type name="QItemSelectionModel::SelectionFlag" flags="QItemSelectionModel::SelectionFlags"/> |
|
222 | <enum-type name="QItemSelectionModel::SelectionFlag" flags="QItemSelectionModel::SelectionFlags"/> | |
221 | <enum-type name="QKeySequence::SequenceFormat"/> |
|
223 | <enum-type name="QKeySequence::SequenceFormat"/> | |
222 | <enum-type name="QKeySequence::SequenceMatch"/> |
|
224 | <enum-type name="QKeySequence::SequenceMatch"/> | |
223 | <enum-type name="QKeySequence::StandardKey"/> |
|
225 | <enum-type name="QKeySequence::StandardKey"/> | |
224 | <enum-type name="QLCDNumber::Mode"/> |
|
226 | <enum-type name="QLCDNumber::Mode"/> | |
225 | <enum-type name="QLCDNumber::SegmentStyle"/> |
|
227 | <enum-type name="QLCDNumber::SegmentStyle"/> | |
226 | <enum-type name="QLayout::SizeConstraint"/> |
|
228 | <enum-type name="QLayout::SizeConstraint"/> | |
227 | <enum-type name="QLineEdit::EchoMode"/> |
|
229 | <enum-type name="QLineEdit::EchoMode"/> | |
228 | <enum-type name="QListView::Flow"/> |
|
230 | <enum-type name="QListView::Flow"/> | |
229 | <enum-type name="QListView::LayoutMode"/> |
|
231 | <enum-type name="QListView::LayoutMode"/> | |
230 | <enum-type name="QListView::Movement"/> |
|
232 | <enum-type name="QListView::Movement"/> | |
231 | <enum-type name="QListView::ResizeMode"/> |
|
233 | <enum-type name="QListView::ResizeMode"/> | |
232 | <enum-type name="QListView::ViewMode"/> |
|
234 | <enum-type name="QListView::ViewMode"/> | |
233 | <enum-type name="QListWidgetItem::ItemType"/> |
|
235 | <enum-type name="QListWidgetItem::ItemType"/> | |
234 | <enum-type name="QMainWindow::DockOption" flags="QMainWindow::DockOptions"/> |
|
236 | <enum-type name="QMainWindow::DockOption" flags="QMainWindow::DockOptions"/> | |
235 | <enum-type name="QMessageBox::ButtonRole"/> |
|
237 | <enum-type name="QMessageBox::ButtonRole"/> | |
236 | <enum-type name="QMessageBox::Icon"/> |
|
238 | <enum-type name="QMessageBox::Icon"/> | |
237 | <enum-type name="QMovie::CacheMode"/> |
|
239 | <enum-type name="QMovie::CacheMode"/> | |
238 | <enum-type name="QMovie::MovieState"/> |
|
240 | <enum-type name="QMovie::MovieState"/> | |
239 | <enum-type name="QPaintDevice::PaintDeviceMetric"/> |
|
241 | <enum-type name="QPaintDevice::PaintDeviceMetric"/> | |
240 | <enum-type name="QPaintEngine::DirtyFlag" flags="QPaintEngine::DirtyFlags"/> |
|
242 | <enum-type name="QPaintEngine::DirtyFlag" flags="QPaintEngine::DirtyFlags"/> | |
241 | <enum-type name="QPaintEngine::PaintEngineFeature" flags="QPaintEngine::PaintEngineFeatures"/> |
|
243 | <enum-type name="QPaintEngine::PaintEngineFeature" flags="QPaintEngine::PaintEngineFeatures"/> | |
242 | <enum-type name="QPaintEngine::PolygonDrawMode"/> |
|
244 | <enum-type name="QPaintEngine::PolygonDrawMode"/> | |
243 | <enum-type name="QPaintEngine::Type"/> |
|
245 | <enum-type name="QPaintEngine::Type"/> | |
244 | <enum-type name="QPageSetupDialog::PageSetupDialogOption" flags="QPageSetupDialog::PageSetupDialogOptions"/> |
|
246 | <enum-type name="QPageSetupDialog::PageSetupDialogOption" flags="QPageSetupDialog::PageSetupDialogOptions"/> | |
245 | <enum-type name="QPainter::CompositionMode"/> |
|
247 | <enum-type name="QPainter::CompositionMode"/> | |
246 | <enum-type name="QPainter::RenderHint" flags="QPainter::RenderHints"/> |
|
248 | <enum-type name="QPainter::RenderHint" flags="QPainter::RenderHints"/> | |
247 | <enum-type name="QPainterPath::ElementType"/> |
|
249 | <enum-type name="QPainterPath::ElementType"/> | |
248 | <enum-type name="QPrintEngine::PrintEnginePropertyKey"> |
|
250 | <enum-type name="QPrintEngine::PrintEnginePropertyKey"> | |
249 | <reject-enum-value name="PPK_PaperSize"/> |
|
251 | <reject-enum-value name="PPK_PaperSize"/> | |
250 | </enum-type> |
|
252 | </enum-type> | |
251 | <enum-type name="QPrinter::ColorMode"/> |
|
253 | <enum-type name="QPrinter::ColorMode"/> | |
252 | <enum-type name="QPrinter::Orientation"/> |
|
254 | <enum-type name="QPrinter::Orientation"/> | |
253 | <enum-type name="QPrinter::OutputFormat"/> |
|
255 | <enum-type name="QPrinter::OutputFormat"/> | |
254 | <enum-type name="QPrinter::PageOrder"/> |
|
256 | <enum-type name="QPrinter::PageOrder"/> | |
255 | <enum-type name="QPrinter::PaperSource"/> |
|
257 | <enum-type name="QPrinter::PaperSource"/> | |
256 | <enum-type name="QPrinter::PrintRange"/> |
|
258 | <enum-type name="QPrinter::PrintRange"/> | |
257 | <enum-type name="QPrinter::PrinterMode"/> |
|
259 | <enum-type name="QPrinter::PrinterMode"/> | |
258 | <enum-type name="QPrinter::PrinterState"/> |
|
260 | <enum-type name="QPrinter::PrinterState"/> | |
259 | <enum-type name="QPrinter::Unit"/> |
|
261 | <enum-type name="QPrinter::Unit"/> | |
260 | <enum-type name="QPrinter::DuplexMode"/> |
|
262 | <enum-type name="QPrinter::DuplexMode"/> | |
261 | <enum-type name="QProgressBar::Direction"/> |
|
263 | <enum-type name="QProgressBar::Direction"/> | |
262 | <enum-type name="QRegion::RegionType"/> |
|
264 | <enum-type name="QRegion::RegionType"/> | |
263 | <enum-type name="QRubberBand::Shape"/> |
|
265 | <enum-type name="QRubberBand::Shape"/> | |
264 | <enum-type name="QSessionManager::RestartHint"/> |
|
266 | <enum-type name="QSessionManager::RestartHint"/> | |
265 | <enum-type name="QSizePolicy::Policy"/> |
|
267 | <enum-type name="QSizePolicy::Policy"/> | |
266 | <enum-type name="QSizePolicy::PolicyFlag"/> |
|
268 | <enum-type name="QSizePolicy::PolicyFlag"/> | |
267 | <enum-type name="QSizePolicy::ControlType" flags="QSizePolicy::ControlTypes"/> |
|
269 | <enum-type name="QSizePolicy::ControlType" flags="QSizePolicy::ControlTypes"/> | |
268 | <enum-type name="QStandardItem::ItemType"/> |
|
270 | <enum-type name="QStandardItem::ItemType"/> | |
269 | <enum-type name="QStyle::SubControl" flags="QStyle::SubControls" extensible="yes" force-integer="yes"/> |
|
271 | <enum-type name="QStyle::SubControl" flags="QStyle::SubControls" extensible="yes" force-integer="yes"/> | |
270 | <enum-type name="QStyle::ComplexControl" extensible="yes"/> |
|
272 | <enum-type name="QStyle::ComplexControl" extensible="yes"/> | |
271 | <enum-type name="QStyle::ContentsType" extensible="yes"/> |
|
273 | <enum-type name="QStyle::ContentsType" extensible="yes"/> | |
272 | <enum-type name="QStyle::ControlElement" extensible="yes"/> |
|
274 | <enum-type name="QStyle::ControlElement" extensible="yes"/> | |
273 | <enum-type name="QStyle::PixelMetric" extensible="yes"> |
|
275 | <enum-type name="QStyle::PixelMetric" extensible="yes"> | |
274 | <reject-enum-value name="PM_MDIFrameWidth"/> |
|
276 | <reject-enum-value name="PM_MDIFrameWidth"/> | |
275 | <reject-enum-value name="PM_MDIMinimizedWidth"/> |
|
277 | <reject-enum-value name="PM_MDIMinimizedWidth"/> | |
276 | </enum-type> |
|
278 | </enum-type> | |
277 | <enum-type name="QStyle::PrimitiveElement" extensible="yes"> |
|
279 | <enum-type name="QStyle::PrimitiveElement" extensible="yes"> | |
278 | <reject-enum-value name="PE_IndicatorItemViewItemCheck"/> |
|
280 | <reject-enum-value name="PE_IndicatorItemViewItemCheck"/> | |
279 | <reject-enum-value name="PE_FrameStatusBarItem"/> |
|
281 | <reject-enum-value name="PE_FrameStatusBarItem"/> | |
280 | </enum-type> |
|
282 | </enum-type> | |
281 | <enum-type name="QStyle::StandardPixmap" extensible="yes"/> |
|
283 | <enum-type name="QStyle::StandardPixmap" extensible="yes"/> | |
282 | <enum-type name="QStyle::StateFlag" flags="QStyle::State"/> |
|
284 | <enum-type name="QStyle::StateFlag" flags="QStyle::State"/> | |
283 | <enum-type name="QStyle::SubElement" extensible="yes"> |
|
285 | <enum-type name="QStyle::SubElement" extensible="yes"> | |
284 | <reject-enum-value name="SE_ItemViewItemCheckIndicator"/> |
|
286 | <reject-enum-value name="SE_ItemViewItemCheckIndicator"/> | |
285 | </enum-type> |
|
287 | </enum-type> | |
286 | <enum-type name="QStyleHintReturn::HintReturnType"/> |
|
288 | <enum-type name="QStyleHintReturn::HintReturnType"/> | |
287 | <enum-type name="QStyleHintReturn::StyleOptionType"/> |
|
289 | <enum-type name="QStyleHintReturn::StyleOptionType"/> | |
288 | <enum-type name="QStyleHintReturn::StyleOptionVersion"/> |
|
290 | <enum-type name="QStyleHintReturn::StyleOptionVersion"/> | |
289 | <enum-type name="QStyleHintReturnVariant::StyleOptionType"/> |
|
291 | <enum-type name="QStyleHintReturnVariant::StyleOptionType"/> | |
290 | <enum-type name="QStyleHintReturnVariant::StyleOptionVersion"/> |
|
292 | <enum-type name="QStyleHintReturnVariant::StyleOptionVersion"/> | |
291 |
|
293 | |||
292 | <enum-type name="QStyleHintReturnMask::StyleOptionType"/> |
|
294 | <enum-type name="QStyleHintReturnMask::StyleOptionType"/> | |
293 | <enum-type name="QStyleHintReturnMask::StyleOptionVersion"/> |
|
295 | <enum-type name="QStyleHintReturnMask::StyleOptionVersion"/> | |
294 | <enum-type name="QStyleOption::StyleOptionType"/> |
|
296 | <enum-type name="QStyleOption::StyleOptionType"/> | |
295 | <enum-type name="QStyleOption::OptionType" extensible="yes"/> |
|
297 | <enum-type name="QStyleOption::OptionType" extensible="yes"/> | |
296 | <enum-type name="QStyleOption::StyleOptionVersion"/> |
|
298 | <enum-type name="QStyleOption::StyleOptionVersion"/> | |
297 | <enum-type name="QStyleOptionButton::ButtonFeature" flags="QStyleOptionButton::ButtonFeatures"/> |
|
299 | <enum-type name="QStyleOptionButton::ButtonFeature" flags="QStyleOptionButton::ButtonFeatures"/> | |
298 | <enum-type name="QStyleOptionButton::StyleOptionType"/> |
|
300 | <enum-type name="QStyleOptionButton::StyleOptionType"/> | |
299 | <enum-type name="QStyleOptionButton::StyleOptionVersion"/> |
|
301 | <enum-type name="QStyleOptionButton::StyleOptionVersion"/> | |
300 | <enum-type name="QStyleOptionComboBox::StyleOptionType"/> |
|
302 | <enum-type name="QStyleOptionComboBox::StyleOptionType"/> | |
301 | <enum-type name="QStyleOptionComboBox::StyleOptionVersion"/> |
|
303 | <enum-type name="QStyleOptionComboBox::StyleOptionVersion"/> | |
302 | <enum-type name="QStyleOptionComplex::StyleOptionType"/> |
|
304 | <enum-type name="QStyleOptionComplex::StyleOptionType"/> | |
303 | <enum-type name="QStyleOptionComplex::StyleOptionVersion"/> |
|
305 | <enum-type name="QStyleOptionComplex::StyleOptionVersion"/> | |
304 | <enum-type name="QStyleOptionDockWidget::StyleOptionType"/> |
|
306 | <enum-type name="QStyleOptionDockWidget::StyleOptionType"/> | |
305 | <enum-type name="QStyleOptionDockWidget::StyleOptionVersion"/> |
|
307 | <enum-type name="QStyleOptionDockWidget::StyleOptionVersion"/> | |
306 | <enum-type name="QStyleOptionDockWidgetV2::StyleOptionVersion"/> |
|
308 | <enum-type name="QStyleOptionDockWidgetV2::StyleOptionVersion"/> | |
307 | <enum-type name="QStyleOptionFocusRect::StyleOptionType"/> |
|
309 | <enum-type name="QStyleOptionFocusRect::StyleOptionType"/> | |
308 | <enum-type name="QStyleOptionFocusRect::StyleOptionVersion"/> |
|
310 | <enum-type name="QStyleOptionFocusRect::StyleOptionVersion"/> | |
309 | <enum-type name="QStyleOptionFrame::StyleOptionType"/> |
|
311 | <enum-type name="QStyleOptionFrame::StyleOptionType"/> | |
310 | <enum-type name="QStyleOptionFrame::StyleOptionVersion"/> |
|
312 | <enum-type name="QStyleOptionFrame::StyleOptionVersion"/> | |
311 | <enum-type name="QStyleOptionFrameV2::FrameFeature" flags="QStyleOptionFrameV2::FrameFeatures"/> |
|
313 | <enum-type name="QStyleOptionFrameV2::FrameFeature" flags="QStyleOptionFrameV2::FrameFeatures"/> | |
312 | <enum-type name="QStyleOptionFrameV2::StyleOptionVersion"/> |
|
314 | <enum-type name="QStyleOptionFrameV2::StyleOptionVersion"/> | |
313 | <enum-type name="QStyleOptionGraphicsItem::StyleOptionType"/> |
|
315 | <enum-type name="QStyleOptionGraphicsItem::StyleOptionType"/> | |
314 | <enum-type name="QStyleOptionGraphicsItem::StyleOptionVersion"/> |
|
316 | <enum-type name="QStyleOptionGraphicsItem::StyleOptionVersion"/> | |
315 | <enum-type name="QStyleOptionGroupBox::StyleOptionType"/> |
|
317 | <enum-type name="QStyleOptionGroupBox::StyleOptionType"/> | |
316 | <enum-type name="QStyleOptionGroupBox::StyleOptionVersion"/> |
|
318 | <enum-type name="QStyleOptionGroupBox::StyleOptionVersion"/> | |
317 | <enum-type name="QStyleOptionHeader::SectionPosition"/> |
|
319 | <enum-type name="QStyleOptionHeader::SectionPosition"/> | |
318 | <enum-type name="QStyleOptionHeader::SelectedPosition"/> |
|
320 | <enum-type name="QStyleOptionHeader::SelectedPosition"/> | |
319 | <enum-type name="QStyleOptionHeader::SortIndicator"/> |
|
321 | <enum-type name="QStyleOptionHeader::SortIndicator"/> | |
320 | <enum-type name="QStyleOptionHeader::StyleOptionType"/> |
|
322 | <enum-type name="QStyleOptionHeader::StyleOptionType"/> | |
321 | <enum-type name="QStyleOptionHeader::StyleOptionVersion"/> |
|
323 | <enum-type name="QStyleOptionHeader::StyleOptionVersion"/> | |
322 | <enum-type name="QStyleOptionMenuItem::CheckType"/> |
|
324 | <enum-type name="QStyleOptionMenuItem::CheckType"/> | |
323 | <enum-type name="QStyleOptionMenuItem::MenuItemType"/> |
|
325 | <enum-type name="QStyleOptionMenuItem::MenuItemType"/> | |
324 | <enum-type name="QStyleOptionMenuItem::StyleOptionType"/> |
|
326 | <enum-type name="QStyleOptionMenuItem::StyleOptionType"/> | |
325 | <enum-type name="QStyleOptionMenuItem::StyleOptionVersion"/> |
|
327 | <enum-type name="QStyleOptionMenuItem::StyleOptionVersion"/> | |
326 | <enum-type name="QStyleOptionProgressBar::StyleOptionType"/> |
|
328 | <enum-type name="QStyleOptionProgressBar::StyleOptionType"/> | |
327 | <enum-type name="QStyleOptionProgressBar::StyleOptionVersion"/> |
|
329 | <enum-type name="QStyleOptionProgressBar::StyleOptionVersion"/> | |
328 | <enum-type name="QStyleOptionProgressBarV2::StyleOptionType"/> |
|
330 | <enum-type name="QStyleOptionProgressBarV2::StyleOptionType"/> | |
329 | <enum-type name="QStyleOptionProgressBarV2::StyleOptionVersion"/> |
|
331 | <enum-type name="QStyleOptionProgressBarV2::StyleOptionVersion"/> | |
330 | <enum-type name="QStyleOptionRubberBand::StyleOptionType"/> |
|
332 | <enum-type name="QStyleOptionRubberBand::StyleOptionType"/> | |
331 | <enum-type name="QStyleOptionRubberBand::StyleOptionVersion"/> |
|
333 | <enum-type name="QStyleOptionRubberBand::StyleOptionVersion"/> | |
332 | <enum-type name="QStyleOptionSizeGrip::StyleOptionType"/> |
|
334 | <enum-type name="QStyleOptionSizeGrip::StyleOptionType"/> | |
333 | <enum-type name="QStyleOptionSizeGrip::StyleOptionVersion"/> |
|
335 | <enum-type name="QStyleOptionSizeGrip::StyleOptionVersion"/> | |
334 | <enum-type name="QStyleOptionSlider::StyleOptionType"/> |
|
336 | <enum-type name="QStyleOptionSlider::StyleOptionType"/> | |
335 | <enum-type name="QStyleOptionSlider::StyleOptionVersion"/> |
|
337 | <enum-type name="QStyleOptionSlider::StyleOptionVersion"/> | |
336 | <enum-type name="QStyleOptionSpinBox::StyleOptionType"/> |
|
338 | <enum-type name="QStyleOptionSpinBox::StyleOptionType"/> | |
337 | <enum-type name="QStyleOptionSpinBox::StyleOptionVersion"/> |
|
339 | <enum-type name="QStyleOptionSpinBox::StyleOptionVersion"/> | |
338 | <enum-type name="QStyleOptionTab::CornerWidget" flags="QStyleOptionTab::CornerWidgets"/> |
|
340 | <enum-type name="QStyleOptionTab::CornerWidget" flags="QStyleOptionTab::CornerWidgets"/> | |
339 | <enum-type name="QStyleOptionTab::SelectedPosition"/> |
|
341 | <enum-type name="QStyleOptionTab::SelectedPosition"/> | |
340 | <enum-type name="QStyleOptionTab::StyleOptionType"/> |
|
342 | <enum-type name="QStyleOptionTab::StyleOptionType"/> | |
341 | <enum-type name="QStyleOptionTab::StyleOptionVersion"/> |
|
343 | <enum-type name="QStyleOptionTab::StyleOptionVersion"/> | |
342 | <enum-type name="QStyleOptionTab::TabPosition"/> |
|
344 | <enum-type name="QStyleOptionTab::TabPosition"/> | |
343 | <enum-type name="QStyleOptionTabBarBase::StyleOptionType"/> |
|
345 | <enum-type name="QStyleOptionTabBarBase::StyleOptionType"/> | |
344 | <enum-type name="QStyleOptionTabBarBase::StyleOptionVersion"/> |
|
346 | <enum-type name="QStyleOptionTabBarBase::StyleOptionVersion"/> | |
345 | <enum-type name="QStyleOptionTabV2::StyleOptionVersion"/> |
|
347 | <enum-type name="QStyleOptionTabV2::StyleOptionVersion"/> | |
346 | <enum-type name="QStyleOptionTabWidgetFrame::StyleOptionType"/> |
|
348 | <enum-type name="QStyleOptionTabWidgetFrame::StyleOptionType"/> | |
347 | <enum-type name="QStyleOptionTabWidgetFrame::StyleOptionVersion"/> |
|
349 | <enum-type name="QStyleOptionTabWidgetFrame::StyleOptionVersion"/> | |
348 | <enum-type name="QStyleOptionTitleBar::StyleOptionType"/> |
|
350 | <enum-type name="QStyleOptionTitleBar::StyleOptionType"/> | |
349 | <enum-type name="QStyleOptionTitleBar::StyleOptionVersion"/> |
|
351 | <enum-type name="QStyleOptionTitleBar::StyleOptionVersion"/> | |
350 | <enum-type name="QStyleOptionToolBar::StyleOptionType"/> |
|
352 | <enum-type name="QStyleOptionToolBar::StyleOptionType"/> | |
351 | <enum-type name="QStyleOptionToolBar::StyleOptionVersion"/> |
|
353 | <enum-type name="QStyleOptionToolBar::StyleOptionVersion"/> | |
352 | <enum-type name="QStyleOptionToolBar::ToolBarFeature" flags="QStyleOptionToolBar::ToolBarFeatures"/> |
|
354 | <enum-type name="QStyleOptionToolBar::ToolBarFeature" flags="QStyleOptionToolBar::ToolBarFeatures"/> | |
353 | <enum-type name="QStyleOptionToolBar::ToolBarPosition"/> |
|
355 | <enum-type name="QStyleOptionToolBar::ToolBarPosition"/> | |
354 | <enum-type name="QStyleOptionToolBox::StyleOptionType"/> |
|
356 | <enum-type name="QStyleOptionToolBox::StyleOptionType"/> | |
355 | <enum-type name="QStyleOptionToolBox::StyleOptionVersion"/> |
|
357 | <enum-type name="QStyleOptionToolBox::StyleOptionVersion"/> | |
356 | <enum-type name="QStyleOptionToolButton::StyleOptionType"/> |
|
358 | <enum-type name="QStyleOptionToolButton::StyleOptionType"/> | |
357 | <enum-type name="QStyleOptionToolButton::StyleOptionVersion"/> |
|
359 | <enum-type name="QStyleOptionToolButton::StyleOptionVersion"/> | |
358 | <enum-type name="QStyleOptionToolButton::ToolButtonFeature" flags="QStyleOptionToolButton::ToolButtonFeatures"> |
|
360 | <enum-type name="QStyleOptionToolButton::ToolButtonFeature" flags="QStyleOptionToolButton::ToolButtonFeatures"> | |
359 | <reject-enum-value name="MenuButtonPopup"/> |
|
361 | <reject-enum-value name="MenuButtonPopup"/> | |
360 | </enum-type> |
|
362 | </enum-type> | |
361 | <enum-type name="QStyleOptionViewItem::Position"/> |
|
363 | <enum-type name="QStyleOptionViewItem::Position"/> | |
362 | <enum-type name="QStyleOptionViewItem::StyleOptionType"/> |
|
364 | <enum-type name="QStyleOptionViewItem::StyleOptionType"/> | |
363 | <enum-type name="QStyleOptionViewItem::StyleOptionVersion"/> |
|
365 | <enum-type name="QStyleOptionViewItem::StyleOptionVersion"/> | |
364 | <enum-type name="QStyleOptionViewItemV2::StyleOptionVersion"/> |
|
366 | <enum-type name="QStyleOptionViewItemV2::StyleOptionVersion"/> | |
365 | <enum-type name="QStyleOptionViewItemV2::ViewItemFeature" flags="QStyleOptionViewItemV2::ViewItemFeatures"/> |
|
367 | <enum-type name="QStyleOptionViewItemV2::ViewItemFeature" flags="QStyleOptionViewItemV2::ViewItemFeatures"/> | |
366 | <enum-type name="QSystemTrayIcon::ActivationReason"/> |
|
368 | <enum-type name="QSystemTrayIcon::ActivationReason"/> | |
367 | <enum-type name="QSystemTrayIcon::MessageIcon"/> |
|
369 | <enum-type name="QSystemTrayIcon::MessageIcon"/> | |
368 | <enum-type name="QTabBar::Shape"/> |
|
370 | <enum-type name="QTabBar::Shape"/> | |
369 | <enum-type name="QTabWidget::TabPosition"/> |
|
371 | <enum-type name="QTabWidget::TabPosition"/> | |
370 | <enum-type name="QTabWidget::TabShape"/> |
|
372 | <enum-type name="QTabWidget::TabShape"/> | |
371 | <enum-type name="QTableWidgetItem::ItemType"/> |
|
373 | <enum-type name="QTableWidgetItem::ItemType"/> | |
372 | <enum-type name="QTabletEvent::PointerType"/> |
|
374 | <enum-type name="QTabletEvent::PointerType"/> | |
373 | <enum-type name="QTabletEvent::TabletDevice"/> |
|
375 | <enum-type name="QTabletEvent::TabletDevice"/> | |
374 | <enum-type name="QTextCharFormat::UnderlineStyle"/> |
|
376 | <enum-type name="QTextCharFormat::UnderlineStyle"/> | |
375 | <enum-type name="QTextCharFormat::VerticalAlignment"/> |
|
377 | <enum-type name="QTextCharFormat::VerticalAlignment"/> | |
376 | <enum-type name="QTextCursor::MoveMode"/> |
|
378 | <enum-type name="QTextCursor::MoveMode"/> | |
377 | <enum-type name="QTextCursor::MoveOperation"/> |
|
379 | <enum-type name="QTextCursor::MoveOperation"/> | |
378 | <enum-type name="QTextCursor::SelectionType"/> |
|
380 | <enum-type name="QTextCursor::SelectionType"/> | |
379 | <enum-type name="QTextDocument::FindFlag" flags="QTextDocument::FindFlags"/> |
|
381 | <enum-type name="QTextDocument::FindFlag" flags="QTextDocument::FindFlags"/> | |
380 | <enum-type name="QTextDocument::MetaInformation"/> |
|
382 | <enum-type name="QTextDocument::MetaInformation"/> | |
381 | <enum-type name="QTextDocument::ResourceType"/> |
|
383 | <enum-type name="QTextDocument::ResourceType"/> | |
382 | <enum-type name="QTextEdit::AutoFormattingFlag" flags="QTextEdit::AutoFormatting"/> |
|
384 | <enum-type name="QTextEdit::AutoFormattingFlag" flags="QTextEdit::AutoFormatting"/> | |
383 | <enum-type name="QTextEdit::LineWrapMode"/> |
|
385 | <enum-type name="QTextEdit::LineWrapMode"/> | |
384 | <enum-type name="QTextFormat::ObjectTypes"/> |
|
386 | <enum-type name="QTextFormat::ObjectTypes"/> | |
385 | <enum-type name="QTextFormat::PageBreakFlag" flags="QTextFormat::PageBreakFlags"/> |
|
387 | <enum-type name="QTextFormat::PageBreakFlag" flags="QTextFormat::PageBreakFlags"/> | |
386 | <enum-type name="QTextFrameFormat::Position"/> |
|
388 | <enum-type name="QTextFrameFormat::Position"/> | |
387 | <enum-type name="QTextFrameFormat::BorderStyle"/> |
|
389 | <enum-type name="QTextFrameFormat::BorderStyle"/> | |
388 | <enum-type name="QTextItem::RenderFlag" flags="QTextItem::RenderFlags"/> |
|
390 | <enum-type name="QTextItem::RenderFlag" flags="QTextItem::RenderFlags"/> | |
389 | <enum-type name="QTextLayout::CursorMode"/> |
|
391 | <enum-type name="QTextLayout::CursorMode"/> | |
390 | <enum-type name="QTextLength::Type"/> |
|
392 | <enum-type name="QTextLength::Type"/> | |
391 | <enum-type name="QTextLine::CursorPosition"/> |
|
393 | <enum-type name="QTextLine::CursorPosition"/> | |
392 | <enum-type name="QTextLine::Edge"/> |
|
394 | <enum-type name="QTextLine::Edge"/> | |
393 | <enum-type name="QTextListFormat::Style"/> |
|
395 | <enum-type name="QTextListFormat::Style"/> | |
394 | <enum-type name="QTextOption::Flag" flags="QTextOption::Flags"/> |
|
396 | <enum-type name="QTextOption::Flag" flags="QTextOption::Flags"/> | |
395 | <enum-type name="QTextOption::WrapMode"/> |
|
397 | <enum-type name="QTextOption::WrapMode"/> | |
396 | <enum-type name="QTextOption::TabType"/> |
|
398 | <enum-type name="QTextOption::TabType"/> | |
397 | <enum-type name="QToolButton::ToolButtonPopupMode"/> |
|
399 | <enum-type name="QToolButton::ToolButtonPopupMode"/> | |
398 | <enum-type name="QTreeWidgetItem::ItemType"/> |
|
400 | <enum-type name="QTreeWidgetItem::ItemType"/> | |
399 | <enum-type name="QTreeWidgetItemIterator::IteratorFlag" flags="QTreeWidgetItemIterator::IteratorFlags"/> |
|
401 | <enum-type name="QTreeWidgetItemIterator::IteratorFlag" flags="QTreeWidgetItemIterator::IteratorFlags"/> | |
400 | <enum-type name="QValidator::State"/> |
|
402 | <enum-type name="QValidator::State"/> | |
401 | <enum-type name="QWidget::RenderFlag" flags="QWidget::RenderFlags"/> |
|
403 | <enum-type name="QWidget::RenderFlag" flags="QWidget::RenderFlags"/> | |
402 | <enum-type name="QWorkspace::WindowOrder"/> |
|
404 | <enum-type name="QWorkspace::WindowOrder"/> | |
403 | <enum-type name="QDoubleValidator::Notation"/> |
|
405 | <enum-type name="QDoubleValidator::Notation"/> | |
404 | <enum-type name="QGraphicsScene::SceneLayer" flags="QGraphicsScene::SceneLayers"/> |
|
406 | <enum-type name="QGraphicsScene::SceneLayer" flags="QGraphicsScene::SceneLayers"/> | |
405 | <enum-type name="QStyleOptionToolBoxV2::SelectedPosition"/> |
|
407 | <enum-type name="QStyleOptionToolBoxV2::SelectedPosition"/> | |
406 | <enum-type name="QStyleOptionToolBoxV2::StyleOptionVersion"/> |
|
408 | <enum-type name="QStyleOptionToolBoxV2::StyleOptionVersion"/> | |
407 | <enum-type name="QStyleOptionToolBoxV2::TabPosition"/> |
|
409 | <enum-type name="QStyleOptionToolBoxV2::TabPosition"/> | |
408 | <enum-type name="QStyleOptionViewItemV3::StyleOptionVersion"/> |
|
410 | <enum-type name="QStyleOptionViewItemV3::StyleOptionVersion"/> | |
409 | <enum-type name="QTransform::TransformationType"/> |
|
411 | <enum-type name="QTransform::TransformationType"/> | |
410 | <enum-type name="QTreeWidgetItem::ChildIndicatorPolicy"/> |
|
412 | <enum-type name="QTreeWidgetItem::ChildIndicatorPolicy"/> | |
411 | <enum-type name="QWizard::WizardOption" flags="QWizard::WizardOptions"/> |
|
413 | <enum-type name="QWizard::WizardOption" flags="QWizard::WizardOptions"/> | |
412 | <enum-type name="QWizard::WizardPixmap"/> |
|
414 | <enum-type name="QWizard::WizardPixmap"/> | |
413 | <enum-type name="QWizard::WizardStyle"/> |
|
415 | <enum-type name="QWizard::WizardStyle"/> | |
414 | <enum-type name="QImageIOPlugin::Capability" flags="QImageIOPlugin::Capabilities"/> |
|
416 | <enum-type name="QImageIOPlugin::Capability" flags="QImageIOPlugin::Capabilities"/> | |
415 | <enum-type name="QStackedLayout::StackingMode"/> |
|
417 | <enum-type name="QStackedLayout::StackingMode"/> | |
416 |
|
418 | |||
417 | <enum-type name="QWizard::WizardButton"> |
|
419 | <enum-type name="QWizard::WizardButton"> | |
418 | <reject-enum-value name="NStandardButtons"/> |
|
420 | <reject-enum-value name="NStandardButtons"/> | |
419 | <reject-enum-value name="NButtons"/> |
|
421 | <reject-enum-value name="NButtons"/> | |
420 | </enum-type> |
|
422 | </enum-type> | |
421 |
|
423 | |||
422 | <enum-type name="QAccessible::Action"> |
|
424 | <enum-type name="QAccessible::Action"> | |
423 | <reject-enum-value name="FirstStandardAction"/> |
|
425 | <reject-enum-value name="FirstStandardAction"/> | |
424 | <reject-enum-value name="LastStandardAction"/> |
|
426 | <reject-enum-value name="LastStandardAction"/> | |
425 | </enum-type> |
|
427 | </enum-type> | |
426 |
|
428 | |||
427 | <enum-type name="QBoxLayout::Direction"> |
|
429 | <enum-type name="QBoxLayout::Direction"> | |
428 | <reject-enum-value name="Down"/> |
|
430 | <reject-enum-value name="Down"/> | |
429 | <reject-enum-value name="Up"/> |
|
431 | <reject-enum-value name="Up"/> | |
430 | </enum-type> |
|
432 | </enum-type> | |
431 |
|
433 | |||
432 |
|
434 | |||
433 | <enum-type name="QClipboard::Mode"> |
|
435 | <enum-type name="QClipboard::Mode"> | |
434 | <reject-enum-value name="LastMode"/> |
|
436 | <reject-enum-value name="LastMode"/> | |
435 | </enum-type> |
|
437 | </enum-type> | |
436 |
|
438 | |||
437 | <enum-type name="QDialogButtonBox::StandardButton" flags="QDialogButtonBox::StandardButtons"> |
|
439 | <enum-type name="QDialogButtonBox::StandardButton" flags="QDialogButtonBox::StandardButtons"> | |
438 | <reject-enum-value name="FirstButton"/> |
|
440 | <reject-enum-value name="FirstButton"/> | |
439 | <reject-enum-value name="LastButton"/> |
|
441 | <reject-enum-value name="LastButton"/> | |
440 | <reject-enum-value name="YesAll"/> |
|
442 | <reject-enum-value name="YesAll"/> | |
441 | <reject-enum-value name="NoAll"/> |
|
443 | <reject-enum-value name="NoAll"/> | |
442 | <reject-enum-value name="Default"/> |
|
444 | <reject-enum-value name="Default"/> | |
443 | <reject-enum-value name="Escape"/> |
|
445 | <reject-enum-value name="Escape"/> | |
444 | <reject-enum-value name="FlagMask"/> |
|
446 | <reject-enum-value name="FlagMask"/> | |
445 | <reject-enum-value name="ButtonMask"/> |
|
447 | <reject-enum-value name="ButtonMask"/> | |
446 | </enum-type> |
|
448 | </enum-type> | |
447 |
|
449 | |||
448 | <enum-type name="QDockWidget::DockWidgetFeature" flags="QDockWidget::DockWidgetFeatures"/> |
|
450 | <enum-type name="QDockWidget::DockWidgetFeature" flags="QDockWidget::DockWidgetFeatures"/> | |
449 |
|
451 | |||
450 | <enum-type name="QFont::StyleHint"> |
|
452 | <enum-type name="QFont::StyleHint"> | |
451 | <reject-enum-value name="SansSerif"/> |
|
453 | <reject-enum-value name="SansSerif"/> | |
452 | <reject-enum-value name="Serif"/> |
|
454 | <reject-enum-value name="Serif"/> | |
453 | <reject-enum-value name="TypeWriter"/> |
|
455 | <reject-enum-value name="TypeWriter"/> | |
454 | <reject-enum-value name="Decorative"/> |
|
456 | <reject-enum-value name="Decorative"/> | |
455 | </enum-type> |
|
457 | </enum-type> | |
456 |
|
458 | |||
457 | <enum-type name="QFontDatabase::WritingSystem"> |
|
459 | <enum-type name="QFontDatabase::WritingSystem"> | |
458 | <reject-enum-value name="Other"/> |
|
460 | <reject-enum-value name="Other"/> | |
459 | </enum-type> |
|
461 | </enum-type> | |
460 |
|
462 | |||
461 | <enum-type name="QHeaderView::ResizeMode"> |
|
463 | <enum-type name="QHeaderView::ResizeMode"> | |
462 | <reject-enum-value name="Custom"/> |
|
464 | <reject-enum-value name="Custom"/> | |
463 | </enum-type> |
|
465 | </enum-type> | |
464 |
|
466 | |||
465 |
|
467 | |||
466 | <enum-type name="QMessageBox::StandardButton" flags="QMessageBox::StandardButtons"> |
|
468 | <enum-type name="QMessageBox::StandardButton" flags="QMessageBox::StandardButtons"> | |
467 | <reject-enum-value name="FirstButton"/> |
|
469 | <reject-enum-value name="FirstButton"/> | |
468 | <reject-enum-value name="LastButton"/> |
|
470 | <reject-enum-value name="LastButton"/> | |
469 | <reject-enum-value name="YesAll"/> |
|
471 | <reject-enum-value name="YesAll"/> | |
470 | <reject-enum-value name="NoAll"/> |
|
472 | <reject-enum-value name="NoAll"/> | |
471 | </enum-type> |
|
473 | </enum-type> | |
472 |
|
474 | |||
473 | <enum-type name="QPalette::ColorGroup"> |
|
475 | <enum-type name="QPalette::ColorGroup"> | |
474 | <reject-enum-value name="Normal"/> |
|
476 | <reject-enum-value name="Normal"/> | |
475 | </enum-type> |
|
477 | </enum-type> | |
476 |
|
478 | |||
477 | <enum-type name="QPalette::ColorRole"> |
|
479 | <enum-type name="QPalette::ColorRole"> | |
478 | <reject-enum-value name="NColorRoles"/> |
|
480 | <reject-enum-value name="NColorRoles"/> | |
479 | <reject-enum-value name="Foreground"/> |
|
481 | <reject-enum-value name="Foreground"/> | |
480 | <reject-enum-value name="Background"/> |
|
482 | <reject-enum-value name="Background"/> | |
481 | </enum-type> |
|
483 | </enum-type> | |
482 |
|
484 | |||
483 | <enum-type name="QPrinter::PageSize"> |
|
485 | <enum-type name="QPrinter::PageSize"> | |
484 | <reject-enum-value name="NPageSize"/> |
|
486 | <reject-enum-value name="NPageSize"/> | |
485 | <reject-enum-value name="NPaperSize"/> |
|
487 | <reject-enum-value name="NPaperSize"/> | |
486 | </enum-type> |
|
488 | </enum-type> | |
487 |
|
489 | |||
488 | <enum-type name="QSlider::TickPosition"> |
|
490 | <enum-type name="QSlider::TickPosition"> | |
489 | <reject-enum-value name="TicksLeft"/> |
|
491 | <reject-enum-value name="TicksLeft"/> | |
490 | <reject-enum-value name="TicksRight"/> |
|
492 | <reject-enum-value name="TicksRight"/> | |
491 | </enum-type> |
|
493 | </enum-type> | |
492 |
|
494 | |||
493 | <enum-type name="QStyle::StyleHint" extensible="yes"> |
|
495 | <enum-type name="QStyle::StyleHint" extensible="yes"> | |
494 | <reject-enum-value name="SH_ScrollBar_StopMouseOverSlider"/> |
|
496 | <reject-enum-value name="SH_ScrollBar_StopMouseOverSlider"/> | |
495 | </enum-type> |
|
497 | </enum-type> | |
496 |
|
498 | |||
497 |
|
499 | |||
498 | <enum-type name="QTextFormat::FormatType"/> |
|
500 | <enum-type name="QTextFormat::FormatType"/> | |
499 |
|
501 | |||
500 | <enum-type name="QTextFormat::Property"> |
|
502 | <enum-type name="QTextFormat::Property"> | |
501 | <reject-enum-value name="FontSizeIncrement"/> |
|
503 | <reject-enum-value name="FontSizeIncrement"/> | |
502 | <reject-enum-value name="FirstFontProperty"/> |
|
504 | <reject-enum-value name="FirstFontProperty"/> | |
503 | <reject-enum-value name="LastFontProperty"/> |
|
505 | <reject-enum-value name="LastFontProperty"/> | |
504 | </enum-type> |
|
506 | </enum-type> | |
505 |
|
507 | |||
506 | <enum-type name="QAction::Priority"/> |
|
508 | <enum-type name="QAction::Priority"/> | |
507 | <enum-type name="QAction::SoftKeyRole"/> |
|
509 | <enum-type name="QAction::SoftKeyRole"/> | |
508 | <enum-type name="QGraphicsEffect::ChangeFlag" flags="QGraphicsEffect::ChangeFlags"/> |
|
510 | <enum-type name="QGraphicsEffect::ChangeFlag" flags="QGraphicsEffect::ChangeFlags"/> | |
509 | <enum-type name="QGraphicsItem::PanelModality"/> |
|
511 | <enum-type name="QGraphicsItem::PanelModality"/> | |
510 | <enum-type name="QPinchGesture::WhatChange" flags="QPinchGesture::WhatChanged"/> |
|
512 | <enum-type name="QPinchGesture::WhatChange" flags="QPinchGesture::WhatChanged"/> | |
|
513 | <enum-type name="QPinchGesture::ChangeFlag" flags="QPinchGesture::ChangeFlags"/> | |||
|
514 | <enum-type name="QGraphicsBlurEffect::BlurHint" flags="QGraphicsBlurEffect::BlurHints"/> | |||
|
515 | <enum-type name="QGraphicsEffect::PixmapPadMode"/> | |||
|
516 | <enum-type name="QGestureRecognizer::ResultFlag" flags="QGestureRecognizer::Result"/> | |||
|
517 | <enum-type name="QGestureRecognizer::LineHeightTypes"/> | |||
511 | <enum-type name="QStyle::RequestSoftwareInputPanel"/> |
|
518 | <enum-type name="QStyle::RequestSoftwareInputPanel"/> | |
512 | <enum-type name="QSwipeGesture::SwipeDirection"/> |
|
519 | <enum-type name="QSwipeGesture::SwipeDirection"/> | |
513 | <enum-type name="QTouchEvent::DeviceType"/> |
|
520 | <enum-type name="QTouchEvent::DeviceType"/> | |
514 |
|
521 | <enum-type name="QFont::HintingPreference"/> | ||
|
522 | <enum-type name="QGesture::GestureCancelPolicy"/> | |||
|
523 | <enum-type name="QTextDocument::Stacks"/> | |||
|
524 | <enum-type name="QPainter::PixmapFragmentHint"/> | |||
|
525 | ||||
|
526 | <object-type name="QAbstractProxyModel"/> | |||
|
527 | <object-type name="QDirModel"/> | |||
|
528 | <object-type name="QFileSystemModel"/> | |||
|
529 | <object-type name="QPrinterInfo"/> | |||
|
530 | <object-type name="QSortFilterProxyModel"/> | |||
|
531 | <object-type name="QProxyModel"/> | |||
|
532 | <object-type name="QTextOption"/> | |||
|
533 | <object-type name="QFontDatabase"/> | |||
|
534 | <object-type name="QGestureRecognizer" force-abstract="yes"/> | |||
515 |
|
535 | |||
516 | <value-type name="QPixmapCache::Key"/> |
|
536 | <value-type name="QPixmapCache::Key"/> | |
517 | <value-type name="QTileRules"/> |
|
537 | <value-type name="QTileRules"/> | |
518 | <value-type name="QVector2D"/> |
|
538 | <value-type name="QVector2D"/> | |
519 | <value-type name="QVector3D"/> |
|
539 | <value-type name="QVector3D"/> | |
520 | <value-type name="QVector4D"/> |
|
540 | <value-type name="QVector4D"/> | |
521 | <value-type name="QTouchEvent::TouchPoint"/> |
|
541 | <value-type name="QTouchEvent::TouchPoint"/> | |
522 |
|
542 | |||
523 |
|
543 | |||
524 | <value-type name="QTransform"> |
|
544 | <value-type name="QTransform"> | |
525 | <modify-function signature="operator=(QTransform)" remove="all"/> |
|
545 | <modify-function signature="operator=(QTransform)" remove="all"/> | |
526 | <modify-function signature="map(int,int,int*,int*)const" remove="all"/> |
|
546 | <modify-function signature="map(int,int,int*,int*)const" remove="all"/> | |
527 | <modify-function signature="map(double,double,double*,double*)const" remove="all"/> |
|
547 | <modify-function signature="map(double,double,double*,double*)const" remove="all"/> | |
528 |
|
548 | |||
529 | <modify-function signature="operator*=(double)" access="private"/> |
|
549 | <modify-function signature="operator*=(double)" access="private"/> | |
530 | <modify-function signature="operator+=(double)" access="private"/> |
|
550 | <modify-function signature="operator+=(double)" access="private"/> | |
531 | <modify-function signature="operator-=(double)" access="private"/> |
|
551 | <modify-function signature="operator-=(double)" access="private"/> | |
532 | <modify-function signature="operator/=(double)" access="private"/> |
|
552 | <modify-function signature="operator/=(double)" access="private"/> | |
533 | <modify-function signature="operator*(QTransform)const" rename="multiplied"/> |
|
553 | <modify-function signature="operator*(QTransform)const" rename="multiplied"/> | |
534 | <modify-function signature="operator*=(QTransform)" access="private"/> |
|
554 | <modify-function signature="operator*=(QTransform)" access="private"/> | |
535 |
|
555 | |||
536 | <modify-function signature="inverted(bool*)const"> |
|
556 | <modify-function signature="inverted(bool*)const"> | |
537 | <modify-argument index="1"> |
|
557 | <modify-argument index="1"> | |
538 | <remove-argument/> |
|
558 | <remove-argument/> | |
539 | </modify-argument> |
|
559 | </modify-argument> | |
540 | </modify-function> |
|
560 | </modify-function> | |
541 | </value-type> |
|
561 | </value-type> | |
542 |
|
562 | |||
543 | <value-type name="QStyleOption" delete-in-main-thread="yes" polymorphic-base="yes" polymorphic-id-expression="%1->type == QStyleOption::SO_Default"> |
|
563 | <value-type name="QStyleOption" delete-in-main-thread="yes" polymorphic-base="yes" polymorphic-id-expression="%1->type == QStyleOption::SO_Default"> | |
544 | <modify-function signature="operator=(QStyleOption)" remove="all"/> |
|
564 | <modify-function signature="operator=(QStyleOption)" remove="all"/> | |
545 | <modify-function signature="init(const QWidget*)" remove="all"/> <!--### Obsolete in 4.3--> |
|
565 | <modify-function signature="init(const QWidget*)" remove="all"/> <!--### Obsolete in 4.3--> | |
546 | </value-type> |
|
566 | </value-type> | |
547 | <value-type name="QStyleOptionGraphicsItem" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionGraphicsItem::Type && %1->version == QStyleOptionGraphicsItem::Version"/> |
|
567 | <value-type name="QStyleOptionGraphicsItem" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionGraphicsItem::Type && %1->version == QStyleOptionGraphicsItem::Version"/> | |
548 | <value-type name="QStyleOptionSizeGrip" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionSizeGrip::Type && %1->version == QStyleOptionSizeGrip::Version"/> |
|
568 | <value-type name="QStyleOptionSizeGrip" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionSizeGrip::Type && %1->version == QStyleOptionSizeGrip::Version"/> | |
549 | <value-type name="QStyleOptionButton" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionButton::Type && %1->version == QStyleOptionButton::Version"/> |
|
569 | <value-type name="QStyleOptionButton" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionButton::Type && %1->version == QStyleOptionButton::Version"/> | |
550 | <value-type name="QStyleOptionComboBox" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionComboBox::Type && %1->version == QStyleOptionComboBox::Version"/> |
|
570 | <value-type name="QStyleOptionComboBox" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionComboBox::Type && %1->version == QStyleOptionComboBox::Version"/> | |
551 | <value-type name="QStyleOptionComplex" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionComplex::Type && %1->version == QStyleOptionComplex::Version"/> |
|
571 | <value-type name="QStyleOptionComplex" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionComplex::Type && %1->version == QStyleOptionComplex::Version"/> | |
552 | <value-type name="QStyleOptionDockWidget" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionDockWidget::Type && %1->version == QStyleOptionDockWidget::Version"/> |
|
572 | <value-type name="QStyleOptionDockWidget" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionDockWidget::Type && %1->version == QStyleOptionDockWidget::Version"/> | |
553 | <value-type name="QStyleOptionDockWidgetV2" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionDockWidgetV2::Type && %1->version == QStyleOptionDockWidgetV2::Version"> |
|
573 | <value-type name="QStyleOptionDockWidgetV2" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionDockWidgetV2::Type && %1->version == QStyleOptionDockWidgetV2::Version"> | |
554 | <modify-function signature="operator=(QStyleOptionDockWidget)" remove="all"/> |
|
574 | <modify-function signature="operator=(QStyleOptionDockWidget)" remove="all"/> | |
555 | </value-type> |
|
575 | </value-type> | |
556 | <value-type name="QStyleOptionFocusRect" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionFocusRect::Type && %1->version == QStyleOptionFocusRect::Version"/> |
|
576 | <value-type name="QStyleOptionFocusRect" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionFocusRect::Type && %1->version == QStyleOptionFocusRect::Version"/> | |
557 | <value-type name="QStyleOptionFrame" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionFrame::Type && %1->version == QStyleOptionFrame::Version"/> |
|
577 | <value-type name="QStyleOptionFrame" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionFrame::Type && %1->version == QStyleOptionFrame::Version"/> | |
558 |
|
578 | |||
559 | <value-type name="QStyleOptionFrameV2" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionFrameV2::Type && %1->version == QStyleOptionFrameV2::Version"> |
|
579 | <value-type name="QStyleOptionFrameV2" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionFrameV2::Type && %1->version == QStyleOptionFrameV2::Version"> | |
560 | <modify-function signature="operator=(QStyleOptionFrame)" remove="all"/> |
|
580 | <modify-function signature="operator=(QStyleOptionFrame)" remove="all"/> | |
561 | </value-type> |
|
581 | </value-type> | |
562 | <value-type name="QStyleOptionFrameV3" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionFrameV3::Type && %1->version == QStyleOptionFrameV3::Version"> |
|
582 | <value-type name="QStyleOptionFrameV3" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionFrameV3::Type && %1->version == QStyleOptionFrameV3::Version"> | |
563 | <modify-function signature="operator=(QStyleOptionFrame)" remove="all"/> |
|
583 | <modify-function signature="operator=(QStyleOptionFrame)" remove="all"/> | |
564 | </value-type> |
|
584 | </value-type> | |
565 |
|
585 | |||
566 | <value-type name="QStyleOptionGroupBox" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionGroupBox::Type && %1->version == QStyleOptionGroupBox::Version"/> |
|
586 | <value-type name="QStyleOptionGroupBox" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionGroupBox::Type && %1->version == QStyleOptionGroupBox::Version"/> | |
567 | <value-type name="QStyleOptionHeader" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionHeader::Type && %1->version == QStyleOptionHeader::Version"/> |
|
587 | <value-type name="QStyleOptionHeader" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionHeader::Type && %1->version == QStyleOptionHeader::Version"/> | |
568 | <value-type name="QStyleOptionMenuItem" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionMenuItem::Type && %1->version == QStyleOptionMenuItem::Version"/> |
|
588 | <value-type name="QStyleOptionMenuItem" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionMenuItem::Type && %1->version == QStyleOptionMenuItem::Version"/> | |
569 | <value-type name="QStyleOptionProgressBar" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionProgressBar::Type && %1->version == QStyleOptionProgressBar::Version"/> |
|
589 | <value-type name="QStyleOptionProgressBar" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionProgressBar::Type && %1->version == QStyleOptionProgressBar::Version"/> | |
570 |
|
590 | |||
571 | <value-type name="QStyleOptionProgressBarV2" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionProgressBarV2::Type && %1->version == QStyleOptionProgressBarV2::Version"> |
|
591 | <value-type name="QStyleOptionProgressBarV2" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionProgressBarV2::Type && %1->version == QStyleOptionProgressBarV2::Version"> | |
572 | <modify-function signature="operator=(QStyleOptionProgressBar)" remove="all"/> |
|
592 | <modify-function signature="operator=(QStyleOptionProgressBar)" remove="all"/> | |
573 | </value-type> |
|
593 | </value-type> | |
574 |
|
594 | |||
575 | <value-type name="QStyleOptionRubberBand" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionRubberBand::Type && %1->version == QStyleOptionRubberBand::Version"/> |
|
595 | <value-type name="QStyleOptionRubberBand" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionRubberBand::Type && %1->version == QStyleOptionRubberBand::Version"/> | |
576 | <value-type name="QStyleOptionSlider" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionSlider::Type && %1->version == QStyleOptionSlider::Version"/> |
|
596 | <value-type name="QStyleOptionSlider" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionSlider::Type && %1->version == QStyleOptionSlider::Version"/> | |
577 | <value-type name="QStyleOptionSpinBox" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionSpinBox::Type && %1->version == QStyleOptionSpinBox::Version"/> |
|
597 | <value-type name="QStyleOptionSpinBox" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionSpinBox::Type && %1->version == QStyleOptionSpinBox::Version"/> | |
578 | <value-type name="QStyleOptionTab" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionTab::Type && %1->version == QStyleOptionTab::Version"/> |
|
598 | <value-type name="QStyleOptionTab" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionTab::Type && %1->version == QStyleOptionTab::Version"/> | |
579 | <value-type name="QStyleOptionTabV2" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionTabV2::Type && %1->version == QStyleOptionTabV2::Version"> |
|
599 | <value-type name="QStyleOptionTabV2" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionTabV2::Type && %1->version == QStyleOptionTabV2::Version"> | |
580 | <modify-function signature="operator=(const QStyleOptionTab &)" remove="all"/> |
|
600 | <modify-function signature="operator=(const QStyleOptionTab &)" remove="all"/> | |
581 | </value-type> |
|
601 | </value-type> | |
582 | <value-type name="QStyleOptionTabV3" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionTabV3::Type && %1->version == QStyleOptionTabV3::Version"> |
|
602 | <value-type name="QStyleOptionTabV3" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionTabV3::Type && %1->version == QStyleOptionTabV3::Version"> | |
583 | <modify-function signature="operator=(QStyleOptionTab)" remove="all"/> |
|
603 | <modify-function signature="operator=(QStyleOptionTab)" remove="all"/> | |
584 | </value-type> |
|
604 | </value-type> | |
585 | <value-type name="QStyleOptionTabBarBase" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionTabBarBase::Type && %1->version == QStyleOptionTabBarBase::Version"/> |
|
605 | <value-type name="QStyleOptionTabBarBase" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionTabBarBase::Type && %1->version == QStyleOptionTabBarBase::Version"/> | |
586 | <value-type name="QStyleOptionTabBarBaseV2" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionTabBarBaseV2::Type && %1->version == QStyleOptionTabBarBaseV2::Version"> |
|
606 | <value-type name="QStyleOptionTabBarBaseV2" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionTabBarBaseV2::Type && %1->version == QStyleOptionTabBarBaseV2::Version"> | |
587 | <modify-function signature="operator=(QStyleOptionTabBarBase)" remove="all"/> |
|
607 | <modify-function signature="operator=(QStyleOptionTabBarBase)" remove="all"/> | |
588 | </value-type> |
|
608 | </value-type> | |
589 | <value-type name="QStyleOptionTabWidgetFrame" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionTabWidgetFrame::Type && %1->version == QStyleOptionTabWidgetFrame::Version"/> |
|
609 | <value-type name="QStyleOptionTabWidgetFrame" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionTabWidgetFrame::Type && %1->version == QStyleOptionTabWidgetFrame::Version"/> | |
|
610 | <value-type name="QStyleOptionTabWidgetFrameV2" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionTabWidgetFrameV2::Type && %1->version == QStyleOptionTabWidgetFrameV2::Version"/> | |||
590 | <value-type name="QStyleOptionTitleBar" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionTitleBar::Type && %1->version == QStyleOptionTitleBar::Version"/> |
|
611 | <value-type name="QStyleOptionTitleBar" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionTitleBar::Type && %1->version == QStyleOptionTitleBar::Version"/> | |
591 | <value-type name="QStyleOptionToolBar" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionToolBar::Type && %1->version == QStyleOptionToolBar::Version"/> |
|
612 | <value-type name="QStyleOptionToolBar" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionToolBar::Type && %1->version == QStyleOptionToolBar::Version"/> | |
592 | <value-type name="QStyleOptionToolBox" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionToolBox::Type && %1->version == QStyleOptionToolBox::Version"/> |
|
613 | <value-type name="QStyleOptionToolBox" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionToolBox::Type && %1->version == QStyleOptionToolBox::Version"/> | |
593 | <value-type name="QStyleOptionToolBoxV2" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionToolBoxV2::Type && %1->version == QStyleOptionToolBoxV2::Version"> |
|
614 | <value-type name="QStyleOptionToolBoxV2" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionToolBoxV2::Type && %1->version == QStyleOptionToolBoxV2::Version"> | |
594 | <modify-function signature="operator=(QStyleOptionToolBox)" remove="all"/> |
|
615 | <modify-function signature="operator=(QStyleOptionToolBox)" remove="all"/> | |
595 | </value-type> |
|
616 | </value-type> | |
596 | <value-type name="QStyleOptionToolButton" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionToolButton::Type && %1->version == QStyleOptionToolButton::Version"/> |
|
617 | <value-type name="QStyleOptionToolButton" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionToolButton::Type && %1->version == QStyleOptionToolButton::Version"/> | |
597 | <value-type name="QStyleOptionViewItem" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionViewItem::Type && %1->version == QStyleOptionViewItem::Version"/> |
|
618 | <value-type name="QStyleOptionViewItem" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionViewItem::Type && %1->version == QStyleOptionViewItem::Version"/> | |
598 | <value-type name="QStyleOptionViewItemV2" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionViewItemV2::Type && %1->version == QStyleOptionViewItemV2::Version"> |
|
619 | <value-type name="QStyleOptionViewItemV2" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionViewItemV2::Type && %1->version == QStyleOptionViewItemV2::Version"> | |
599 | <modify-function signature="operator=(QStyleOptionViewItem)" remove="all"/> |
|
620 | <modify-function signature="operator=(QStyleOptionViewItem)" remove="all"/> | |
600 | </value-type> |
|
621 | </value-type> | |
601 | <value-type name="QStyleOptionViewItemV3" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionViewItemV3::Type && %1->version == QStyleOptionViewItemV3::Version"> |
|
622 | <value-type name="QStyleOptionViewItemV3" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionViewItemV3::Type && %1->version == QStyleOptionViewItemV3::Version"> | |
602 | <modify-function signature="operator=(QStyleOptionViewItem)" remove="all"/> |
|
623 | <modify-function signature="operator=(QStyleOptionViewItem)" remove="all"/> | |
603 | </value-type> |
|
624 | </value-type> | |
604 | <value-type name="QStyleOptionViewItemV4" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionViewItemV4::Type && %1->version == QStyleOptionViewItemV4::Version"> |
|
625 | <value-type name="QStyleOptionViewItemV4" delete-in-main-thread="yes" polymorphic-id-expression="%1->type == QStyleOptionViewItemV4::Type && %1->version == QStyleOptionViewItemV4::Version"> | |
605 | <modify-function signature="operator=(QStyleOptionViewItem)" remove="all"/> |
|
626 | <modify-function signature="operator=(QStyleOptionViewItem)" remove="all"/> | |
606 | </value-type> |
|
627 | </value-type> | |
607 | <value-type name="QTextFragment" delete-in-main-thread="yes"> |
|
628 | <value-type name="QTextFragment" delete-in-main-thread="yes"> | |
608 | <modify-function signature="operator=(QTextFragment)" remove="all"/> |
|
629 | <modify-function signature="operator=(QTextFragment)" remove="all"/> | |
609 | </value-type> |
|
630 | </value-type> | |
610 | <value-type name="QBitmap" delete-in-main-thread="yes"> |
|
631 | <value-type name="QBitmap" delete-in-main-thread="yes"> | |
611 | <modify-function signature="operator=(const QPixmap &)" remove="all"/> |
|
632 | <modify-function signature="operator=(const QPixmap &)" remove="all"/> | |
612 | <modify-function signature="QBitmap(QString,const char*)" access="private"> |
|
633 | <modify-function signature="QBitmap(QString,const char*)" access="private"> | |
613 | <modify-argument index="2"> <remove-default-expression/> </modify-argument> |
|
634 | <modify-argument index="2"> <remove-default-expression/> </modify-argument> | |
614 | </modify-function> |
|
635 | </modify-function> | |
615 |
|
636 | |||
616 | <modify-function signature="fromData(QSize,const unsigned char*,QImage::Format)"> |
|
637 | <modify-function signature="fromData(QSize,const unsigned char*,QImage::Format)"> | |
617 | <access modifier="private"/> |
|
638 | <access modifier="private"/> | |
618 | <modify-argument index="3"> |
|
639 | <modify-argument index="3"> | |
619 | <remove-default-expression/> |
|
640 | <remove-default-expression/> | |
620 | </modify-argument> |
|
641 | </modify-argument> | |
621 | </modify-function> |
|
642 | </modify-function> | |
622 |
|
643 | |||
623 | <modify-function signature="fromData(QSize,const uchar*,QImage::Format)" remove="all"/> |
|
644 | <modify-function signature="fromData(QSize,const uchar*,QImage::Format)" remove="all"/> | |
624 |
|
645 | |||
625 | <modify-function signature="QBitmap(QString,const char*)"> |
|
646 | <modify-function signature="QBitmap(QString,const char*)"> | |
626 | <modify-argument index="2"> |
|
647 | <modify-argument index="2"> | |
627 | <replace-type modified-type="QString"/> |
|
648 | <replace-type modified-type="QString"/> | |
628 | <conversion-rule class="native"> |
|
649 | <conversion-rule class="native"> | |
629 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
650 | <insert-template name="core.convert_string_arg_to_char*"/> | |
630 | </conversion-rule> |
|
651 | </conversion-rule> | |
631 | </modify-argument> |
|
652 | </modify-argument> | |
632 | </modify-function> |
|
653 | </modify-function> | |
633 | </value-type> |
|
654 | </value-type> | |
634 | <value-type name="QTextInlineObject" delete-in-main-thread="yes"/> |
|
655 | <value-type name="QTextInlineObject" delete-in-main-thread="yes"/> | |
635 | <value-type name="QSizePolicy"/> |
|
656 | <value-type name="QSizePolicy"/> | |
636 | <value-type name="QTableWidgetSelectionRange"/> |
|
657 | <value-type name="QTableWidgetSelectionRange"/> | |
637 | <value-type name="QTextDocumentFragment" delete-in-main-thread="yes"> |
|
658 | <value-type name="QTextDocumentFragment" delete-in-main-thread="yes"> | |
638 | <modify-function signature="operator=(QTextDocumentFragment)" remove="all"/> |
|
659 | <modify-function signature="operator=(QTextDocumentFragment)" remove="all"/> | |
639 | </value-type> |
|
660 | </value-type> | |
640 | <value-type name="QTextOption" delete-in-main-thread="yes"> |
|
661 | <value-type name="QTextOption" delete-in-main-thread="yes"> | |
641 | <modify-function signature="operator=(const QTextOption &)" remove="all"/> |
|
662 | <modify-function signature="operator=(const QTextOption &)" remove="all"/> | |
642 | </value-type> |
|
663 | </value-type> | |
643 | <value-type name="QTextLine" delete-in-main-thread="yes"> |
|
664 | <value-type name="QTextLine" delete-in-main-thread="yes"> | |
644 | <modify-function signature="cursorToX(int*,QTextLine::Edge)const"> |
|
665 | <modify-function signature="cursorToX(int*,QTextLine::Edge)const"> | |
645 | <remove/> |
|
666 | <remove/> | |
646 | </modify-function> |
|
667 | </modify-function> | |
647 | </value-type> |
|
668 | </value-type> | |
648 | <value-type name="QTextTableFormat" delete-in-main-thread="yes"/> |
|
669 | <value-type name="QTextTableFormat" delete-in-main-thread="yes"/> | |
649 | <value-type name="QTextImageFormat" delete-in-main-thread="yes"/> |
|
670 | <value-type name="QTextImageFormat" delete-in-main-thread="yes"/> | |
650 | <value-type name="QTextFrameFormat" delete-in-main-thread="yes"> |
|
671 | <value-type name="QTextFrameFormat" delete-in-main-thread="yes"> | |
651 | <modify-function signature="isValid()const" access="non-final"/> |
|
672 | <modify-function signature="isValid()const" access="non-final"/> | |
652 | </value-type> |
|
673 | </value-type> | |
653 | <value-type name="QTextLength" delete-in-main-thread="yes"/> |
|
674 | <value-type name="QTextLength" delete-in-main-thread="yes"/> | |
654 | <value-type name="QItemSelectionRange"> |
|
675 | <value-type name="QItemSelectionRange"> | |
655 | <modify-function signature="intersect(QItemSelectionRange)const" remove="all"/> <!--### Obsolete in 4.3--> |
|
676 | <modify-function signature="intersect(QItemSelectionRange)const" remove="all"/> <!--### Obsolete in 4.3--> | |
656 | </value-type> |
|
677 | </value-type> | |
657 |
|
678 | |||
658 | <value-type name="QPainterPath"> |
|
679 | <value-type name="QPainterPath"> | |
659 | <modify-function signature="operator=(QPainterPath)" remove="all"/> |
|
680 | <modify-function signature="operator=(QPainterPath)" remove="all"/> | |
660 | </value-type> |
|
681 | </value-type> | |
661 | <value-type name="QPalette"> |
|
682 | <value-type name="QPalette"> | |
662 | <modify-function signature="operator=(const QPalette&)" remove="all"/> |
|
683 | <modify-function signature="operator=(const QPalette&)" remove="all"/> | |
663 |
|
684 | |||
664 | <modify-function signature="QPalette(QColor, QColor, QColor, QColor, QColor, QColor, QColor)" remove="all"/> <!--### Obsolete in 4.3--> |
|
685 | <modify-function signature="QPalette(QColor, QColor, QColor, QColor, QColor, QColor, QColor)" remove="all"/> <!--### Obsolete in 4.3--> | |
665 | <modify-function signature="background()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
686 | <modify-function signature="background()const" remove="all"/> <!--### Obsolete in 4.3--> | |
666 | <modify-function signature="foreground()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
687 | <modify-function signature="foreground()const" remove="all"/> <!--### Obsolete in 4.3--> | |
667 | <modify-function signature="serialNumber()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
688 | <modify-function signature="serialNumber()const" remove="all"/> <!--### Obsolete in 4.3--> | |
668 | </value-type> |
|
689 | </value-type> | |
669 | <value-type name="QKeySequence"> |
|
690 | <value-type name="QKeySequence"> | |
670 | <modify-function signature="operator=(QKeySequence)" remove="all"/> |
|
691 | <modify-function signature="operator=(QKeySequence)" remove="all"/> | |
671 | <modify-function signature="operator int()const" access="private"/> |
|
692 | <modify-function signature="operator int()const" access="private"/> | |
672 | <modify-function signature="operator[](uint)const" access="private"/> |
|
693 | <modify-function signature="operator[](uint)const" access="private"/> | |
673 | </value-type> |
|
694 | </value-type> | |
674 |
|
695 | |||
675 | <value-type name="QPicture" delete-in-main-thread="yes"> |
|
696 | <value-type name="QPicture" delete-in-main-thread="yes"> | |
676 | <modify-function signature="operator=(QPicture)" remove="all"/> |
|
697 | <modify-function signature="operator=(QPicture)" remove="all"/> | |
677 | <modify-function signature="pictureFormat(QString)"> |
|
698 | <modify-function signature="pictureFormat(QString)"> | |
678 | <remove/> |
|
699 | <remove/> | |
679 | </modify-function> |
|
700 | </modify-function> | |
680 |
|
701 | |||
681 | <modify-function signature="inputFormatList()" remove="all"/> <!--### Obsolete in 4.3--> |
|
702 | <modify-function signature="inputFormatList()" remove="all"/> <!--### Obsolete in 4.3--> | |
682 | <modify-function signature="inputFormats()" remove="all"/> <!--### Obsolete in 4.3--> |
|
703 | <modify-function signature="inputFormats()" remove="all"/> <!--### Obsolete in 4.3--> | |
683 | <modify-function signature="outputFormatList()" remove="all"/> <!--### Obsolete in 4.3--> |
|
704 | <modify-function signature="outputFormatList()" remove="all"/> <!--### Obsolete in 4.3--> | |
684 | <modify-function signature="outputFormats()" remove="all"/> <!--### Obsolete in 4.3--> |
|
705 | <modify-function signature="outputFormats()" remove="all"/> <!--### Obsolete in 4.3--> | |
685 |
|
706 | |||
686 | <modify-function signature="setData(const char*,uint)" remove="all"/> |
|
707 | <modify-function signature="setData(const char*,uint)" remove="all"/> | |
687 |
|
708 | |||
688 | <modify-function signature="load(QIODevice*,const char*)"> |
|
709 | <modify-function signature="load(QIODevice*,const char*)"> | |
689 | <modify-argument index="2"> |
|
710 | <modify-argument index="2"> | |
690 | <replace-type modified-type="QString"/> |
|
711 | <replace-type modified-type="QString"/> | |
691 | <conversion-rule class="native"> |
|
712 | <conversion-rule class="native"> | |
692 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
713 | <insert-template name="core.convert_string_arg_to_char*"/> | |
693 | </conversion-rule> |
|
714 | </conversion-rule> | |
694 | </modify-argument> |
|
715 | </modify-argument> | |
695 | </modify-function> |
|
716 | </modify-function> | |
696 |
|
717 | |||
697 | <modify-function signature="load(QString,const char*)"> |
|
718 | <modify-function signature="load(QString,const char*)"> | |
698 | <modify-argument index="2"> |
|
719 | <modify-argument index="2"> | |
699 | <replace-type modified-type="QString"/> |
|
720 | <replace-type modified-type="QString"/> | |
700 | <conversion-rule class="native"> |
|
721 | <conversion-rule class="native"> | |
701 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
722 | <insert-template name="core.convert_string_arg_to_char*"/> | |
702 | </conversion-rule> |
|
723 | </conversion-rule> | |
703 | </modify-argument> |
|
724 | </modify-argument> | |
704 | </modify-function> |
|
725 | </modify-function> | |
705 |
|
726 | |||
706 | <modify-function signature="save(QIODevice*,const char*)"> |
|
727 | <modify-function signature="save(QIODevice*,const char*)"> | |
707 | <modify-argument index="2"> |
|
728 | <modify-argument index="2"> | |
708 | <replace-type modified-type="QString"/> |
|
729 | <replace-type modified-type="QString"/> | |
709 | <conversion-rule class="native"> |
|
730 | <conversion-rule class="native"> | |
710 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
731 | <insert-template name="core.convert_string_arg_to_char*"/> | |
711 | </conversion-rule> |
|
732 | </conversion-rule> | |
712 | </modify-argument> |
|
733 | </modify-argument> | |
713 | </modify-function> |
|
734 | </modify-function> | |
714 |
|
735 | |||
715 | <modify-function signature="save(QString,const char*)"> |
|
736 | <modify-function signature="save(QString,const char*)"> | |
716 | <modify-argument index="2"> |
|
737 | <modify-argument index="2"> | |
717 | <replace-type modified-type="QString"/> |
|
738 | <replace-type modified-type="QString"/> | |
718 | <conversion-rule class="native"> |
|
739 | <conversion-rule class="native"> | |
719 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
740 | <insert-template name="core.convert_string_arg_to_char*"/> | |
720 | </conversion-rule> |
|
741 | </conversion-rule> | |
721 | </modify-argument> |
|
742 | </modify-argument> | |
722 | </modify-function> |
|
743 | </modify-function> | |
723 | </value-type> |
|
744 | </value-type> | |
724 |
|
745 | |||
725 | <value-type name="QRegion" expense-limit="4096"> |
|
746 | <value-type name="QRegion" expense-limit="4096"> | |
726 | <modify-function signature="operator=(QRegion)" remove="all"/> |
|
747 | <modify-function signature="operator=(QRegion)" remove="all"/> | |
727 | <modify-function signature="operator&=(QRegion)" remove="all"/> |
|
748 | <modify-function signature="operator&=(QRegion)" remove="all"/> | |
728 | <modify-function signature="operator+=(QRegion)" remove="all"/> |
|
749 | <modify-function signature="operator+=(QRegion)" remove="all"/> | |
729 | <modify-function signature="operator-=(QRegion)" remove="all"/> |
|
750 | <modify-function signature="operator-=(QRegion)" remove="all"/> | |
730 | <modify-function signature="operator^=(QRegion)" remove="all"/> |
|
751 | <modify-function signature="operator^=(QRegion)" remove="all"/> | |
731 | <modify-function signature="operator|=(QRegion)" remove="all"/> |
|
752 | <modify-function signature="operator|=(QRegion)" remove="all"/> | |
732 | <modify-function signature="operator&(QRegion)const" remove="all"/> |
|
753 | <modify-function signature="operator&(QRegion)const" remove="all"/> | |
733 | <modify-function signature="operator+(QRegion)const" remove="all"/> |
|
754 | <modify-function signature="operator+(QRegion)const" remove="all"/> | |
734 | <modify-function signature="operator-(QRegion)const" remove="all"/> |
|
755 | <modify-function signature="operator-(QRegion)const" remove="all"/> | |
735 | <modify-function signature="operator^(QRegion)const" remove="all"/> |
|
756 | <modify-function signature="operator^(QRegion)const" remove="all"/> | |
736 | <modify-function signature="operator|(QRegion)const" remove="all"/> |
|
757 | <modify-function signature="operator|(QRegion)const" remove="all"/> | |
737 | <modify-function signature="eor(QRegion)const" remove="all"/> <!--### Obsolete in 4.3--> |
|
758 | <modify-function signature="eor(QRegion)const" remove="all"/> <!--### Obsolete in 4.3--> | |
738 | <modify-function signature="intersect(QRegion)const" remove="all"/> <!--### Obsolete in 4.3--> |
|
759 | <modify-function signature="intersect(QRegion)const" remove="all"/> <!--### Obsolete in 4.3--> | |
739 | <modify-function signature="subtract(QRegion)const" remove="all"/> <!--### Obsolete in 4.3--> |
|
760 | <modify-function signature="subtract(QRegion)const" remove="all"/> <!--### Obsolete in 4.3--> | |
740 | <modify-function signature="unite(QRegion)const" remove="all"/> <!--### Obsolete in 4.3--> |
|
761 | <modify-function signature="unite(QRegion)const" remove="all"/> <!--### Obsolete in 4.3--> | |
741 | <modify-function signature="operator&=(QRect)" remove="all"/> |
|
762 | <modify-function signature="operator&=(QRect)" remove="all"/> | |
742 | <modify-function signature="operator+=(QRect)" remove="all"/> |
|
763 | <modify-function signature="operator+=(QRect)" remove="all"/> | |
743 |
|
764 | |||
744 | </value-type> |
|
765 | </value-type> | |
745 |
|
766 | |||
746 | <value-type name="QTextBlock" delete-in-main-thread="yes"> |
|
767 | <value-type name="QTextBlock" delete-in-main-thread="yes"> | |
747 | <modify-function signature="operator=(QTextBlock)" remove="all"/> |
|
768 | <modify-function signature="operator=(QTextBlock)" remove="all"/> | |
748 | <modify-function signature="setUserData(QTextBlockUserData *)"> |
|
769 | <modify-function signature="setUserData(QTextBlockUserData *)"> | |
749 | <modify-argument index="1"> |
|
770 | <modify-argument index="1"> | |
750 | <define-ownership class="java" owner="c++"/> |
|
771 | <define-ownership class="java" owner="c++"/> | |
751 | </modify-argument> |
|
772 | </modify-argument> | |
752 | </modify-function> |
|
773 | </modify-function> | |
753 | </value-type> |
|
774 | </value-type> | |
754 | <value-type name="QTextBlockFormat" delete-in-main-thread="yes"/> |
|
775 | <value-type name="QTextBlockFormat" delete-in-main-thread="yes"/> | |
755 | <value-type name="QTextTableCellFormat" delete-in-main-thread="yes"/> |
|
776 | <value-type name="QTextTableCellFormat" delete-in-main-thread="yes"/> | |
756 | <value-type name="QTextCharFormat" delete-in-main-thread="yes"> |
|
777 | <value-type name="QTextCharFormat" delete-in-main-thread="yes"> | |
757 | <modify-function signature="isValid()const" access="non-final"/> |
|
778 | <modify-function signature="isValid()const" access="non-final"/> | |
758 |
|
779 | |||
759 | <modify-function signature="anchorName()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
780 | <modify-function signature="anchorName()const" remove="all"/> <!--### Obsolete in 4.3--> | |
760 | <modify-function signature="setAnchorName(QString)" remove="all"/> <!--### Obsolete in 4.3--> |
|
781 | <modify-function signature="setAnchorName(QString)" remove="all"/> <!--### Obsolete in 4.3--> | |
761 | </value-type> |
|
782 | </value-type> | |
762 | <value-type name="QTextFormat" delete-in-main-thread="yes"> |
|
783 | <value-type name="QTextFormat" delete-in-main-thread="yes"> | |
763 | <modify-function signature="operator=(QTextFormat)" remove="all"/> |
|
784 | <modify-function signature="operator=(QTextFormat)" remove="all"/> | |
764 | <modify-function signature="isValid()const" access="non-final"/> |
|
785 | <modify-function signature="isValid()const" access="non-final"/> | |
765 |
|
786 | |||
766 |
|
787 | |||
767 | <modify-function signature="setProperty(int,QVector<QTextLength>)" rename="setLengthVectorProperty"/> |
|
788 | <modify-function signature="setProperty(int,QVector<QTextLength>)" rename="setLengthVectorProperty"/> | |
768 | <inject-code class="native" position="constructor"> |
|
789 | <inject-code class="native" position="constructor"> | |
769 | if ((context->argumentCount() == 1) && (qMetaTypeId<QTextFormat>() == context->argument(0).toVariant().userType())) { |
|
790 | if ((context->argumentCount() == 1) && (qMetaTypeId<QTextFormat>() == context->argument(0).toVariant().userType())) { | |
770 | QTextFormat _q_arg0 = qscriptvalue_cast<QTextFormat>(context->argument(0)); |
|
791 | QTextFormat _q_arg0 = qscriptvalue_cast<QTextFormat>(context->argument(0)); | |
771 | QTextFormat _q_cpp_result(_q_arg0); |
|
792 | QTextFormat _q_cpp_result(_q_arg0); | |
772 | QScriptValue _q_result = context->engine()->newVariant(context->thisObject(), qVariantFromValue(_q_cpp_result)); |
|
793 | QScriptValue _q_result = context->engine()->newVariant(context->thisObject(), qVariantFromValue(_q_cpp_result)); | |
773 | return _q_result; |
|
794 | return _q_result; | |
774 | } |
|
795 | } | |
775 | </inject-code> |
|
796 | </inject-code> | |
776 | </value-type> |
|
797 | </value-type> | |
777 |
|
798 | |||
778 | <value-type name="QTextListFormat" delete-in-main-thread="yes"/> |
|
799 | <value-type name="QTextListFormat" delete-in-main-thread="yes"/> | |
779 | <value-type name="QPolygon"> |
|
800 | <value-type name="QPolygon"> | |
780 | <modify-function signature="QPolygon(int, const int *)" remove="all"/> |
|
801 | <modify-function signature="QPolygon(int, const int *)" remove="all"/> | |
781 | <modify-function signature="operator+(QVector<QPoint>)const" remove="all"/> |
|
802 | <modify-function signature="operator+(QVector<QPoint>)const" remove="all"/> | |
782 | <modify-function signature="operator<<(QPoint)" remove="all"/> |
|
803 | <modify-function signature="operator<<(QPoint)" remove="all"/> | |
783 | <modify-function signature="operator<<(QVector<QPoint>)" remove="all"/> |
|
804 | <modify-function signature="operator<<(QVector<QPoint>)" remove="all"/> | |
784 |
|
805 | |||
785 |
|
806 | |||
786 | </value-type> |
|
807 | </value-type> | |
787 |
|
808 | |||
788 | <value-type name="QPolygonF"> |
|
809 | <value-type name="QPolygonF"> | |
789 | <modify-function signature="operator+(QVector<QPointF>)const" remove="all"/> |
|
810 | <modify-function signature="operator+(QVector<QPointF>)const" remove="all"/> | |
790 | <modify-function signature="operator<<(QPointF)" remove="all"/> |
|
811 | <modify-function signature="operator<<(QPointF)" remove="all"/> | |
791 | <modify-function signature="operator<<(QVector<QPointF>)" remove="all"/> |
|
812 | <modify-function signature="operator<<(QVector<QPointF>)" remove="all"/> | |
792 | </value-type> |
|
813 | </value-type> | |
793 |
|
814 | |||
794 | <value-type name="QIcon" delete-in-main-thread="yes"> |
|
815 | <value-type name="QIcon" delete-in-main-thread="yes"> | |
795 | <modify-function signature="operator=(QIcon)" remove="all"/> |
|
816 | <modify-function signature="operator=(QIcon)" remove="all"/> | |
796 | <modify-function signature="serialNumber()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
817 | <modify-function signature="serialNumber()const" remove="all"/> <!--### Obsolete in 4.3--> | |
797 | <modify-function signature="QIcon(QIconEngineV2 *)"> |
|
818 | <modify-function signature="QIcon(QIconEngineV2 *)"> | |
798 | <modify-argument index="1"> |
|
819 | <modify-argument index="1"> | |
799 | <define-ownership class="java" owner="c++"/> |
|
820 | <define-ownership class="java" owner="c++"/> | |
800 | </modify-argument> |
|
821 | </modify-argument> | |
801 | </modify-function> |
|
822 | </modify-function> | |
802 | <modify-function signature="QIcon(QIconEngine *)"> |
|
823 | <modify-function signature="QIcon(QIconEngine *)"> | |
803 | <modify-argument index="1"> |
|
824 | <modify-argument index="1"> | |
804 | <define-ownership class="java" owner="c++"/> |
|
825 | <define-ownership class="java" owner="c++"/> | |
805 | </modify-argument> |
|
826 | </modify-argument> | |
806 | </modify-function> |
|
827 | </modify-function> | |
807 | </value-type> |
|
828 | </value-type> | |
808 |
|
829 | |||
809 | <value-type name="QTextFrame::iterator" delete-in-main-thread="yes"> |
|
830 | <value-type name="QTextFrame::iterator" delete-in-main-thread="yes"> | |
810 | <include file-name="QTextFrame" location="global"/> |
|
831 | <include file-name="QTextFrame" location="global"/> | |
811 | <modify-function signature="operator++(int)" remove="all"/> |
|
832 | <modify-function signature="operator++(int)" remove="all"/> | |
812 | <modify-function signature="operator--(int)" remove="all"/> |
|
833 | <modify-function signature="operator--(int)" remove="all"/> | |
813 | <modify-function signature="operator=(QTextFrame::iterator)" remove="all"/> |
|
834 | <modify-function signature="operator=(QTextFrame::iterator)" remove="all"/> | |
814 | <modify-function signature="operator++()" access="private"/> |
|
835 | <modify-function signature="operator++()" access="private"/> | |
815 | <modify-function signature="operator--()" access="private"/> |
|
836 | <modify-function signature="operator--()" access="private"/> | |
816 | </value-type> |
|
837 | </value-type> | |
817 |
|
838 | |||
818 | <value-type name="QTreeWidgetItemIterator" delete-in-main-thread="yes"> |
|
839 | <value-type name="QTreeWidgetItemIterator" delete-in-main-thread="yes"> | |
819 | <custom-constructor> |
|
840 | <custom-constructor> | |
820 | return new QTreeWidgetItemIterator(*copy); |
|
841 | return new QTreeWidgetItemIterator(*copy); | |
821 | </custom-constructor> |
|
842 | </custom-constructor> | |
822 | <custom-destructor> |
|
843 | <custom-destructor> | |
823 | delete copy; |
|
844 | delete copy; | |
824 | </custom-destructor> |
|
845 | </custom-destructor> | |
825 | <modify-function signature="operator=(QTreeWidgetItemIterator)" remove="all"/> |
|
846 | <modify-function signature="operator=(QTreeWidgetItemIterator)" remove="all"/> | |
826 | <modify-function signature="operator++(int)" remove="all"/> |
|
847 | <modify-function signature="operator++(int)" remove="all"/> | |
827 | <modify-function signature="operator--(int)" remove="all"/> |
|
848 | <modify-function signature="operator--(int)" remove="all"/> | |
828 | <modify-function signature="operator+=(int)" access="private"/> |
|
849 | <modify-function signature="operator+=(int)" access="private"/> | |
829 | <modify-function signature="operator-=(int)" access="private"/> |
|
850 | <modify-function signature="operator-=(int)" access="private"/> | |
830 | <modify-function signature="operator++()" access="private"/> |
|
851 | <modify-function signature="operator++()" access="private"/> | |
831 | <modify-function signature="operator--()" access="private"/> |
|
852 | <modify-function signature="operator--()" access="private"/> | |
832 | <modify-function signature="operator*()const" access="private"/> |
|
853 | <modify-function signature="operator*()const" access="private"/> | |
833 | </value-type> |
|
854 | </value-type> | |
834 |
|
855 | |||
835 | <value-type name="QTextBlock::iterator" delete-in-main-thread="yes"> |
|
856 | <value-type name="QTextBlock::iterator" delete-in-main-thread="yes"> | |
836 | <include file-name="QTextBlock" location="global"/> |
|
857 | <include file-name="QTextBlock" location="global"/> | |
837 |
|
858 | |||
838 | <modify-function signature="operator++()" access="private"/> |
|
859 | <modify-function signature="operator++()" access="private"/> | |
839 | <modify-function signature="operator--()" access="private"/> |
|
860 | <modify-function signature="operator--()" access="private"/> | |
840 | <modify-function signature="operator++(int)" remove="all"/> |
|
861 | <modify-function signature="operator++(int)" remove="all"/> | |
841 | <modify-function signature="operator--(int)" remove="all"/> |
|
862 | <modify-function signature="operator--(int)" remove="all"/> | |
842 | </value-type> |
|
863 | </value-type> | |
843 |
|
864 | |||
844 | <value-type name="QAbstractTextDocumentLayout::PaintContext" delete-in-main-thread="yes"> |
|
865 | <value-type name="QAbstractTextDocumentLayout::PaintContext" delete-in-main-thread="yes"> | |
845 | <include file-name="QAbstractTextDocumentLayout" location="global"/> |
|
866 | <include file-name="QAbstractTextDocumentLayout" location="global"/> | |
846 | </value-type> |
|
867 | </value-type> | |
847 | <value-type name="QAbstractTextDocumentLayout::Selection" delete-in-main-thread="yes"/> |
|
868 | <value-type name="QAbstractTextDocumentLayout::Selection" delete-in-main-thread="yes"/> | |
848 |
|
869 | |||
849 | <value-type name="QPixmap" delete-in-main-thread="yes"> |
|
870 | <value-type name="QPixmap" delete-in-main-thread="yes"> | |
850 | <modify-function signature="operator=(QPixmap)" remove="all"/> |
|
871 | <modify-function signature="operator=(QPixmap)" remove="all"/> | |
851 | <modify-function signature="operator!()const" remove="all"/> |
|
872 | <modify-function signature="operator!()const" remove="all"/> | |
852 | <modify-function signature="QPixmap(const char **)" remove="all"/> |
|
873 | <modify-function signature="QPixmap(const char **)" remove="all"/> | |
853 | <modify-function signature="serialNumber()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
874 | <modify-function signature="serialNumber()const" remove="all"/> <!--### Obsolete in 4.3--> | |
854 |
|
875 | |||
855 | <modify-function signature="loadFromData(const uchar *,uint,const char *,QFlags<Qt::ImageConversionFlag>)" remove="all"/> |
|
876 | <modify-function signature="loadFromData(const uchar *,uint,const char *,QFlags<Qt::ImageConversionFlag>)" remove="all"/> | |
856 |
|
877 | |||
857 | <modify-function signature="QPixmap(QString,const char*,QFlags<Qt::ImageConversionFlag>)"> |
|
878 | <modify-function signature="QPixmap(QString,const char*,QFlags<Qt::ImageConversionFlag>)"> | |
858 | <modify-argument index="2"> |
|
879 | <modify-argument index="2"> | |
859 | <replace-type modified-type="QString"/> |
|
880 | <replace-type modified-type="QString"/> | |
860 | <conversion-rule class="native"> |
|
881 | <conversion-rule class="native"> | |
861 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
882 | <insert-template name="core.convert_string_arg_to_char*"/> | |
862 | </conversion-rule> |
|
883 | </conversion-rule> | |
863 | </modify-argument> |
|
884 | </modify-argument> | |
864 | </modify-function> |
|
885 | </modify-function> | |
865 |
|
886 | |||
866 | <modify-function signature="load(QString,const char*,QFlags<Qt::ImageConversionFlag>)"> |
|
887 | <modify-function signature="load(QString,const char*,QFlags<Qt::ImageConversionFlag>)"> | |
867 | <modify-argument index="2"> |
|
888 | <modify-argument index="2"> | |
868 | <replace-type modified-type="QString"/> |
|
889 | <replace-type modified-type="QString"/> | |
869 | <conversion-rule class="native"> |
|
890 | <conversion-rule class="native"> | |
870 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
891 | <insert-template name="core.convert_string_arg_to_char*"/> | |
871 | </conversion-rule> |
|
892 | </conversion-rule> | |
872 | </modify-argument> |
|
893 | </modify-argument> | |
873 | </modify-function> |
|
894 | </modify-function> | |
874 |
|
895 | |||
875 | <modify-function signature="loadFromData(QByteArray,const char*,QFlags<Qt::ImageConversionFlag>)"> |
|
896 | <modify-function signature="loadFromData(QByteArray,const char*,QFlags<Qt::ImageConversionFlag>)"> | |
876 | <modify-argument index="2"> |
|
897 | <modify-argument index="2"> | |
877 | <replace-type modified-type="QString"/> |
|
898 | <replace-type modified-type="QString"/> | |
878 | <conversion-rule class="native"> |
|
899 | <conversion-rule class="native"> | |
879 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
900 | <insert-template name="core.convert_string_arg_to_char*"/> | |
880 | </conversion-rule> |
|
901 | </conversion-rule> | |
881 | </modify-argument> |
|
902 | </modify-argument> | |
882 | </modify-function> |
|
903 | </modify-function> | |
883 |
|
904 | |||
884 | <modify-function signature="save(QIODevice*,const char*,int)const"> |
|
905 | <modify-function signature="save(QIODevice*,const char*,int)const"> | |
885 | <modify-argument index="2"> |
|
906 | <modify-argument index="2"> | |
886 | <replace-type modified-type="QString"/> |
|
907 | <replace-type modified-type="QString"/> | |
887 | <conversion-rule class="native"> |
|
908 | <conversion-rule class="native"> | |
888 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
909 | <insert-template name="core.convert_string_arg_to_char*"/> | |
889 | </conversion-rule> |
|
910 | </conversion-rule> | |
890 | </modify-argument> |
|
911 | </modify-argument> | |
891 | </modify-function> |
|
912 | </modify-function> | |
892 |
|
913 | |||
893 | <modify-function signature="save(QString,const char*,int)const"> |
|
914 | <modify-function signature="save(QString,const char*,int)const"> | |
894 | <modify-argument index="2"> |
|
915 | <modify-argument index="2"> | |
895 | <replace-type modified-type="QString"/> |
|
916 | <replace-type modified-type="QString"/> | |
896 | <conversion-rule class="native"> |
|
917 | <conversion-rule class="native"> | |
897 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
918 | <insert-template name="core.convert_string_arg_to_char*"/> | |
898 | </conversion-rule> |
|
919 | </conversion-rule> | |
899 | </modify-argument> |
|
920 | </modify-argument> | |
900 | </modify-function> |
|
921 | </modify-function> | |
901 | </value-type> |
|
922 | </value-type> | |
902 |
|
923 | |||
903 | <value-type name="QTextCursor" delete-in-main-thread="yes"> |
|
924 | <value-type name="QTextCursor" delete-in-main-thread="yes"> | |
904 | <extra-includes> |
|
925 | <extra-includes> | |
905 | <include file-name="QTextBlock" location="global"/> |
|
926 | <include file-name="QTextBlock" location="global"/> | |
906 | <include file-name="QTextDocumentFragment" location="global"/> |
|
927 | <include file-name="QTextDocumentFragment" location="global"/> | |
907 | </extra-includes> |
|
928 | </extra-includes> | |
908 | <modify-function signature="operator=(QTextCursor)" remove="all"/> |
|
929 | <modify-function signature="operator=(QTextCursor)" remove="all"/> | |
909 | <modify-function signature="selectedTableCells(int*,int*,int*,int*)const"> |
|
930 | <modify-function signature="selectedTableCells(int*,int*,int*,int*)const"> | |
910 | <access modifier="private"/> |
|
931 | <access modifier="private"/> | |
911 | </modify-function> |
|
932 | </modify-function> | |
912 | </value-type> |
|
933 | </value-type> | |
913 |
|
934 | |||
914 | <value-type name="QTextLayout::FormatRange"> |
|
935 | <value-type name="QTextLayout::FormatRange"> | |
915 | <include file-name="QTextLayout" location="global"/> |
|
936 | <include file-name="QTextLayout" location="global"/> | |
916 | </value-type> |
|
937 | </value-type> | |
917 |
|
938 | |||
918 | <value-type name="QInputMethodEvent::Attribute"> |
|
939 | <value-type name="QInputMethodEvent::Attribute"> | |
919 | <include file-name="QInputMethodEvent" location="global"/> |
|
940 | <include file-name="QInputMethodEvent" location="global"/> | |
920 | <custom-constructor> |
|
941 | <custom-constructor> | |
921 | return new QInputMethodEvent::Attribute(copy->type, copy->start, copy->length, copy->value); |
|
942 | return new QInputMethodEvent::Attribute(copy->type, copy->start, copy->length, copy->value); | |
922 | </custom-constructor> |
|
943 | </custom-constructor> | |
923 | <custom-destructor> |
|
944 | <custom-destructor> | |
924 | delete copy; |
|
945 | delete copy; | |
925 | </custom-destructor> |
|
946 | </custom-destructor> | |
926 | </value-type> |
|
947 | </value-type> | |
927 |
|
948 | |||
928 | <value-type name="QItemSelection" delete-in-main-thread="yes"> |
|
949 | <value-type name="QItemSelection" delete-in-main-thread="yes"> | |
929 |
|
950 | |||
930 | <modify-function signature="operator+(const QList<QItemSelectionRange>&)const" remove="all"/> |
|
951 | <modify-function signature="operator+(const QList<QItemSelectionRange>&)const" remove="all"/> | |
931 | <modify-function signature="operator+=(const QList<QItemSelectionRange>&)" remove="all"/> |
|
952 | <modify-function signature="operator+=(const QList<QItemSelectionRange>&)" remove="all"/> | |
932 | <modify-function signature="operator+=(const QItemSelectionRange&)" remove="all"/> |
|
953 | <modify-function signature="operator+=(const QItemSelectionRange&)" remove="all"/> | |
933 | <modify-function signature="operator<<(const QList<QItemSelectionRange>&)" remove="all"/> |
|
954 | <modify-function signature="operator<<(const QList<QItemSelectionRange>&)" remove="all"/> | |
934 | <modify-function signature="operator<<(QItemSelectionRange)" remove="all"/> |
|
955 | <modify-function signature="operator<<(QItemSelectionRange)" remove="all"/> | |
935 | </value-type> |
|
956 | </value-type> | |
936 |
|
957 | |||
937 | <value-type name="QMatrix4x4"> |
|
958 | <value-type name="QMatrix4x4"> | |
938 | <modify-function signature="data()const" remove="all"/> |
|
959 | <modify-function signature="data()const" remove="all"/> | |
939 | <modify-function signature="operator()(int, int)const" remove="all"/> |
|
960 | <modify-function signature="operator()(int, int)const" remove="all"/> | |
940 | </value-type> |
|
961 | </value-type> | |
941 | <value-type name="QMatrix"> |
|
962 | <value-type name="QMatrix"> | |
942 | <extra-includes> |
|
963 | <extra-includes> | |
943 | <include file-name="QPainterPath" location="global"/> |
|
964 | <include file-name="QPainterPath" location="global"/> | |
944 | </extra-includes> |
|
965 | </extra-includes> | |
945 |
|
966 | |||
946 | <modify-function signature="map(int,int,int*,int*)const" remove="all"/> |
|
967 | <modify-function signature="map(int,int,int*,int*)const" remove="all"/> | |
947 | <modify-function signature="map(double,double,double*,double*)const" remove="all"/> |
|
968 | <modify-function signature="map(double,double,double*,double*)const" remove="all"/> | |
948 | <modify-function signature="operator=(QMatrix)" remove="all"/> |
|
969 | <modify-function signature="operator=(QMatrix)" remove="all"/> | |
949 |
|
970 | |||
950 | <modify-function signature="operator*(QMatrix)const" access="private"/> |
|
971 | <modify-function signature="operator*(QMatrix)const" access="private"/> | |
951 | <modify-function signature="operator*=(QMatrix)" access="private"/> |
|
972 | <modify-function signature="operator*=(QMatrix)" access="private"/> | |
952 | <modify-function signature="rotate(double)" access="private" rename="rotate_private"/> |
|
973 | <modify-function signature="rotate(double)" access="private" rename="rotate_private"/> | |
953 | <modify-function signature="scale(double,double)" access="private" rename="scale_private"/> |
|
974 | <modify-function signature="scale(double,double)" access="private" rename="scale_private"/> | |
954 | <modify-function signature="shear(double,double)" access="private" rename="shear_private"/> |
|
975 | <modify-function signature="shear(double,double)" access="private" rename="shear_private"/> | |
955 | <modify-function signature="translate(double,double)" access="private" rename="translate_private"/> |
|
976 | <modify-function signature="translate(double,double)" access="private" rename="translate_private"/> | |
956 |
|
977 | |||
957 | <modify-function signature="inverted(bool*)const"> |
|
978 | <modify-function signature="inverted(bool*)const"> | |
958 | <access modifier="private"/> |
|
979 | <access modifier="private"/> | |
959 | <modify-argument index="1"> |
|
980 | <modify-argument index="1"> | |
960 | <remove-default-expression/> |
|
981 | <remove-default-expression/> | |
961 | </modify-argument> |
|
982 | </modify-argument> | |
962 | </modify-function> |
|
983 | </modify-function> | |
963 |
|
984 | |||
964 | <inject-code> |
|
985 | <inject-code> | |
965 | <insert-template name="core.unary_other_type"> |
|
986 | <insert-template name="core.unary_other_type"> | |
966 | <replace from="%FUNCTION_NAME" to="rotate"/> |
|
987 | <replace from="%FUNCTION_NAME" to="rotate"/> | |
967 | <replace from="%OUT_TYPE" to="QMatrix"/> |
|
988 | <replace from="%OUT_TYPE" to="QMatrix"/> | |
968 | <replace from="%IN_TYPE" to="double"/> |
|
989 | <replace from="%IN_TYPE" to="double"/> | |
969 | </insert-template> |
|
990 | </insert-template> | |
970 |
|
991 | |||
971 | <insert-template name="core.private_function_return_self"> |
|
992 | <insert-template name="core.private_function_return_self"> | |
972 | <replace from="%RETURN_TYPE" to="QMatrix"/> |
|
993 | <replace from="%RETURN_TYPE" to="QMatrix"/> | |
973 | <replace from="%FUNCTION_NAME" to="scale"/> |
|
994 | <replace from="%FUNCTION_NAME" to="scale"/> | |
974 | <replace from="%ARGUMENTS" to="double sx, double sy"/> |
|
995 | <replace from="%ARGUMENTS" to="double sx, double sy"/> | |
975 | <replace from="%ARGUMENT_NAMES" to="sx, sy"/> |
|
996 | <replace from="%ARGUMENT_NAMES" to="sx, sy"/> | |
976 | </insert-template> |
|
997 | </insert-template> | |
977 |
|
998 | |||
978 | <insert-template name="core.private_function_return_self"> |
|
999 | <insert-template name="core.private_function_return_self"> | |
979 | <replace from="%RETURN_TYPE" to="QMatrix"/> |
|
1000 | <replace from="%RETURN_TYPE" to="QMatrix"/> | |
980 | <replace from="%FUNCTION_NAME" to="shear"/> |
|
1001 | <replace from="%FUNCTION_NAME" to="shear"/> | |
981 | <replace from="%ARGUMENTS" to="double sh, double sv"/> |
|
1002 | <replace from="%ARGUMENTS" to="double sh, double sv"/> | |
982 | <replace from="%ARGUMENT_NAMES" to="sh, sv"/> |
|
1003 | <replace from="%ARGUMENT_NAMES" to="sh, sv"/> | |
983 | </insert-template> |
|
1004 | </insert-template> | |
984 |
|
1005 | |||
985 | <insert-template name="core.private_function_return_self"> |
|
1006 | <insert-template name="core.private_function_return_self"> | |
986 | <replace from="%RETURN_TYPE" to="QMatrix"/> |
|
1007 | <replace from="%RETURN_TYPE" to="QMatrix"/> | |
987 | <replace from="%FUNCTION_NAME" to="translate"/> |
|
1008 | <replace from="%FUNCTION_NAME" to="translate"/> | |
988 | <replace from="%ARGUMENTS" to="double dx, double dy"/> |
|
1009 | <replace from="%ARGUMENTS" to="double dx, double dy"/> | |
989 | <replace from="%ARGUMENT_NAMES" to="dx, dy"/> |
|
1010 | <replace from="%ARGUMENT_NAMES" to="dx, dy"/> | |
990 | </insert-template> |
|
1011 | </insert-template> | |
991 | </inject-code> |
|
1012 | </inject-code> | |
992 |
|
1013 | |||
993 | <modify-function signature="inverted(bool*)const"> |
|
1014 | <modify-function signature="inverted(bool*)const"> | |
994 | <modify-argument index="1"> |
|
1015 | <modify-argument index="1"> | |
995 | <remove-argument/> |
|
1016 | <remove-argument/> | |
996 | </modify-argument> |
|
1017 | </modify-argument> | |
997 | </modify-function> |
|
1018 | </modify-function> | |
998 | </value-type> |
|
1019 | </value-type> | |
999 |
|
1020 | |||
1000 | <value-type name="QConicalGradient" polymorphic-id-expression="%1->type() == QGradient::ConicalGradient"> |
|
1021 | <value-type name="QConicalGradient" polymorphic-id-expression="%1->type() == QGradient::ConicalGradient"> | |
1001 | <custom-constructor> |
|
1022 | <custom-constructor> | |
1002 | return new QConicalGradient(copy->center(), copy->angle()); |
|
1023 | return new QConicalGradient(copy->center(), copy->angle()); | |
1003 | </custom-constructor> |
|
1024 | </custom-constructor> | |
1004 | <custom-destructor> |
|
1025 | <custom-destructor> | |
1005 | delete copy; |
|
1026 | delete copy; | |
1006 | </custom-destructor> |
|
1027 | </custom-destructor> | |
1007 | </value-type> |
|
1028 | </value-type> | |
1008 |
|
1029 | |||
1009 | <value-type name="QFontInfo" delete-in-main-thread="yes" expense-cost="1" expense-limit="1000"> |
|
1030 | <value-type name="QFontInfo" delete-in-main-thread="yes" expense-cost="1" expense-limit="1000"> | |
1010 | <custom-constructor> |
|
1031 | <custom-constructor> | |
1011 | return new QFontInfo(*copy); |
|
1032 | return new QFontInfo(*copy); | |
1012 | </custom-constructor> |
|
1033 | </custom-constructor> | |
1013 | <custom-destructor> |
|
1034 | <custom-destructor> | |
1014 | delete copy; |
|
1035 | delete copy; | |
1015 | </custom-destructor> |
|
1036 | </custom-destructor> | |
1016 | <modify-function signature="operator=(QFontInfo)" remove="all"/> |
|
1037 | <modify-function signature="operator=(QFontInfo)" remove="all"/> | |
1017 |
|
1038 | |||
1018 |
|
1039 | |||
1019 | <modify-function signature="QFontInfo(QFontInfo)"> |
|
1040 | <modify-function signature="QFontInfo(QFontInfo)"> | |
1020 | <modify-argument index="1"> |
|
1041 | <modify-argument index="1"> | |
1021 | <replace-type modified-type="QFontInfo*"/> |
|
1042 | <replace-type modified-type="QFontInfo*"/> | |
1022 | <conversion-rule class="native"> |
|
1043 | <conversion-rule class="native"> | |
1023 | QFontInfo & %out% = *qscriptvalue_cast<QFontInfo*>(%in%); |
|
1044 | QFontInfo & %out% = *qscriptvalue_cast<QFontInfo*>(%in%); | |
1024 | </conversion-rule> |
|
1045 | </conversion-rule> | |
1025 | </modify-argument> |
|
1046 | </modify-argument> | |
1026 | </modify-function> |
|
1047 | </modify-function> | |
1027 | </value-type> |
|
1048 | </value-type> | |
1028 |
|
1049 | |||
1029 | <value-type name="QRadialGradient" polymorphic-id-expression="%1->type() == QGradient::RadialGradient"> |
|
1050 | <value-type name="QRadialGradient" polymorphic-id-expression="%1->type() == QGradient::RadialGradient"> | |
1030 | <custom-constructor> |
|
1051 | <custom-constructor> | |
1031 | return new QRadialGradient(copy->center(), copy->radius(), copy->focalPoint()); |
|
1052 | return new QRadialGradient(copy->center(), copy->radius(), copy->focalPoint()); | |
1032 | </custom-constructor> |
|
1053 | </custom-constructor> | |
1033 | <custom-destructor> |
|
1054 | <custom-destructor> | |
1034 | delete copy; |
|
1055 | delete copy; | |
1035 | </custom-destructor> |
|
1056 | </custom-destructor> | |
1036 | </value-type> |
|
1057 | </value-type> | |
1037 |
|
1058 | |||
1038 | <value-type name="QPainterPath::Element"> |
|
1059 | <value-type name="QPainterPath::Element"> | |
1039 | <modify-field name="x" write="false"/> |
|
1060 | <modify-field name="x" write="false"/> | |
1040 | <modify-field name="y" write="false"/> |
|
1061 | <modify-field name="y" write="false"/> | |
1041 | <modify-field name="type" write="false"/> |
|
1062 | <modify-field name="type" write="false"/> | |
1042 | <include file-name="QPainterPath" location="global"/> |
|
1063 | <include file-name="QPainterPath" location="global"/> | |
1043 | <modify-function signature="operator QPointF()const" access="private"/> |
|
1064 | <modify-function signature="operator QPointF()const" access="private"/> | |
1044 | </value-type> |
|
1065 | </value-type> | |
1045 |
|
1066 | |||
1046 | <value-type name="QTextEdit::ExtraSelection" delete-in-main-thread="yes"> |
|
1067 | <value-type name="QTextEdit::ExtraSelection" delete-in-main-thread="yes"> | |
1047 | <include file-name="QTextEdit" location="global"/> |
|
1068 | <include file-name="QTextEdit" location="global"/> | |
1048 | </value-type> |
|
1069 | </value-type> | |
1049 |
|
1070 | |||
1050 | <value-type name="QFont" delete-in-main-thread="yes" expense-cost="1" expense-limit="1000"> |
|
1071 | <value-type name="QFont" delete-in-main-thread="yes" expense-cost="1" expense-limit="1000"> | |
1051 | <extra-includes> |
|
1072 | <extra-includes> | |
1052 | <include file-name="QStringList" location="global"/> |
|
1073 | <include file-name="QStringList" location="global"/> | |
1053 | </extra-includes> |
|
1074 | </extra-includes> | |
1054 | <modify-function signature="operator=(QFont)" remove="all"/> |
|
1075 | <modify-function signature="operator=(QFont)" remove="all"/> | |
1055 | </value-type> |
|
1076 | </value-type> | |
1056 |
|
1077 | |||
1057 | <value-type name="QTextTableCell" delete-in-main-thread="yes"> |
|
1078 | <value-type name="QTextTableCell" delete-in-main-thread="yes"> | |
1058 | <extra-includes> |
|
1079 | <extra-includes> | |
1059 | <include file-name="QTextCursor" location="global"/> |
|
1080 | <include file-name="QTextCursor" location="global"/> | |
1060 | </extra-includes> |
|
1081 | </extra-includes> | |
1061 | <modify-function signature="operator=(QTextTableCell)" remove="all"/> |
|
1082 | <modify-function signature="operator=(QTextTableCell)" remove="all"/> | |
1062 | </value-type> |
|
1083 | </value-type> | |
1063 |
|
1084 | |||
1064 | <value-type name="QImage" expense-limit="67108864" expense-cost="height()*bytesPerLine()"> |
|
1085 | <value-type name="QImage" expense-limit="67108864" expense-cost="height()*bytesPerLine()"> | |
1065 | <modify-function signature="QImage(const char *, const char *)"> |
|
1086 | <modify-function signature="QImage(const char *, const char *)"> | |
1066 | <remove/> |
|
1087 | <remove/> | |
1067 | </modify-function> |
|
1088 | </modify-function> | |
1068 | <modify-function signature="QImage(const char **)"> |
|
1089 | <modify-function signature="QImage(const char **)"> | |
1069 | <access modifier="private"/> |
|
1090 | <access modifier="private"/> | |
1070 | </modify-function> |
|
1091 | </modify-function> | |
1071 | <modify-function signature="QImage(const unsigned char*,int,int,int,QImage::Format)"> |
|
1092 | <modify-function signature="QImage(const unsigned char*,int,int,int,QImage::Format)"> | |
1072 | <remove/> |
|
1093 | <remove/> | |
1073 | </modify-function> |
|
1094 | </modify-function> | |
1074 | <modify-function signature="bits()const"> |
|
1095 | <modify-function signature="bits()const"> | |
1075 | <remove/> |
|
1096 | <remove/> | |
1076 | </modify-function> |
|
1097 | </modify-function> | |
1077 | <modify-function signature="scanLine(int)const"> |
|
1098 | <modify-function signature="scanLine(int)const"> | |
1078 | <remove/> |
|
1099 | <remove/> | |
1079 | </modify-function> |
|
1100 | </modify-function> | |
1080 | <modify-function signature="QImage(const unsigned char *, int, int, QImage::Format)"> |
|
1101 | <modify-function signature="QImage(const unsigned char *, int, int, QImage::Format)"> | |
1081 | <remove/> |
|
1102 | <remove/> | |
1082 | </modify-function> |
|
1103 | </modify-function> | |
1083 |
|
1104 | |||
1084 | <extra-includes> |
|
1105 | <extra-includes> | |
1085 | <include file-name="QStringList" location="global"/> |
|
1106 | <include file-name="QStringList" location="global"/> | |
1086 | <include file-name="QMatrix" location="global"/> |
|
1107 | <include file-name="QMatrix" location="global"/> | |
1087 | </extra-includes> |
|
1108 | </extra-includes> | |
1088 | <modify-function signature="save(const QString &, const char *, int) const"> |
|
1109 | <modify-function signature="save(const QString &, const char *, int) const"> | |
1089 | <access modifier="private"/> |
|
1110 | <access modifier="private"/> | |
1090 | <rename to="private_save"/> |
|
1111 | <rename to="private_save"/> | |
1091 | <modify-argument index="2"> |
|
1112 | <modify-argument index="2"> | |
1092 | <remove-default-expression/> |
|
1113 | <remove-default-expression/> | |
1093 | </modify-argument> |
|
1114 | </modify-argument> | |
1094 | <modify-argument index="3"> |
|
1115 | <modify-argument index="3"> | |
1095 | <remove-default-expression/> |
|
1116 | <remove-default-expression/> | |
1096 | </modify-argument> |
|
1117 | </modify-argument> | |
1097 | </modify-function> |
|
1118 | </modify-function> | |
1098 |
|
1119 | |||
1099 | <modify-function signature="QImage(unsigned char*,int,int,QImage::Format)"> |
|
1120 | <modify-function signature="QImage(unsigned char*,int,int,QImage::Format)"> | |
1100 | <access modifier="private"/> |
|
1121 | <access modifier="private"/> | |
1101 | </modify-function> |
|
1122 | </modify-function> | |
1102 |
|
1123 | |||
1103 | <modify-function signature="QImage(QString,const char*)"> |
|
1124 | <modify-function signature="QImage(QString,const char*)"> | |
1104 | <access modifier="private"/> |
|
1125 | <access modifier="private"/> | |
1105 | <modify-argument index="2"> |
|
1126 | <modify-argument index="2"> | |
1106 | <remove-default-expression/> |
|
1127 | <remove-default-expression/> | |
1107 | </modify-argument> |
|
1128 | </modify-argument> | |
1108 | </modify-function> |
|
1129 | </modify-function> | |
1109 |
|
1130 | |||
1110 | <modify-function signature="load(QString,const char*)"> |
|
1131 | <modify-function signature="load(QString,const char*)"> | |
1111 | <access modifier="private"/> |
|
1132 | <access modifier="private"/> | |
1112 | <modify-argument index="2"> |
|
1133 | <modify-argument index="2"> | |
1113 | <remove-default-expression/> |
|
1134 | <remove-default-expression/> | |
1114 | </modify-argument> |
|
1135 | </modify-argument> | |
1115 | </modify-function> |
|
1136 | </modify-function> | |
1116 |
|
1137 | |||
1117 | <modify-function signature="load(QIODevice*,const char*)"> |
|
1138 | <modify-function signature="load(QIODevice*,const char*)"> | |
1118 | <access modifier="private"/> |
|
1139 | <access modifier="private"/> | |
1119 | </modify-function> |
|
1140 | </modify-function> | |
1120 |
|
1141 | |||
1121 | <modify-function signature="loadFromData(const unsigned char*,int,const char*)"> |
|
1142 | <modify-function signature="loadFromData(const unsigned char*,int,const char*)"> | |
1122 | <access modifier="private"/> |
|
1143 | <access modifier="private"/> | |
1123 | <modify-argument index="2"> |
|
1144 | <modify-argument index="2"> | |
1124 | <remove-default-expression/> |
|
1145 | <remove-default-expression/> | |
1125 | </modify-argument> |
|
1146 | </modify-argument> | |
1126 | <modify-argument index="3"> |
|
1147 | <modify-argument index="3"> | |
1127 | <remove-default-expression/> |
|
1148 | <remove-default-expression/> | |
1128 | </modify-argument> |
|
1149 | </modify-argument> | |
1129 | </modify-function> |
|
1150 | </modify-function> | |
1130 |
|
1151 | |||
1131 | <modify-function signature="loadFromData(QByteArray,const char*)"> |
|
1152 | <modify-function signature="loadFromData(QByteArray,const char*)"> | |
1132 | <access modifier="private"/> |
|
1153 | <access modifier="private"/> | |
1133 | <modify-argument index="2"> |
|
1154 | <modify-argument index="2"> | |
1134 | <remove-default-expression/> |
|
1155 | <remove-default-expression/> | |
1135 | </modify-argument> |
|
1156 | </modify-argument> | |
1136 | </modify-function> |
|
1157 | </modify-function> | |
1137 |
|
1158 | |||
1138 | <modify-function signature="operator=(QImage)" remove="all"/> |
|
1159 | <modify-function signature="operator=(QImage)" remove="all"/> | |
1139 |
|
1160 | |||
1140 | <modify-function signature="setText(const char*,const char*,QString)"> |
|
1161 | <modify-function signature="setText(const char*,const char*,QString)"> | |
1141 | <remove/> |
|
1162 | <remove/> | |
1142 | </modify-function> |
|
1163 | </modify-function> | |
1143 |
|
1164 | |||
1144 | <modify-function signature="text(const char*,const char*)const"> |
|
1165 | <modify-function signature="text(const char*,const char*)const"> | |
1145 | <remove/> |
|
1166 | <remove/> | |
1146 | </modify-function> |
|
1167 | </modify-function> | |
1147 |
|
1168 | |||
1148 | <modify-function signature="fromData(QByteArray,const char*)"> |
|
1169 | <modify-function signature="fromData(QByteArray,const char*)"> | |
1149 | <access modifier="private"/> |
|
1170 | <access modifier="private"/> | |
1150 | <modify-argument index="2"> |
|
1171 | <modify-argument index="2"> | |
1151 | <remove-default-expression/> |
|
1172 | <remove-default-expression/> | |
1152 | </modify-argument> |
|
1173 | </modify-argument> | |
1153 | </modify-function> |
|
1174 | </modify-function> | |
1154 |
|
1175 | |||
1155 | <modify-function signature="fromData(const unsigned char*,int,const char*)"> |
|
1176 | <modify-function signature="fromData(const unsigned char*,int,const char*)"> | |
1156 | <remove/> |
|
1177 | <remove/> | |
1157 | </modify-function> |
|
1178 | </modify-function> | |
1158 |
|
1179 | |||
1159 | <modify-function signature="serialNumber()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
1180 | <modify-function signature="serialNumber()const" remove="all"/> <!--### Obsolete in 4.3--> | |
1160 | <modify-function signature="textLanguages()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
1181 | <modify-function signature="textLanguages()const" remove="all"/> <!--### Obsolete in 4.3--> | |
1161 |
|
1182 | |||
1162 | <modify-function signature="QImage(const char**)" remove="all"/> |
|
1183 | <modify-function signature="QImage(const char**)" remove="all"/> | |
1163 | <modify-function signature="QImage(const uchar *,int,int,QImage::Format)" remove="all"/> |
|
1184 | <modify-function signature="QImage(const uchar *,int,int,QImage::Format)" remove="all"/> | |
1164 | <modify-function signature="QImage(const uchar *,int,int,int,QImage::Format)" remove="all"/> |
|
1185 | <modify-function signature="QImage(const uchar *,int,int,int,QImage::Format)" remove="all"/> | |
1165 | <modify-function signature="QImage(uchar *,int,int,QImage::Format)" remove="all"/> |
|
1186 | <modify-function signature="QImage(uchar *,int,int,QImage::Format)" remove="all"/> | |
1166 | <modify-function signature="QImage(uchar *,int,int,int,QImage::Format)" remove="all"/> |
|
1187 | <modify-function signature="QImage(uchar *,int,int,int,QImage::Format)" remove="all"/> | |
1167 | <modify-function signature="setColorTable(const QVector<uint>)" remove="all"/> |
|
1188 | <modify-function signature="setColorTable(const QVector<uint>)" remove="all"/> | |
1168 | <modify-function signature="loadFromData(const uchar *,int,const char *)" remove="all"/> |
|
1189 | <modify-function signature="loadFromData(const uchar *,int,const char *)" remove="all"/> | |
1169 | <modify-function signature="fromData(const uchar *,int,const char *)" remove="all"/> |
|
1190 | <modify-function signature="fromData(const uchar *,int,const char *)" remove="all"/> | |
1170 | <modify-function signature="bits()" remove="all"/> |
|
1191 | <modify-function signature="bits()" remove="all"/> | |
1171 | <modify-function signature="scanLine(int)" remove="all"/> |
|
1192 | <modify-function signature="scanLine(int)" remove="all"/> | |
1172 |
|
1193 | |||
1173 | <modify-function signature="QImage(QString,const char*)"> |
|
1194 | <modify-function signature="QImage(QString,const char*)"> | |
1174 | <modify-argument index="2"> |
|
1195 | <modify-argument index="2"> | |
1175 | <replace-type modified-type="QString"/> |
|
1196 | <replace-type modified-type="QString"/> | |
1176 | <conversion-rule class="native"> |
|
1197 | <conversion-rule class="native"> | |
1177 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
1198 | <insert-template name="core.convert_string_arg_to_char*"/> | |
1178 | </conversion-rule> |
|
1199 | </conversion-rule> | |
1179 | </modify-argument> |
|
1200 | </modify-argument> | |
1180 | </modify-function> |
|
1201 | </modify-function> | |
1181 |
|
1202 | |||
1182 | <modify-function signature="fromData(QByteArray,const char*)"> |
|
1203 | <modify-function signature="fromData(QByteArray,const char*)"> | |
1183 | <modify-argument index="2"> |
|
1204 | <modify-argument index="2"> | |
1184 | <replace-type modified-type="QString"/> |
|
1205 | <replace-type modified-type="QString"/> | |
1185 | <conversion-rule class="native"> |
|
1206 | <conversion-rule class="native"> | |
1186 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
1207 | <insert-template name="core.convert_string_arg_to_char*"/> | |
1187 | </conversion-rule> |
|
1208 | </conversion-rule> | |
1188 | </modify-argument> |
|
1209 | </modify-argument> | |
1189 | </modify-function> |
|
1210 | </modify-function> | |
1190 |
|
1211 | |||
1191 | <modify-function signature="load(QString,const char*)"> |
|
1212 | <modify-function signature="load(QString,const char*)"> | |
1192 | <modify-argument index="2"> |
|
1213 | <modify-argument index="2"> | |
1193 | <replace-type modified-type="QString"/> |
|
1214 | <replace-type modified-type="QString"/> | |
1194 | <conversion-rule class="native"> |
|
1215 | <conversion-rule class="native"> | |
1195 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
1216 | <insert-template name="core.convert_string_arg_to_char*"/> | |
1196 | </conversion-rule> |
|
1217 | </conversion-rule> | |
1197 | </modify-argument> |
|
1218 | </modify-argument> | |
1198 | </modify-function> |
|
1219 | </modify-function> | |
1199 |
|
1220 | |||
1200 | <modify-function signature="load(QIODevice*,const char*)"> |
|
1221 | <modify-function signature="load(QIODevice*,const char*)"> | |
1201 | <modify-argument index="2"> |
|
1222 | <modify-argument index="2"> | |
1202 | <replace-type modified-type="QString"/> |
|
1223 | <replace-type modified-type="QString"/> | |
1203 | <conversion-rule class="native"> |
|
1224 | <conversion-rule class="native"> | |
1204 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
1225 | <insert-template name="core.convert_string_arg_to_char*"/> | |
1205 | </conversion-rule> |
|
1226 | </conversion-rule> | |
1206 | </modify-argument> |
|
1227 | </modify-argument> | |
1207 | </modify-function> |
|
1228 | </modify-function> | |
1208 |
|
1229 | |||
1209 | <modify-function signature="loadFromData(QByteArray,const char*)"> |
|
1230 | <modify-function signature="loadFromData(QByteArray,const char*)"> | |
1210 | <modify-argument index="2"> |
|
1231 | <modify-argument index="2"> | |
1211 | <replace-type modified-type="QString"/> |
|
1232 | <replace-type modified-type="QString"/> | |
1212 | <conversion-rule class="native"> |
|
1233 | <conversion-rule class="native"> | |
1213 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
1234 | <insert-template name="core.convert_string_arg_to_char*"/> | |
1214 | </conversion-rule> |
|
1235 | </conversion-rule> | |
1215 | </modify-argument> |
|
1236 | </modify-argument> | |
1216 | </modify-function> |
|
1237 | </modify-function> | |
1217 |
|
1238 | |||
1218 | <modify-function signature="save(QString,const char*,int)const"> |
|
1239 | <modify-function signature="save(QString,const char*,int)const"> | |
1219 | <modify-argument index="2"> |
|
1240 | <modify-argument index="2"> | |
1220 | <replace-type modified-type="QString"/> |
|
1241 | <replace-type modified-type="QString"/> | |
1221 | <conversion-rule class="native"> |
|
1242 | <conversion-rule class="native"> | |
1222 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
1243 | <insert-template name="core.convert_string_arg_to_char*"/> | |
1223 | </conversion-rule> |
|
1244 | </conversion-rule> | |
1224 | </modify-argument> |
|
1245 | </modify-argument> | |
1225 | </modify-function> |
|
1246 | </modify-function> | |
1226 |
|
1247 | |||
1227 | <modify-function signature="save(QIODevice*,const char*,int)const"> |
|
1248 | <modify-function signature="save(QIODevice*,const char*,int)const"> | |
1228 | <modify-argument index="2"> |
|
1249 | <modify-argument index="2"> | |
1229 | <replace-type modified-type="QString"/> |
|
1250 | <replace-type modified-type="QString"/> | |
1230 | <conversion-rule class="native"> |
|
1251 | <conversion-rule class="native"> | |
1231 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
1252 | <insert-template name="core.convert_string_arg_to_char*"/> | |
1232 | </conversion-rule> |
|
1253 | </conversion-rule> | |
1233 | </modify-argument> |
|
1254 | </modify-argument> | |
1234 | </modify-function> |
|
1255 | </modify-function> | |
1235 |
|
1256 | |||
1236 | </value-type> |
|
1257 | </value-type> | |
1237 |
|
1258 | |||
1238 | <value-type name="QColormap" delete-in-main-thread="yes"> |
|
1259 | <value-type name="QColormap" delete-in-main-thread="yes"> | |
1239 | <modify-function signature="operator=(QColormap)" remove="all"/> |
|
1260 | <modify-function signature="operator=(QColormap)" remove="all"/> | |
1240 | <extra-includes> |
|
1261 | <extra-includes> | |
1241 | <include file-name="QColor" location="global"/> |
|
1262 | <include file-name="QColor" location="global"/> | |
1242 | </extra-includes> |
|
1263 | </extra-includes> | |
1243 | <custom-constructor> |
|
1264 | <custom-constructor> | |
1244 | return new QColormap(*copy); |
|
1265 | return new QColormap(*copy); | |
1245 | </custom-constructor> |
|
1266 | </custom-constructor> | |
1246 | <custom-destructor> |
|
1267 | <custom-destructor> | |
1247 | delete copy; |
|
1268 | delete copy; | |
1248 | </custom-destructor> |
|
1269 | </custom-destructor> | |
1249 | </value-type> |
|
1270 | </value-type> | |
1250 |
|
1271 | |||
1251 | <value-type name="QCursor" delete-in-main-thread="yes"> |
|
1272 | <value-type name="QCursor" delete-in-main-thread="yes"> | |
1252 | <extra-includes> |
|
1273 | <extra-includes> | |
1253 | <include file-name="QPixmap" location="global"/> |
|
1274 | <include file-name="QPixmap" location="global"/> | |
1254 | </extra-includes> |
|
1275 | </extra-includes> | |
1255 | <modify-function signature="operator=(QCursor)" remove="all"/> |
|
1276 | <modify-function signature="operator=(QCursor)" remove="all"/> | |
1256 | </value-type> |
|
1277 | </value-type> | |
1257 |
|
1278 | |||
1258 | <value-type name="QFontDatabase" delete-in-main-thread="yes"> |
|
1279 | <value-type name="QFontDatabase" delete-in-main-thread="yes"> | |
1259 | <extra-includes> |
|
1280 | <extra-includes> | |
1260 | <include file-name="QStringList" location="global"/> |
|
1281 | <include file-name="QStringList" location="global"/> | |
1261 | </extra-includes> |
|
1282 | </extra-includes> | |
1262 | </value-type> |
|
1283 | </value-type> | |
1263 |
|
1284 | |||
1264 | <value-type name="QPen"> |
|
1285 | <value-type name="QPen"> | |
1265 | <extra-includes> |
|
1286 | <extra-includes> | |
1266 | <include file-name="QBrush" location="global"/> |
|
1287 | <include file-name="QBrush" location="global"/> | |
1267 | </extra-includes> |
|
1288 | </extra-includes> | |
1268 |
|
1289 | |||
1269 | <modify-function signature="operator=(QPen)" remove="all"/> |
|
1290 | <modify-function signature="operator=(QPen)" remove="all"/> | |
1270 | </value-type> |
|
1291 | </value-type> | |
1271 |
|
1292 | |||
1272 | <value-type name="QBrush"> |
|
1293 | <value-type name="QBrush"> | |
1273 | <modify-function signature="QBrush(Qt::GlobalColor, Qt::BrushStyle)" remove="all"/> |
|
1294 | <modify-function signature="QBrush(Qt::GlobalColor, Qt::BrushStyle)" remove="all"/> | |
1274 | <modify-function signature="operator=(const QBrush &)" remove="all"/> |
|
1295 | <modify-function signature="operator=(const QBrush &)" remove="all"/> | |
1275 |
|
1296 | |||
1276 | <extra-includes> |
|
1297 | <extra-includes> | |
1277 | <include file-name="QPixmap" location="global"/> |
|
1298 | <include file-name="QPixmap" location="global"/> | |
1278 | </extra-includes> |
|
1299 | </extra-includes> | |
1279 |
|
1300 | |||
1280 | <modify-function signature="QBrush(QGradient)"> |
|
1301 | <modify-function signature="QBrush(QGradient)"> | |
1281 | <modify-argument index="1"> |
|
1302 | <modify-argument index="1"> | |
1282 | <replace-type modified-type="QGradient*"/> |
|
1303 | <replace-type modified-type="QGradient*"/> | |
1283 | <conversion-rule class="native"> |
|
1304 | <conversion-rule class="native"> | |
1284 | QGradient & %out% = *qscriptvalue_cast<QGradient*>(%in%); |
|
1305 | QGradient & %out% = *qscriptvalue_cast<QGradient*>(%in%); | |
1285 | </conversion-rule> |
|
1306 | </conversion-rule> | |
1286 | </modify-argument> |
|
1307 | </modify-argument> | |
1287 | </modify-function> |
|
1308 | </modify-function> | |
1288 | </value-type> |
|
1309 | </value-type> | |
1289 |
|
1310 | |||
1290 | <value-type name="QColor"> |
|
1311 | <value-type name="QColor"> | |
1291 | <modify-function signature="QColor(QColor::Spec)" remove="all"/> |
|
1312 | <modify-function signature="QColor(QColor::Spec)" remove="all"/> | |
1292 | <modify-function signature="operator=(QColor)" remove="all"/> |
|
1313 | <modify-function signature="operator=(QColor)" remove="all"/> | |
1293 | <modify-function signature="operator=(Qt::GlobalColor)" remove="all"/> |
|
1314 | <modify-function signature="operator=(Qt::GlobalColor)" remove="all"/> | |
1294 |
|
1315 | |||
1295 | <modify-function signature="QColor(const char*)"> |
|
1316 | <modify-function signature="QColor(const char*)"> | |
1296 | <remove/> |
|
1317 | <remove/> | |
1297 | </modify-function> |
|
1318 | </modify-function> | |
1298 |
|
1319 | |||
1299 | <modify-function signature="getCmyk(int*,int*,int*,int*,int*)"> |
|
1320 | <modify-function signature="getCmyk(int*,int*,int*,int*,int*)"> | |
1300 | <remove/> |
|
1321 | <remove/> | |
1301 | </modify-function> |
|
1322 | </modify-function> | |
1302 |
|
1323 | |||
1303 | <modify-function signature="getCmykF(double*,double*,double*,double*,double*)"> |
|
1324 | <modify-function signature="getCmykF(double*,double*,double*,double*,double*)"> | |
1304 | <remove/> |
|
1325 | <remove/> | |
1305 | </modify-function> |
|
1326 | </modify-function> | |
1306 |
|
1327 | |||
1307 | <modify-function signature="getHsv(int*,int*,int*,int*)const"> |
|
1328 | <modify-function signature="getHsv(int*,int*,int*,int*)const"> | |
1308 | <remove/> |
|
1329 | <remove/> | |
1309 | </modify-function> |
|
1330 | </modify-function> | |
1310 |
|
1331 | |||
1311 | <modify-function signature="getHsvF(double*,double*,double*,double*)const"> |
|
1332 | <modify-function signature="getHsvF(double*,double*,double*,double*)const"> | |
1312 | <remove/> |
|
1333 | <remove/> | |
1313 | </modify-function> |
|
1334 | </modify-function> | |
1314 |
|
1335 | |||
1315 | <modify-function signature="getRgb(int*,int*,int*,int*)const"> |
|
1336 | <modify-function signature="getRgb(int*,int*,int*,int*)const"> | |
1316 | <remove/> |
|
1337 | <remove/> | |
1317 | </modify-function> |
|
1338 | </modify-function> | |
1318 |
|
1339 | |||
1319 | <modify-function signature="getRgbF(double*,double*,double*,double*)const"> |
|
1340 | <modify-function signature="getRgbF(double*,double*,double*,double*)const"> | |
1320 | <remove/> |
|
1341 | <remove/> | |
1321 | </modify-function> |
|
1342 | </modify-function> | |
1322 |
|
1343 | |||
1323 | <modify-function signature="dark(int)const" remove="all"/> <!--### Obsolete in 4.3--> |
|
1344 | <modify-function signature="dark(int)const" remove="all"/> <!--### Obsolete in 4.3--> | |
1324 | <modify-function signature="light(int)const" remove="all"/> <!--### Obsolete in 4.3--> |
|
1345 | <modify-function signature="light(int)const" remove="all"/> <!--### Obsolete in 4.3--> | |
1325 | </value-type> |
|
1346 | </value-type> | |
1326 |
|
1347 | |||
1327 | <value-type name="QFontMetricsF" delete-in-main-thread="yes" expense-cost="1" expense-limit="1000"> |
|
1348 | <value-type name="QFontMetricsF" delete-in-main-thread="yes" expense-cost="1" expense-limit="1000"> | |
1328 | <custom-constructor> |
|
1349 | <custom-constructor> | |
1329 | return new QFontMetricsF(*copy); |
|
1350 | return new QFontMetricsF(*copy); | |
1330 | </custom-constructor> |
|
1351 | </custom-constructor> | |
1331 | <custom-destructor> |
|
1352 | <custom-destructor> | |
1332 | delete copy; |
|
1353 | delete copy; | |
1333 | </custom-destructor> |
|
1354 | </custom-destructor> | |
1334 | <modify-function signature="operator!=(const QFontMetricsF &)"> |
|
1355 | <modify-function signature="operator!=(const QFontMetricsF &)"> | |
1335 | <remove/> |
|
1356 | <remove/> | |
1336 | </modify-function> |
|
1357 | </modify-function> | |
1337 | <modify-function signature="operator==(const QFontMetricsF &)"> |
|
1358 | <modify-function signature="operator==(const QFontMetricsF &)"> | |
1338 | <remove/> |
|
1359 | <remove/> | |
1339 | </modify-function> |
|
1360 | </modify-function> | |
1340 |
|
1361 | |||
1341 | <modify-function signature="boundingRect(QRectF,int,QString,int,int*)const"> |
|
1362 | <modify-function signature="boundingRect(QRectF,int,QString,int,int*)const"> | |
1342 | <access modifier="private"/> |
|
1363 | <access modifier="private"/> | |
1343 | <modify-argument index="4"> |
|
1364 | <modify-argument index="4"> | |
1344 | <remove-default-expression/> |
|
1365 | <remove-default-expression/> | |
1345 | </modify-argument> |
|
1366 | </modify-argument> | |
1346 | <modify-argument index="5"> |
|
1367 | <modify-argument index="5"> | |
1347 | <remove-default-expression/> |
|
1368 | <remove-default-expression/> | |
1348 | </modify-argument> |
|
1369 | </modify-argument> | |
1349 | </modify-function> |
|
1370 | </modify-function> | |
1350 |
|
1371 | |||
1351 | <modify-function signature="operator=(QFontMetrics)" remove="all"/> |
|
1372 | <modify-function signature="operator=(QFontMetrics)" remove="all"/> | |
1352 | <modify-function signature="operator=(QFontMetricsF)" remove="all"/> |
|
1373 | <modify-function signature="operator=(QFontMetricsF)" remove="all"/> | |
1353 |
|
1374 | |||
1354 | <modify-function signature="size(int,QString,int,int*)const"> |
|
1375 | <modify-function signature="size(int,QString,int,int*)const"> | |
1355 | <access modifier="private"/> |
|
1376 | <access modifier="private"/> | |
1356 | <modify-argument index="3"> |
|
1377 | <modify-argument index="3"> | |
1357 | <remove-default-expression/> |
|
1378 | <remove-default-expression/> | |
1358 | </modify-argument> |
|
1379 | </modify-argument> | |
1359 | <modify-argument index="4"> |
|
1380 | <modify-argument index="4"> | |
1360 | <remove-default-expression/> |
|
1381 | <remove-default-expression/> | |
1361 | </modify-argument> |
|
1382 | </modify-argument> | |
1362 | </modify-function> |
|
1383 | </modify-function> | |
1363 |
|
1384 | |||
1364 | <modify-function signature="QFontMetricsF(QFontMetricsF)" remove="all"/> |
|
1385 | <modify-function signature="QFontMetricsF(QFontMetricsF)" remove="all"/> | |
1365 | <modify-function signature="QFontMetricsF(QFontMetrics)" remove="all"/> |
|
1386 | <modify-function signature="QFontMetricsF(QFontMetrics)" remove="all"/> | |
1366 | <modify-function signature="operator==(QFontMetricsF)const" remove="all"/> |
|
1387 | <modify-function signature="operator==(QFontMetricsF)const" remove="all"/> | |
1367 | <modify-function signature="operator!=(QFontMetricsF)const" remove="all"/> |
|
1388 | <modify-function signature="operator!=(QFontMetricsF)const" remove="all"/> | |
1368 | </value-type> |
|
1389 | </value-type> | |
1369 | <value-type name="QTextOption::Tab"/> |
|
1390 | <value-type name="QTextOption::Tab"/> | |
1370 |
|
1391 | |||
1371 | <value-type name="QFontMetrics" delete-in-main-thread="yes" expense-cost="1" expense-limit="1000"> |
|
1392 | <value-type name="QFontMetrics" delete-in-main-thread="yes" expense-cost="1" expense-limit="1000"> | |
1372 | <custom-constructor> |
|
1393 | <custom-constructor> | |
1373 | return new QFontMetrics(*copy); |
|
1394 | return new QFontMetrics(*copy); | |
1374 | </custom-constructor> |
|
1395 | </custom-constructor> | |
1375 | <custom-destructor> |
|
1396 | <custom-destructor> | |
1376 | delete copy; |
|
1397 | delete copy; | |
1377 | </custom-destructor> |
|
1398 | </custom-destructor> | |
1378 | <modify-function signature="operator!=(const QFontMetrics &)"> |
|
1399 | <modify-function signature="operator!=(const QFontMetrics &)"> | |
1379 | <remove/> |
|
1400 | <remove/> | |
1380 | </modify-function> |
|
1401 | </modify-function> | |
1381 | <modify-function signature="operator==(const QFontMetrics &)"> |
|
1402 | <modify-function signature="operator==(const QFontMetrics &)"> | |
1382 | <remove/> |
|
1403 | <remove/> | |
1383 | </modify-function> |
|
1404 | </modify-function> | |
1384 |
|
1405 | |||
1385 | <modify-function signature="boundingRect(int,int,int,int,int,QString,int,int*)const"> |
|
1406 | <modify-function signature="boundingRect(int,int,int,int,int,QString,int,int*)const"> | |
1386 | <access modifier="private"/> |
|
1407 | <access modifier="private"/> | |
1387 | <modify-argument index="7"> |
|
1408 | <modify-argument index="7"> | |
1388 | <remove-default-expression/> |
|
1409 | <remove-default-expression/> | |
1389 | </modify-argument> |
|
1410 | </modify-argument> | |
1390 | <modify-argument index="8"> |
|
1411 | <modify-argument index="8"> | |
1391 | <remove-default-expression/> |
|
1412 | <remove-default-expression/> | |
1392 | </modify-argument> |
|
1413 | </modify-argument> | |
1393 | </modify-function> |
|
1414 | </modify-function> | |
1394 |
|
1415 | |||
1395 | <modify-function signature="boundingRect(QRect,int,QString,int,int*)const"> |
|
1416 | <modify-function signature="boundingRect(QRect,int,QString,int,int*)const"> | |
1396 | <access modifier="private"/> |
|
1417 | <access modifier="private"/> | |
1397 | <modify-argument index="4"> |
|
1418 | <modify-argument index="4"> | |
1398 | <remove-default-expression/> |
|
1419 | <remove-default-expression/> | |
1399 | </modify-argument> |
|
1420 | </modify-argument> | |
1400 | <modify-argument index="5"> |
|
1421 | <modify-argument index="5"> | |
1401 | <remove-default-expression/> |
|
1422 | <remove-default-expression/> | |
1402 | </modify-argument> |
|
1423 | </modify-argument> | |
1403 | </modify-function> |
|
1424 | </modify-function> | |
1404 |
|
1425 | |||
1405 | <modify-function signature="operator=(QFontMetrics)" remove="all"/> |
|
1426 | <modify-function signature="operator=(QFontMetrics)" remove="all"/> | |
1406 |
|
1427 | |||
1407 | <modify-function signature="size(int,QString,int,int*)const"> |
|
1428 | <modify-function signature="size(int,QString,int,int*)const"> | |
1408 | <access modifier="private"/> |
|
1429 | <access modifier="private"/> | |
1409 | <modify-argument index="3"> |
|
1430 | <modify-argument index="3"> | |
1410 | <remove-default-expression/> |
|
1431 | <remove-default-expression/> | |
1411 | </modify-argument> |
|
1432 | </modify-argument> | |
1412 | <modify-argument index="4"> |
|
1433 | <modify-argument index="4"> | |
1413 | <remove-default-expression/> |
|
1434 | <remove-default-expression/> | |
1414 | </modify-argument> |
|
1435 | </modify-argument> | |
1415 | </modify-function> |
|
1436 | </modify-function> | |
1416 |
|
1437 | |||
1417 |
|
1438 | |||
1418 | <modify-function signature="QFontMetrics(QFontMetrics)" remove="all"/> |
|
1439 | <modify-function signature="QFontMetrics(QFontMetrics)" remove="all"/> | |
1419 | <modify-function signature="operator==(QFontMetrics)const" remove="all"/> |
|
1440 | <modify-function signature="operator==(QFontMetrics)const" remove="all"/> | |
1420 | <modify-function signature="operator!=(QFontMetrics)const" remove="all"/> |
|
1441 | <modify-function signature="operator!=(QFontMetrics)const" remove="all"/> | |
1421 | </value-type> |
|
1442 | </value-type> | |
1422 |
|
1443 | |||
1423 | <value-type name="QGradient" force-abstract="yes" polymorphic-base="yes" polymorphic-id-expression="%1->type() == QGradient::NoGradient"> |
|
1444 | <value-type name="QGradient" force-abstract="yes" polymorphic-base="yes" polymorphic-id-expression="%1->type() == QGradient::NoGradient"> | |
1424 | <custom-constructor> |
|
1445 | <custom-constructor> | |
1425 | Q_UNUSED(copy) |
|
1446 | Q_UNUSED(copy) | |
1426 | qWarning("Copying empty QGradient object"); |
|
1447 | qWarning("Copying empty QGradient object"); | |
1427 | return new QGradient(); |
|
1448 | return new QGradient(); | |
1428 | </custom-constructor> |
|
1449 | </custom-constructor> | |
1429 | <custom-destructor> |
|
1450 | <custom-destructor> | |
1430 | delete copy; |
|
1451 | delete copy; | |
1431 | </custom-destructor> |
|
1452 | </custom-destructor> | |
1432 | <modify-function signature="operator==(const QGradient &)"> |
|
1453 | <modify-function signature="operator==(const QGradient &)"> | |
1433 | <remove/> |
|
1454 | <remove/> | |
1434 | </modify-function> |
|
1455 | </modify-function> | |
1435 | </value-type> |
|
1456 | </value-type> | |
1436 |
|
1457 | |||
1437 | <value-type name="QLinearGradient" polymorphic-id-expression="%1->type() == QGradient::LinearGradient"> |
|
1458 | <value-type name="QLinearGradient" polymorphic-id-expression="%1->type() == QGradient::LinearGradient"> | |
1438 | <custom-constructor> |
|
1459 | <custom-constructor> | |
1439 | QLinearGradient *lg = new QLinearGradient(copy->start(), copy->finalStop()); |
|
1460 | QLinearGradient *lg = new QLinearGradient(copy->start(), copy->finalStop()); | |
1440 | lg->setSpread(copy->spread()); |
|
1461 | lg->setSpread(copy->spread()); | |
1441 | lg->setStops(copy->stops()); |
|
1462 | lg->setStops(copy->stops()); | |
1442 | return (void *) lg; |
|
1463 | return (void *) lg; | |
1443 | </custom-constructor> |
|
1464 | </custom-constructor> | |
1444 | <custom-destructor> |
|
1465 | <custom-destructor> | |
1445 | delete copy; |
|
1466 | delete copy; | |
1446 | </custom-destructor> |
|
1467 | </custom-destructor> | |
1447 | </value-type> |
|
1468 | </value-type> | |
1448 |
|
1469 | |||
1449 | <value-type name="QPrinterInfo"> |
|
1470 | <value-type name="QPrinterInfo"> | |
1450 | <modify-function signature="operator=(const QPrinterInfo &)" remove="all"/> |
|
1471 | <modify-function signature="operator=(const QPrinterInfo &)" remove="all"/> | |
1451 | </value-type> |
|
1472 | </value-type> | |
1452 |
|
1473 | |||
1453 | <value-type name="QMargins"/> |
|
1474 | <value-type name="QMargins"/> | |
1454 |
|
1475 | |||
1455 | <interface-type name="QLayoutItem"/> |
|
1476 | <interface-type name="QLayoutItem"/> | |
1456 | <interface-type name="QPaintDevice"/> |
|
1477 | <interface-type name="QPaintDevice"/> | |
1457 |
|
1478 | |||
1458 | <interface-type name="QGraphicsItem" delete-in-main-thread="yes" polymorphic-base="yes"> |
|
1479 | <interface-type name="QGraphicsItem" delete-in-main-thread="yes" polymorphic-base="yes"> | |
1459 | <modify-function signature="setCursorForItemOnly(QCursor)" remove="all"/> |
|
1480 | <modify-function signature="setCursorForItemOnly(QCursor)" remove="all"/> | |
1460 |
|
1481 | |||
1461 | <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> |
|
1482 | <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> | |
1462 | <modify-function signature="toGraphicsObject() const" remove="all"/> |
|
1483 | <modify-function signature="toGraphicsObject() const" remove="all"/> | |
1463 |
|
1484 | |||
1464 | <modify-function signature="paint(QPainter*,const QStyleOptionGraphicsItem*,QWidget*)"> |
|
1485 | <modify-function signature="paint(QPainter*,const QStyleOptionGraphicsItem*,QWidget*)"> | |
1465 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1486 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1466 | </modify-function> |
|
1487 | </modify-function> | |
1467 | <modify-function signature="collidesWithItem(const QGraphicsItem*,Qt::ItemSelectionMode)const"> |
|
1488 | <modify-function signature="collidesWithItem(const QGraphicsItem*,Qt::ItemSelectionMode)const"> | |
1468 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1489 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1469 | </modify-function> |
|
1490 | </modify-function> | |
1470 |
|
1491 | |||
1471 | <modify-function signature="contextMenuEvent(QGraphicsSceneContextMenuEvent*)"> |
|
1492 | <modify-function signature="contextMenuEvent(QGraphicsSceneContextMenuEvent*)"> | |
1472 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1493 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1473 | </modify-function> |
|
1494 | </modify-function> | |
1474 | <modify-function signature="dragEnterEvent(QGraphicsSceneDragDropEvent*)"> |
|
1495 | <modify-function signature="dragEnterEvent(QGraphicsSceneDragDropEvent*)"> | |
1475 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1496 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1476 | </modify-function> |
|
1497 | </modify-function> | |
1477 | <modify-function signature="dragLeaveEvent(QGraphicsSceneDragDropEvent*)"> |
|
1498 | <modify-function signature="dragLeaveEvent(QGraphicsSceneDragDropEvent*)"> | |
1478 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1499 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1479 | </modify-function> |
|
1500 | </modify-function> | |
1480 | <modify-function signature="dragMoveEvent(QGraphicsSceneDragDropEvent*)"> |
|
1501 | <modify-function signature="dragMoveEvent(QGraphicsSceneDragDropEvent*)"> | |
1481 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1502 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1482 | </modify-function> |
|
1503 | </modify-function> | |
1483 | <modify-function signature="dropEvent(QGraphicsSceneDragDropEvent*)"> |
|
1504 | <modify-function signature="dropEvent(QGraphicsSceneDragDropEvent*)"> | |
1484 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1505 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1485 | </modify-function> |
|
1506 | </modify-function> | |
1486 | <modify-function signature="focusInEvent(QFocusEvent*)"> |
|
1507 | <modify-function signature="focusInEvent(QFocusEvent*)"> | |
1487 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1508 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1488 | </modify-function> |
|
1509 | </modify-function> | |
1489 | <modify-function signature="focusOutEvent(QFocusEvent*)"> |
|
1510 | <modify-function signature="focusOutEvent(QFocusEvent*)"> | |
1490 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1511 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1491 | </modify-function> |
|
1512 | </modify-function> | |
1492 | <modify-function signature="hoverEnterEvent(QGraphicsSceneHoverEvent*)"> |
|
1513 | <modify-function signature="hoverEnterEvent(QGraphicsSceneHoverEvent*)"> | |
1493 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1514 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1494 | </modify-function> |
|
1515 | </modify-function> | |
1495 | <modify-function signature="hoverLeaveEvent(QGraphicsSceneHoverEvent*)"> |
|
1516 | <modify-function signature="hoverLeaveEvent(QGraphicsSceneHoverEvent*)"> | |
1496 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1517 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1497 | </modify-function> |
|
1518 | </modify-function> | |
1498 | <modify-function signature="hoverMoveEvent(QGraphicsSceneHoverEvent*)"> |
|
1519 | <modify-function signature="hoverMoveEvent(QGraphicsSceneHoverEvent*)"> | |
1499 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1520 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1500 | </modify-function> |
|
1521 | </modify-function> | |
1501 | <modify-function signature="inputMethodEvent(QInputMethodEvent*)"> |
|
1522 | <modify-function signature="inputMethodEvent(QInputMethodEvent*)"> | |
1502 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1523 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1503 | </modify-function> |
|
1524 | </modify-function> | |
1504 | <modify-function signature="isObscuredBy(const QGraphicsItem*)const"> |
|
1525 | <modify-function signature="isObscuredBy(const QGraphicsItem*)const"> | |
1505 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1526 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1506 | </modify-function> |
|
1527 | </modify-function> | |
1507 | <modify-function signature="keyPressEvent(QKeyEvent*)"> |
|
1528 | <modify-function signature="keyPressEvent(QKeyEvent*)"> | |
1508 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1529 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1509 | </modify-function> |
|
1530 | </modify-function> | |
1510 | <modify-function signature="keyReleaseEvent(QKeyEvent*)"> |
|
1531 | <modify-function signature="keyReleaseEvent(QKeyEvent*)"> | |
1511 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1532 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1512 | </modify-function> |
|
1533 | </modify-function> | |
1513 | <modify-function signature="mouseDoubleClickEvent(QGraphicsSceneMouseEvent*)"> |
|
1534 | <modify-function signature="mouseDoubleClickEvent(QGraphicsSceneMouseEvent*)"> | |
1514 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1535 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1515 | </modify-function> |
|
1536 | </modify-function> | |
1516 | <modify-function signature="mouseMoveEvent(QGraphicsSceneMouseEvent*)"> |
|
1537 | <modify-function signature="mouseMoveEvent(QGraphicsSceneMouseEvent*)"> | |
1517 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1538 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1518 | </modify-function> |
|
1539 | </modify-function> | |
1519 | <modify-function signature="mousePressEvent(QGraphicsSceneMouseEvent*)"> |
|
1540 | <modify-function signature="mousePressEvent(QGraphicsSceneMouseEvent*)"> | |
1520 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1541 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1521 | </modify-function> |
|
1542 | </modify-function> | |
1522 | <modify-function signature="mouseReleaseEvent(QGraphicsSceneMouseEvent*)"> |
|
1543 | <modify-function signature="mouseReleaseEvent(QGraphicsSceneMouseEvent*)"> | |
1523 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1544 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1524 | </modify-function> |
|
1545 | </modify-function> | |
1525 | <modify-function signature="sceneEvent(QEvent*)"> |
|
1546 | <modify-function signature="sceneEvent(QEvent*)"> | |
1526 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1547 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1527 | </modify-function> |
|
1548 | </modify-function> | |
1528 | <modify-function signature="sceneEventFilter(QGraphicsItem*,QEvent*)"> |
|
1549 | <modify-function signature="sceneEventFilter(QGraphicsItem*,QEvent*)"> | |
1529 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1550 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1530 | <modify-argument index="2" invalidate-after-use="yes"/> |
|
1551 | <modify-argument index="2" invalidate-after-use="yes"/> | |
1531 | </modify-function> |
|
1552 | </modify-function> | |
1532 | <modify-function signature="wheelEvent(QGraphicsSceneWheelEvent*)"> |
|
1553 | <modify-function signature="wheelEvent(QGraphicsSceneWheelEvent*)"> | |
1533 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1554 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1534 | </modify-function> |
|
1555 | </modify-function> | |
1535 |
|
1556 | |||
1536 | <modify-function signature="children()const" remove="all"/> |
|
1557 | <modify-function signature="children()const" remove="all"/> | |
1537 | <modify-function signature="installSceneEventFilter(QGraphicsItem *)"> |
|
1558 | <modify-function signature="installSceneEventFilter(QGraphicsItem *)"> | |
1538 | <modify-argument index="1"> |
|
1559 | <modify-argument index="1"> | |
1539 | <!-- Safe to ignore because items in a scene are memory managed by the scene --> |
|
1560 | <!-- Safe to ignore because items in a scene are memory managed by the scene --> | |
1540 | <reference-count action="ignore"/> |
|
1561 | <reference-count action="ignore"/> | |
1541 | </modify-argument> |
|
1562 | </modify-argument> | |
1542 | </modify-function> |
|
1563 | </modify-function> | |
1543 | <modify-function signature="removeSceneEventFilter(QGraphicsItem *)"> |
|
1564 | <modify-function signature="removeSceneEventFilter(QGraphicsItem *)"> | |
1544 | <modify-argument index="1"> |
|
1565 | <modify-argument index="1"> | |
1545 | <!-- Safe to ignore because items in a scene are memory managed by the scene --> |
|
1566 | <!-- Safe to ignore because items in a scene are memory managed by the scene --> | |
1546 | <reference-count action="ignore"/> |
|
1567 | <reference-count action="ignore"/> | |
1547 | </modify-argument> |
|
1568 | </modify-argument> | |
1548 | </modify-function> |
|
1569 | </modify-function> | |
1549 |
|
1570 | |||
1550 | <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
1571 | <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3--> | |
1551 | <modify-function signature="resetMatrix()" remove="all"/> <!--### Obsolete in 4.3--> |
|
1572 | <modify-function signature="resetMatrix()" remove="all"/> <!--### Obsolete in 4.3--> | |
1552 | <modify-function signature="sceneMatrix()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
1573 | <modify-function signature="sceneMatrix()const" remove="all"/> <!--### Obsolete in 4.3--> | |
1553 | <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3--> |
|
1574 | <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3--> | |
1554 |
|
1575 | |||
1555 | <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/> |
|
1576 | <modify-function signature="supportsExtension(QGraphicsItem::Extension)const" remove="all"/> | |
1556 | <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/> |
|
1577 | <modify-function signature="setExtension(QGraphicsItem::Extension,QVariant)" remove="all"/> | |
1557 | </interface-type> |
|
1578 | </interface-type> | |
1558 |
|
1579 | |||
1559 | <object-type name="QAbstractGraphicsShapeItem" delete-in-main-thread="yes"> |
|
1580 | <object-type name="QAbstractGraphicsShapeItem" delete-in-main-thread="yes"> | |
1560 | <modify-function signature="QAbstractGraphicsShapeItem(QGraphicsItem*,QGraphicsScene*)"> |
|
1581 | <modify-function signature="QAbstractGraphicsShapeItem(QGraphicsItem*,QGraphicsScene*)"> | |
1561 | <inject-code position="end"> |
|
1582 | <inject-code position="end"> | |
1562 | <argument-map index="1" meta-name="%1"/> |
|
1583 | <argument-map index="1" meta-name="%1"/> | |
1563 | if (%1 != null) disableGarbageCollection(); |
|
1584 | if (%1 != null) disableGarbageCollection(); | |
1564 | </inject-code> |
|
1585 | </inject-code> | |
1565 | </modify-function> |
|
1586 | </modify-function> | |
1566 |
|
1587 | |||
1567 | <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
1588 | <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3--> | |
1568 | <modify-function signature="resetMatrix()" remove="all"/> <!--### Obsolete in 4.3--> |
|
1589 | <modify-function signature="resetMatrix()" remove="all"/> <!--### Obsolete in 4.3--> | |
1569 | <modify-function signature="sceneMatrix()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
1590 | <modify-function signature="sceneMatrix()const" remove="all"/> <!--### Obsolete in 4.3--> | |
1570 | <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3--> |
|
1591 | <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3--> | |
1571 | </object-type> |
|
1592 | </object-type> | |
1572 |
|
1593 | |||
1573 | <object-type name="QAbstractItemView"> |
|
1594 | <object-type name="QAbstractItemView"> | |
1574 | <modify-function signature="update()" remove="all"/> |
|
1595 | <modify-function signature="update()" remove="all"/> | |
1575 | <modify-function signature="horizontalStepsPerItem()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
1596 | <modify-function signature="horizontalStepsPerItem()const" remove="all"/> <!--### Obsolete in 4.3--> | |
1576 | <modify-function signature="setHorizontalStepsPerItem(int)" remove="all"/> <!--### Obsolete in 4.3--> |
|
1597 | <modify-function signature="setHorizontalStepsPerItem(int)" remove="all"/> <!--### Obsolete in 4.3--> | |
1577 | <modify-function signature="setVerticalStepsPerItem(int)" remove="all"/> <!--### Obsolete in 4.3--> |
|
1598 | <modify-function signature="setVerticalStepsPerItem(int)" remove="all"/> <!--### Obsolete in 4.3--> | |
1578 | <modify-function signature="verticalStepsPerItem()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
1599 | <modify-function signature="verticalStepsPerItem()const" remove="all"/> <!--### Obsolete in 4.3--> | |
1579 |
|
1600 | |||
1580 | <modify-function signature="edit(QModelIndex,QAbstractItemView::EditTrigger,QEvent*)"> |
|
1601 | <modify-function signature="edit(QModelIndex,QAbstractItemView::EditTrigger,QEvent*)"> | |
1581 | <modify-argument index="3" invalidate-after-use="yes"/> |
|
1602 | <modify-argument index="3" invalidate-after-use="yes"/> | |
1582 | </modify-function> |
|
1603 | </modify-function> | |
1583 | <modify-function signature="selectionCommand(QModelIndex,const QEvent*)const"> |
|
1604 | <modify-function signature="selectionCommand(QModelIndex,const QEvent*)const"> | |
1584 | <modify-argument index="2" invalidate-after-use="yes"/> |
|
1605 | <modify-argument index="2" invalidate-after-use="yes"/> | |
1585 | </modify-function> |
|
1606 | </modify-function> | |
1586 |
|
1607 | |||
1587 |
|
1608 | |||
1588 | <!-- ### because the CursorAction enum is protected --> |
|
1609 | <!-- ### because the CursorAction enum is protected --> | |
1589 | <modify-function signature="moveCursor(QAbstractItemView::CursorAction,QFlags<Qt::KeyboardModifier>)" remove="all"/> |
|
1610 | <modify-function signature="moveCursor(QAbstractItemView::CursorAction,QFlags<Qt::KeyboardModifier>)" remove="all"/> | |
1590 | <inject-code class="shell-declaration"> |
|
1611 | <inject-code class="shell-declaration"> | |
1591 | QModelIndex moveCursor(QAbstractItemView::CursorAction, Qt::KeyboardModifiers) |
|
1612 | QModelIndex moveCursor(QAbstractItemView::CursorAction, Qt::KeyboardModifiers) | |
1592 | { return QModelIndex(); } |
|
1613 | { return QModelIndex(); } | |
1593 | </inject-code> |
|
1614 | </inject-code> | |
1594 | </object-type> |
|
1615 | </object-type> | |
1595 |
|
1616 | |||
1596 | <object-type name="QAbstractPageSetupDialog"/> |
|
1617 | <object-type name="QAbstractPageSetupDialog"/> | |
1597 | <object-type name="QAbstractPrintDialog"/> |
|
1618 | <object-type name="QAbstractPrintDialog"/> | |
1598 | <object-type name="QAbstractSlider"> |
|
1619 | <object-type name="QAbstractSlider"> | |
1599 | <modify-function signature="sliderChange(QAbstractSlider::SliderChange)" remove="all"/> |
|
1620 | <modify-function signature="sliderChange(QAbstractSlider::SliderChange)" remove="all"/> | |
1600 | </object-type> |
|
1621 | </object-type> | |
1601 | <object-type name="QAbstractTextDocumentLayout"> |
|
1622 | <object-type name="QAbstractTextDocumentLayout"> | |
1602 | <modify-function signature="setPaintDevice(QPaintDevice*)"> |
|
1623 | <modify-function signature="setPaintDevice(QPaintDevice*)"> | |
1603 | <modify-argument index="1"> |
|
1624 | <modify-argument index="1"> | |
1604 | <reference-count action="set" variable-name="__rcPaintDevice"/> |
|
1625 | <reference-count action="set" variable-name="__rcPaintDevice"/> | |
1605 | </modify-argument> |
|
1626 | </modify-argument> | |
1606 | </modify-function> |
|
1627 | </modify-function> | |
1607 |
|
1628 | |||
1608 | <modify-function signature="draw(QPainter*,QAbstractTextDocumentLayout::PaintContext)"> |
|
1629 | <modify-function signature="draw(QPainter*,QAbstractTextDocumentLayout::PaintContext)"> | |
1609 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1630 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1610 | </modify-function> |
|
1631 | </modify-function> | |
1611 | <modify-function signature="drawInlineObject(QPainter*,QRectF,QTextInlineObject,int,QTextFormat)"> |
|
1632 | <modify-function signature="drawInlineObject(QPainter*,QRectF,QTextInlineObject,int,QTextFormat)"> | |
1612 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1633 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1613 | </modify-function> |
|
1634 | </modify-function> | |
1614 |
|
1635 | |||
1615 | </object-type> |
|
1636 | </object-type> | |
1616 | <object-type name="QAccessible"> |
|
1637 | <object-type name="QAccessible"> | |
1617 | <modify-function signature="initialize()" remove="all"/> |
|
1638 | <modify-function signature="initialize()" remove="all"/> | |
1618 | <modify-function signature="cleanup()" remove="all"/> |
|
1639 | <modify-function signature="cleanup()" remove="all"/> | |
1619 | <modify-function signature="setRootObject(QObject *)"> |
|
1640 | <modify-function signature="setRootObject(QObject *)"> | |
1620 | <modify-argument index="1"> |
|
1641 | <modify-argument index="1"> | |
1621 | <reference-count action="ignore"/> |
|
1642 | <reference-count action="ignore"/> | |
1622 | </modify-argument> |
|
1643 | </modify-argument> | |
1623 | </modify-function> |
|
1644 | </modify-function> | |
1624 | <modify-function signature="queryAccessibleInterface(QObject *)"> |
|
1645 | <modify-function signature="queryAccessibleInterface(QObject *)"> | |
1625 | <modify-argument index="return"> |
|
1646 | <modify-argument index="return"> | |
1626 | <define-ownership class="java" owner="java"/> |
|
1647 | <define-ownership class="java" owner="java"/> | |
1627 | </modify-argument> |
|
1648 | </modify-argument> | |
1628 | </modify-function> |
|
1649 | </modify-function> | |
1629 | </object-type> |
|
1650 | </object-type> | |
1630 | <object-type name="QAccessibleBridge"> |
|
1651 | <object-type name="QAccessibleBridge"> | |
1631 | <modify-function signature="setRootObject(QAccessibleInterface *)"> |
|
1652 | <modify-function signature="setRootObject(QAccessibleInterface *)"> | |
1632 | <modify-argument index="1"> |
|
1653 | <modify-argument index="1"> | |
1633 | <define-ownership class="shell" owner="java"/> |
|
1654 | <define-ownership class="shell" owner="java"/> | |
1634 | </modify-argument> |
|
1655 | </modify-argument> | |
1635 | </modify-function> |
|
1656 | </modify-function> | |
1636 | <modify-function signature="notifyAccessibilityUpdate(int,QAccessibleInterface*,int)"> |
|
1657 | <modify-function signature="notifyAccessibilityUpdate(int,QAccessibleInterface*,int)"> | |
1637 | <modify-argument invalidate-after-use="yes" index="2"/> |
|
1658 | <modify-argument invalidate-after-use="yes" index="2"/> | |
1638 | </modify-function> |
|
1659 | </modify-function> | |
1639 | </object-type> |
|
1660 | </object-type> | |
1640 | <object-type name="QAccessible2Interface"/> |
|
1661 | <object-type name="QAccessible2Interface"/> | |
1641 | <object-type name="QAccessibleTableInterface"> |
|
1662 | <object-type name="QAccessibleTableInterface"> | |
1642 | <modify-function signature="qAccessibleTableCastHelper()" remove="all"/> |
|
1663 | <modify-function signature="qAccessibleTableCastHelper()" remove="all"/> | |
1643 | </object-type> |
|
1664 | </object-type> | |
1644 |
|
1665 | |||
1645 | <object-type name="QAccessibleInterface"> |
|
1666 | <object-type name="QAccessibleInterface"> | |
1646 | <modify-function signature="indexOfChild(const QAccessibleInterface*)const"> |
|
1667 | <modify-function signature="indexOfChild(const QAccessibleInterface*)const"> | |
1647 | <modify-argument invalidate-after-use="yes" index="1"/> |
|
1668 | <modify-argument invalidate-after-use="yes" index="1"/> | |
1648 | </modify-function> |
|
1669 | </modify-function> | |
1649 | <modify-function signature="relationTo(int,const QAccessibleInterface*,int)const"> |
|
1670 | <modify-function signature="relationTo(int,const QAccessibleInterface*,int)const"> | |
1650 | <modify-argument invalidate-after-use="yes" index="2"/> |
|
1671 | <modify-argument invalidate-after-use="yes" index="2"/> | |
1651 | </modify-function> |
|
1672 | </modify-function> | |
1652 | </object-type> |
|
1673 | </object-type> | |
1653 | <object-type name="QAccessibleInterfaceEx"/> |
|
1674 | <object-type name="QAccessibleInterfaceEx"/> | |
1654 | <object-type name="QAccessibleObject"/> |
|
1675 | <object-type name="QAccessibleObject"/> | |
1655 | <object-type name="QAccessibleObjectEx"/> |
|
1676 | <object-type name="QAccessibleObjectEx"/> | |
1656 | <object-type name="QAccessibleWidget"/> |
|
1677 | <object-type name="QAccessibleWidget"/> | |
1657 | <object-type name="QAccessibleWidgetEx"/> |
|
1678 | <object-type name="QAccessibleWidgetEx"/> | |
1658 | <object-type name="QActionGroup"/> |
|
1679 | <object-type name="QActionGroup"/> | |
1659 | <object-type name="QCDEStyle"> |
|
1680 | <object-type name="QCDEStyle"> | |
1660 | <modify-function signature="standardIconImplementation(QStyle::StandardPixmap, const QStyleOption *, const QWidget *)const" virtual-slot="yes"/> |
|
1681 | <modify-function signature="standardIconImplementation(QStyle::StandardPixmap, const QStyleOption *, const QWidget *)const" virtual-slot="yes"/> | |
1661 | </object-type> |
|
1682 | </object-type> | |
1662 | <object-type name="QCheckBox"> |
|
1683 | <object-type name="QCheckBox"> | |
1663 | <modify-function signature="initStyleOption(QStyleOptionButton*)const"> |
|
1684 | <modify-function signature="initStyleOption(QStyleOptionButton*)const"> | |
1664 | <access modifier="private"/> |
|
1685 | <access modifier="private"/> | |
1665 | </modify-function> |
|
1686 | </modify-function> | |
1666 | </object-type> |
|
1687 | </object-type> | |
1667 | <object-type name="QCleanlooksStyle"> |
|
1688 | <object-type name="QCleanlooksStyle"> | |
1668 | <modify-function signature="standardPixmap(QStyle::StandardPixmap,const QStyleOption*,const QWidget*)const" remove="all"/> <!--### Obsolete in 4.3--> |
|
1689 | <modify-function signature="standardPixmap(QStyle::StandardPixmap,const QStyleOption*,const QWidget*)const" remove="all"/> <!--### Obsolete in 4.3--> | |
1669 | <modify-function signature="standardIconImplementation(QStyle::StandardPixmap, const QStyleOption *, const QWidget *)const" virtual-slot="yes"/> |
|
1690 | <modify-function signature="standardIconImplementation(QStyle::StandardPixmap, const QStyleOption *, const QWidget *)const" virtual-slot="yes"/> | |
1670 | </object-type> |
|
1691 | </object-type> | |
1671 | <object-type name="QCommonStyle"> |
|
1692 | <object-type name="QCommonStyle"> | |
1672 | <modify-function signature="standardPixmap(QStyle::StandardPixmap, const QStyleOption*,const QWidget*)const" remove="all"/> <!--### Obsolete in 4.3--> |
|
1693 | <modify-function signature="standardPixmap(QStyle::StandardPixmap, const QStyleOption*,const QWidget*)const" remove="all"/> <!--### Obsolete in 4.3--> | |
1673 | <modify-function signature="standardIconImplementation(QStyle::StandardPixmap, const QStyleOption *, const QWidget *)const" virtual-slot="yes"/> |
|
1694 | <modify-function signature="standardIconImplementation(QStyle::StandardPixmap, const QStyleOption *, const QWidget *)const" virtual-slot="yes"/> | |
1674 | </object-type> |
|
1695 | </object-type> | |
1675 | <object-type name="QDataWidgetMapper"> |
|
1696 | <object-type name="QDataWidgetMapper"> | |
1676 | <modify-function signature="addMapping(QWidget*,int)"> |
|
1697 | <modify-function signature="addMapping(QWidget*,int)"> | |
1677 | <modify-argument index="1"> |
|
1698 | <modify-argument index="1"> | |
1678 | <reference-count action="add" variable-name="__rcMappings"/> |
|
1699 | <reference-count action="add" variable-name="__rcMappings"/> | |
1679 | </modify-argument> |
|
1700 | </modify-argument> | |
1680 | </modify-function> |
|
1701 | </modify-function> | |
1681 | <modify-function signature="addMapping(QWidget*,int,QByteArray)"> |
|
1702 | <modify-function signature="addMapping(QWidget*,int,QByteArray)"> | |
1682 | <modify-argument index="1"> |
|
1703 | <modify-argument index="1"> | |
1683 | <reference-count action="add" variable-name="__rcMappings"/> |
|
1704 | <reference-count action="add" variable-name="__rcMappings"/> | |
1684 | </modify-argument> |
|
1705 | </modify-argument> | |
1685 | </modify-function> |
|
1706 | </modify-function> | |
1686 | <modify-function signature="removeMapping(QWidget*)"> |
|
1707 | <modify-function signature="removeMapping(QWidget*)"> | |
1687 | <modify-argument index="1"> |
|
1708 | <modify-argument index="1"> | |
1688 | <reference-count action="remove" variable-name="__rcMappings"/> |
|
1709 | <reference-count action="remove" variable-name="__rcMappings"/> | |
1689 | </modify-argument> |
|
1710 | </modify-argument> | |
1690 | </modify-function> |
|
1711 | </modify-function> | |
1691 | <modify-function signature="setItemDelegate(QAbstractItemDelegate*)"> |
|
1712 | <modify-function signature="setItemDelegate(QAbstractItemDelegate*)"> | |
1692 | <modify-argument index="1"> |
|
1713 | <modify-argument index="1"> | |
1693 | <reference-count action="set" variable-name="__rcItemDelegate"/> |
|
1714 | <reference-count action="set" variable-name="__rcItemDelegate"/> | |
1694 | </modify-argument> |
|
1715 | </modify-argument> | |
1695 | </modify-function> |
|
1716 | </modify-function> | |
1696 | <modify-function signature="setModel(QAbstractItemModel*)"> |
|
1717 | <modify-function signature="setModel(QAbstractItemModel*)"> | |
1697 | <modify-argument index="1"> |
|
1718 | <modify-argument index="1"> | |
1698 | <reference-count action="set" variable-name="__rcModel"/> |
|
1719 | <reference-count action="set" variable-name="__rcModel"/> | |
1699 | </modify-argument> |
|
1720 | </modify-argument> | |
1700 | </modify-function> |
|
1721 | </modify-function> | |
1701 | </object-type> |
|
1722 | </object-type> | |
1702 | <object-type name="QDateEdit"/> |
|
1723 | <object-type name="QDateEdit"/> | |
1703 | <object-type name="QDesktopServices"> |
|
1724 | <object-type name="QDesktopServices"> | |
1704 | <modify-function signature="setUrlHandler(const QString &, QObject *, const char *)" access="private"> |
|
1725 | <modify-function signature="setUrlHandler(const QString &, QObject *, const char *)" access="private"> | |
1705 | <modify-argument index="2"> |
|
1726 | <modify-argument index="2"> | |
1706 | <reference-count action="ignore"/> <!-- Handled in injected code --> |
|
1727 | <reference-count action="ignore"/> <!-- Handled in injected code --> | |
1707 | </modify-argument> |
|
1728 | </modify-argument> | |
1708 | </modify-function> |
|
1729 | </modify-function> | |
1709 | </object-type> |
|
1730 | </object-type> | |
1710 | <object-type name="QDialog"> |
|
1731 | <object-type name="QDialog"> | |
1711 | <modify-function signature="setExtension(QWidget*)" remove="all"/> |
|
1732 | <modify-function signature="setExtension(QWidget*)" remove="all"/> | |
1712 | <modify-function signature="exec()" access="non-final"/> |
|
1733 | <modify-function signature="exec()" access="non-final"/> | |
1713 | <modify-function signature="extension()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
1734 | <modify-function signature="extension()const" remove="all"/> <!--### Obsolete in 4.3--> | |
1714 | <modify-function signature="orientation()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
1735 | <modify-function signature="orientation()const" remove="all"/> <!--### Obsolete in 4.3--> | |
1715 | <modify-function signature="open()" virtual-slot="yes"/> |
|
1736 | <modify-function signature="open()" virtual-slot="yes"/> | |
1716 | <modify-function signature="setOrientation(Qt::Orientation)" remove="all"/> <!--### Obsolete in 4.3--> |
|
1737 | <modify-function signature="setOrientation(Qt::Orientation)" remove="all"/> <!--### Obsolete in 4.3--> | |
1717 | <modify-function signature="showExtension(bool)" remove="all"/> <!--### Obsolete in 4.3--> |
|
1738 | <modify-function signature="showExtension(bool)" remove="all"/> <!--### Obsolete in 4.3--> | |
1718 | <modify-function signature="setVisible(bool)" allow-as-slot="yes"/> |
|
1739 | <modify-function signature="setVisible(bool)" allow-as-slot="yes"/> | |
1719 | </object-type> |
|
1740 | </object-type> | |
1720 | <object-type name="QDialogButtonBox"> |
|
1741 | <object-type name="QDialogButtonBox"> | |
1721 | <modify-function signature="addButton(QAbstractButton*,QDialogButtonBox::ButtonRole)"> |
|
1742 | <modify-function signature="addButton(QAbstractButton*,QDialogButtonBox::ButtonRole)"> | |
1722 | <modify-argument index="1"> |
|
1743 | <modify-argument index="1"> | |
1723 | <reference-count action="ignore"/> |
|
1744 | <reference-count action="ignore"/> | |
1724 | </modify-argument> |
|
1745 | </modify-argument> | |
1725 | </modify-function> |
|
1746 | </modify-function> | |
1726 | <modify-function signature="removeButton(QAbstractButton*)"> |
|
1747 | <modify-function signature="removeButton(QAbstractButton*)"> | |
1727 | <modify-argument index="1"> |
|
1748 | <modify-argument index="1"> | |
1728 | <reference-count action="ignore"/> |
|
1749 | <reference-count action="ignore"/> | |
1729 | </modify-argument> |
|
1750 | </modify-argument> | |
1730 | </modify-function> |
|
1751 | </modify-function> | |
1731 | </object-type> |
|
1752 | </object-type> | |
1732 | <object-type name="QDirModel"> |
|
1753 | <object-type name="QDirModel"> | |
1733 | <modify-function signature="parent()const" remove="all"/> |
|
1754 | <modify-function signature="parent()const" remove="all"/> | |
1734 | <modify-function signature="setIconProvider(QFileIconProvider*)"> |
|
1755 | <modify-function signature="setIconProvider(QFileIconProvider*)"> | |
1735 | <modify-argument index="1"> |
|
1756 | <modify-argument index="1"> | |
1736 | <reference-count action="set" variable-name="__rcIconProvider"/> |
|
1757 | <reference-count action="set" variable-name="__rcIconProvider"/> | |
1737 | </modify-argument> |
|
1758 | </modify-argument> | |
1738 | </modify-function> |
|
1759 | </modify-function> | |
1739 | </object-type> |
|
1760 | </object-type> | |
1740 | <object-type name="QDoubleValidator"/> |
|
1761 | <object-type name="QDoubleValidator"/> | |
1741 | <object-type name="QFileIconProvider"/> |
|
1762 | <object-type name="QFileIconProvider"/> | |
1742 | <object-type name="QWizard"> |
|
1763 | <object-type name="QWizard"> | |
1743 | <!-- ### Requires correct class name in meta object --> |
|
1764 | <!-- ### Requires correct class name in meta object --> | |
1744 | <modify-function signature="setDefaultProperty(const char *, const char *, const char *)" remove="all"/> |
|
1765 | <modify-function signature="setDefaultProperty(const char *, const char *, const char *)" remove="all"/> | |
1745 | <modify-function signature="addPage(QWizardPage*)"> |
|
1766 | <modify-function signature="addPage(QWizardPage*)"> | |
1746 | <modify-argument index="1"> |
|
1767 | <modify-argument index="1"> | |
1747 | <no-null-pointer/> |
|
1768 | <no-null-pointer/> | |
1748 | <reference-count action="ignore"/> |
|
1769 | <reference-count action="ignore"/> | |
1749 | </modify-argument> |
|
1770 | </modify-argument> | |
1750 | </modify-function> |
|
1771 | </modify-function> | |
1751 | <modify-function signature="setButton(QWizard::WizardButton,QAbstractButton*)"> |
|
1772 | <modify-function signature="setButton(QWizard::WizardButton,QAbstractButton*)"> | |
1752 | <modify-argument index="1"> |
|
1773 | <modify-argument index="1"> | |
1753 | <reference-count action="ignore"/> |
|
1774 | <reference-count action="ignore"/> | |
1754 | </modify-argument> |
|
1775 | </modify-argument> | |
1755 | </modify-function> |
|
1776 | </modify-function> | |
1756 | <modify-function signature="setPage(int,QWizardPage*)"> |
|
1777 | <modify-function signature="setPage(int,QWizardPage*)"> | |
1757 | <modify-argument index="2"> |
|
1778 | <modify-argument index="2"> | |
1758 | <no-null-pointer/> |
|
1779 | <no-null-pointer/> | |
1759 | <reference-count action="ignore"/> |
|
1780 | <reference-count action="ignore"/> | |
1760 | </modify-argument> |
|
1781 | </modify-argument> | |
1761 | </modify-function> |
|
1782 | </modify-function> | |
1762 |
|
1783 | |||
1763 | </object-type> |
|
1784 | </object-type> | |
1764 | <object-type name="QWizardPage"> |
|
1785 | <object-type name="QWizardPage"> | |
1765 | <!-- ### Reduced functionality due to meta object having missing information --> |
|
1786 | <!-- ### Reduced functionality due to meta object having missing information --> | |
1766 | <modify-function signature="registerField(const QString &, QWidget *, const char *, const char *)"> |
|
1787 | <modify-function signature="registerField(const QString &, QWidget *, const char *, const char *)"> | |
1767 | <access modifier="private"/> |
|
1788 | <access modifier="private"/> | |
1768 | <modify-argument index="3"> |
|
1789 | <modify-argument index="3"> | |
1769 | <remove-default-expression/> |
|
1790 | <remove-default-expression/> | |
1770 | </modify-argument> |
|
1791 | </modify-argument> | |
1771 | <modify-argument index="4"> |
|
1792 | <modify-argument index="4"> | |
1772 | <remove-default-expression/> |
|
1793 | <remove-default-expression/> | |
1773 | </modify-argument> |
|
1794 | </modify-argument> | |
1774 | </modify-function> |
|
1795 | </modify-function> | |
1775 |
|
1796 | |||
1776 | </object-type> |
|
1797 | </object-type> | |
1777 | <object-type name="QFocusFrame"> |
|
1798 | <object-type name="QFocusFrame"> | |
1778 | <modify-function signature="initStyleOption(QStyleOption*)const"> |
|
1799 | <modify-function signature="initStyleOption(QStyleOption*)const"> | |
1779 | <access modifier="private"/> |
|
1800 | <access modifier="private"/> | |
1780 | </modify-function> |
|
1801 | </modify-function> | |
1781 | <modify-function signature="setWidget(QWidget*)"> |
|
1802 | <modify-function signature="setWidget(QWidget*)"> | |
1782 | <modify-argument index="1"> |
|
1803 | <modify-argument index="1"> | |
1783 | <reference-count action="set" variable-name="__rcWidget"/> |
|
1804 | <reference-count action="set" variable-name="__rcWidget"/> | |
1784 | </modify-argument> |
|
1805 | </modify-argument> | |
1785 | </modify-function> |
|
1806 | </modify-function> | |
1786 | <inject-code> |
|
1807 | <inject-code> | |
1787 | <insert-template name="gui.init_style_option"> |
|
1808 | <insert-template name="gui.init_style_option"> | |
1788 | <replace from="%TYPE" to="QStyleOption"/> |
|
1809 | <replace from="%TYPE" to="QStyleOption"/> | |
1789 | </insert-template> |
|
1810 | </insert-template> | |
1790 | </inject-code> |
|
1811 | </inject-code> | |
1791 | </object-type> |
|
1812 | </object-type> | |
1792 | <object-type name="QFontComboBox"/> |
|
1813 | <object-type name="QFontComboBox"/> | |
1793 | <object-type name="QFontDialog"> |
|
1814 | <object-type name="QFontDialog"> | |
1794 | <inject-code class="native" position="beginning"> |
|
1815 | <inject-code class="native" position="beginning"> | |
1795 | Q_DECLARE_METATYPE(QScriptValue) |
|
1816 | Q_DECLARE_METATYPE(QScriptValue) | |
1796 | </inject-code> |
|
1817 | </inject-code> | |
1797 | <modify-function signature="getFont(bool*,QWidget*)"> |
|
1818 | <modify-function signature="getFont(bool*,QWidget*)"> | |
1798 | <modify-argument index="1"> |
|
1819 | <modify-argument index="1"> | |
1799 | <remove-argument/> |
|
1820 | <remove-argument/> | |
1800 | <conversion-rule class="native"> |
|
1821 | <conversion-rule class="native"> | |
1801 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
1822 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
1802 | </conversion-rule> |
|
1823 | </conversion-rule> | |
1803 | </modify-argument> |
|
1824 | </modify-argument> | |
1804 | <modify-argument index="return"> |
|
1825 | <modify-argument index="return"> | |
1805 | <conversion-rule class="native"> |
|
1826 | <conversion-rule class="native"> | |
1806 | <insert-template name="core.convert_to_null_or_wrap"/> |
|
1827 | <insert-template name="core.convert_to_null_or_wrap"/> | |
1807 | </conversion-rule> |
|
1828 | </conversion-rule> | |
1808 | </modify-argument> |
|
1829 | </modify-argument> | |
1809 | </modify-function> |
|
1830 | </modify-function> | |
1810 |
|
1831 | |||
1811 | <modify-function signature="getFont(bool*,QFont,QWidget*)"> |
|
1832 | <modify-function signature="getFont(bool*,QFont,QWidget*)"> | |
1812 | <modify-argument index="1"> |
|
1833 | <modify-argument index="1"> | |
1813 | <remove-argument/> |
|
1834 | <remove-argument/> | |
1814 | <conversion-rule class="native"> |
|
1835 | <conversion-rule class="native"> | |
1815 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
1836 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
1816 | </conversion-rule> |
|
1837 | </conversion-rule> | |
1817 | </modify-argument> |
|
1838 | </modify-argument> | |
1818 | <modify-argument index="return"> |
|
1839 | <modify-argument index="return"> | |
1819 | <conversion-rule class="native"> |
|
1840 | <conversion-rule class="native"> | |
1820 | <insert-template name="core.convert_to_null_or_wrap"/> |
|
1841 | <insert-template name="core.convert_to_null_or_wrap"/> | |
1821 | </conversion-rule> |
|
1842 | </conversion-rule> | |
1822 | </modify-argument> |
|
1843 | </modify-argument> | |
1823 | </modify-function> |
|
1844 | </modify-function> | |
1824 |
|
1845 | |||
1825 | <modify-function signature="getFont(bool*,QFont,QWidget*,QString)"> |
|
1846 | <modify-function signature="getFont(bool*,QFont,QWidget*,QString)"> | |
1826 | <modify-argument index="1"> |
|
1847 | <modify-argument index="1"> | |
1827 | <remove-argument/> |
|
1848 | <remove-argument/> | |
1828 | <conversion-rule class="native"> |
|
1849 | <conversion-rule class="native"> | |
1829 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
1850 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
1830 | </conversion-rule> |
|
1851 | </conversion-rule> | |
1831 | </modify-argument> |
|
1852 | </modify-argument> | |
1832 | <modify-argument index="return"> |
|
1853 | <modify-argument index="return"> | |
1833 | <conversion-rule class="native"> |
|
1854 | <conversion-rule class="native"> | |
1834 | <insert-template name="core.convert_to_null_or_wrap"/> |
|
1855 | <insert-template name="core.convert_to_null_or_wrap"/> | |
1835 | </conversion-rule> |
|
1856 | </conversion-rule> | |
1836 | </modify-argument> |
|
1857 | </modify-argument> | |
1837 | </modify-function> |
|
1858 | </modify-function> | |
1838 | </object-type> |
|
1859 | </object-type> | |
1839 |
|
1860 | |||
1840 | <object-type name="QGraphicsEllipseItem" delete-in-main-thread="yes" polymorphic-id-expression="%1->type() == QGraphicsEllipseItem::Type" /> |
|
1861 | <object-type name="QGraphicsEllipseItem" delete-in-main-thread="yes" polymorphic-id-expression="%1->type() == QGraphicsEllipseItem::Type" /> | |
1841 | <object-type name="QGraphicsItemAnimation"> |
|
1862 | <object-type name="QGraphicsItemAnimation"> | |
1842 | <modify-function signature="setItem(QGraphicsItem*)"> |
|
1863 | <modify-function signature="setItem(QGraphicsItem*)"> | |
1843 | <modify-argument index="1"> |
|
1864 | <modify-argument index="1"> | |
1844 | <reference-count action="set" variable-name="__rcItem"/> |
|
1865 | <reference-count action="set" variable-name="__rcItem"/> | |
1845 | </modify-argument> |
|
1866 | </modify-argument> | |
1846 | </modify-function> |
|
1867 | </modify-function> | |
1847 | <modify-function signature="setTimeLine(QTimeLine*)"> |
|
1868 | <modify-function signature="setTimeLine(QTimeLine*)"> | |
1848 | <modify-argument index="1"> |
|
1869 | <modify-argument index="1"> | |
1849 | <reference-count action="set" variable-name="__rcTimeLine"/> |
|
1870 | <reference-count action="set" variable-name="__rcTimeLine"/> | |
1850 | </modify-argument> |
|
1871 | </modify-argument> | |
1851 | </modify-function> |
|
1872 | </modify-function> | |
1852 |
|
1873 | |||
1853 | <extra-includes> |
|
1874 | <extra-includes> | |
1854 | <include file-name="QPair" location="global"/> |
|
1875 | <include file-name="QPair" location="global"/> | |
1855 | </extra-includes> |
|
1876 | </extra-includes> | |
1856 | </object-type> |
|
1877 | </object-type> | |
1857 | <object-type name="QGraphicsItemGroup" delete-in-main-thread="yes" |
|
1878 | <object-type name="QGraphicsItemGroup" delete-in-main-thread="yes" | |
1858 | polymorphic-id-expression="%1->type() == QGraphicsItemGroup::Type"> |
|
1879 | polymorphic-id-expression="%1->type() == QGraphicsItemGroup::Type"> | |
1859 | <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
1880 | <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3--> | |
1860 | <modify-function signature="resetMatrix()" remove="all"/> <!--### Obsolete in 4.3--> |
|
1881 | <modify-function signature="resetMatrix()" remove="all"/> <!--### Obsolete in 4.3--> | |
1861 | <modify-function signature="sceneMatrix()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
1882 | <modify-function signature="sceneMatrix()const" remove="all"/> <!--### Obsolete in 4.3--> | |
1862 | <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3--> |
|
1883 | <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3--> | |
1863 | </object-type> |
|
1884 | </object-type> | |
1864 | <object-type name="QGraphicsLineItem" delete-in-main-thread="yes" polymorphic-id-expression="%1->type() == QGraphicsLineItem::Type"> |
|
1885 | <object-type name="QGraphicsLineItem" delete-in-main-thread="yes" polymorphic-id-expression="%1->type() == QGraphicsLineItem::Type"> | |
1865 | <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
1886 | <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3--> | |
1866 | <modify-function signature="resetMatrix()" remove="all"/> <!--### Obsolete in 4.3--> |
|
1887 | <modify-function signature="resetMatrix()" remove="all"/> <!--### Obsolete in 4.3--> | |
1867 | <modify-function signature="sceneMatrix()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
1888 | <modify-function signature="sceneMatrix()const" remove="all"/> <!--### Obsolete in 4.3--> | |
1868 | <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3--> |
|
1889 | <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3--> | |
1869 | </object-type> |
|
1890 | </object-type> | |
1870 | <object-type name="QGraphicsPathItem" delete-in-main-thread="yes" polymorphic-id-expression="%1->type() == QGraphicsPathItem::Type"/> |
|
1891 | <object-type name="QGraphicsPathItem" delete-in-main-thread="yes" polymorphic-id-expression="%1->type() == QGraphicsPathItem::Type"/> | |
1871 |
|
1892 | |||
1872 | <object-type name="QGraphicsPixmapItem" delete-in-main-thread="yes" polymorphic-id-expression="%1->type() == QGraphicsPixmapItem::Type"> |
|
1893 | <object-type name="QGraphicsPixmapItem" delete-in-main-thread="yes" polymorphic-id-expression="%1->type() == QGraphicsPixmapItem::Type"> | |
1873 | <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
1894 | <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3--> | |
1874 | <modify-function signature="resetMatrix()" remove="all"/> <!--### Obsolete in 4.3--> |
|
1895 | <modify-function signature="resetMatrix()" remove="all"/> <!--### Obsolete in 4.3--> | |
1875 | <modify-function signature="sceneMatrix()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
1896 | <modify-function signature="sceneMatrix()const" remove="all"/> <!--### Obsolete in 4.3--> | |
1876 | <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3--> |
|
1897 | <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3--> | |
1877 | </object-type> |
|
1898 | </object-type> | |
1878 | <object-type name="QGraphicsPolygonItem" delete-in-main-thread="yes" polymorphic-id-expression="%1->type() == QGraphicsPolygonItem::Type"/> |
|
1899 | <object-type name="QGraphicsPolygonItem" delete-in-main-thread="yes" polymorphic-id-expression="%1->type() == QGraphicsPolygonItem::Type"/> | |
1879 | <object-type name="QGraphicsRectItem" delete-in-main-thread="yes" polymorphic-id-expression="%1->type() == QGraphicsRectItem::Type"/> |
|
1900 | <object-type name="QGraphicsRectItem" delete-in-main-thread="yes" polymorphic-id-expression="%1->type() == QGraphicsRectItem::Type"/> | |
1880 | <object-type name="QGraphicsSimpleTextItem" delete-in-main-thread="yes" polymorphic-id-expression="%1->type() == QGraphicsSimpleTextItem::Type"/> |
|
1901 | <object-type name="QGraphicsSimpleTextItem" delete-in-main-thread="yes" polymorphic-id-expression="%1->type() == QGraphicsSimpleTextItem::Type"/> | |
1881 | <object-type name="QHBoxLayout"/> |
|
1902 | <object-type name="QHBoxLayout"/> | |
1882 | <object-type name="QHeaderView"> |
|
1903 | <object-type name="QHeaderView"> | |
1883 | <modify-function signature="initStyleOption(QStyleOptionHeader*)const"> |
|
1904 | <modify-function signature="initStyleOption(QStyleOptionHeader*)const"> | |
1884 | <access modifier="private"/> |
|
1905 | <access modifier="private"/> | |
1885 | </modify-function> |
|
1906 | </modify-function> | |
1886 |
|
1907 | |||
1887 | <modify-function signature="paintSection(QPainter*,QRect,int)const"> |
|
1908 | <modify-function signature="paintSection(QPainter*,QRect,int)const"> | |
1888 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1909 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1889 | </modify-function> |
|
1910 | </modify-function> | |
1890 |
|
1911 | |||
1891 | <inject-code> |
|
1912 | <inject-code> | |
1892 | <insert-template name="gui.init_style_option"> |
|
1913 | <insert-template name="gui.init_style_option"> | |
1893 | <replace from="%TYPE" to="QStyleOptionHeader"/> |
|
1914 | <replace from="%TYPE" to="QStyleOptionHeader"/> | |
1894 | </insert-template> |
|
1915 | </insert-template> | |
1895 | </inject-code> |
|
1916 | </inject-code> | |
1896 | <modify-function signature="setModel(QAbstractItemModel*)"> |
|
1917 | <modify-function signature="setModel(QAbstractItemModel*)"> | |
1897 | <modify-argument index="1"> |
|
1918 | <modify-argument index="1"> | |
1898 | <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcModel"/> |
|
1919 | <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcModel"/> | |
1899 | </modify-argument> |
|
1920 | </modify-argument> | |
1900 | </modify-function> |
|
1921 | </modify-function> | |
1901 | </object-type> |
|
1922 | </object-type> | |
1902 | <object-type name="QIconEngine"> |
|
1923 | <object-type name="QIconEngine"> | |
1903 | <modify-function signature="paint(QPainter*,QRect,QIcon::Mode,QIcon::State)"> |
|
1924 | <modify-function signature="paint(QPainter*,QRect,QIcon::Mode,QIcon::State)"> | |
1904 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1925 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1905 | </modify-function> |
|
1926 | </modify-function> | |
1906 | </object-type> |
|
1927 | </object-type> | |
1907 | <object-type name="QIconEngineV2"> |
|
1928 | <object-type name="QIconEngineV2"> | |
1908 | <modify-function signature="read(QDataStream&)"> |
|
1929 | <modify-function signature="read(QDataStream&)"> | |
1909 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1930 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1910 | </modify-function> |
|
1931 | </modify-function> | |
1911 | <modify-function signature="write(QDataStream&)const"> |
|
1932 | <modify-function signature="write(QDataStream&)const"> | |
1912 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1933 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1913 | </modify-function> |
|
1934 | </modify-function> | |
1914 |
|
1935 | |||
1915 | <modify-function signature="virtual_hook(int,void*)" remove="all"/> |
|
1936 | <modify-function signature="virtual_hook(int,void*)" remove="all"/> | |
1916 | <modify-function signature="clone()const"> |
|
1937 | <modify-function signature="clone()const"> | |
1917 | <modify-argument index="return"> |
|
1938 | <modify-argument index="return"> | |
1918 | <define-ownership class="shell" owner="c++"/> |
|
1939 | <define-ownership class="shell" owner="c++"/> | |
1919 | </modify-argument> |
|
1940 | </modify-argument> | |
1920 | </modify-function> |
|
1941 | </modify-function> | |
1921 | </object-type> |
|
1942 | </object-type> | |
1922 | <object-type name="QImageWriter"> |
|
1943 | <object-type name="QImageWriter"> | |
1923 | <modify-function signature="setDevice(QIODevice*)"> |
|
1944 | <modify-function signature="setDevice(QIODevice*)"> | |
1924 | <modify-argument index="1"> |
|
1945 | <modify-argument index="1"> | |
1925 | <reference-count action="set" variable-name="__rcDevice"/> |
|
1946 | <reference-count action="set" variable-name="__rcDevice"/> | |
1926 | </modify-argument> |
|
1947 | </modify-argument> | |
1927 | </modify-function> |
|
1948 | </modify-function> | |
1928 | <modify-function signature="description()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
1949 | <modify-function signature="description()const" remove="all"/> <!--### Obsolete in 4.3--> | |
1929 | <modify-function signature="setDescription(QString)" remove="all"/> <!--### Obsolete in 4.3--> |
|
1950 | <modify-function signature="setDescription(QString)" remove="all"/> <!--### Obsolete in 4.3--> | |
1930 | </object-type> |
|
1951 | </object-type> | |
1931 | <object-type name="QInputContextFactory"/> |
|
1952 | <object-type name="QInputContextFactory"/> | |
1932 | <object-type name="QIntValidator"/> |
|
1953 | <object-type name="QIntValidator"/> | |
1933 | <object-type name="QItemDelegate"> |
|
1954 | <object-type name="QItemDelegate"> | |
1934 | <modify-function signature="doLayout(QStyleOptionViewItem,QRect*,QRect*,QRect*,bool)const"> |
|
1955 | <modify-function signature="doLayout(QStyleOptionViewItem,QRect*,QRect*,QRect*,bool)const"> | |
1935 | <remove/> |
|
1956 | <remove/> | |
1936 | </modify-function> |
|
1957 | </modify-function> | |
1937 |
|
1958 | |||
1938 | <modify-function signature="drawCheck(QPainter*,QStyleOptionViewItem,QRect,Qt::CheckState)const"> |
|
1959 | <modify-function signature="drawCheck(QPainter*,QStyleOptionViewItem,QRect,Qt::CheckState)const"> | |
1939 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1960 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1940 | </modify-function> |
|
1961 | </modify-function> | |
1941 | <modify-function signature="drawDecoration(QPainter*,QStyleOptionViewItem,QRect,QPixmap)const"> |
|
1962 | <modify-function signature="drawDecoration(QPainter*,QStyleOptionViewItem,QRect,QPixmap)const"> | |
1942 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1963 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1943 | </modify-function> |
|
1964 | </modify-function> | |
1944 | <modify-function signature="drawDisplay(QPainter*,QStyleOptionViewItem,QRect,QString)const"> |
|
1965 | <modify-function signature="drawDisplay(QPainter*,QStyleOptionViewItem,QRect,QString)const"> | |
1945 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1966 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1946 | </modify-function> |
|
1967 | </modify-function> | |
1947 | <modify-function signature="drawFocus(QPainter*,QStyleOptionViewItem,QRect)const"> |
|
1968 | <modify-function signature="drawFocus(QPainter*,QStyleOptionViewItem,QRect)const"> | |
1948 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1969 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1949 | </modify-function> |
|
1970 | </modify-function> | |
1950 |
|
1971 | |||
1951 |
|
1972 | |||
1952 | <modify-function signature="selected(QPixmap,QPalette,bool)const"> |
|
1973 | <modify-function signature="selected(QPixmap,QPalette,bool)const"> | |
1953 | <remove/> |
|
1974 | <remove/> | |
1954 | </modify-function> |
|
1975 | </modify-function> | |
1955 | <modify-function signature="setItemEditorFactory(QItemEditorFactory*)"> |
|
1976 | <modify-function signature="setItemEditorFactory(QItemEditorFactory*)"> | |
1956 | <modify-argument index="1"> |
|
1977 | <modify-argument index="1"> | |
1957 | <reference-count action="set" variable-name="__rcItemEditorFactory"/> |
|
1978 | <reference-count action="set" variable-name="__rcItemEditorFactory"/> | |
1958 | </modify-argument> |
|
1979 | </modify-argument> | |
1959 | </modify-function> |
|
1980 | </modify-function> | |
1960 | <modify-function signature="setEditorData(QWidget*,QModelIndex)const"> |
|
1981 | <modify-function signature="setEditorData(QWidget*,QModelIndex)const"> | |
1961 | <modify-argument index="1"> |
|
1982 | <modify-argument index="1"> | |
1962 | <reference-count action="ignore"/> |
|
1983 | <reference-count action="ignore"/> | |
1963 | </modify-argument> |
|
1984 | </modify-argument> | |
1964 | </modify-function> |
|
1985 | </modify-function> | |
1965 | <modify-function signature="setModelData(QWidget*,QAbstractItemModel*,QModelIndex)const"> |
|
1986 | <modify-function signature="setModelData(QWidget*,QAbstractItemModel*,QModelIndex)const"> | |
1966 | <modify-argument index="1"> |
|
1987 | <modify-argument index="1"> | |
1967 | <reference-count action="ignore"/> |
|
1988 | <reference-count action="ignore"/> | |
1968 | </modify-argument> |
|
1989 | </modify-argument> | |
1969 | </modify-function> |
|
1990 | </modify-function> | |
1970 |
|
1991 | |||
1971 | </object-type> |
|
1992 | </object-type> | |
1972 | <object-type name="QItemEditorCreatorBase"/> |
|
1993 | <object-type name="QItemEditorCreatorBase"/> | |
1973 | <object-type name="QItemEditorFactory"> |
|
1994 | <object-type name="QItemEditorFactory"> | |
1974 | <modify-function signature="registerEditor(QVariant::Type, QItemEditorCreatorBase *)"> |
|
1995 | <modify-function signature="registerEditor(QVariant::Type, QItemEditorCreatorBase *)"> | |
1975 | <modify-argument index="2"> |
|
1996 | <modify-argument index="2"> | |
1976 | <define-ownership class="java" owner="c++"/> |
|
1997 | <define-ownership class="java" owner="c++"/> | |
1977 | </modify-argument> |
|
1998 | </modify-argument> | |
1978 | </modify-function> |
|
1999 | </modify-function> | |
1979 | <modify-function signature="setDefaultFactory(QItemEditorFactory *)"> |
|
2000 | <modify-function signature="setDefaultFactory(QItemEditorFactory *)"> | |
1980 | <modify-argument index="1"> |
|
2001 | <modify-argument index="1"> | |
1981 | <reference-count action="set" variable-name="__rcDefaultItemEditorFactory"/> |
|
2002 | <reference-count action="set" variable-name="__rcDefaultItemEditorFactory"/> | |
1982 | </modify-argument> |
|
2003 | </modify-argument> | |
1983 | </modify-function> |
|
2004 | </modify-function> | |
1984 | </object-type> |
|
2005 | </object-type> | |
1985 | <object-type name="QItemSelectionModel"/> |
|
2006 | <object-type name="QItemSelectionModel"/> | |
1986 | <object-type name="QTreeModel"/> |
|
2007 | <object-type name="QTreeModel"/> | |
1987 | <object-type name="QListView"/> |
|
2008 | <object-type name="QListView"/> | |
1988 | <object-type name="QColumnView"> |
|
2009 | <object-type name="QColumnView"> | |
1989 | <modify-function signature="setPreviewWidget(QWidget*)"> |
|
2010 | <modify-function signature="setPreviewWidget(QWidget*)"> | |
1990 | <modify-argument index="1"> |
|
2011 | <modify-argument index="1"> | |
1991 | <reference-count action="ignore"/> |
|
2012 | <reference-count action="ignore"/> | |
1992 | </modify-argument> |
|
2013 | </modify-argument> | |
1993 | </modify-function> |
|
2014 | </modify-function> | |
1994 | <modify-function signature="setModel(QAbstractItemModel*)"> |
|
2015 | <modify-function signature="setModel(QAbstractItemModel*)"> | |
1995 | <modify-argument index="1"> |
|
2016 | <modify-argument index="1"> | |
1996 | <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemModel"/> |
|
2017 | <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemModel"/> | |
1997 | </modify-argument> |
|
2018 | </modify-argument> | |
1998 | </modify-function> |
|
2019 | </modify-function> | |
1999 | <modify-function signature="setSelectionModel(QItemSelectionModel*)"> |
|
2020 | <modify-function signature="setSelectionModel(QItemSelectionModel*)"> | |
2000 | <modify-argument index="1"> |
|
2021 | <modify-argument index="1"> | |
2001 | <no-null-pointer/> |
|
2022 | <no-null-pointer/> | |
2002 | <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemSelectionModel"/> |
|
2023 | <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemSelectionModel"/> | |
2003 | </modify-argument> |
|
2024 | </modify-argument> | |
2004 | </modify-function> |
|
2025 | </modify-function> | |
2005 | </object-type> |
|
2026 | </object-type> | |
2006 | <object-type name="QMainWindow"> |
|
2027 | <object-type name="QMainWindow"> | |
2007 | <modify-function signature="addDockWidget(Qt::DockWidgetArea,QDockWidget*,Qt::Orientation)"> |
|
2028 | <modify-function signature="addDockWidget(Qt::DockWidgetArea,QDockWidget*,Qt::Orientation)"> | |
2008 | <modify-argument index="2"> |
|
2029 | <modify-argument index="2"> | |
2009 | <reference-count action="ignore"/> |
|
2030 | <reference-count action="ignore"/> | |
2010 | </modify-argument> |
|
2031 | </modify-argument> | |
2011 | </modify-function> |
|
2032 | </modify-function> | |
2012 | <modify-function signature="addDockWidget(Qt::DockWidgetArea,QDockWidget*)"> |
|
2033 | <modify-function signature="addDockWidget(Qt::DockWidgetArea,QDockWidget*)"> | |
2013 | <modify-argument index="2"> |
|
2034 | <modify-argument index="2"> | |
2014 | <reference-count action="ignore"/> |
|
2035 | <reference-count action="ignore"/> | |
2015 | </modify-argument> |
|
2036 | </modify-argument> | |
2016 | </modify-function> |
|
2037 | </modify-function> | |
2017 | <modify-function signature="addToolBar(QToolBar*)"> |
|
2038 | <modify-function signature="addToolBar(QToolBar*)"> | |
2018 | <modify-argument index="1"> |
|
2039 | <modify-argument index="1"> | |
2019 | <reference-count action="ignore"/> |
|
2040 | <reference-count action="ignore"/> | |
2020 | </modify-argument> |
|
2041 | </modify-argument> | |
2021 | </modify-function> |
|
2042 | </modify-function> | |
2022 | <modify-function signature="addToolBar(Qt::ToolBarArea,QToolBar*)"> |
|
2043 | <modify-function signature="addToolBar(Qt::ToolBarArea,QToolBar*)"> | |
2023 | <modify-argument index="2"> |
|
2044 | <modify-argument index="2"> | |
2024 | <reference-count action="ignore"/> |
|
2045 | <reference-count action="ignore"/> | |
2025 | </modify-argument> |
|
2046 | </modify-argument> | |
2026 | </modify-function> |
|
2047 | </modify-function> | |
2027 | <modify-function signature="insertToolBar(QToolBar*,QToolBar*)"> |
|
2048 | <modify-function signature="insertToolBar(QToolBar*,QToolBar*)"> | |
2028 | <modify-argument index="2"> |
|
2049 | <modify-argument index="2"> | |
2029 | <reference-count action="ignore"/> |
|
2050 | <reference-count action="ignore"/> | |
2030 | </modify-argument> |
|
2051 | </modify-argument> | |
2031 | <modify-argument index="2"> |
|
2052 | <modify-argument index="2"> | |
2032 | <reference-count action="ignore"/> |
|
2053 | <reference-count action="ignore"/> | |
2033 | </modify-argument> |
|
2054 | </modify-argument> | |
2034 | </modify-function> |
|
2055 | </modify-function> | |
2035 | <modify-function signature="insertToolBarBreak(QToolBar*)"> |
|
2056 | <modify-function signature="insertToolBarBreak(QToolBar*)"> | |
2036 | <modify-argument index="1"> |
|
2057 | <modify-argument index="1"> | |
2037 | <reference-count action="ignore"/> |
|
2058 | <reference-count action="ignore"/> | |
2038 | </modify-argument> |
|
2059 | </modify-argument> | |
2039 | </modify-function> |
|
2060 | </modify-function> | |
2040 | <modify-function signature="removeDockWidget(QDockWidget*)"> |
|
2061 | <modify-function signature="removeDockWidget(QDockWidget*)"> | |
2041 | <modify-argument index="1"> |
|
2062 | <modify-argument index="1"> | |
2042 | <reference-count action="ignore"/> |
|
2063 | <reference-count action="ignore"/> | |
2043 | </modify-argument> |
|
2064 | </modify-argument> | |
2044 | </modify-function> |
|
2065 | </modify-function> | |
2045 | <modify-function signature="removeToolBar(QToolBar*)"> |
|
2066 | <modify-function signature="removeToolBar(QToolBar*)"> | |
2046 | <modify-argument index="1"> |
|
2067 | <modify-argument index="1"> | |
2047 | <reference-count action="ignore"/> |
|
2068 | <reference-count action="ignore"/> | |
2048 | </modify-argument> |
|
2069 | </modify-argument> | |
2049 | </modify-function> |
|
2070 | </modify-function> | |
2050 | <modify-function signature="removeToolBarBreak(QToolBar*)"> |
|
2071 | <modify-function signature="removeToolBarBreak(QToolBar*)"> | |
2051 | <modify-argument index="1"> |
|
2072 | <modify-argument index="1"> | |
2052 | <reference-count action="ignore"/> |
|
2073 | <reference-count action="ignore"/> | |
2053 | </modify-argument> |
|
2074 | </modify-argument> | |
2054 | </modify-function> |
|
2075 | </modify-function> | |
2055 | <modify-function signature="setCentralWidget(QWidget*)"> |
|
2076 | <modify-function signature="setCentralWidget(QWidget*)"> | |
2056 | <modify-argument index="1"> |
|
2077 | <modify-argument index="1"> | |
2057 | <reference-count action="ignore"/> |
|
2078 | <reference-count action="ignore"/> | |
2058 | </modify-argument> |
|
2079 | </modify-argument> | |
2059 | </modify-function> |
|
2080 | </modify-function> | |
2060 | <modify-function signature="setMenuBar(QMenuBar*)"> |
|
2081 | <modify-function signature="setMenuBar(QMenuBar*)"> | |
2061 | <modify-argument index="1"> |
|
2082 | <modify-argument index="1"> | |
2062 | <reference-count action="ignore"/> |
|
2083 | <reference-count action="ignore"/> | |
2063 | </modify-argument> |
|
2084 | </modify-argument> | |
2064 | </modify-function> |
|
2085 | </modify-function> | |
2065 | <modify-function signature="setMenuWidget(QWidget*)"> |
|
2086 | <modify-function signature="setMenuWidget(QWidget*)"> | |
2066 | <modify-argument index="1"> |
|
2087 | <modify-argument index="1"> | |
2067 | <reference-count action="ignore"/> |
|
2088 | <reference-count action="ignore"/> | |
2068 | </modify-argument> |
|
2089 | </modify-argument> | |
2069 | </modify-function> |
|
2090 | </modify-function> | |
2070 | <modify-function signature="setStatusBar(QStatusBar*)"> |
|
2091 | <modify-function signature="setStatusBar(QStatusBar*)"> | |
2071 | <modify-argument index="1"> |
|
2092 | <modify-argument index="1"> | |
2072 | <reference-count action="ignore"/> |
|
2093 | <reference-count action="ignore"/> | |
2073 | </modify-argument> |
|
2094 | </modify-argument> | |
2074 | </modify-function> |
|
2095 | </modify-function> | |
2075 |
|
2096 | |||
2076 | </object-type> |
|
2097 | </object-type> | |
2077 | <object-type name="QMdiArea"> |
|
2098 | <object-type name="QMdiArea"> | |
2078 | <modify-function signature="addSubWindow(QWidget*,QFlags<Qt::WindowType>)"> |
|
2099 | <modify-function signature="addSubWindow(QWidget*,QFlags<Qt::WindowType>)"> | |
2079 | <modify-argument index="1"> |
|
2100 | <modify-argument index="1"> | |
2080 | <reference-count action="ignore"/> |
|
2101 | <reference-count action="ignore"/> | |
2081 | </modify-argument> |
|
2102 | </modify-argument> | |
2082 | </modify-function> |
|
2103 | </modify-function> | |
2083 |
|
2104 | |||
2084 | <modify-function signature="removeSubWindow(QWidget*)"> |
|
2105 | <modify-function signature="removeSubWindow(QWidget*)"> | |
2085 | <modify-argument index="1"> |
|
2106 | <modify-argument index="1"> | |
2086 | <reference-count action="ignore"/> |
|
2107 | <reference-count action="ignore"/> | |
2087 | </modify-argument> |
|
2108 | </modify-argument> | |
2088 | </modify-function> |
|
2109 | </modify-function> | |
2089 |
|
2110 | |||
2090 | <modify-function signature="setActiveSubWindow(QMdiSubWindow*)"> |
|
2111 | <modify-function signature="setActiveSubWindow(QMdiSubWindow*)"> | |
2091 | <modify-argument index="1"> |
|
2112 | <modify-argument index="1"> | |
2092 | <reference-count action="ignore"/> |
|
2113 | <reference-count action="ignore"/> | |
2093 | </modify-argument> |
|
2114 | </modify-argument> | |
2094 | </modify-function> |
|
2115 | </modify-function> | |
2095 |
|
2116 | |||
2096 | <modify-function signature="setupViewport(QWidget*)"> |
|
2117 | <modify-function signature="setupViewport(QWidget*)"> | |
2097 | <modify-argument index="1"> |
|
2118 | <modify-argument index="1"> | |
2098 | <reference-count action="ignore"/> |
|
2119 | <reference-count action="ignore"/> | |
2099 | </modify-argument> |
|
2120 | </modify-argument> | |
2100 | </modify-function> |
|
2121 | </modify-function> | |
2101 |
|
2122 | |||
2102 | </object-type> |
|
2123 | </object-type> | |
2103 | <object-type name="QMdiSubWindow"> |
|
2124 | <object-type name="QMdiSubWindow"> | |
2104 | <modify-function signature="setSystemMenu(QMenu*)"> |
|
2125 | <modify-function signature="setSystemMenu(QMenu*)"> | |
2105 | <modify-argument index="1"> |
|
2126 | <modify-argument index="1"> | |
2106 | <reference-count action="ignore"/> |
|
2127 | <reference-count action="ignore"/> | |
2107 | </modify-argument> |
|
2128 | </modify-argument> | |
2108 | </modify-function> |
|
2129 | </modify-function> | |
2109 | <modify-function signature="setWidget(QWidget*)"> |
|
2130 | <modify-function signature="setWidget(QWidget*)"> | |
2110 | <modify-argument index="1"> |
|
2131 | <modify-argument index="1"> | |
2111 | <reference-count action="ignore"/> |
|
2132 | <reference-count action="ignore"/> | |
2112 | </modify-argument> |
|
2133 | </modify-argument> | |
2113 | </modify-function> |
|
2134 | </modify-function> | |
2114 | </object-type> |
|
2135 | </object-type> | |
2115 | <object-type name="QMenu"> |
|
2136 | <object-type name="QMenu"> | |
2116 | <modify-function signature="insertSeparator(QAction*)"> |
|
2137 | <modify-function signature="insertSeparator(QAction*)"> | |
2117 | <modify-argument index="1"> |
|
2138 | <modify-argument index="1"> | |
2118 | <reference-count action="ignore"/> |
|
2139 | <reference-count action="ignore"/> | |
2119 | </modify-argument> |
|
2140 | </modify-argument> | |
2120 | </modify-function> |
|
2141 | </modify-function> | |
2121 | <modify-function signature="setActiveAction(QAction*)"> |
|
2142 | <modify-function signature="setActiveAction(QAction*)"> | |
2122 | <modify-argument index="1"> |
|
2143 | <modify-argument index="1"> | |
2123 | <reference-count action="ignore"/> |
|
2144 | <reference-count action="ignore"/> | |
2124 | </modify-argument> |
|
2145 | </modify-argument> | |
2125 | </modify-function> |
|
2146 | </modify-function> | |
2126 | <modify-function signature="setDefaultAction(QAction*)"> |
|
2147 | <modify-function signature="setDefaultAction(QAction*)"> | |
2127 | <modify-argument index="1"> |
|
2148 | <modify-argument index="1"> | |
2128 | <reference-count action="ignore"/> |
|
2149 | <reference-count action="ignore"/> | |
2129 | </modify-argument> |
|
2150 | </modify-argument> | |
2130 | </modify-function> |
|
2151 | </modify-function> | |
2131 | <modify-function signature="setNoReplayFor(QWidget*)"> |
|
2152 | <modify-function signature="setNoReplayFor(QWidget*)"> | |
2132 | <remove/> |
|
2153 | <remove/> | |
2133 | </modify-function> |
|
2154 | </modify-function> | |
2134 |
|
2155 | |||
2135 | <inject-code class="pywrap-h"> |
|
2156 | <inject-code class="pywrap-h"> | |
2136 | QAction* addAction (QMenu* menu, const QString & text, PyObject* callable, const QKeySequence & shortcut = 0) { |
|
2157 | QAction* addAction (QMenu* menu, const QString & text, PyObject* callable, const QKeySequence & shortcut = 0) { | |
2137 | QAction* a = menu->addAction(text); |
|
2158 | QAction* a = menu->addAction(text); | |
2138 | a->setShortcut(shortcut); |
|
2159 | a->setShortcut(shortcut); | |
2139 | PythonQt::self()->addSignalHandler(a, SIGNAL(triggered(bool)), callable); |
|
2160 | PythonQt::self()->addSignalHandler(a, SIGNAL(triggered(bool)), callable); | |
2140 | return a; |
|
2161 | return a; | |
2141 | } |
|
2162 | } | |
2142 |
|
2163 | |||
2143 | QAction* addAction (QMenu* menu, const QIcon& icon, const QString& text, PyObject* callable, const QKeySequence& shortcut = 0) |
|
2164 | QAction* addAction (QMenu* menu, const QIcon& icon, const QString& text, PyObject* callable, const QKeySequence& shortcut = 0) | |
2144 | { |
|
2165 | { | |
2145 | QAction* a = menu->addAction(text); |
|
2166 | QAction* a = menu->addAction(text); | |
2146 | a->setIcon(icon); |
|
2167 | a->setIcon(icon); | |
2147 | a->setShortcut(shortcut); |
|
2168 | a->setShortcut(shortcut); | |
2148 | PythonQt::self()->addSignalHandler(a, SIGNAL(triggered(bool)), callable); |
|
2169 | PythonQt::self()->addSignalHandler(a, SIGNAL(triggered(bool)), callable); | |
2149 | return a; |
|
2170 | return a; | |
2150 | } |
|
2171 | } | |
2151 | </inject-code> |
|
2172 | </inject-code> | |
2152 | </object-type> |
|
2173 | </object-type> | |
2153 |
|
2174 | |||
2154 | <object-type name="QMenuBar"> |
|
2175 | <object-type name="QMenuBar"> | |
2155 |
|
2176 | |||
2156 | <modify-function signature="setActiveAction(QAction*)"> |
|
2177 | <modify-function signature="setActiveAction(QAction*)"> | |
2157 | <modify-argument index="1"> |
|
2178 | <modify-argument index="1"> | |
2158 | <reference-count action="ignore"/> |
|
2179 | <reference-count action="ignore"/> | |
2159 | </modify-argument> |
|
2180 | </modify-argument> | |
2160 | </modify-function> |
|
2181 | </modify-function> | |
2161 | <modify-function signature="setCornerWidget(QWidget*,Qt::Corner) "> |
|
2182 | <modify-function signature="setCornerWidget(QWidget*,Qt::Corner) "> | |
2162 | <modify-argument index="1"> |
|
2183 | <modify-argument index="1"> | |
2163 | <reference-count action="ignore"/> |
|
2184 | <reference-count action="ignore"/> | |
2164 | </modify-argument> |
|
2185 | </modify-argument> | |
2165 | </modify-function> |
|
2186 | </modify-function> | |
2166 |
|
2187 | |||
2167 | <inject-code class="pywrap-h"> |
|
2188 | <inject-code class="pywrap-h"> | |
2168 | QAction* addAction (QMenuBar* menu, const QString & text, PyObject* callable) |
|
2189 | QAction* addAction (QMenuBar* menu, const QString & text, PyObject* callable) | |
2169 | { |
|
2190 | { | |
2170 | QAction* a = menu->addAction(text); |
|
2191 | QAction* a = menu->addAction(text); | |
2171 | PythonQt::self()->addSignalHandler(a, SIGNAL(triggered(bool)), callable); |
|
2192 | PythonQt::self()->addSignalHandler(a, SIGNAL(triggered(bool)), callable); | |
2172 | return a; |
|
2193 | return a; | |
2173 | } |
|
2194 | } | |
2174 | </inject-code> |
|
2195 | </inject-code> | |
2175 | </object-type> |
|
2196 | </object-type> | |
2176 | <object-type name="QMotifStyle"> |
|
2197 | <object-type name="QMotifStyle"> | |
2177 | <modify-function signature="standardPixmap(QStyle::StandardPixmap, const QStyleOption*, const QWidget*)const" remove="all"/> <!--### Obsolete in 4.3--> |
|
2198 | <modify-function signature="standardPixmap(QStyle::StandardPixmap, const QStyleOption*, const QWidget*)const" remove="all"/> <!--### Obsolete in 4.3--> | |
2178 | <modify-function signature="standardIconImplementation(QStyle::StandardPixmap, const QStyleOption *, const QWidget *)const" virtual-slot="yes"/> |
|
2199 | <modify-function signature="standardIconImplementation(QStyle::StandardPixmap, const QStyleOption *, const QWidget *)const" virtual-slot="yes"/> | |
2179 | </object-type> |
|
2200 | </object-type> | |
2180 | <object-type name="QPainterPathStroker"/> |
|
2201 | <object-type name="QPainterPathStroker"/> | |
2181 |
|
2202 | |||
2182 | <object-type name="QPictureIO"> |
|
2203 | <object-type name="QPictureIO"> | |
2183 | <modify-function signature="QPictureIO(QIODevice*,const char*)"> |
|
2204 | <modify-function signature="QPictureIO(QIODevice*,const char*)"> | |
2184 | <access modifier="private"/> |
|
2205 | <access modifier="private"/> | |
2185 | <modify-argument index="1"> |
|
2206 | <modify-argument index="1"> | |
2186 | <reference-count action="set" variable-name="__rcDevice"/> |
|
2207 | <reference-count action="set" variable-name="__rcDevice"/> | |
2187 | </modify-argument> |
|
2208 | </modify-argument> | |
2188 | </modify-function> |
|
2209 | </modify-function> | |
2189 |
|
2210 | |||
2190 | <modify-function signature="setIODevice(QIODevice*)"> |
|
2211 | <modify-function signature="setIODevice(QIODevice*)"> | |
2191 | <modify-argument index="1"> |
|
2212 | <modify-argument index="1"> | |
2192 | <reference-count action="set" variable-name="__rcDevice"/> |
|
2213 | <reference-count action="set" variable-name="__rcDevice"/> | |
2193 | </modify-argument> |
|
2214 | </modify-argument> | |
2194 | </modify-function> |
|
2215 | </modify-function> | |
2195 |
|
2216 | |||
2196 | <modify-function signature="QPictureIO(QString,const char*)"> |
|
2217 | <modify-function signature="QPictureIO(QString,const char*)"> | |
2197 | <access modifier="private"/> |
|
2218 | <access modifier="private"/> | |
2198 | </modify-function> |
|
2219 | </modify-function> | |
2199 |
|
2220 | |||
2200 | <modify-function signature="format()const"> |
|
2221 | <modify-function signature="format()const"> | |
2201 | <access modifier="private"/> |
|
2222 | <access modifier="private"/> | |
2202 | <rename to="format_private"/> |
|
2223 | <rename to="format_private"/> | |
2203 | </modify-function> |
|
2224 | </modify-function> | |
2204 |
|
2225 | |||
2205 | <modify-function signature="parameters()const"> |
|
2226 | <modify-function signature="parameters()const"> | |
2206 | <access modifier="private"/> |
|
2227 | <access modifier="private"/> | |
2207 | <rename to="parameters_private"/> |
|
2228 | <rename to="parameters_private"/> | |
2208 | </modify-function> |
|
2229 | </modify-function> | |
2209 |
|
2230 | |||
2210 | <modify-function signature="setFormat(const char*)"> |
|
2231 | <modify-function signature="setFormat(const char*)"> | |
2211 | <access modifier="private"/> |
|
2232 | <access modifier="private"/> | |
2212 | </modify-function> |
|
2233 | </modify-function> | |
2213 |
|
2234 | |||
2214 | <modify-function signature="setParameters(const char*)"> |
|
2235 | <modify-function signature="setParameters(const char*)"> | |
2215 | <access modifier="private"/> |
|
2236 | <access modifier="private"/> | |
2216 | </modify-function> |
|
2237 | </modify-function> | |
2217 |
|
2238 | |||
2218 |
|
2239 | |||
2219 | <modify-function signature="QPictureIO(QIODevice*,const char*)"> |
|
2240 | <modify-function signature="QPictureIO(QIODevice*,const char*)"> | |
2220 | <modify-argument index="2"> |
|
2241 | <modify-argument index="2"> | |
2221 | <replace-type modified-type="QString"/> |
|
2242 | <replace-type modified-type="QString"/> | |
2222 | <conversion-rule class="native"> |
|
2243 | <conversion-rule class="native"> | |
2223 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
2244 | <insert-template name="core.convert_string_arg_to_char*"/> | |
2224 | </conversion-rule> |
|
2245 | </conversion-rule> | |
2225 | </modify-argument> |
|
2246 | </modify-argument> | |
2226 | </modify-function> |
|
2247 | </modify-function> | |
2227 |
|
2248 | |||
2228 | <modify-function signature="QPictureIO(QString,const char*)"> |
|
2249 | <modify-function signature="QPictureIO(QString,const char*)"> | |
2229 | <modify-argument index="2"> |
|
2250 | <modify-argument index="2"> | |
2230 | <replace-type modified-type="QString"/> |
|
2251 | <replace-type modified-type="QString"/> | |
2231 | <conversion-rule class="native"> |
|
2252 | <conversion-rule class="native"> | |
2232 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
2253 | <insert-template name="core.convert_string_arg_to_char*"/> | |
2233 | </conversion-rule> |
|
2254 | </conversion-rule> | |
2234 | </modify-argument> |
|
2255 | </modify-argument> | |
2235 | </modify-function> |
|
2256 | </modify-function> | |
2236 |
|
2257 | |||
2237 | <modify-function signature="setFormat(const char*)"> |
|
2258 | <modify-function signature="setFormat(const char*)"> | |
2238 | <modify-argument index="1"> |
|
2259 | <modify-argument index="1"> | |
2239 | <replace-type modified-type="QString"/> |
|
2260 | <replace-type modified-type="QString"/> | |
2240 | <conversion-rule class="native"> |
|
2261 | <conversion-rule class="native"> | |
2241 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
2262 | <insert-template name="core.convert_string_arg_to_char*"/> | |
2242 | </conversion-rule> |
|
2263 | </conversion-rule> | |
2243 | </modify-argument> |
|
2264 | </modify-argument> | |
2244 | </modify-function> |
|
2265 | </modify-function> | |
2245 |
|
2266 | |||
2246 | <modify-function signature="setParameters(const char*)"> |
|
2267 | <modify-function signature="setParameters(const char*)"> | |
2247 | <modify-argument index="1"> |
|
2268 | <modify-argument index="1"> | |
2248 | <replace-type modified-type="QString"/> |
|
2269 | <replace-type modified-type="QString"/> | |
2249 | <conversion-rule class="native"> |
|
2270 | <conversion-rule class="native"> | |
2250 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
2271 | <insert-template name="core.convert_string_arg_to_char*"/> | |
2251 | </conversion-rule> |
|
2272 | </conversion-rule> | |
2252 | </modify-argument> |
|
2273 | </modify-argument> | |
2253 | </modify-function> |
|
2274 | </modify-function> | |
2254 | </object-type> |
|
2275 | </object-type> | |
2255 |
|
2276 | |||
2256 | <object-type name="QPixmapCache"> |
|
2277 | <object-type name="QPixmapCache"> | |
2257 | <modify-function signature="find(QString)"> |
|
2278 | <modify-function signature="find(QString)"> | |
2258 | <remove/> |
|
2279 | <remove/> | |
2259 | </modify-function> |
|
2280 | </modify-function> | |
2260 | <modify-function signature="find(QString,QPixmap*)" remove="all"/> |
|
2281 | <modify-function signature="find(QString,QPixmap*)" remove="all"/> | |
2261 |
|
2282 | |||
2262 | <modify-function signature="find(QString,QPixmap&)"> |
|
2283 | <modify-function signature="find(QString,QPixmap&)"> | |
2263 | <access modifier="private"/> |
|
2284 | <access modifier="private"/> | |
2264 | </modify-function> |
|
2285 | </modify-function> | |
2265 | </object-type> |
|
2286 | </object-type> | |
2266 | <object-type name="QPlastiqueStyle"> |
|
2287 | <object-type name="QPlastiqueStyle"> | |
2267 | <modify-function signature="standardPixmap(QStyle::StandardPixmap, const QStyleOption*, const QWidget*)const" remove="all"/> <!--### Obsolete in 4.3--> |
|
2288 | <modify-function signature="standardPixmap(QStyle::StandardPixmap, const QStyleOption*, const QWidget*)const" remove="all"/> <!--### Obsolete in 4.3--> | |
2268 | <modify-function signature="standardIconImplementation(QStyle::StandardPixmap, const QStyleOption *, const QWidget *)const" virtual-slot="yes"/> |
|
2289 | <modify-function signature="standardIconImplementation(QStyle::StandardPixmap, const QStyleOption *, const QWidget *)const" virtual-slot="yes"/> | |
2269 | <modify-function signature="layoutSpacingImplementation(QSizePolicy::ControlType, QSizePolicy::ControlType, Qt::Orientation, const QStyleOption *, const QWidget *) const" virtual-slot="yes"/> |
|
2290 | <modify-function signature="layoutSpacingImplementation(QSizePolicy::ControlType, QSizePolicy::ControlType, Qt::Orientation, const QStyleOption *, const QWidget *) const" virtual-slot="yes"/> | |
2270 | </object-type> |
|
2291 | </object-type> | |
2271 | <object-type name="QPrintDialog"> |
|
2292 | <object-type name="QPrintDialog"> | |
2272 | </object-type> |
|
2293 | </object-type> | |
2273 | <object-type name="QPrintEngine"/> |
|
2294 | <object-type name="QPrintEngine"/> | |
2274 | <object-type name="QProgressBar"> |
|
2295 | <object-type name="QProgressBar"> | |
2275 | <modify-function signature="initStyleOption(QStyleOptionProgressBar*)const"> |
|
2296 | <modify-function signature="initStyleOption(QStyleOptionProgressBar*)const"> | |
2276 | <access modifier="private"/> |
|
2297 | <access modifier="private"/> | |
2277 | </modify-function> |
|
2298 | </modify-function> | |
2278 | </object-type> |
|
2299 | </object-type> | |
2279 | <object-type name="QPushButton"> |
|
2300 | <object-type name="QPushButton"> | |
2280 | <modify-function signature="initStyleOption(QStyleOptionButton*)const"> |
|
2301 | <modify-function signature="initStyleOption(QStyleOptionButton*)const"> | |
2281 | <access modifier="private"/> |
|
2302 | <access modifier="private"/> | |
2282 | </modify-function> |
|
2303 | </modify-function> | |
2283 |
|
2304 | |||
2284 | <modify-function signature="setMenu(QMenu*)"> |
|
2305 | <modify-function signature="setMenu(QMenu*)"> | |
2285 | <modify-argument index="1"> |
|
2306 | <modify-argument index="1"> | |
2286 | <reference-count action="set" variable-name="__rcMenu"/> |
|
2307 | <reference-count action="set" variable-name="__rcMenu"/> | |
2287 | </modify-argument> |
|
2308 | </modify-argument> | |
2288 | </modify-function> |
|
2309 | </modify-function> | |
2289 | </object-type> |
|
2310 | </object-type> | |
2290 | <object-type name="QRegExpValidator"/> |
|
2311 | <object-type name="QRegExpValidator"/> | |
2291 | <object-type name="QScrollArea"> |
|
2312 | <object-type name="QScrollArea"> | |
2292 | <modify-function signature="setWidget(QWidget*)"> |
|
2313 | <modify-function signature="setWidget(QWidget*)"> | |
2293 | <modify-argument index="1"> |
|
2314 | <modify-argument index="1"> | |
2294 | <reference-count action="ignore"/> |
|
2315 | <reference-count action="ignore"/> | |
2295 | </modify-argument> |
|
2316 | </modify-argument> | |
2296 | </modify-function> |
|
2317 | </modify-function> | |
2297 | </object-type> |
|
2318 | </object-type> | |
2298 | <object-type name="QSessionManager"/> |
|
2319 | <object-type name="QSessionManager"/> | |
2299 | <object-type name="QShortcut"> |
|
2320 | <object-type name="QShortcut"> | |
2300 | <modify-function signature="QShortcut(QKeySequence,QWidget*,const char*,const char*,Qt::ShortcutContext)"> |
|
2321 | <modify-function signature="QShortcut(QKeySequence,QWidget*,const char*,const char*,Qt::ShortcutContext)"> | |
2301 | <access modifier="private"/> |
|
2322 | <access modifier="private"/> | |
2302 | <modify-argument index="3"> |
|
2323 | <modify-argument index="3"> | |
2303 | <remove-default-expression/> |
|
2324 | <remove-default-expression/> | |
2304 | </modify-argument> |
|
2325 | </modify-argument> | |
2305 | <modify-argument index="4"> |
|
2326 | <modify-argument index="4"> | |
2306 | <remove-default-expression/> |
|
2327 | <remove-default-expression/> | |
2307 | </modify-argument> |
|
2328 | </modify-argument> | |
2308 | <modify-argument index="5"> |
|
2329 | <modify-argument index="5"> | |
2309 | <remove-default-expression/> |
|
2330 | <remove-default-expression/> | |
2310 | </modify-argument> |
|
2331 | </modify-argument> | |
2311 | </modify-function> |
|
2332 | </modify-function> | |
2312 | </object-type> |
|
2333 | </object-type> | |
2313 | <object-type name="QSizeGrip"/> |
|
2334 | <object-type name="QSizeGrip"/> | |
2314 | <object-type name="QSound"/> |
|
2335 | <object-type name="QSound"/> | |
2315 | <object-type name="QSpacerItem"/> |
|
2336 | <object-type name="QSpacerItem"/> | |
2316 | <object-type name="QStandardItem"> |
|
2337 | <object-type name="QStandardItem"> | |
2317 | <modify-function signature="operator=(QStandardItem)" remove="all"/> |
|
2338 | <modify-function signature="operator=(QStandardItem)" remove="all"/> | |
2318 | <modify-function signature="operator<(QStandardItem)const"> |
|
2339 | <modify-function signature="operator<(QStandardItem)const"> | |
2319 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
2340 | <modify-argument index="1" invalidate-after-use="yes"/> | |
2320 | </modify-function> |
|
2341 | </modify-function> | |
2321 | <modify-function signature="read(QDataStream&)"> |
|
2342 | <modify-function signature="read(QDataStream&)"> | |
2322 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
2343 | <modify-argument index="1" invalidate-after-use="yes"/> | |
2323 | </modify-function> |
|
2344 | </modify-function> | |
2324 | <modify-function signature="write(QDataStream&)const"> |
|
2345 | <modify-function signature="write(QDataStream&)const"> | |
2325 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
2346 | <modify-argument index="1" invalidate-after-use="yes"/> | |
2326 | </modify-function> |
|
2347 | </modify-function> | |
2327 |
|
2348 | |||
2328 |
|
2349 | |||
2329 | <modify-function signature="read(QDataStream &)" remove="all"/> |
|
2350 | <modify-function signature="read(QDataStream &)" remove="all"/> | |
2330 | <modify-function signature="write(QDataStream &)const" remove="all"/> |
|
2351 | <modify-function signature="write(QDataStream &)const" remove="all"/> | |
2331 | <modify-function signature="operator=(QStandardItem)" remove="all"/> |
|
2352 | <modify-function signature="operator=(QStandardItem)" remove="all"/> | |
2332 | <modify-function signature="operator<(QStandardItem)const" remove="all"/> |
|
2353 | <modify-function signature="operator<(QStandardItem)const" remove="all"/> | |
2333 | </object-type> |
|
2354 | </object-type> | |
2334 | <object-type name="QStatusBar"> |
|
2355 | <object-type name="QStatusBar"> | |
2335 | <modify-function signature="addPermanentWidget(QWidget *, int)"> |
|
2356 | <modify-function signature="addPermanentWidget(QWidget *, int)"> | |
2336 | <modify-argument index="1"> |
|
2357 | <modify-argument index="1"> | |
2337 | <reference-count action="ignore"/> |
|
2358 | <reference-count action="ignore"/> | |
2338 | </modify-argument> |
|
2359 | </modify-argument> | |
2339 | </modify-function> |
|
2360 | </modify-function> | |
2340 | <modify-function signature="addWidget(QWidget *, int)"> |
|
2361 | <modify-function signature="addWidget(QWidget *, int)"> | |
2341 | <modify-argument index="1"> |
|
2362 | <modify-argument index="1"> | |
2342 | <reference-count action="ignore"/> |
|
2363 | <reference-count action="ignore"/> | |
2343 | </modify-argument> |
|
2364 | </modify-argument> | |
2344 | </modify-function> |
|
2365 | </modify-function> | |
2345 | <modify-function signature="removeWidget(QWidget *)"> |
|
2366 | <modify-function signature="removeWidget(QWidget *)"> | |
2346 | <modify-argument index="1"> |
|
2367 | <modify-argument index="1"> | |
2347 | <reference-count action="ignore"/> |
|
2368 | <reference-count action="ignore"/> | |
2348 | </modify-argument> |
|
2369 | </modify-argument> | |
2349 | </modify-function> |
|
2370 | </modify-function> | |
2350 | <modify-function signature="insertPermanentWidget(int, QWidget *, int)"> |
|
2371 | <modify-function signature="insertPermanentWidget(int, QWidget *, int)"> | |
2351 | <modify-argument index="2"> |
|
2372 | <modify-argument index="2"> | |
2352 | <reference-count action="ignore"/> |
|
2373 | <reference-count action="ignore"/> | |
2353 | </modify-argument> |
|
2374 | </modify-argument> | |
2354 | </modify-function> |
|
2375 | </modify-function> | |
2355 | <modify-function signature="insertWidget(int, QWidget *, int)"> |
|
2376 | <modify-function signature="insertWidget(int, QWidget *, int)"> | |
2356 | <modify-argument index="2"> |
|
2377 | <modify-argument index="2"> | |
2357 | <reference-count action="ignore"/> |
|
2378 | <reference-count action="ignore"/> | |
2358 | </modify-argument> |
|
2379 | </modify-argument> | |
2359 | </modify-function> |
|
2380 | </modify-function> | |
2360 | </object-type> |
|
2381 | </object-type> | |
2361 | <object-type name="QStringListModel"/> |
|
2382 | <object-type name="QStringListModel"/> | |
2362 | <object-type name="QStyleFactory"/> |
|
2383 | <object-type name="QStyleFactory"/> | |
2363 | <object-type name="QStyleHintReturn"/> |
|
2384 | <object-type name="QStyleHintReturn"/> | |
2364 | <object-type name="QStyleHintReturnVariant"/> |
|
2385 | <object-type name="QStyleHintReturnVariant"/> | |
2365 | <object-type name="QStyleHintReturnMask"/> |
|
2386 | <object-type name="QStyleHintReturnMask"/> | |
2366 | <object-type name="QStylePainter" delete-in-main-thread="yes"/> |
|
2387 | <object-type name="QStylePainter" delete-in-main-thread="yes"/> | |
2367 | <object-type name="QSyntaxHighlighter"> |
|
2388 | <object-type name="QSyntaxHighlighter"> | |
2368 | <modify-function signature="setCurrentBlockUserData(QTextBlockUserData*)"> |
|
2389 | <modify-function signature="setCurrentBlockUserData(QTextBlockUserData*)"> | |
2369 | <modify-argument index="1"> |
|
2390 | <modify-argument index="1"> | |
2370 | <define-ownership class="java" owner="c++"/> |
|
2391 | <define-ownership class="java" owner="c++"/> | |
2371 | </modify-argument> |
|
2392 | </modify-argument> | |
2372 | </modify-function> |
|
2393 | </modify-function> | |
2373 | <modify-function signature="setDocument(QTextDocument*)"> |
|
2394 | <modify-function signature="setDocument(QTextDocument*)"> | |
2374 | <modify-argument index="1"> |
|
2395 | <modify-argument index="1"> | |
2375 | <reference-count action="set" variable-name="__rcDocument"/> |
|
2396 | <reference-count action="set" variable-name="__rcDocument"/> | |
2376 | </modify-argument> |
|
2397 | </modify-argument> | |
2377 | </modify-function> |
|
2398 | </modify-function> | |
2378 |
|
2399 | |||
2379 | </object-type> |
|
2400 | </object-type> | |
2380 | <object-type name="QSystemTrayIcon"> |
|
2401 | <object-type name="QSystemTrayIcon"> | |
2381 | <modify-function signature="setContextMenu(QMenu*)"> |
|
2402 | <modify-function signature="setContextMenu(QMenu*)"> | |
2382 | <modify-argument index="1"> |
|
2403 | <modify-argument index="1"> | |
2383 | <reference-count action="set" variable-name="__rcContextMenu"/> |
|
2404 | <reference-count action="set" variable-name="__rcContextMenu"/> | |
2384 | </modify-argument> |
|
2405 | </modify-argument> | |
2385 | </modify-function> |
|
2406 | </modify-function> | |
2386 | </object-type> |
|
2407 | </object-type> | |
2387 | <object-type name="QTableView"> |
|
2408 | <object-type name="QTableView"> | |
2388 | <modify-function signature="setHorizontalHeader(QHeaderView*)"> |
|
2409 | <modify-function signature="setHorizontalHeader(QHeaderView*)"> | |
2389 | <modify-argument index="1"> |
|
2410 | <modify-argument index="1"> | |
2390 | <reference-count action="ignore"/> |
|
2411 | <reference-count action="ignore"/> | |
2391 | </modify-argument> |
|
2412 | </modify-argument> | |
2392 | </modify-function> |
|
2413 | </modify-function> | |
2393 | <modify-function signature="setVerticalHeader(QHeaderView*)"> |
|
2414 | <modify-function signature="setVerticalHeader(QHeaderView*)"> | |
2394 | <modify-argument index="1"> |
|
2415 | <modify-argument index="1"> | |
2395 | <reference-count action="ignore"/> |
|
2416 | <reference-count action="ignore"/> | |
2396 | </modify-argument> |
|
2417 | </modify-argument> | |
2397 | </modify-function> |
|
2418 | </modify-function> | |
2398 | <modify-function signature="setModel(QAbstractItemModel*)"> |
|
2419 | <modify-function signature="setModel(QAbstractItemModel*)"> | |
2399 | <modify-argument index="1"> |
|
2420 | <modify-argument index="1"> | |
2400 | <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemModel"/> |
|
2421 | <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemModel"/> | |
2401 | </modify-argument> |
|
2422 | </modify-argument> | |
2402 | </modify-function> |
|
2423 | </modify-function> | |
2403 | <modify-function signature="setSelectionModel(QItemSelectionModel*)"> |
|
2424 | <modify-function signature="setSelectionModel(QItemSelectionModel*)"> | |
2404 | <modify-argument index="1"> |
|
2425 | <modify-argument index="1"> | |
2405 | <no-null-pointer/> |
|
2426 | <no-null-pointer/> | |
2406 | <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemSelectionModel"/> |
|
2427 | <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemSelectionModel"/> | |
2407 | </modify-argument> |
|
2428 | </modify-argument> | |
2408 | </modify-function> |
|
2429 | </modify-function> | |
2409 |
|
2430 | |||
2410 | <modify-function signature="sortByColumn(int)" remove="all"/> <!--### Obsolete in 4.3--> |
|
2431 | <modify-function signature="sortByColumn(int)" remove="all"/> <!--### Obsolete in 4.3--> | |
2411 | </object-type> |
|
2432 | </object-type> | |
2412 | <object-type name="QTextBlockGroup" delete-in-main-thread="yes"/> |
|
2433 | <object-type name="QTextBlockGroup" delete-in-main-thread="yes"/> | |
2413 | <object-type name="QTextBlockUserData" delete-in-main-thread="yes"/> |
|
2434 | <object-type name="QTextBlockUserData" delete-in-main-thread="yes"/> | |
2414 | <object-type name="QTextItem" delete-in-main-thread="yes"/> |
|
2435 | <object-type name="QTextItem" delete-in-main-thread="yes"/> | |
2415 | <object-type name="QTextList" delete-in-main-thread="yes"> |
|
2436 | <object-type name="QTextList" delete-in-main-thread="yes"> | |
2416 | <modify-function signature="format()const" rename="textListFormat"/> |
|
2437 | <modify-function signature="format()const" rename="textListFormat"/> | |
2417 |
|
2438 | |||
2418 | <modify-function signature="isEmpty()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
2439 | <modify-function signature="isEmpty()const" remove="all"/> <!--### Obsolete in 4.3--> | |
2419 | </object-type> |
|
2440 | </object-type> | |
2420 | <object-type name="QTextObject" delete-in-main-thread="yes"/> |
|
2441 | <object-type name="QTextObject" delete-in-main-thread="yes"/> | |
2421 |
|
2442 | |||
2422 | <!-- The original QTextObjectInterface has been rejected and replaced by this, since the original |
|
2443 | <!-- The original QTextObjectInterface has been rejected and replaced by this, since the original | |
2423 | usage is based on an interface pattern we can't mimic in Java (our users can't implement our |
|
2444 | usage is based on an interface pattern we can't mimic in Java (our users can't implement our | |
2424 | interfaces.) The new class inherits both QObject and QTextObjectInterface, and can be extended |
|
2445 | interfaces.) The new class inherits both QObject and QTextObjectInterface, and can be extended | |
2425 | in Java to get a type that can properly be used with registerHandler() in |
|
2446 | in Java to get a type that can properly be used with registerHandler() in | |
2426 | QAbstractTextDocumentLayout. --> |
|
2447 | QAbstractTextDocumentLayout. --> | |
2427 | <object-type name="QtJambiTextObjectInterface" delete-in-main-thread="yes" java-name="QTextObjectInterface"> |
|
2448 | <object-type name="QtJambiTextObjectInterface" delete-in-main-thread="yes" java-name="QTextObjectInterface"> | |
2428 | <modify-function signature="drawObject(QPainter*,QRectF,QTextDocument*,int,QTextFormat)"> |
|
2449 | <modify-function signature="drawObject(QPainter*,QRectF,QTextDocument*,int,QTextFormat)"> | |
2429 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
2450 | <modify-argument index="1" invalidate-after-use="yes"/> | |
2430 | </modify-function> |
|
2451 | </modify-function> | |
2431 | </object-type> |
|
2452 | </object-type> | |
2432 |
|
2453 | |||
2433 | <object-type name="QTimeEdit"/> |
|
2454 | <object-type name="QTimeEdit"/> | |
2434 | <object-type name="QToolBox"> |
|
2455 | <object-type name="QToolBox"> | |
2435 | <modify-function signature="addItem(QWidget*,QString)"> |
|
2456 | <modify-function signature="addItem(QWidget*,QString)"> | |
2436 | <modify-argument index="1"> |
|
2457 | <modify-argument index="1"> | |
2437 | <reference-count action="ignore"/> |
|
2458 | <reference-count action="ignore"/> | |
2438 | </modify-argument> |
|
2459 | </modify-argument> | |
2439 | </modify-function> |
|
2460 | </modify-function> | |
2440 | <modify-function signature="addItem(QWidget*,QIcon,QString)"> |
|
2461 | <modify-function signature="addItem(QWidget*,QIcon,QString)"> | |
2441 | <modify-argument index="1"> |
|
2462 | <modify-argument index="1"> | |
2442 | <reference-count action="ignore"/> |
|
2463 | <reference-count action="ignore"/> | |
2443 | </modify-argument> |
|
2464 | </modify-argument> | |
2444 | </modify-function> |
|
2465 | </modify-function> | |
2445 | <modify-function signature="insertItem(int,QWidget*,QIcon,QString)"> |
|
2466 | <modify-function signature="insertItem(int,QWidget*,QIcon,QString)"> | |
2446 | <modify-argument index="2"> |
|
2467 | <modify-argument index="2"> | |
2447 | <reference-count action="ignore"/> |
|
2468 | <reference-count action="ignore"/> | |
2448 | </modify-argument> |
|
2469 | </modify-argument> | |
2449 | </modify-function> |
|
2470 | </modify-function> | |
2450 | <modify-function signature="insertItem(int,QWidget*,QString)"> |
|
2471 | <modify-function signature="insertItem(int,QWidget*,QString)"> | |
2451 | <modify-argument index="2"> |
|
2472 | <modify-argument index="2"> | |
2452 | <reference-count action="ignore"/> |
|
2473 | <reference-count action="ignore"/> | |
2453 | </modify-argument> |
|
2474 | </modify-argument> | |
2454 | </modify-function> |
|
2475 | </modify-function> | |
2455 | <modify-function signature="setCurrentWidget(QWidget*) "> |
|
2476 | <modify-function signature="setCurrentWidget(QWidget*) "> | |
2456 | <modify-argument index="1"> |
|
2477 | <modify-argument index="1"> | |
2457 | <reference-count action="ignore"/> |
|
2478 | <reference-count action="ignore"/> | |
2458 | </modify-argument> |
|
2479 | </modify-argument> | |
2459 | </modify-function> |
|
2480 | </modify-function> | |
2460 | </object-type> |
|
2481 | </object-type> | |
2461 | <object-type name="QToolButton"> |
|
2482 | <object-type name="QToolButton"> | |
2462 | <modify-function signature="initStyleOption(QStyleOptionToolButton*)const"> |
|
2483 | <modify-function signature="initStyleOption(QStyleOptionToolButton*)const"> | |
2463 | <access modifier="private"/> |
|
2484 | <access modifier="private"/> | |
2464 | </modify-function> |
|
2485 | </modify-function> | |
2465 |
|
2486 | |||
2466 | <modify-function signature="setDefaultAction(QAction *)"> |
|
2487 | <modify-function signature="setDefaultAction(QAction *)"> | |
2467 | <modify-argument index="1"> |
|
2488 | <modify-argument index="1"> | |
2468 | <reference-count action="set" variable-name="__rcDefaultAction"/> |
|
2489 | <reference-count action="set" variable-name="__rcDefaultAction"/> | |
2469 | </modify-argument> |
|
2490 | </modify-argument> | |
2470 | </modify-function> |
|
2491 | </modify-function> | |
2471 | <modify-function signature="setMenu(QMenu *)"> |
|
2492 | <modify-function signature="setMenu(QMenu *)"> | |
2472 | <modify-argument index="1"> |
|
2493 | <modify-argument index="1"> | |
2473 | <reference-count action="set" variable-name="__rcMenu"/> |
|
2494 | <reference-count action="set" variable-name="__rcMenu"/> | |
2474 | </modify-argument> |
|
2495 | </modify-argument> | |
2475 | </modify-function> |
|
2496 | </modify-function> | |
2476 | </object-type> |
|
2497 | </object-type> | |
2477 | <object-type name="QToolTip"/> |
|
2498 | <object-type name="QToolTip"/> | |
2478 | <object-type name="QTreeView"> |
|
2499 | <object-type name="QTreeView"> | |
2479 |
|
2500 | |||
2480 | <modify-function signature="drawBranches(QPainter*,QRect,QModelIndex)const"> |
|
2501 | <modify-function signature="drawBranches(QPainter*,QRect,QModelIndex)const"> | |
2481 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
2502 | <modify-argument index="1" invalidate-after-use="yes"/> | |
2482 | </modify-function> |
|
2503 | </modify-function> | |
2483 | <modify-function signature="drawRow(QPainter*,QStyleOptionViewItem,QModelIndex)const"> |
|
2504 | <modify-function signature="drawRow(QPainter*,QStyleOptionViewItem,QModelIndex)const"> | |
2484 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
2505 | <modify-argument index="1" invalidate-after-use="yes"/> | |
2485 | </modify-function> |
|
2506 | </modify-function> | |
2486 |
|
2507 | |||
2487 | <modify-function signature="setHeader(QHeaderView*)"> |
|
2508 | <modify-function signature="setHeader(QHeaderView*)"> | |
2488 | <modify-argument index="1"> |
|
2509 | <modify-argument index="1"> | |
2489 | <reference-count action="ignore"/> |
|
2510 | <reference-count action="ignore"/> | |
2490 | </modify-argument> |
|
2511 | </modify-argument> | |
2491 | </modify-function> |
|
2512 | </modify-function> | |
2492 | <modify-function signature="setModel(QAbstractItemModel*)"> |
|
2513 | <modify-function signature="setModel(QAbstractItemModel*)"> | |
2493 | <modify-argument index="1"> |
|
2514 | <modify-argument index="1"> | |
2494 | <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemModel"/> |
|
2515 | <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemModel"/> | |
2495 | </modify-argument> |
|
2516 | </modify-argument> | |
2496 | </modify-function> |
|
2517 | </modify-function> | |
2497 | <modify-function signature="setSelectionModel(QItemSelectionModel*)"> |
|
2518 | <modify-function signature="setSelectionModel(QItemSelectionModel*)"> | |
2498 | <modify-argument index="1"> |
|
2519 | <modify-argument index="1"> | |
2499 | <no-null-pointer/> |
|
2520 | <no-null-pointer/> | |
2500 | <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemSelectionModel"/> |
|
2521 | <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemSelectionModel"/> | |
2501 | </modify-argument> |
|
2522 | </modify-argument> | |
2502 | </modify-function> |
|
2523 | </modify-function> | |
2503 |
|
2524 | |||
2504 | <modify-function signature="sortByColumn(int)" remove="all"/> <!--### Obsolete in 4.3--> |
|
2525 | <modify-function signature="sortByColumn(int)" remove="all"/> <!--### Obsolete in 4.3--> | |
2505 | </object-type> |
|
2526 | </object-type> | |
2506 | <object-type name="QUndoCommand"> |
|
2527 | <object-type name="QUndoCommand"> | |
2507 | <modify-function signature="mergeWith(const QUndoCommand*)"> |
|
2528 | <modify-function signature="mergeWith(const QUndoCommand*)"> | |
2508 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
2529 | <modify-argument index="1" invalidate-after-use="yes"/> | |
2509 | </modify-function> |
|
2530 | </modify-function> | |
2510 | </object-type> |
|
2531 | </object-type> | |
2511 | <object-type name="QUndoGroup"> |
|
2532 | <object-type name="QUndoGroup"> | |
2512 | <modify-function signature="addStack(QUndoStack*)"> |
|
2533 | <modify-function signature="addStack(QUndoStack*)"> | |
2513 | <modify-argument index="1"> |
|
2534 | <modify-argument index="1"> | |
2514 | <reference-count action="add" variable-name="__rcStacks"/> |
|
2535 | <reference-count action="add" variable-name="__rcStacks"/> | |
2515 | </modify-argument> |
|
2536 | </modify-argument> | |
2516 | </modify-function> |
|
2537 | </modify-function> | |
2517 | <modify-function signature="removeStack(QUndoStack*)"> |
|
2538 | <modify-function signature="removeStack(QUndoStack*)"> | |
2518 | <modify-argument index="1"> |
|
2539 | <modify-argument index="1"> | |
2519 | <reference-count action="remove" variable-name="__rcStacks"/> |
|
2540 | <reference-count action="remove" variable-name="__rcStacks"/> | |
2520 | </modify-argument> |
|
2541 | </modify-argument> | |
2521 | </modify-function> |
|
2542 | </modify-function> | |
2522 | <modify-function signature="setActiveStack(QUndoStack*)"> |
|
2543 | <modify-function signature="setActiveStack(QUndoStack*)"> | |
2523 | <modify-argument index="1"> |
|
2544 | <modify-argument index="1"> | |
2524 | <reference-count action="ignore"/> |
|
2545 | <reference-count action="ignore"/> | |
2525 | </modify-argument> |
|
2546 | </modify-argument> | |
2526 | </modify-function> |
|
2547 | </modify-function> | |
2527 | </object-type> |
|
2548 | </object-type> | |
2528 |
|
2549 | |||
2529 | <object-type name="QUndoStack"/> |
|
2550 | <object-type name="QUndoStack"/> | |
2530 |
|
2551 | |||
2531 | <object-type name="QUndoView"> |
|
2552 | <object-type name="QUndoView"> | |
2532 | <modify-function signature="setGroup(QUndoGroup *)"> |
|
2553 | <modify-function signature="setGroup(QUndoGroup *)"> | |
2533 | <modify-argument index="1"> |
|
2554 | <modify-argument index="1"> | |
2534 | <reference-count action="set" variable-name="__rcGroupOrStack"/> |
|
2555 | <reference-count action="set" variable-name="__rcGroupOrStack"/> | |
2535 | </modify-argument> |
|
2556 | </modify-argument> | |
2536 | </modify-function> |
|
2557 | </modify-function> | |
2537 | <modify-function signature="setStack(QUndoStack *)"> |
|
2558 | <modify-function signature="setStack(QUndoStack *)"> | |
2538 | <modify-argument index="1"> |
|
2559 | <modify-argument index="1"> | |
2539 | <reference-count action="set" variable-name="__rcGroupOrStack"/> |
|
2560 | <reference-count action="set" variable-name="__rcGroupOrStack"/> | |
2540 | </modify-argument> |
|
2561 | </modify-argument> | |
2541 | </modify-function> |
|
2562 | </modify-function> | |
2542 | <modify-function signature="QUndoView(QUndoGroup *,QWidget *)"> |
|
2563 | <modify-function signature="QUndoView(QUndoGroup *,QWidget *)"> | |
2543 | <modify-argument index="1"> |
|
2564 | <modify-argument index="1"> | |
2544 | <reference-count action="set" variable-name="__rcGroupOrStack"/> |
|
2565 | <reference-count action="set" variable-name="__rcGroupOrStack"/> | |
2545 | </modify-argument> |
|
2566 | </modify-argument> | |
2546 | </modify-function> |
|
2567 | </modify-function> | |
2547 | <modify-function signature="QUndoView(QUndoStack *,QWidget *)"> |
|
2568 | <modify-function signature="QUndoView(QUndoStack *,QWidget *)"> | |
2548 | <modify-argument index="1"> |
|
2569 | <modify-argument index="1"> | |
2549 | <reference-count action="set" variable-name="__rcGroupOrStack"/> |
|
2570 | <reference-count action="set" variable-name="__rcGroupOrStack"/> | |
2550 | </modify-argument> |
|
2571 | </modify-argument> | |
2551 | </modify-function> |
|
2572 | </modify-function> | |
2552 | </object-type> |
|
2573 | </object-type> | |
2553 | <object-type name="QVBoxLayout"/> |
|
2574 | <object-type name="QVBoxLayout"/> | |
2554 | <object-type name="QValidator"/> |
|
2575 | <object-type name="QValidator"/> | |
2555 | <object-type name="QWhatsThis"/> |
|
2576 | <object-type name="QWhatsThis"/> | |
2556 | <object-type name="QWidgetAction"> |
|
2577 | <object-type name="QWidgetAction"> | |
2557 | <modify-function signature="createWidget(QWidget*)"> |
|
2578 | <modify-function signature="createWidget(QWidget*)"> | |
2558 | <modify-argument index="return"> |
|
2579 | <modify-argument index="return"> | |
2559 | <define-ownership class="shell" owner="c++"/> |
|
2580 | <define-ownership class="shell" owner="c++"/> | |
2560 | </modify-argument> |
|
2581 | </modify-argument> | |
2561 | </modify-function> |
|
2582 | </modify-function> | |
2562 | </object-type> |
|
2583 | </object-type> | |
2563 | <object-type name="QWidgetItem"/> |
|
2584 | <object-type name="QWidgetItem"/> | |
2564 | <object-type name="QWindowsStyle"> |
|
2585 | <object-type name="QWindowsStyle"> | |
2565 | <modify-function signature="standardPixmap(QStyle::StandardPixmap, const QStyleOption*, const QWidget*)const" remove="all"/> <!--### Obsolete in 4.3--> |
|
2586 | <modify-function signature="standardPixmap(QStyle::StandardPixmap, const QStyleOption*, const QWidget*)const" remove="all"/> <!--### Obsolete in 4.3--> | |
2566 | <modify-function signature="standardIconImplementation(QStyle::StandardPixmap, const QStyleOption *, const QWidget *)const" virtual-slot="yes"/> |
|
2587 | <modify-function signature="standardIconImplementation(QStyle::StandardPixmap, const QStyleOption *, const QWidget *)const" virtual-slot="yes"/> | |
2567 | </object-type> |
|
2588 | </object-type> | |
2568 | <object-type name="QWorkspace"> |
|
2589 | <object-type name="QWorkspace"> | |
2569 | <modify-function signature="addWindow(QWidget*,QFlags<Qt::WindowType>)"> |
|
2590 | <modify-function signature="addWindow(QWidget*,QFlags<Qt::WindowType>)"> | |
2570 | <modify-argument index="1"> |
|
2591 | <modify-argument index="1"> | |
2571 | <reference-count action="ignore"/> |
|
2592 | <reference-count action="ignore"/> | |
2572 | </modify-argument> |
|
2593 | </modify-argument> | |
2573 | </modify-function> |
|
2594 | </modify-function> | |
2574 | <modify-function signature="setActiveWindow(QWidget*)"> |
|
2595 | <modify-function signature="setActiveWindow(QWidget*)"> | |
2575 | <modify-argument index="1"> |
|
2596 | <modify-argument index="1"> | |
2576 | <reference-count action="ignore"/> |
|
2597 | <reference-count action="ignore"/> | |
2577 | </modify-argument> |
|
2598 | </modify-argument> | |
2578 | </modify-function> |
|
2599 | </modify-function> | |
2579 | </object-type> |
|
2600 | </object-type> | |
2580 |
|
2601 | |||
2581 | <object-type name="QActionEvent" polymorphic-id-expression="%1->type() == QEvent::ActionAdded || %1->type() == QEvent::ActionRemoved || %1->type() == QEvent::ActionChanged"/> |
|
2602 | <object-type name="QActionEvent" polymorphic-id-expression="%1->type() == QEvent::ActionAdded || %1->type() == QEvent::ActionRemoved || %1->type() == QEvent::ActionChanged"/> | |
2582 | <object-type name="QClipboardEvent" polymorphic-id-expression="%1->type() == QEvent::Clipboard"/> |
|
2603 | <object-type name="QClipboardEvent" polymorphic-id-expression="%1->type() == QEvent::Clipboard"/> | |
2583 | <object-type name="QCloseEvent" polymorphic-id-expression="%1->type() == QEvent::Close"/> |
|
2604 | <object-type name="QCloseEvent" polymorphic-id-expression="%1->type() == QEvent::Close"/> | |
2584 | <object-type name="QContextMenuEvent" polymorphic-id-expression="%1->type() == QEvent::ContextMenu"/> |
|
2605 | <object-type name="QContextMenuEvent" polymorphic-id-expression="%1->type() == QEvent::ContextMenu"/> | |
2585 | <object-type name="QDragEnterEvent" polymorphic-id-expression="%1->type() == QEvent::DragEnter"/> |
|
2606 | <object-type name="QDragEnterEvent" polymorphic-id-expression="%1->type() == QEvent::DragEnter"/> | |
2586 | <object-type name="QDragLeaveEvent" polymorphic-id-expression="%1->type() == QEvent::DragLeave"/> |
|
2607 | <object-type name="QDragLeaveEvent" polymorphic-id-expression="%1->type() == QEvent::DragLeave"/> | |
2587 | <object-type name="QDragMoveEvent" polymorphic-id-expression="%1->type() == QEvent::DragMove"> |
|
2608 | <object-type name="QDragMoveEvent" polymorphic-id-expression="%1->type() == QEvent::DragMove"> | |
2588 | <modify-function signature="accept()" remove="all"/> |
|
2609 | <modify-function signature="accept()" remove="all"/> | |
2589 | <modify-function signature="ignore()" remove="all"/> |
|
2610 | <modify-function signature="ignore()" remove="all"/> | |
2590 | </object-type> |
|
2611 | </object-type> | |
2591 | <object-type name="QDropEvent" polymorphic-id-expression="%1->type() == QEvent::Drop"> |
|
2612 | <object-type name="QDropEvent" polymorphic-id-expression="%1->type() == QEvent::Drop"> | |
2592 | <modify-function signature="encodedData(const char*)const"> |
|
2613 | <modify-function signature="encodedData(const char*)const"> | |
2593 | <remove/> |
|
2614 | <remove/> | |
2594 | </modify-function> |
|
2615 | </modify-function> | |
2595 |
|
2616 | |||
2596 | <modify-function signature="format(int)const"> |
|
2617 | <modify-function signature="format(int)const"> | |
2597 | <remove/> |
|
2618 | <remove/> | |
2598 | </modify-function> |
|
2619 | </modify-function> | |
2599 |
|
2620 | |||
2600 | <modify-function signature="provides(const char*)const"> |
|
2621 | <modify-function signature="provides(const char*)const"> | |
2601 | <remove/> |
|
2622 | <remove/> | |
2602 | </modify-function> |
|
2623 | </modify-function> | |
2603 |
|
2624 | |||
2604 |
|
2625 | |||
2605 | </object-type> |
|
2626 | </object-type> | |
2606 | <object-type name="QFileOpenEvent" polymorphic-id-expression="%1->type() == QEvent::FileOpen"/> |
|
2627 | <object-type name="QFileOpenEvent" polymorphic-id-expression="%1->type() == QEvent::FileOpen"/> | |
2607 | <object-type name="QFocusEvent" polymorphic-id-expression="%1->type() == QEvent::FocusIn || %1->type() == QEvent::FocusOut"> |
|
2628 | <object-type name="QFocusEvent" polymorphic-id-expression="%1->type() == QEvent::FocusIn || %1->type() == QEvent::FocusOut"> | |
2608 | <modify-function signature="reason()const"> |
|
2629 | <modify-function signature="reason()const"> | |
2609 | <remove/> |
|
2630 | <remove/> | |
2610 | </modify-function> |
|
2631 | </modify-function> | |
2611 | </object-type> |
|
2632 | </object-type> | |
2612 |
|
2633 | |||
2613 | <object-type name="QGraphicsSceneContextMenuEvent" polymorphic-id-expression="%1->type() == QEvent::GraphicsSceneContextMenu"/> |
|
2634 | <object-type name="QGraphicsSceneContextMenuEvent" polymorphic-id-expression="%1->type() == QEvent::GraphicsSceneContextMenu"/> | |
2614 | <object-type name="QGraphicsSceneDragDropEvent" polymorphic-id-expression="%1->type() == QEvent::GraphicsSceneDragEnter || %1->type() == QEvent::GraphicsSceneDragLeave || %1->type() == QEvent::GraphicsSceneDragMove || %1->type() == QEvent::GraphicsSceneDrop"> |
|
2635 | <object-type name="QGraphicsSceneDragDropEvent" polymorphic-id-expression="%1->type() == QEvent::GraphicsSceneDragEnter || %1->type() == QEvent::GraphicsSceneDragLeave || %1->type() == QEvent::GraphicsSceneDragMove || %1->type() == QEvent::GraphicsSceneDrop"> | |
2615 | <modify-function signature="setMimeData(const QMimeData *)"> |
|
2636 | <modify-function signature="setMimeData(const QMimeData *)"> | |
2616 | <remove/> |
|
2637 | <remove/> | |
2617 | </modify-function> |
|
2638 | </modify-function> | |
2618 | <modify-function signature="setSource(QWidget *)"> |
|
2639 | <modify-function signature="setSource(QWidget *)"> | |
2619 | <remove/> |
|
2640 | <remove/> | |
2620 | </modify-function> |
|
2641 | </modify-function> | |
2621 | </object-type> |
|
2642 | </object-type> | |
2622 | <object-type name="QGraphicsSceneEvent"> |
|
2643 | <object-type name="QGraphicsSceneEvent"> | |
2623 | <modify-function signature="setWidget(QWidget *)"> |
|
2644 | <modify-function signature="setWidget(QWidget *)"> | |
2624 | <remove/> |
|
2645 | <remove/> | |
2625 | </modify-function> |
|
2646 | </modify-function> | |
2626 | </object-type> |
|
2647 | </object-type> | |
2627 | <object-type name="QGraphicsSceneMoveEvent" polymorphic-id-expression="%1->type() == QEvent::GraphicsSceneMove"/> |
|
2648 | <object-type name="QGraphicsSceneMoveEvent" polymorphic-id-expression="%1->type() == QEvent::GraphicsSceneMove"/> | |
2628 | <object-type name="QGraphicsSceneResizeEvent" polymorphic-id-expression="%1->type() == QEvent::GraphicsSceneResize"/> |
|
2649 | <object-type name="QGraphicsSceneResizeEvent" polymorphic-id-expression="%1->type() == QEvent::GraphicsSceneResize"/> | |
2629 | <object-type name="QGraphicsSceneHelpEvent" polymorphic-id-expression="%1->type() == QEvent::GraphicsSceneHelp"/> |
|
2650 | <object-type name="QGraphicsSceneHelpEvent" polymorphic-id-expression="%1->type() == QEvent::GraphicsSceneHelp"/> | |
2630 | <object-type name="QGraphicsSceneHoverEvent" polymorphic-id-expression="%1->type() == QEvent::GraphicsSceneHoverEnter || %1->type() == QEvent::GraphicsSceneHoverLeave || %1->type() == QEvent::GraphicsSceneHoverMove"/> |
|
2651 | <object-type name="QGraphicsSceneHoverEvent" polymorphic-id-expression="%1->type() == QEvent::GraphicsSceneHoverEnter || %1->type() == QEvent::GraphicsSceneHoverLeave || %1->type() == QEvent::GraphicsSceneHoverMove"/> | |
2631 | <object-type name="QGraphicsSceneMouseEvent" polymorphic-id-expression="%1->type() == QEvent::GraphicsSceneMouseDoubleClick || %1->type() == QEvent::GraphicsSceneMouseMove || %1->type() == QEvent::GraphicsSceneMousePress || %1->type() == QEvent::GraphicsSceneMouseRelease"/> |
|
2652 | <object-type name="QGraphicsSceneMouseEvent" polymorphic-id-expression="%1->type() == QEvent::GraphicsSceneMouseDoubleClick || %1->type() == QEvent::GraphicsSceneMouseMove || %1->type() == QEvent::GraphicsSceneMousePress || %1->type() == QEvent::GraphicsSceneMouseRelease"/> | |
2632 | <object-type name="QGraphicsSceneWheelEvent" polymorphic-id-expression="%1->type() == QEvent::GraphicsSceneWheel"/> |
|
2653 | <object-type name="QGraphicsSceneWheelEvent" polymorphic-id-expression="%1->type() == QEvent::GraphicsSceneWheel"/> | |
2633 | <object-type name="QHelpEvent" polymorphic-id-expression="%1->type() == QEvent::ToolTip || %1->type() == QEvent::WhatsThis"/> |
|
2654 | <object-type name="QHelpEvent" polymorphic-id-expression="%1->type() == QEvent::ToolTip || %1->type() == QEvent::WhatsThis"/> | |
2634 | <object-type name="QHideEvent" polymorphic-id-expression="%1->type() == QEvent::Hide"/> |
|
2655 | <object-type name="QHideEvent" polymorphic-id-expression="%1->type() == QEvent::Hide"/> | |
2635 | <object-type name="QHoverEvent" polymorphic-id-expression="%1->type() == QEvent::HoverEnter || %1->type() == QEvent::HoverLeave || %1->type() == QEvent::HoverMove"/> |
|
2656 | <object-type name="QHoverEvent" polymorphic-id-expression="%1->type() == QEvent::HoverEnter || %1->type() == QEvent::HoverLeave || %1->type() == QEvent::HoverMove"/> | |
2636 | <object-type name="QIconDragEvent" polymorphic-id-expression="%1->type() == QEvent::IconDrag"/> |
|
2657 | <object-type name="QIconDragEvent" polymorphic-id-expression="%1->type() == QEvent::IconDrag"/> | |
2637 | <object-type name="QInputMethodEvent" polymorphic-id-expression="%1->type() == QEvent::InputMethod"/> |
|
2658 | <object-type name="QInputMethodEvent" polymorphic-id-expression="%1->type() == QEvent::InputMethod"/> | |
2638 | <object-type name="QMoveEvent" polymorphic-id-expression="%1->type() == QEvent::Move"/> |
|
2659 | <object-type name="QMoveEvent" polymorphic-id-expression="%1->type() == QEvent::Move"/> | |
2639 | <object-type name="QResizeEvent" polymorphic-id-expression="%1->type() == QEvent::Resize"/> |
|
2660 | <object-type name="QResizeEvent" polymorphic-id-expression="%1->type() == QEvent::Resize"/> | |
2640 | <object-type name="QShortcutEvent" polymorphic-id-expression="%1->type() == QEvent::Shortcut"> |
|
2661 | <object-type name="QShortcutEvent" polymorphic-id-expression="%1->type() == QEvent::Shortcut"> | |
2641 | <!-- All these have const overloads that are used instead --> |
|
2662 | <!-- All these have const overloads that are used instead --> | |
2642 | <modify-function signature="isAmbiguous()"> |
|
2663 | <modify-function signature="isAmbiguous()"> | |
2643 | <remove/> |
|
2664 | <remove/> | |
2644 | </modify-function> |
|
2665 | </modify-function> | |
2645 | <modify-function signature="shortcutId()"> |
|
2666 | <modify-function signature="shortcutId()"> | |
2646 | <remove/> |
|
2667 | <remove/> | |
2647 | </modify-function> |
|
2668 | </modify-function> | |
2648 | <modify-function signature="key()"> |
|
2669 | <modify-function signature="key()"> | |
2649 | <remove/> |
|
2670 | <remove/> | |
2650 | </modify-function> |
|
2671 | </modify-function> | |
2651 | </object-type> |
|
2672 | </object-type> | |
2652 | <object-type name="QShowEvent" polymorphic-id-expression="%1->type() == QEvent::Show"/> |
|
2673 | <object-type name="QShowEvent" polymorphic-id-expression="%1->type() == QEvent::Show"/> | |
2653 | <object-type name="QStatusTipEvent" polymorphic-id-expression="%1->type() == QEvent::StatusTip"/> |
|
2674 | <object-type name="QStatusTipEvent" polymorphic-id-expression="%1->type() == QEvent::StatusTip"/> | |
2654 | <object-type name="QTabletEvent" polymorphic-id-expression="%1->type() == QEvent::TabletMove || %1->type() == QEvent::TabletPress || %1->type() == QEvent::TabletRelease"/> |
|
2675 | <object-type name="QTabletEvent" polymorphic-id-expression="%1->type() == QEvent::TabletMove || %1->type() == QEvent::TabletPress || %1->type() == QEvent::TabletRelease"/> | |
2655 | <object-type name="QToolBarChangeEvent" polymorphic-id-expression="%1->type() == QEvent::ToolBarChange"/> |
|
2676 | <object-type name="QToolBarChangeEvent" polymorphic-id-expression="%1->type() == QEvent::ToolBarChange"/> | |
2656 | <object-type name="QWhatsThisClickedEvent" polymorphic-id-expression="%1->type() == QEvent::WhatsThisClicked"/> |
|
2677 | <object-type name="QWhatsThisClickedEvent" polymorphic-id-expression="%1->type() == QEvent::WhatsThisClicked"/> | |
2657 | <object-type name="QWheelEvent" polymorphic-id-expression="%1->type() == QEvent::Wheel"/> |
|
2678 | <object-type name="QWheelEvent" polymorphic-id-expression="%1->type() == QEvent::Wheel"/> | |
2658 | <object-type name="QWindowStateChangeEvent" polymorphic-id-expression="%1->type() == QEvent::WindowStateChange"/> |
|
2679 | <object-type name="QWindowStateChangeEvent" polymorphic-id-expression="%1->type() == QEvent::WindowStateChange"/> | |
2659 | <object-type name="QDragResponseEvent" polymorphic-id-expression="%1->type() == QEvent::DragResponse"/> |
|
2680 | <object-type name="QDragResponseEvent" polymorphic-id-expression="%1->type() == QEvent::DragResponse"/> | |
2660 | <object-type name="QInputEvent"> |
|
2681 | <object-type name="QInputEvent"> | |
2661 | <modify-function signature="modifiers()const" access="non-final"/> |
|
2682 | <modify-function signature="modifiers()const" access="non-final"/> | |
2662 | </object-type> |
|
2683 | </object-type> | |
|
2684 | <object-type name="QGestureEvent" polymorphic-id-expression="%1->type() == QEvent::Gesture || %1->type() == QEvent::GestureOverride"/> | |||
2663 | <object-type name="QKeyEvent" polymorphic-id-expression="%1->type() == QEvent::KeyPress || %1->type() == QEvent::KeyRelease"/> |
|
2685 | <object-type name="QKeyEvent" polymorphic-id-expression="%1->type() == QEvent::KeyPress || %1->type() == QEvent::KeyRelease"/> | |
2664 | <object-type name="QMouseEvent" polymorphic-id-expression="%1->type() == QEvent::MouseButtonDblClick || %1->type() == QEvent::MouseButtonPress || %1->type() == QEvent::MouseButtonRelease || %1->type() == QEvent::MouseMove"/> |
|
2686 | <object-type name="QMouseEvent" polymorphic-id-expression="%1->type() == QEvent::MouseButtonDblClick || %1->type() == QEvent::MouseButtonPress || %1->type() == QEvent::MouseButtonRelease || %1->type() == QEvent::MouseMove"/> | |
2665 | <object-type name="QPaintEvent" polymorphic-id-expression="%1->type() == QEvent::Paint"/> |
|
2687 | <object-type name="QPaintEvent" polymorphic-id-expression="%1->type() == QEvent::Paint"/> | |
2666 | <object-type name="QAccessibleEvent" polymorphic-id-expression="%1->type() == QEvent::AccessibilityDescription || %1->type() == QEvent::AccessibilityHelp"/> |
|
2688 | <object-type name="QAccessibleEvent" polymorphic-id-expression="%1->type() == QEvent::AccessibilityDescription || %1->type() == QEvent::AccessibilityHelp"/> | |
2667 |
|
2689 | |||
2668 | <object-type name="QAbstractButton"/> |
|
2690 | <object-type name="QAbstractButton"/> | |
2669 |
|
2691 | |||
2670 | <object-type name="QStyle"> |
|
2692 | <object-type name="QStyle"> | |
2671 | <modify-function signature="standardIconImplementation(QStyle::StandardPixmap, const QStyleOption *, const QWidget *)const" virtual-slot="yes"/> |
|
2693 | <modify-function signature="standardIconImplementation(QStyle::StandardPixmap, const QStyleOption *, const QWidget *)const" virtual-slot="yes"/> | |
2672 | <modify-function signature="layoutSpacingImplementation(QSizePolicy::ControlType, QSizePolicy::ControlType, Qt::Orientation, const QStyleOption *, const QWidget *) const" virtual-slot="yes"/> |
|
2694 | <modify-function signature="layoutSpacingImplementation(QSizePolicy::ControlType, QSizePolicy::ControlType, Qt::Orientation, const QStyleOption *, const QWidget *) const" virtual-slot="yes"/> | |
2673 |
|
2695 | |||
2674 | <modify-function signature="drawComplexControl(QStyle::ComplexControl,const QStyleOptionComplex*,QPainter*,const QWidget*)const"> |
|
2696 | <modify-function signature="drawComplexControl(QStyle::ComplexControl,const QStyleOptionComplex*,QPainter*,const QWidget*)const"> | |
2675 | <modify-argument index="3" invalidate-after-use="yes"/> |
|
2697 | <modify-argument index="3" invalidate-after-use="yes"/> | |
2676 | </modify-function> |
|
2698 | </modify-function> | |
2677 | <modify-function signature="drawControl(QStyle::ControlElement,const QStyleOption*,QPainter*,const QWidget*)const"> |
|
2699 | <modify-function signature="drawControl(QStyle::ControlElement,const QStyleOption*,QPainter*,const QWidget*)const"> | |
2678 | <modify-argument index="3" invalidate-after-use="yes"/> |
|
2700 | <modify-argument index="3" invalidate-after-use="yes"/> | |
2679 | </modify-function> |
|
2701 | </modify-function> | |
2680 | <modify-function signature="drawPrimitive(QStyle::PrimitiveElement,const QStyleOption*,QPainter*,const QWidget*)const"> |
|
2702 | <modify-function signature="drawPrimitive(QStyle::PrimitiveElement,const QStyleOption*,QPainter*,const QWidget*)const"> | |
2681 | <modify-argument index="3" invalidate-after-use="yes"/> |
|
2703 | <modify-argument index="3" invalidate-after-use="yes"/> | |
2682 | </modify-function> |
|
2704 | </modify-function> | |
2683 | <modify-function signature="styleHint(QStyle::StyleHint,const QStyleOption*,const QWidget*,QStyleHintReturn*)const"> |
|
2705 | <modify-function signature="styleHint(QStyle::StyleHint,const QStyleOption*,const QWidget*,QStyleHintReturn*)const"> | |
2684 | <modify-argument index="4" invalidate-after-use="yes"/> |
|
2706 | <modify-argument index="4" invalidate-after-use="yes"/> | |
2685 | </modify-function> |
|
2707 | </modify-function> | |
2686 | <modify-function signature="drawItemPixmap(QPainter*,QRect,int,QPixmap)const"> |
|
2708 | <modify-function signature="drawItemPixmap(QPainter*,QRect,int,QPixmap)const"> | |
2687 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
2709 | <modify-argument index="1" invalidate-after-use="yes"/> | |
2688 | </modify-function> |
|
2710 | </modify-function> | |
2689 | <modify-function signature="drawItemText(QPainter*,QRect,int,QPalette,bool,QString,QPalette::ColorRole)const"> |
|
2711 | <modify-function signature="drawItemText(QPainter*,QRect,int,QPalette,bool,QString,QPalette::ColorRole)const"> | |
2690 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
2712 | <modify-argument index="1" invalidate-after-use="yes"/> | |
2691 | </modify-function> |
|
2713 | </modify-function> | |
2692 |
|
2714 | |||
2693 |
|
2715 | |||
2694 | <modify-function signature="itemTextRect(QFontMetrics,QRect,int,bool,QString)const" remove="all"/> |
|
2716 | <modify-function signature="itemTextRect(QFontMetrics,QRect,int,bool,QString)const" remove="all"/> | |
2695 | </object-type> |
|
2717 | </object-type> | |
2696 |
|
2718 | |||
2697 | <object-type name="QColorDialog"> |
|
2719 | <object-type name="QColorDialog"> | |
2698 |
|
2720 | |||
2699 | <modify-function signature="getColor(const QColor &, QWidget *)"> |
|
2721 | <modify-function signature="getColor(const QColor &, QWidget *)"> | |
2700 | <modify-argument index="1"> |
|
2722 | <modify-argument index="1"> | |
2701 | <replace-default-expression with="QColor.white"/> |
|
2723 | <replace-default-expression with="QColor.white"/> | |
2702 | </modify-argument> |
|
2724 | </modify-argument> | |
2703 | </modify-function> |
|
2725 | </modify-function> | |
2704 | <modify-function signature="getRgba(uint,bool*,QWidget*)"> |
|
2726 | <modify-function signature="getRgba(uint,bool*,QWidget*)"> | |
2705 | <rename to="getRgba_internal"/> |
|
2727 | <rename to="getRgba_internal"/> | |
2706 | <access modifier="private"/> |
|
2728 | <access modifier="private"/> | |
2707 | <modify-argument index="1"> |
|
2729 | <modify-argument index="1"> | |
2708 | <remove-default-expression/> |
|
2730 | <remove-default-expression/> | |
2709 | </modify-argument> |
|
2731 | </modify-argument> | |
2710 | <modify-argument index="2"> |
|
2732 | <modify-argument index="2"> | |
2711 | <remove-default-expression/> |
|
2733 | <remove-default-expression/> | |
2712 | </modify-argument> |
|
2734 | </modify-argument> | |
2713 | <modify-argument index="3"> |
|
2735 | <modify-argument index="3"> | |
2714 | <remove-default-expression/> |
|
2736 | <remove-default-expression/> | |
2715 | </modify-argument> |
|
2737 | </modify-argument> | |
2716 | </modify-function> |
|
2738 | </modify-function> | |
2717 | </object-type> |
|
2739 | </object-type> | |
2718 |
|
2740 | |||
2719 | <object-type name="QLayout"> |
|
2741 | <object-type name="QLayout"> | |
2720 | <modify-function signature="addItem(QLayoutItem*)"> |
|
2742 | <modify-function signature="addItem(QLayoutItem*)"> | |
2721 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
2743 | <modify-argument index="1" invalidate-after-use="yes"/> | |
2722 | </modify-function> |
|
2744 | </modify-function> | |
2723 |
|
2745 | |||
2724 | <modify-function signature="setSpacing(int)" rename="setWidgetSpacing"/> |
|
2746 | <modify-function signature="setSpacing(int)" rename="setWidgetSpacing"/> | |
2725 | <modify-function signature="spacing()const" rename="widgetSpacing"/> |
|
2747 | <modify-function signature="spacing()const" rename="widgetSpacing"/> | |
2726 | <modify-function signature="addWidget(QWidget *)"> |
|
2748 | <modify-function signature="addWidget(QWidget *)"> | |
2727 | <modify-argument index="1"> |
|
2749 | <modify-argument index="1"> | |
2728 | <no-null-pointer/> |
|
2750 | <no-null-pointer/> | |
2729 | <reference-count variable-name="__rcWidgets" action="add"/> |
|
2751 | <reference-count variable-name="__rcWidgets" action="add"/> | |
2730 | </modify-argument> |
|
2752 | </modify-argument> | |
2731 | </modify-function> |
|
2753 | </modify-function> | |
2732 | <modify-function signature="addChildWidget(QWidget *)"> |
|
2754 | <modify-function signature="addChildWidget(QWidget *)"> | |
2733 | <modify-argument index="1"> |
|
2755 | <modify-argument index="1"> | |
2734 | <no-null-pointer/> |
|
2756 | <no-null-pointer/> | |
2735 | <reference-count variable-name="__rcWidgets" action="add"/> |
|
2757 | <reference-count variable-name="__rcWidgets" action="add"/> | |
2736 | </modify-argument> |
|
2758 | </modify-argument> | |
2737 | </modify-function> |
|
2759 | </modify-function> | |
2738 | <modify-function signature="removeWidget(QWidget *)"> |
|
2760 | <modify-function signature="removeWidget(QWidget *)"> | |
2739 | <modify-argument index="1"> |
|
2761 | <modify-argument index="1"> | |
2740 | <no-null-pointer/> |
|
2762 | <no-null-pointer/> | |
2741 | <reference-count variable-name="__rcWidgets" action="remove"/> |
|
2763 | <reference-count variable-name="__rcWidgets" action="remove"/> | |
2742 | </modify-argument> |
|
2764 | </modify-argument> | |
2743 | </modify-function> |
|
2765 | </modify-function> | |
2744 |
|
2766 | |||
2745 | <modify-function signature="setAlignment(QWidget*,QFlags<Qt::AlignmentFlag>)"> |
|
2767 | <modify-function signature="setAlignment(QWidget*,QFlags<Qt::AlignmentFlag>)"> | |
2746 | <modify-argument index="1"> |
|
2768 | <modify-argument index="1"> | |
2747 | <reference-count action="ignore"/> |
|
2769 | <reference-count action="ignore"/> | |
2748 | </modify-argument> |
|
2770 | </modify-argument> | |
2749 | </modify-function> |
|
2771 | </modify-function> | |
2750 | <modify-function signature="setAlignment(QLayout*,QFlags<Qt::AlignmentFlag>)"> |
|
2772 | <modify-function signature="setAlignment(QLayout*,QFlags<Qt::AlignmentFlag>)"> | |
2751 | <modify-argument index="1"> |
|
2773 | <modify-argument index="1"> | |
2752 | <reference-count action="ignore"/> |
|
2774 | <reference-count action="ignore"/> | |
2753 | </modify-argument> |
|
2775 | </modify-argument> | |
2754 | </modify-function> |
|
2776 | </modify-function> | |
2755 | <modify-function signature="setMenuBar(QWidget*)"> |
|
2777 | <modify-function signature="setMenuBar(QWidget*)"> | |
2756 | <modify-argument index="1"> |
|
2778 | <modify-argument index="1"> | |
2757 | <reference-count action="set" variable-name="__rcMenuBar"/> |
|
2779 | <reference-count action="set" variable-name="__rcMenuBar"/> | |
2758 | </modify-argument> |
|
2780 | </modify-argument> | |
2759 | </modify-function> |
|
2781 | </modify-function> | |
2760 | <modify-function signature="getContentsMargins(int*,int*,int*,int*)const"> |
|
2782 | <modify-function signature="getContentsMargins(int*,int*,int*,int*)const"> | |
2761 | <access modifier="private"/> |
|
2783 | <access modifier="private"/> | |
2762 | </modify-function> |
|
2784 | </modify-function> | |
2763 |
|
2785 | |||
2764 | <modify-function signature="margin()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
2786 | <modify-function signature="margin()const" remove="all"/> <!--### Obsolete in 4.3--> | |
2765 | <!-- <modify-function signature="setMargin(int)" remove="all"/> --> <!--### Obsolete in 4.3--> |
|
2787 | <!-- <modify-function signature="setMargin(int)" remove="all"/> --> <!--### Obsolete in 4.3--> | |
2766 | </object-type> |
|
2788 | </object-type> | |
2767 |
|
2789 | |||
2768 | <object-type name="QStackedLayout"> |
|
2790 | <object-type name="QStackedLayout"> | |
2769 | <modify-function signature="addItem(QLayoutItem *)"> |
|
2791 | <modify-function signature="addItem(QLayoutItem *)"> | |
2770 | <modify-argument index="1"> |
|
2792 | <modify-argument index="1"> | |
2771 | <define-ownership class="java" owner="c++"/> |
|
2793 | <define-ownership class="java" owner="c++"/> | |
2772 | </modify-argument> |
|
2794 | </modify-argument> | |
2773 | </modify-function> |
|
2795 | </modify-function> | |
2774 | <modify-function signature="itemAt(int) const"> |
|
2796 | <modify-function signature="itemAt(int) const"> | |
2775 | <modify-argument index="return"> |
|
2797 | <modify-argument index="return"> | |
2776 | <define-ownership class="java" owner="c++"/> |
|
2798 | <define-ownership class="java" owner="c++"/> | |
2777 | </modify-argument> |
|
2799 | </modify-argument> | |
2778 | </modify-function> |
|
2800 | </modify-function> | |
2779 | <modify-function signature="addWidget(QWidget *)"> |
|
2801 | <modify-function signature="addWidget(QWidget *)"> | |
2780 | <rename to="addStackedWidget"/> |
|
2802 | <rename to="addStackedWidget"/> | |
2781 | <modify-argument index="1"> |
|
2803 | <modify-argument index="1"> | |
2782 | <no-null-pointer/> |
|
2804 | <no-null-pointer/> | |
2783 | <reference-count action="add" declare-variable="QLayout" variable-name="__rcWidgets"/> |
|
2805 | <reference-count action="add" declare-variable="QLayout" variable-name="__rcWidgets"/> | |
2784 | </modify-argument> |
|
2806 | </modify-argument> | |
2785 | </modify-function> |
|
2807 | </modify-function> | |
2786 | <modify-function signature="insertWidget(int,QWidget*)"> |
|
2808 | <modify-function signature="insertWidget(int,QWidget*)"> | |
2787 | <modify-argument index="2"> |
|
2809 | <modify-argument index="2"> | |
2788 | <no-null-pointer/> |
|
2810 | <no-null-pointer/> | |
2789 | <reference-count action="add" declare-variable="QLayout" variable-name="__rcWidgets"/> |
|
2811 | <reference-count action="add" declare-variable="QLayout" variable-name="__rcWidgets"/> | |
2790 | </modify-argument> |
|
2812 | </modify-argument> | |
2791 | </modify-function> |
|
2813 | </modify-function> | |
2792 | <modify-function signature="setCurrentWidget(QWidget*)"> |
|
2814 | <modify-function signature="setCurrentWidget(QWidget*)"> | |
2793 | <modify-argument index="1"> |
|
2815 | <modify-argument index="1"> | |
2794 | <!-- Safe to ignore because current widget must have been added to layout already --> |
|
2816 | <!-- Safe to ignore because current widget must have been added to layout already --> | |
2795 | <reference-count action="ignore"/> |
|
2817 | <reference-count action="ignore"/> | |
2796 | </modify-argument> |
|
2818 | </modify-argument> | |
2797 | </modify-function> |
|
2819 | </modify-function> | |
2798 | </object-type> |
|
2820 | </object-type> | |
2799 |
|
2821 | |||
2800 | <object-type name="QBoxLayout"> |
|
2822 | <object-type name="QBoxLayout"> | |
2801 | <modify-function signature="addWidget(QWidget *, int, QFlags<Qt::AlignmentFlag>)"> |
|
2823 | <modify-function signature="addWidget(QWidget *, int, QFlags<Qt::AlignmentFlag>)"> | |
2802 | <modify-argument index="1"> |
|
2824 | <modify-argument index="1"> | |
2803 | <no-null-pointer/> |
|
2825 | <no-null-pointer/> | |
2804 | </modify-argument> |
|
2826 | </modify-argument> | |
2805 | </modify-function> |
|
2827 | </modify-function> | |
2806 | <modify-function signature="addItem(QLayoutItem *)"> |
|
2828 | <modify-function signature="addItem(QLayoutItem *)"> | |
2807 | <modify-argument index="1"> |
|
2829 | <modify-argument index="1"> | |
2808 | <define-ownership class="java" owner="c++"/> |
|
2830 | <define-ownership class="java" owner="c++"/> | |
2809 | </modify-argument> |
|
2831 | </modify-argument> | |
2810 | </modify-function> |
|
2832 | </modify-function> | |
2811 | <modify-function signature="insertLayout(int, QLayout *, int)"> |
|
2833 | <modify-function signature="insertLayout(int, QLayout *, int)"> | |
2812 | <modify-argument index="2"> |
|
2834 | <modify-argument index="2"> | |
2813 | <define-ownership class="java" owner="c++"/> |
|
2835 | <define-ownership class="java" owner="c++"/> | |
2814 | </modify-argument> |
|
2836 | </modify-argument> | |
2815 | </modify-function> |
|
2837 | </modify-function> | |
2816 | <modify-function signature="insertItem(int, QLayoutItem *)"> |
|
2838 | <modify-function signature="insertItem(int, QLayoutItem *)"> | |
2817 | <modify-argument index="2"> |
|
2839 | <modify-argument index="2"> | |
2818 | <define-ownership class="java" owner="c++"/> |
|
2840 | <define-ownership class="java" owner="c++"/> | |
2819 | </modify-argument> |
|
2841 | </modify-argument> | |
2820 | </modify-function> |
|
2842 | </modify-function> | |
2821 | <modify-function signature="addSpacerItem(QSpacerItem*)"> |
|
2843 | <modify-function signature="addSpacerItem(QSpacerItem*)"> | |
2822 | <modify-argument index="1"> |
|
2844 | <modify-argument index="1"> | |
2823 | <define-ownership class="java" owner="c++"/> |
|
2845 | <define-ownership class="java" owner="c++"/> | |
2824 | </modify-argument> |
|
2846 | </modify-argument> | |
2825 | </modify-function> |
|
2847 | </modify-function> | |
2826 | <modify-function signature="insertSpacerItem(int,QSpacerItem*)"> |
|
2848 | <modify-function signature="insertSpacerItem(int,QSpacerItem*)"> | |
2827 | <modify-argument index="2"> |
|
2849 | <modify-argument index="2"> | |
2828 | <define-ownership class="java" owner="c++"/> |
|
2850 | <define-ownership class="java" owner="c++"/> | |
2829 | </modify-argument> |
|
2851 | </modify-argument> | |
2830 | </modify-function> |
|
2852 | </modify-function> | |
2831 |
|
2853 | |||
2832 | <modify-function signature="addLayout(QLayout *, int)"> |
|
2854 | <modify-function signature="addLayout(QLayout *, int)"> | |
2833 | <modify-argument index="1"> |
|
2855 | <modify-argument index="1"> | |
2834 | <define-ownership class="java" owner="c++"/> |
|
2856 | <define-ownership class="java" owner="c++"/> | |
2835 | </modify-argument> |
|
2857 | </modify-argument> | |
2836 | </modify-function> |
|
2858 | </modify-function> | |
2837 | <modify-function signature="addWidget(QWidget*,int,QFlags<Qt::AlignmentFlag>)"> |
|
2859 | <modify-function signature="addWidget(QWidget*,int,QFlags<Qt::AlignmentFlag>)"> | |
2838 | <modify-argument index="1"> |
|
2860 | <modify-argument index="1"> | |
2839 | <reference-count declare-variable="QLayout" action="add" variable-name="__rcWidgets"/> |
|
2861 | <reference-count declare-variable="QLayout" action="add" variable-name="__rcWidgets"/> | |
2840 | </modify-argument> |
|
2862 | </modify-argument> | |
2841 | </modify-function> |
|
2863 | </modify-function> | |
2842 | <modify-function signature="insertWidget(int,QWidget*,int,QFlags<Qt::AlignmentFlag>)"> |
|
2864 | <modify-function signature="insertWidget(int,QWidget*,int,QFlags<Qt::AlignmentFlag>)"> | |
2843 | <modify-argument index="2"> |
|
2865 | <modify-argument index="2"> | |
2844 | <reference-count declare-variable="QLayout" action="add" variable-name="__rcWidgets"/> |
|
2866 | <reference-count declare-variable="QLayout" action="add" variable-name="__rcWidgets"/> | |
2845 | </modify-argument> |
|
2867 | </modify-argument> | |
2846 | </modify-function> |
|
2868 | </modify-function> | |
2847 | <modify-function signature="setStretchFactor(QWidget*,int)"> |
|
2869 | <modify-function signature="setStretchFactor(QWidget*,int)"> | |
2848 | <modify-argument index="1"> |
|
2870 | <modify-argument index="1"> | |
2849 | <reference-count action="ignore"/> |
|
2871 | <reference-count action="ignore"/> | |
2850 | </modify-argument> |
|
2872 | </modify-argument> | |
2851 | </modify-function> |
|
2873 | </modify-function> | |
2852 | <modify-function signature="setStretchFactor(QLayout*,int)"> |
|
2874 | <modify-function signature="setStretchFactor(QLayout*,int)"> | |
2853 | <modify-argument index="1"> |
|
2875 | <modify-argument index="1"> | |
2854 | <reference-count action="ignore"/> |
|
2876 | <reference-count action="ignore"/> | |
2855 | </modify-argument> |
|
2877 | </modify-argument> | |
2856 | </modify-function> |
|
2878 | </modify-function> | |
2857 | </object-type> |
|
2879 | </object-type> | |
2858 |
|
2880 | |||
2859 | <object-type name="QGridLayout"> |
|
2881 | <object-type name="QGridLayout"> | |
2860 | <modify-function signature="addWidget(QWidget *)" remove="all"/> |
|
2882 | <modify-function signature="addWidget(QWidget *)" remove="all"/> | |
2861 | <modify-function signature="addItem(QLayoutItem *)"> |
|
2883 | <modify-function signature="addItem(QLayoutItem *)"> | |
2862 | <modify-argument index="1"> |
|
2884 | <modify-argument index="1"> | |
2863 | <define-ownership class="java" owner="c++"/> |
|
2885 | <define-ownership class="java" owner="c++"/> | |
2864 | </modify-argument> |
|
2886 | </modify-argument> | |
2865 | </modify-function> |
|
2887 | </modify-function> | |
2866 | <modify-function signature="addItem(QLayoutItem *, int, int, int, int, QFlags<Qt::AlignmentFlag>)"> |
|
2888 | <modify-function signature="addItem(QLayoutItem *, int, int, int, int, QFlags<Qt::AlignmentFlag>)"> | |
2867 | <modify-argument index="1"> |
|
2889 | <modify-argument index="1"> | |
2868 | <define-ownership class="java" owner="c++"/> |
|
2890 | <define-ownership class="java" owner="c++"/> | |
2869 | </modify-argument> |
|
2891 | </modify-argument> | |
2870 | </modify-function> |
|
2892 | </modify-function> | |
2871 | <modify-function signature="addLayout(QLayout *, int, int, QFlags<Qt::AlignmentFlag>)"> |
|
2893 | <modify-function signature="addLayout(QLayout *, int, int, QFlags<Qt::AlignmentFlag>)"> | |
2872 | <modify-argument index="1"> |
|
2894 | <modify-argument index="1"> | |
2873 | <define-ownership class="java" owner="c++"/> |
|
2895 | <define-ownership class="java" owner="c++"/> | |
2874 | </modify-argument> |
|
2896 | </modify-argument> | |
2875 | </modify-function> |
|
2897 | </modify-function> | |
2876 | <modify-function signature="addLayout(QLayout *, int, int, int, int, QFlags<Qt::AlignmentFlag>)"> |
|
2898 | <modify-function signature="addLayout(QLayout *, int, int, int, int, QFlags<Qt::AlignmentFlag>)"> | |
2877 | <modify-argument index="1"> |
|
2899 | <modify-argument index="1"> | |
2878 | <define-ownership class="java" owner="c++"/> |
|
2900 | <define-ownership class="java" owner="c++"/> | |
2879 | </modify-argument> |
|
2901 | </modify-argument> | |
2880 | </modify-function> |
|
2902 | </modify-function> | |
2881 | <modify-function signature="addWidget(QWidget*,int,int,QFlags<Qt::AlignmentFlag>)"> |
|
2903 | <modify-function signature="addWidget(QWidget*,int,int,QFlags<Qt::AlignmentFlag>)"> | |
2882 | <modify-argument index="1"> |
|
2904 | <modify-argument index="1"> | |
2883 | <reference-count declare-variable="QLayout" action="add" variable-name="__rcWidgets"/> |
|
2905 | <reference-count declare-variable="QLayout" action="add" variable-name="__rcWidgets"/> | |
2884 | </modify-argument> |
|
2906 | </modify-argument> | |
2885 | </modify-function> |
|
2907 | </modify-function> | |
2886 | <modify-function signature="addWidget(QWidget*,int,int,int,int,QFlags<Qt::AlignmentFlag>)"> |
|
2908 | <modify-function signature="addWidget(QWidget*,int,int,int,int,QFlags<Qt::AlignmentFlag>)"> | |
2887 | <modify-argument index="1"> |
|
2909 | <modify-argument index="1"> | |
2888 | <reference-count declare-variable="QLayout" action="add" variable-name="__rcWidgets"/> |
|
2910 | <reference-count declare-variable="QLayout" action="add" variable-name="__rcWidgets"/> | |
2889 | </modify-argument> |
|
2911 | </modify-argument> | |
2890 | </modify-function> |
|
2912 | </modify-function> | |
2891 | <modify-function signature="addWidget(QWidget*)"> |
|
2913 | <modify-function signature="addWidget(QWidget*)"> | |
2892 | <modify-argument index="1"> |
|
2914 | <modify-argument index="1"> | |
2893 | <reference-count declare-variable="QLayout" action="add" variable-name="__rcWidgets"/> |
|
2915 | <reference-count declare-variable="QLayout" action="add" variable-name="__rcWidgets"/> | |
2894 | </modify-argument> |
|
2916 | </modify-argument> | |
2895 | </modify-function> |
|
2917 | </modify-function> | |
2896 | <modify-function signature="getItemPosition(int,int*,int*,int*,int*)"> |
|
2918 | <modify-function signature="getItemPosition(int,int*,int*,int*,int*)"> | |
2897 | <access modifier="private"/> |
|
2919 | <access modifier="private"/> | |
2898 | </modify-function> |
|
2920 | </modify-function> | |
2899 | </object-type> |
|
2921 | </object-type> | |
2900 |
|
2922 | |||
2901 | <object-type name="QGraphicsView"> |
|
2923 | <object-type name="QGraphicsView"> | |
2902 | <extra-includes> |
|
2924 | <extra-includes> | |
2903 | <include file-name="QPainterPath" location="global"/> |
|
2925 | <include file-name="QPainterPath" location="global"/> | |
2904 | <include file-name="QVarLengthArray" location="global"/> |
|
2926 | <include file-name="QVarLengthArray" location="global"/> | |
2905 | </extra-includes> |
|
2927 | </extra-includes> | |
2906 | <modify-function signature="fitInView(const QGraphicsItem *, Qt::AspectRatioMode)"> |
|
2928 | <modify-function signature="fitInView(const QGraphicsItem *, Qt::AspectRatioMode)"> | |
2907 | <modify-argument index="1"> |
|
2929 | <modify-argument index="1"> | |
2908 | <no-null-pointer/> |
|
2930 | <no-null-pointer/> | |
2909 | </modify-argument> |
|
2931 | </modify-argument> | |
2910 | </modify-function> |
|
2932 | </modify-function> | |
2911 | <modify-function signature="setupViewport(QWidget *)" access="non-final"/> |
|
2933 | <modify-function signature="setupViewport(QWidget *)" access="non-final"/> | |
2912 | <modify-function signature="setScene(QGraphicsScene*)"> |
|
2934 | <modify-function signature="setScene(QGraphicsScene*)"> | |
2913 | <modify-argument index="1"> |
|
2935 | <modify-argument index="1"> | |
2914 | <reference-count action="set" variable-name="__rcScene"/> |
|
2936 | <reference-count action="set" variable-name="__rcScene"/> | |
2915 | </modify-argument> |
|
2937 | </modify-argument> | |
2916 | </modify-function> |
|
2938 | </modify-function> | |
2917 | <modify-function signature="setupViewport(QWidget*)"> |
|
2939 | <modify-function signature="setupViewport(QWidget*)"> | |
2918 | <modify-argument index="1"> |
|
2940 | <modify-argument index="1"> | |
2919 | <reference-count action="ignore"/> |
|
2941 | <reference-count action="ignore"/> | |
2920 | </modify-argument> |
|
2942 | </modify-argument> | |
2921 | </modify-function> |
|
2943 | </modify-function> | |
2922 |
|
2944 | |||
2923 | <modify-function signature="drawBackground(QPainter*,QRectF)"> |
|
2945 | <modify-function signature="drawBackground(QPainter*,QRectF)"> | |
2924 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
2946 | <modify-argument index="1" invalidate-after-use="yes"/> | |
2925 | </modify-function> |
|
2947 | </modify-function> | |
2926 | <modify-function signature="drawForeground(QPainter*,QRectF)"> |
|
2948 | <modify-function signature="drawForeground(QPainter*,QRectF)"> | |
2927 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
2949 | <modify-argument index="1" invalidate-after-use="yes"/> | |
2928 | </modify-function> |
|
2950 | </modify-function> | |
2929 | <modify-function signature="drawItems(QPainter*,int,QGraphicsItem**,const QStyleOptionGraphicsItem*)"> |
|
2951 | <modify-function signature="drawItems(QPainter*,int,QGraphicsItem**,const QStyleOptionGraphicsItem*)"> | |
2930 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
2952 | <modify-argument index="1" invalidate-after-use="yes"/> | |
2931 | </modify-function> |
|
2953 | </modify-function> | |
2932 |
|
2954 | |||
2933 | <modify-function signature="drawItems(QPainter*,int,QGraphicsItem**,const QStyleOptionGraphicsItem*)"> |
|
2955 | <modify-function signature="drawItems(QPainter*,int,QGraphicsItem**,const QStyleOptionGraphicsItem*)"> | |
2934 | <modify-argument index="2"> |
|
2956 | <modify-argument index="2"> | |
2935 | <remove-argument/> |
|
2957 | <remove-argument/> | |
2936 | <conversion-rule class="shell"> |
|
2958 | <conversion-rule class="shell"> | |
2937 | // nothing |
|
2959 | // nothing | |
2938 | </conversion-rule> |
|
2960 | </conversion-rule> | |
2939 | <conversion-rule class="native"> |
|
2961 | <conversion-rule class="native"> | |
2940 | <insert-template name="core.get_array_length"> |
|
2962 | <insert-template name="core.get_array_length"> | |
2941 | <replace from="%ARRAY" to="%3"/> |
|
2963 | <replace from="%ARRAY" to="%3"/> | |
2942 | </insert-template> |
|
2964 | </insert-template> | |
2943 | int __length = %out; |
|
2965 | int __length = %out; | |
2944 | </conversion-rule> |
|
2966 | </conversion-rule> | |
2945 | </modify-argument> |
|
2967 | </modify-argument> | |
2946 |
|
2968 | |||
2947 | <modify-argument index="3"> |
|
2969 | <modify-argument index="3"> | |
2948 | <replace-type modified-type="com.trolltech.qt.gui.QGraphicsItemInterface[]"/> |
|
2970 | <replace-type modified-type="com.trolltech.qt.gui.QGraphicsItemInterface[]"/> | |
2949 | <conversion-rule class="shell"> |
|
2971 | <conversion-rule class="shell"> | |
2950 | <insert-template name="gui.convert_graphicsitem_array_to_java"> |
|
2972 | <insert-template name="gui.convert_graphicsitem_array_to_java"> | |
2951 | <replace from="%LENGTH" to="%2"/> |
|
2973 | <replace from="%LENGTH" to="%2"/> | |
2952 | </insert-template> |
|
2974 | </insert-template> | |
2953 | jobjectArray graphicsItemArrayHolder = %out; |
|
2975 | jobjectArray graphicsItemArrayHolder = %out; | |
2954 | </conversion-rule> |
|
2976 | </conversion-rule> | |
2955 | <conversion-rule class="native"> |
|
2977 | <conversion-rule class="native"> | |
2956 | <insert-template name="gui.convert_graphicsitem_array_from_java"/> |
|
2978 | <insert-template name="gui.convert_graphicsitem_array_from_java"/> | |
2957 | </conversion-rule> |
|
2979 | </conversion-rule> | |
2958 | </modify-argument> |
|
2980 | </modify-argument> | |
2959 |
|
2981 | |||
2960 | <modify-argument index="4"> |
|
2982 | <modify-argument index="4"> | |
2961 | <replace-type modified-type="com.trolltech.qt.gui.QStyleOptionGraphicsItem[]"/> |
|
2983 | <replace-type modified-type="com.trolltech.qt.gui.QStyleOptionGraphicsItem[]"/> | |
2962 | <conversion-rule class="shell"> |
|
2984 | <conversion-rule class="shell"> | |
2963 | <insert-template name="gui.convert_styleoptiongraphicsitem_array_to_java"> |
|
2985 | <insert-template name="gui.convert_styleoptiongraphicsitem_array_to_java"> | |
2964 | <replace from="%LENGTH" to="%2"/> |
|
2986 | <replace from="%LENGTH" to="%2"/> | |
2965 | </insert-template> |
|
2987 | </insert-template> | |
2966 | jobjectArray styleOptionArrayHolder = %out; |
|
2988 | jobjectArray styleOptionArrayHolder = %out; | |
2967 | </conversion-rule> |
|
2989 | </conversion-rule> | |
2968 | <conversion-rule class="native"> |
|
2990 | <conversion-rule class="native"> | |
2969 | <insert-template name="gui.convert_styleoptiongraphicsitem_array_from_java"/> |
|
2991 | <insert-template name="gui.convert_styleoptiongraphicsitem_array_from_java"/> | |
2970 | </conversion-rule> |
|
2992 | </conversion-rule> | |
2971 | </modify-argument> |
|
2993 | </modify-argument> | |
2972 |
|
2994 | |||
2973 | <modify-argument index="return"> |
|
2995 | <modify-argument index="return"> | |
2974 | <conversion-rule class="shell"> |
|
2996 | <conversion-rule class="shell"> | |
2975 | qtjambi_invalidate_array(__jni_env, styleOptionArrayHolder); |
|
2997 | qtjambi_invalidate_array(__jni_env, styleOptionArrayHolder); | |
2976 | qtjambi_invalidate_array(__jni_env, graphicsItemArrayHolder); |
|
2998 | qtjambi_invalidate_array(__jni_env, graphicsItemArrayHolder); | |
2977 | </conversion-rule> |
|
2999 | </conversion-rule> | |
2978 | </modify-argument> |
|
3000 | </modify-argument> | |
2979 |
|
3001 | |||
2980 | </modify-function> |
|
3002 | </modify-function> | |
2981 | </object-type> |
|
3003 | </object-type> | |
2982 |
|
3004 | |||
2983 | <object-type name="QInputDialog"> |
|
3005 | <object-type name="QInputDialog"> | |
2984 |
|
3006 | |||
2985 | <modify-function signature="getInt(QWidget*,QString,QString,int,int,int,int,bool*,QFlags<Qt::WindowType>)"> |
|
3007 | <modify-function signature="getInt(QWidget*,QString,QString,int,int,int,int,bool*,QFlags<Qt::WindowType>)"> | |
2986 | <rename to="getInt_private"/> |
|
3008 | <rename to="getInt_private"/> | |
2987 | <access modifier="private"/> |
|
3009 | <access modifier="private"/> | |
2988 | <modify-argument index="4"> |
|
3010 | <modify-argument index="4"> | |
2989 | <remove-default-expression/> |
|
3011 | <remove-default-expression/> | |
2990 | </modify-argument> |
|
3012 | </modify-argument> | |
2991 | <modify-argument index="5"> |
|
3013 | <modify-argument index="5"> | |
2992 | <remove-default-expression/> |
|
3014 | <remove-default-expression/> | |
2993 | </modify-argument> |
|
3015 | </modify-argument> | |
2994 | <modify-argument index="6"> |
|
3016 | <modify-argument index="6"> | |
2995 | <remove-default-expression/> |
|
3017 | <remove-default-expression/> | |
2996 | </modify-argument> |
|
3018 | </modify-argument> | |
2997 | <modify-argument index="7"> |
|
3019 | <modify-argument index="7"> | |
2998 | <remove-default-expression/> |
|
3020 | <remove-default-expression/> | |
2999 | </modify-argument> |
|
3021 | </modify-argument> | |
3000 | <modify-argument index="8"> |
|
3022 | <modify-argument index="8"> | |
3001 | <remove-default-expression/> |
|
3023 | <remove-default-expression/> | |
3002 | </modify-argument> |
|
3024 | </modify-argument> | |
3003 | <modify-argument index="9"> |
|
3025 | <modify-argument index="9"> | |
3004 | <remove-default-expression/> |
|
3026 | <remove-default-expression/> | |
3005 | </modify-argument> |
|
3027 | </modify-argument> | |
3006 | </modify-function> |
|
3028 | </modify-function> | |
3007 |
|
3029 | |||
3008 | <modify-function signature="getDouble(QWidget *, const QString &, const QString &, double, double, double, int, bool *, QFlags<Qt::WindowType>)"> |
|
3030 | <modify-function signature="getDouble(QWidget *, const QString &, const QString &, double, double, double, int, bool *, QFlags<Qt::WindowType>)"> | |
3009 | <rename to="getDouble_internal"/> |
|
3031 | <rename to="getDouble_internal"/> | |
3010 | <access modifier="private"/> |
|
3032 | <access modifier="private"/> | |
3011 | <modify-argument index="4"> |
|
3033 | <modify-argument index="4"> | |
3012 | <remove-default-expression/> |
|
3034 | <remove-default-expression/> | |
3013 | </modify-argument> |
|
3035 | </modify-argument> | |
3014 | <modify-argument index="5"> |
|
3036 | <modify-argument index="5"> | |
3015 | <remove-default-expression/> |
|
3037 | <remove-default-expression/> | |
3016 | </modify-argument> |
|
3038 | </modify-argument> | |
3017 | <modify-argument index="6"> |
|
3039 | <modify-argument index="6"> | |
3018 | <remove-default-expression/> |
|
3040 | <remove-default-expression/> | |
3019 | </modify-argument> |
|
3041 | </modify-argument> | |
3020 | <modify-argument index="7"> |
|
3042 | <modify-argument index="7"> | |
3021 | <remove-default-expression/> |
|
3043 | <remove-default-expression/> | |
3022 | </modify-argument> |
|
3044 | </modify-argument> | |
3023 | <modify-argument index="8"> |
|
3045 | <modify-argument index="8"> | |
3024 | <remove-default-expression/> |
|
3046 | <remove-default-expression/> | |
3025 | </modify-argument> |
|
3047 | </modify-argument> | |
3026 | <modify-argument index="9"> |
|
3048 | <modify-argument index="9"> | |
3027 | <remove-default-expression/> |
|
3049 | <remove-default-expression/> | |
3028 | </modify-argument> |
|
3050 | </modify-argument> | |
3029 | </modify-function> |
|
3051 | </modify-function> | |
3030 |
|
3052 | |||
3031 | <modify-function signature="getInteger(QWidget *, const QString &, const QString &, int, int, int, int, bool *, QFlags<Qt::WindowType>)"> |
|
3053 | <modify-function signature="getInteger(QWidget *, const QString &, const QString &, int, int, int, int, bool *, QFlags<Qt::WindowType>)"> | |
3032 | <rename to="getInteger_internal"/> |
|
3054 | <rename to="getInteger_internal"/> | |
3033 | <access modifier="private"/> |
|
3055 | <access modifier="private"/> | |
3034 | <modify-argument index="4"> |
|
3056 | <modify-argument index="4"> | |
3035 | <remove-default-expression/> |
|
3057 | <remove-default-expression/> | |
3036 | </modify-argument> |
|
3058 | </modify-argument> | |
3037 | <modify-argument index="5"> |
|
3059 | <modify-argument index="5"> | |
3038 | <remove-default-expression/> |
|
3060 | <remove-default-expression/> | |
3039 | </modify-argument> |
|
3061 | </modify-argument> | |
3040 | <modify-argument index="6"> |
|
3062 | <modify-argument index="6"> | |
3041 | <remove-default-expression/> |
|
3063 | <remove-default-expression/> | |
3042 | </modify-argument> |
|
3064 | </modify-argument> | |
3043 | <modify-argument index="7"> |
|
3065 | <modify-argument index="7"> | |
3044 | <remove-default-expression/> |
|
3066 | <remove-default-expression/> | |
3045 | </modify-argument> |
|
3067 | </modify-argument> | |
3046 | <modify-argument index="8"> |
|
3068 | <modify-argument index="8"> | |
3047 | <remove-default-expression/> |
|
3069 | <remove-default-expression/> | |
3048 | </modify-argument> |
|
3070 | </modify-argument> | |
3049 | <modify-argument index="9"> |
|
3071 | <modify-argument index="9"> | |
3050 | <remove-default-expression/> |
|
3072 | <remove-default-expression/> | |
3051 | </modify-argument> |
|
3073 | </modify-argument> | |
3052 | </modify-function> |
|
3074 | </modify-function> | |
3053 |
|
3075 | |||
3054 | <modify-function signature="getItem(QWidget *, const QString &, const QString &, const QStringList<QString> &, int, bool, bool *, QFlags<Qt::WindowType>)"> |
|
3076 | <modify-function signature="getItem(QWidget *, const QString &, const QString &, const QStringList<QString> &, int, bool, bool *, QFlags<Qt::WindowType>)"> | |
3055 | <rename to="getItem_internal"/> |
|
3077 | <rename to="getItem_internal"/> | |
3056 | <access modifier="private"/> |
|
3078 | <access modifier="private"/> | |
3057 | <modify-argument index="4"> |
|
3079 | <modify-argument index="4"> | |
3058 | <remove-default-expression/> |
|
3080 | <remove-default-expression/> | |
3059 | </modify-argument> |
|
3081 | </modify-argument> | |
3060 | <modify-argument index="5"> |
|
3082 | <modify-argument index="5"> | |
3061 | <remove-default-expression/> |
|
3083 | <remove-default-expression/> | |
3062 | </modify-argument> |
|
3084 | </modify-argument> | |
3063 | <modify-argument index="6"> |
|
3085 | <modify-argument index="6"> | |
3064 | <remove-default-expression/> |
|
3086 | <remove-default-expression/> | |
3065 | </modify-argument> |
|
3087 | </modify-argument> | |
3066 | <modify-argument index="7"> |
|
3088 | <modify-argument index="7"> | |
3067 | <remove-default-expression/> |
|
3089 | <remove-default-expression/> | |
3068 | </modify-argument> |
|
3090 | </modify-argument> | |
3069 | <modify-argument index="8"> |
|
3091 | <modify-argument index="8"> | |
3070 | <remove-default-expression/> |
|
3092 | <remove-default-expression/> | |
3071 | </modify-argument> |
|
3093 | </modify-argument> | |
3072 | </modify-function> |
|
3094 | </modify-function> | |
3073 |
|
3095 | |||
3074 | <modify-function signature="getText(QWidget *, const QString &, const QString &, QLineEdit::EchoMode, const QString &, bool *, QFlags<Qt::WindowType>)"> |
|
3096 | <modify-function signature="getText(QWidget *, const QString &, const QString &, QLineEdit::EchoMode, const QString &, bool *, QFlags<Qt::WindowType>)"> | |
3075 | <rename to="getText_internal"/> |
|
3097 | <rename to="getText_internal"/> | |
3076 | <access modifier="private"/> |
|
3098 | <access modifier="private"/> | |
3077 | <modify-argument index="4"> |
|
3099 | <modify-argument index="4"> | |
3078 | <remove-default-expression/> |
|
3100 | <remove-default-expression/> | |
3079 | </modify-argument> |
|
3101 | </modify-argument> | |
3080 | <modify-argument index="5"> |
|
3102 | <modify-argument index="5"> | |
3081 | <remove-default-expression/> |
|
3103 | <remove-default-expression/> | |
3082 | </modify-argument> |
|
3104 | </modify-argument> | |
3083 | <modify-argument index="6"> |
|
3105 | <modify-argument index="6"> | |
3084 | <remove-default-expression/> |
|
3106 | <remove-default-expression/> | |
3085 | </modify-argument> |
|
3107 | </modify-argument> | |
3086 | <modify-argument index="7"> |
|
3108 | <modify-argument index="7"> | |
3087 | <remove-default-expression/> |
|
3109 | <remove-default-expression/> | |
3088 | </modify-argument> |
|
3110 | </modify-argument> | |
3089 | </modify-function> |
|
3111 | </modify-function> | |
3090 |
|
3112 | |||
3091 | <inject-code class="native" position="beginning"> |
|
3113 | <inject-code class="native" position="beginning"> | |
3092 | Q_DECLARE_METATYPE(QScriptValue) |
|
3114 | Q_DECLARE_METATYPE(QScriptValue) | |
3093 | </inject-code> |
|
3115 | </inject-code> | |
3094 | <modify-function signature="getDouble(QWidget *, const QString &, const QString &, double, double, double, int, bool *, QFlags<Qt::WindowType>)"> |
|
3116 | <modify-function signature="getDouble(QWidget *, const QString &, const QString &, double, double, double, int, bool *, QFlags<Qt::WindowType>)"> | |
3095 | <modify-argument index="8"> |
|
3117 | <modify-argument index="8"> | |
3096 | <remove-argument/> |
|
3118 | <remove-argument/> | |
3097 | <conversion-rule class="native"> |
|
3119 | <conversion-rule class="native"> | |
3098 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
3120 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
3099 | </conversion-rule> |
|
3121 | </conversion-rule> | |
3100 | </modify-argument> |
|
3122 | </modify-argument> | |
3101 | <modify-argument index="return"> |
|
3123 | <modify-argument index="return"> | |
3102 | <conversion-rule class="native"> |
|
3124 | <conversion-rule class="native"> | |
3103 | <insert-template name="core.convert_to_null_or_primitive"/> |
|
3125 | <insert-template name="core.convert_to_null_or_primitive"/> | |
3104 | </conversion-rule> |
|
3126 | </conversion-rule> | |
3105 | </modify-argument> |
|
3127 | </modify-argument> | |
3106 | </modify-function> |
|
3128 | </modify-function> | |
3107 |
|
3129 | |||
3108 | <modify-function signature="getInteger(QWidget *, const QString &, const QString &, int, int, int, int, bool *, QFlags<Qt::WindowType>)"> |
|
3130 | <modify-function signature="getInteger(QWidget *, const QString &, const QString &, int, int, int, int, bool *, QFlags<Qt::WindowType>)"> | |
3109 | <modify-argument index="8"> |
|
3131 | <modify-argument index="8"> | |
3110 | <remove-argument/> |
|
3132 | <remove-argument/> | |
3111 | <conversion-rule class="native"> |
|
3133 | <conversion-rule class="native"> | |
3112 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
3134 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
3113 | </conversion-rule> |
|
3135 | </conversion-rule> | |
3114 | </modify-argument> |
|
3136 | </modify-argument> | |
3115 | <modify-argument index="return"> |
|
3137 | <modify-argument index="return"> | |
3116 | <conversion-rule class="native"> |
|
3138 | <conversion-rule class="native"> | |
3117 | <insert-template name="core.convert_to_null_or_primitive"/> |
|
3139 | <insert-template name="core.convert_to_null_or_primitive"/> | |
3118 | </conversion-rule> |
|
3140 | </conversion-rule> | |
3119 | </modify-argument> |
|
3141 | </modify-argument> | |
3120 | </modify-function> |
|
3142 | </modify-function> | |
3121 |
|
3143 | |||
3122 | <modify-function signature="getItem(QWidget *, const QString &, const QString &, const QStringList<QString> &, int, bool, bool *, QFlags<Qt::WindowType>)"> |
|
3144 | <modify-function signature="getItem(QWidget *, const QString &, const QString &, const QStringList<QString> &, int, bool, bool *, QFlags<Qt::WindowType>)"> | |
3123 | <modify-argument index="7"> |
|
3145 | <modify-argument index="7"> | |
3124 | <remove-argument/> |
|
3146 | <remove-argument/> | |
3125 | <conversion-rule class="native"> |
|
3147 | <conversion-rule class="native"> | |
3126 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
3148 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
3127 | </conversion-rule> |
|
3149 | </conversion-rule> | |
3128 | </modify-argument> |
|
3150 | </modify-argument> | |
3129 | <modify-argument index="return"> |
|
3151 | <modify-argument index="return"> | |
3130 | <conversion-rule class="native"> |
|
3152 | <conversion-rule class="native"> | |
3131 | <insert-template name="core.convert_to_null_or_primitive"/> |
|
3153 | <insert-template name="core.convert_to_null_or_primitive"/> | |
3132 | </conversion-rule> |
|
3154 | </conversion-rule> | |
3133 | </modify-argument> |
|
3155 | </modify-argument> | |
3134 | </modify-function> |
|
3156 | </modify-function> | |
3135 |
|
3157 | |||
3136 | <modify-function signature="getText(QWidget *, const QString &, const QString &, QLineEdit::EchoMode, const QString &, bool *, QFlags<Qt::WindowType>)"> |
|
3158 | <modify-function signature="getText(QWidget *, const QString &, const QString &, QLineEdit::EchoMode, const QString &, bool *, QFlags<Qt::WindowType>)"> | |
3137 | <modify-argument index="6"> |
|
3159 | <modify-argument index="6"> | |
3138 | <remove-argument/> |
|
3160 | <remove-argument/> | |
3139 | <conversion-rule class="native"> |
|
3161 | <conversion-rule class="native"> | |
3140 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
3162 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
3141 | </conversion-rule> |
|
3163 | </conversion-rule> | |
3142 | </modify-argument> |
|
3164 | </modify-argument> | |
3143 | <modify-argument index="return"> |
|
3165 | <modify-argument index="return"> | |
3144 | <conversion-rule class="native"> |
|
3166 | <conversion-rule class="native"> | |
3145 | <insert-template name="core.convert_to_null_or_primitive"/> |
|
3167 | <insert-template name="core.convert_to_null_or_primitive"/> | |
3146 | </conversion-rule> |
|
3168 | </conversion-rule> | |
3147 | </modify-argument> |
|
3169 | </modify-argument> | |
3148 | </modify-function> |
|
3170 | </modify-function> | |
3149 | </object-type> |
|
3171 | </object-type> | |
3150 |
|
3172 | |||
3151 |
|
3173 | |||
3152 | <object-type name="QGraphicsScene"> |
|
3174 | <object-type name="QGraphicsScene"> | |
3153 | <extra-includes> |
|
3175 | <extra-includes> | |
3154 | <include file-name="QVarLengthArray" location="global"/> |
|
3176 | <include file-name="QVarLengthArray" location="global"/> | |
3155 | </extra-includes> |
|
3177 | </extra-includes> | |
3156 |
|
3178 | |||
3157 | <modify-function signature="contextMenuEvent(QGraphicsSceneContextMenuEvent*)"> |
|
3179 | <modify-function signature="contextMenuEvent(QGraphicsSceneContextMenuEvent*)"> | |
3158 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3180 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3159 | </modify-function> |
|
3181 | </modify-function> | |
3160 | <modify-function signature="dragEnterEvent(QGraphicsSceneDragDropEvent*)"> |
|
3182 | <modify-function signature="dragEnterEvent(QGraphicsSceneDragDropEvent*)"> | |
3161 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3183 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3162 | </modify-function> |
|
3184 | </modify-function> | |
3163 | <modify-function signature="dragLeaveEvent(QGraphicsSceneDragDropEvent*)"> |
|
3185 | <modify-function signature="dragLeaveEvent(QGraphicsSceneDragDropEvent*)"> | |
3164 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3186 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3165 | </modify-function> |
|
3187 | </modify-function> | |
3166 | <modify-function signature="dragMoveEvent(QGraphicsSceneDragDropEvent*)"> |
|
3188 | <modify-function signature="dragMoveEvent(QGraphicsSceneDragDropEvent*)"> | |
3167 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3189 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3168 | </modify-function> |
|
3190 | </modify-function> | |
3169 | <modify-function signature="drawBackground(QPainter*,QRectF)"> |
|
3191 | <modify-function signature="drawBackground(QPainter*,QRectF)"> | |
3170 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3192 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3171 | </modify-function> |
|
3193 | </modify-function> | |
3172 | <modify-function signature="drawForeground(QPainter*,QRectF)"> |
|
3194 | <modify-function signature="drawForeground(QPainter*,QRectF)"> | |
3173 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3195 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3174 | </modify-function> |
|
3196 | </modify-function> | |
3175 | <modify-function signature="drawItems(QPainter*,int,QGraphicsItem**,const QStyleOptionGraphicsItem*,QWidget*)"> |
|
3197 | <modify-function signature="drawItems(QPainter*,int,QGraphicsItem**,const QStyleOptionGraphicsItem*,QWidget*)"> | |
3176 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3198 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3177 | </modify-function> |
|
3199 | </modify-function> | |
3178 | <modify-function signature="dropEvent(QGraphicsSceneDragDropEvent*)"> |
|
3200 | <modify-function signature="dropEvent(QGraphicsSceneDragDropEvent*)"> | |
3179 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3201 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3180 | </modify-function> |
|
3202 | </modify-function> | |
3181 | <modify-function signature="focusInEvent(QFocusEvent*)"> |
|
3203 | <modify-function signature="focusInEvent(QFocusEvent*)"> | |
3182 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3204 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3183 | </modify-function> |
|
3205 | </modify-function> | |
3184 | <modify-function signature="focusOutEvent(QFocusEvent*)"> |
|
3206 | <modify-function signature="focusOutEvent(QFocusEvent*)"> | |
3185 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3207 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3186 | </modify-function> |
|
3208 | </modify-function> | |
3187 | <modify-function signature="helpEvent(QGraphicsSceneHelpEvent*)"> |
|
3209 | <modify-function signature="helpEvent(QGraphicsSceneHelpEvent*)"> | |
3188 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3210 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3189 | </modify-function> |
|
3211 | </modify-function> | |
3190 | <modify-function signature="inputMethodEvent(QInputMethodEvent*)"> |
|
3212 | <modify-function signature="inputMethodEvent(QInputMethodEvent*)"> | |
3191 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3213 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3192 | </modify-function> |
|
3214 | </modify-function> | |
3193 | <modify-function signature="keyPressEvent(QKeyEvent*)"> |
|
3215 | <modify-function signature="keyPressEvent(QKeyEvent*)"> | |
3194 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3216 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3195 | </modify-function> |
|
3217 | </modify-function> | |
3196 | <modify-function signature="keyReleaseEvent(QKeyEvent*)"> |
|
3218 | <modify-function signature="keyReleaseEvent(QKeyEvent*)"> | |
3197 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3219 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3198 | </modify-function> |
|
3220 | </modify-function> | |
3199 | <modify-function signature="mouseDoubleClickEvent(QGraphicsSceneMouseEvent*)"> |
|
3221 | <modify-function signature="mouseDoubleClickEvent(QGraphicsSceneMouseEvent*)"> | |
3200 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3222 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3201 | </modify-function> |
|
3223 | </modify-function> | |
3202 | <modify-function signature="mouseMoveEvent(QGraphicsSceneMouseEvent*)"> |
|
3224 | <modify-function signature="mouseMoveEvent(QGraphicsSceneMouseEvent*)"> | |
3203 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3225 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3204 | </modify-function> |
|
3226 | </modify-function> | |
3205 | <modify-function signature="mousePressEvent(QGraphicsSceneMouseEvent*)"> |
|
3227 | <modify-function signature="mousePressEvent(QGraphicsSceneMouseEvent*)"> | |
3206 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3228 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3207 | </modify-function> |
|
3229 | </modify-function> | |
3208 | <modify-function signature="mouseReleaseEvent(QGraphicsSceneMouseEvent*)"> |
|
3230 | <modify-function signature="mouseReleaseEvent(QGraphicsSceneMouseEvent*)"> | |
3209 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3231 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3210 | </modify-function> |
|
3232 | </modify-function> | |
3211 | <modify-function signature="wheelEvent(QGraphicsSceneWheelEvent*)"> |
|
3233 | <modify-function signature="wheelEvent(QGraphicsSceneWheelEvent*)"> | |
3212 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3234 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3213 | </modify-function> |
|
3235 | </modify-function> | |
3214 |
|
3236 | |||
3215 | <modify-function signature="setActiveWindow(QGraphicsWidget*)"> |
|
3237 | <modify-function signature="setActiveWindow(QGraphicsWidget*)"> | |
3216 | <modify-argument index="1"> |
|
3238 | <modify-argument index="1"> | |
3217 | <reference-count action="ignore"/> |
|
3239 | <reference-count action="ignore"/> | |
3218 | </modify-argument> |
|
3240 | </modify-argument> | |
3219 | </modify-function> |
|
3241 | </modify-function> | |
3220 | <modify-function signature="setStyle(QStyle*)"> |
|
3242 | <modify-function signature="setStyle(QStyle*)"> | |
3221 | <modify-argument index="1"> |
|
3243 | <modify-argument index="1"> | |
3222 | <reference-count action="ignore"/> |
|
3244 | <reference-count action="ignore"/> | |
3223 | </modify-argument> |
|
3245 | </modify-argument> | |
3224 | </modify-function> |
|
3246 | </modify-function> | |
3225 |
|
3247 | |||
3226 | <modify-function signature="addItem(QGraphicsItem *)"> |
|
3248 | <modify-function signature="addItem(QGraphicsItem *)"> | |
3227 | <modify-argument index="1"> |
|
3249 | <modify-argument index="1"> | |
3228 | <define-ownership class="java" owner="c++"/> |
|
3250 | <define-ownership class="java" owner="c++"/> | |
3229 | </modify-argument> |
|
3251 | </modify-argument> | |
3230 | </modify-function> |
|
3252 | </modify-function> | |
3231 | <modify-function signature="addEllipse(const QRectF &, const QPen &, const QBrush &)"> |
|
3253 | <modify-function signature="addEllipse(const QRectF &, const QPen &, const QBrush &)"> | |
3232 | <modify-argument index="return"> |
|
3254 | <modify-argument index="return"> | |
3233 | <define-ownership class="java" owner="c++"/> |
|
3255 | <define-ownership class="java" owner="c++"/> | |
3234 | </modify-argument> |
|
3256 | </modify-argument> | |
3235 | </modify-function> |
|
3257 | </modify-function> | |
3236 | <modify-function signature="addLine(const QLineF &, const QPen &)"> |
|
3258 | <modify-function signature="addLine(const QLineF &, const QPen &)"> | |
3237 | <modify-argument index="return"> |
|
3259 | <modify-argument index="return"> | |
3238 | <define-ownership class="java" owner="c++"/> |
|
3260 | <define-ownership class="java" owner="c++"/> | |
3239 | </modify-argument> |
|
3261 | </modify-argument> | |
3240 | </modify-function> |
|
3262 | </modify-function> | |
3241 | <modify-function signature="addPath(const QPainterPath &, const QPen &, const QBrush &)"> |
|
3263 | <modify-function signature="addPath(const QPainterPath &, const QPen &, const QBrush &)"> | |
3242 | <modify-argument index="return"> |
|
3264 | <modify-argument index="return"> | |
3243 | <define-ownership class="java" owner="c++"/> |
|
3265 | <define-ownership class="java" owner="c++"/> | |
3244 | </modify-argument> |
|
3266 | </modify-argument> | |
3245 | </modify-function> |
|
3267 | </modify-function> | |
3246 | <modify-function signature="addPixmap(const QPixmap &)"> |
|
3268 | <modify-function signature="addPixmap(const QPixmap &)"> | |
3247 | <modify-argument index="return"> |
|
3269 | <modify-argument index="return"> | |
3248 | <define-ownership class="java" owner="c++"/> |
|
3270 | <define-ownership class="java" owner="c++"/> | |
3249 | </modify-argument> |
|
3271 | </modify-argument> | |
3250 | </modify-function> |
|
3272 | </modify-function> | |
3251 | <modify-function signature="addPolygon(const QPolygonF &, const QPen &, const QBrush &)"> |
|
3273 | <modify-function signature="addPolygon(const QPolygonF &, const QPen &, const QBrush &)"> | |
3252 | <modify-argument index="return"> |
|
3274 | <modify-argument index="return"> | |
3253 | <define-ownership class="java" owner="c++"/> |
|
3275 | <define-ownership class="java" owner="c++"/> | |
3254 | </modify-argument> |
|
3276 | </modify-argument> | |
3255 | </modify-function> |
|
3277 | </modify-function> | |
3256 | <modify-function signature="addRect(const QRectF &, const QPen &, const QBrush &)"> |
|
3278 | <modify-function signature="addRect(const QRectF &, const QPen &, const QBrush &)"> | |
3257 | <modify-argument index="return"> |
|
3279 | <modify-argument index="return"> | |
3258 | <define-ownership class="java" owner="c++"/> |
|
3280 | <define-ownership class="java" owner="c++"/> | |
3259 | </modify-argument> |
|
3281 | </modify-argument> | |
3260 | </modify-function> |
|
3282 | </modify-function> | |
3261 | <modify-function signature="addText(const QString &, const QFont &)"> |
|
3283 | <modify-function signature="addText(const QString &, const QFont &)"> | |
3262 | <modify-argument index="return"> |
|
3284 | <modify-argument index="return"> | |
3263 | <define-ownership class="java" owner="c++"/> |
|
3285 | <define-ownership class="java" owner="c++"/> | |
3264 | </modify-argument> |
|
3286 | </modify-argument> | |
3265 | </modify-function> |
|
3287 | </modify-function> | |
3266 | <modify-function signature="addWidget(QWidget*,QFlags<Qt::WindowType>)"> |
|
3288 | <modify-function signature="addWidget(QWidget*,QFlags<Qt::WindowType>)"> | |
3267 | <modify-argument index="return"> |
|
3289 | <modify-argument index="return"> | |
3268 | <define-ownership class="java" owner="c++"/> |
|
3290 | <define-ownership class="java" owner="c++"/> | |
3269 | </modify-argument> |
|
3291 | </modify-argument> | |
3270 | <modify-argument index="1"> |
|
3292 | <modify-argument index="1"> | |
3271 | <define-ownership class="java" owner="c++"/> |
|
3293 | <define-ownership class="java" owner="c++"/> | |
3272 | </modify-argument> |
|
3294 | </modify-argument> | |
3273 | </modify-function> |
|
3295 | </modify-function> | |
3274 | <modify-function signature="removeItem(QGraphicsItem*)"> |
|
3296 | <modify-function signature="removeItem(QGraphicsItem*)"> | |
3275 | <modify-argument index="1"> |
|
3297 | <modify-argument index="1"> | |
3276 | <define-ownership class="java" owner="default"/> |
|
3298 | <define-ownership class="java" owner="default"/> | |
3277 | </modify-argument> |
|
3299 | </modify-argument> | |
3278 | </modify-function> |
|
3300 | </modify-function> | |
3279 | <modify-function signature="setFocusItem(QGraphicsItem*,Qt::FocusReason)"> |
|
3301 | <modify-function signature="setFocusItem(QGraphicsItem*,Qt::FocusReason)"> | |
3280 | <modify-argument index="1"> |
|
3302 | <modify-argument index="1"> | |
3281 | <reference-count action="set" variable-name="__rcFocusItem"/> |
|
3303 | <reference-count action="set" variable-name="__rcFocusItem"/> | |
3282 | </modify-argument> |
|
3304 | </modify-argument> | |
3283 | </modify-function> |
|
3305 | </modify-function> | |
3284 | </object-type> |
|
3306 | </object-type> | |
3285 |
|
3307 | |||
3286 |
|
3308 | |||
3287 | <object-type name="QCalendarWidget"> |
|
3309 | <object-type name="QCalendarWidget"> | |
3288 | <extra-includes> |
|
3310 | <extra-includes> | |
3289 | <include file-name="QTextCharFormat" location="global"/> |
|
3311 | <include file-name="QTextCharFormat" location="global"/> | |
3290 | </extra-includes> |
|
3312 | </extra-includes> | |
3291 |
|
3313 | |||
3292 | <modify-function signature="isHeaderVisible()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
3314 | <modify-function signature="isHeaderVisible()const" remove="all"/> <!--### Obsolete in 4.3--> | |
3293 | <modify-function signature="setHeaderVisible(bool)" remove="all"/> <!--### Obsolete in 4.3--> |
|
3315 | <modify-function signature="setHeaderVisible(bool)" remove="all"/> <!--### Obsolete in 4.3--> | |
3294 |
|
3316 | |||
3295 | <modify-function signature="paintCell(QPainter*,QRect,QDate)const"> |
|
3317 | <modify-function signature="paintCell(QPainter*,QRect,QDate)const"> | |
3296 | <modify-argument invalidate-after-use="yes" index="1"/> |
|
3318 | <modify-argument invalidate-after-use="yes" index="1"/> | |
3297 | </modify-function> |
|
3319 | </modify-function> | |
3298 |
|
3320 | |||
3299 | <modify-function signature="sizeHint()const" rename="getSizeHint"/> |
|
3321 | <modify-function signature="sizeHint()const" rename="getSizeHint"/> | |
3300 | <modify-function signature="minimumSizeHint()const" rename="getMinimumSizeHint"/> |
|
3322 | <modify-function signature="minimumSizeHint()const" rename="getMinimumSizeHint"/> | |
3301 | </object-type> |
|
3323 | </object-type> | |
3302 |
|
3324 | |||
3303 | <object-type name="QTreeWidget"> |
|
3325 | <object-type name="QTreeWidget"> | |
3304 | <modify-function signature="setSelectionModel(QItemSelectionModel*)"> |
|
3326 | <modify-function signature="setSelectionModel(QItemSelectionModel*)"> | |
3305 | <modify-argument index="1"> |
|
3327 | <modify-argument index="1"> | |
3306 | <no-null-pointer/> |
|
3328 | <no-null-pointer/> | |
3307 | <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemSelectionModel"/> |
|
3329 | <reference-count declare-variable="QAbstractItemView" action="set" variable-name="__rcItemSelectionModel"/> | |
3308 | </modify-argument> |
|
3330 | </modify-argument> | |
3309 | </modify-function> |
|
3331 | </modify-function> | |
3310 | <modify-function signature="removeItemWidget(QTreeWidgetItem*,int)"> |
|
3332 | <modify-function signature="removeItemWidget(QTreeWidgetItem*,int)"> | |
3311 | <modify-argument index="1"> |
|
3333 | <modify-argument index="1"> | |
3312 | <reference-count action="ignore"/> |
|
3334 | <reference-count action="ignore"/> | |
3313 | </modify-argument> |
|
3335 | </modify-argument> | |
3314 | </modify-function> |
|
3336 | </modify-function> | |
3315 | <modify-function signature="mimeData(const QList<QTreeWidgetItem*>)const"> |
|
3337 | <modify-function signature="mimeData(const QList<QTreeWidgetItem*>)const"> | |
3316 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3338 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3317 | </modify-function> |
|
3339 | </modify-function> | |
3318 | <modify-function signature="dropMimeData(QTreeWidgetItem*,int,const QMimeData*,Qt::DropAction)"> |
|
3340 | <modify-function signature="dropMimeData(QTreeWidgetItem*,int,const QMimeData*,Qt::DropAction)"> | |
3319 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3341 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3320 | </modify-function> |
|
3342 | </modify-function> | |
3321 | <modify-function signature="isSortingEnabled()const" remove="all"/> |
|
3343 | <modify-function signature="isSortingEnabled()const" remove="all"/> | |
3322 | <modify-function signature="setSortingEnabled(bool)" remove="all"/> |
|
3344 | <modify-function signature="setSortingEnabled(bool)" remove="all"/> | |
3323 | <modify-function signature="indexOfTopLevelItem(QTreeWidgetItem *)"> |
|
3345 | <modify-function signature="indexOfTopLevelItem(QTreeWidgetItem *)"> | |
3324 | <remove/> |
|
3346 | <remove/> | |
3325 | </modify-function> |
|
3347 | </modify-function> | |
3326 | <modify-function signature="addTopLevelItem(QTreeWidgetItem *)"> |
|
3348 | <modify-function signature="addTopLevelItem(QTreeWidgetItem *)"> | |
3327 | <modify-argument index="1"> |
|
3349 | <modify-argument index="1"> | |
3328 | <define-ownership class="java" owner="c++"/> |
|
3350 | <define-ownership class="java" owner="c++"/> | |
3329 | </modify-argument> |
|
3351 | </modify-argument> | |
3330 | </modify-function> |
|
3352 | </modify-function> | |
3331 | <modify-function signature="takeTopLevelItem(int)"> |
|
3353 | <modify-function signature="takeTopLevelItem(int)"> | |
3332 | <modify-argument index="return"> |
|
3354 | <modify-argument index="return"> | |
3333 | <define-ownership class="java" owner="default"/> |
|
3355 | <define-ownership class="java" owner="default"/> | |
3334 | </modify-argument> |
|
3356 | </modify-argument> | |
3335 | </modify-function> |
|
3357 | </modify-function> | |
3336 | <modify-function signature="addTopLevelItems(const QList<QTreeWidgetItem*> &)"> |
|
3358 | <modify-function signature="addTopLevelItems(const QList<QTreeWidgetItem*> &)"> | |
3337 | <modify-argument index="1"> |
|
3359 | <modify-argument index="1"> | |
3338 | <define-ownership class="java" owner="c++"/> |
|
3360 | <define-ownership class="java" owner="c++"/> | |
3339 | </modify-argument> |
|
3361 | </modify-argument> | |
3340 | </modify-function> |
|
3362 | </modify-function> | |
3341 | <modify-function signature="insertTopLevelItem(int, QTreeWidgetItem *)"> |
|
3363 | <modify-function signature="insertTopLevelItem(int, QTreeWidgetItem *)"> | |
3342 | <modify-argument index="2"> |
|
3364 | <modify-argument index="2"> | |
3343 | <define-ownership class="java" owner="c++"/> |
|
3365 | <define-ownership class="java" owner="c++"/> | |
3344 | </modify-argument> |
|
3366 | </modify-argument> | |
3345 | </modify-function> |
|
3367 | </modify-function> | |
3346 | <modify-function signature="insertTopLevelItems(int, const QList<QTreeWidgetItem*> &)"> |
|
3368 | <modify-function signature="insertTopLevelItems(int, const QList<QTreeWidgetItem*> &)"> | |
3347 | <modify-argument index="2"> |
|
3369 | <modify-argument index="2"> | |
3348 | <define-ownership class="java" owner="c++"/> |
|
3370 | <define-ownership class="java" owner="c++"/> | |
3349 | </modify-argument> |
|
3371 | </modify-argument> | |
3350 | </modify-function> |
|
3372 | </modify-function> | |
3351 | <modify-function signature="setHeaderItem(QTreeWidgetItem *)"> |
|
3373 | <modify-function signature="setHeaderItem(QTreeWidgetItem *)"> | |
3352 | <modify-argument index="1"> |
|
3374 | <modify-argument index="1"> | |
3353 | <define-ownership class="java" owner="c++"/> |
|
3375 | <define-ownership class="java" owner="c++"/> | |
3354 | </modify-argument> |
|
3376 | </modify-argument> | |
3355 | </modify-function> |
|
3377 | </modify-function> | |
3356 | <modify-function signature="takeTopLevelItem(int)"> |
|
3378 | <modify-function signature="takeTopLevelItem(int)"> | |
3357 | <modify-argument index="return"> |
|
3379 | <modify-argument index="return"> | |
3358 | <define-ownership class="java" owner="default"/> |
|
3380 | <define-ownership class="java" owner="default"/> | |
3359 | </modify-argument> |
|
3381 | </modify-argument> | |
3360 | </modify-function> |
|
3382 | </modify-function> | |
3361 | <modify-function signature="setCurrentItem(QTreeWidgetItem*,int,QFlags<QItemSelectionModel::SelectionFlag>)"> |
|
3383 | <modify-function signature="setCurrentItem(QTreeWidgetItem*,int,QFlags<QItemSelectionModel::SelectionFlag>)"> | |
3362 | <modify-argument index="1"> |
|
3384 | <modify-argument index="1"> | |
3363 | <reference-count action="ignore"/> |
|
3385 | <reference-count action="ignore"/> | |
3364 | </modify-argument> |
|
3386 | </modify-argument> | |
3365 | </modify-function> |
|
3387 | </modify-function> | |
3366 | <modify-function signature="setFirstItemColumnSpanned(const QTreeWidgetItem*,bool)"> |
|
3388 | <modify-function signature="setFirstItemColumnSpanned(const QTreeWidgetItem*,bool)"> | |
3367 | <modify-argument index="1"> |
|
3389 | <modify-argument index="1"> | |
3368 | <reference-count action="ignore"/> |
|
3390 | <reference-count action="ignore"/> | |
3369 | </modify-argument> |
|
3391 | </modify-argument> | |
3370 | </modify-function> |
|
3392 | </modify-function> | |
3371 | <modify-function signature="setCurrentItem(QTreeWidgetItem*)"> |
|
3393 | <modify-function signature="setCurrentItem(QTreeWidgetItem*)"> | |
3372 | <modify-argument index="1"> |
|
3394 | <modify-argument index="1"> | |
3373 | <reference-count action="ignore"/> |
|
3395 | <reference-count action="ignore"/> | |
3374 | </modify-argument> |
|
3396 | </modify-argument> | |
3375 | </modify-function> |
|
3397 | </modify-function> | |
3376 | <modify-function signature="setCurrentItem(QTreeWidgetItem*,int)"> |
|
3398 | <modify-function signature="setCurrentItem(QTreeWidgetItem*,int)"> | |
3377 | <modify-argument index="1"> |
|
3399 | <modify-argument index="1"> | |
3378 | <reference-count action="ignore"/> |
|
3400 | <reference-count action="ignore"/> | |
3379 | </modify-argument> |
|
3401 | </modify-argument> | |
3380 | </modify-function> |
|
3402 | </modify-function> | |
3381 | <modify-function signature="setItemExpanded(const QTreeWidgetItem*,bool)"> |
|
3403 | <modify-function signature="setItemExpanded(const QTreeWidgetItem*,bool)"> | |
3382 | <remove/> |
|
3404 | <remove/> | |
3383 | </modify-function> |
|
3405 | </modify-function> | |
3384 | <modify-function signature="isItemExpanded(const QTreeWidgetItem*)const"> |
|
3406 | <modify-function signature="isItemExpanded(const QTreeWidgetItem*)const"> | |
3385 | <remove/> |
|
3407 | <remove/> | |
3386 | </modify-function> |
|
3408 | </modify-function> | |
3387 | <modify-function signature="setItemHidden(const QTreeWidgetItem*,bool)"> |
|
3409 | <modify-function signature="setItemHidden(const QTreeWidgetItem*,bool)"> | |
3388 | <remove/> |
|
3410 | <remove/> | |
3389 | </modify-function> |
|
3411 | </modify-function> | |
3390 | <modify-function signature="isItemHidden(const QTreeWidgetItem*)const"> |
|
3412 | <modify-function signature="isItemHidden(const QTreeWidgetItem*)const"> | |
3391 | <remove/> |
|
3413 | <remove/> | |
3392 | </modify-function> |
|
3414 | </modify-function> | |
3393 | <modify-function signature="isItemSelected(const QTreeWidgetItem*)const"> |
|
3415 | <modify-function signature="isItemSelected(const QTreeWidgetItem*)const"> | |
3394 | <remove/> |
|
3416 | <remove/> | |
3395 | </modify-function> |
|
3417 | </modify-function> | |
3396 | <modify-function signature="setItemSelected(const QTreeWidgetItem*,bool)"> |
|
3418 | <modify-function signature="setItemSelected(const QTreeWidgetItem*,bool)"> | |
3397 | <remove/> |
|
3419 | <remove/> | |
3398 | </modify-function> |
|
3420 | </modify-function> | |
3399 | <modify-function signature="setItemWidget(QTreeWidgetItem*,int,QWidget*)"> |
|
3421 | <modify-function signature="setItemWidget(QTreeWidgetItem*,int,QWidget*)"> | |
3400 | <modify-argument index="1"> |
|
3422 | <modify-argument index="1"> | |
3401 | <reference-count action="ignore"/> |
|
3423 | <reference-count action="ignore"/> | |
3402 | </modify-argument> |
|
3424 | </modify-argument> | |
3403 | <modify-argument index="3"> |
|
3425 | <modify-argument index="3"> | |
3404 | <reference-count action="ignore"/> |
|
3426 | <reference-count action="ignore"/> | |
3405 | </modify-argument> |
|
3427 | </modify-argument> | |
3406 | </modify-function> |
|
3428 | </modify-function> | |
3407 | <modify-function signature="setModel(QAbstractItemModel*)"> |
|
3429 | <modify-function signature="setModel(QAbstractItemModel*)"> | |
3408 | <modify-argument index="1"> |
|
3430 | <modify-argument index="1"> | |
3409 | <reference-count action="ignore"/> |
|
3431 | <reference-count action="ignore"/> | |
3410 | </modify-argument> |
|
3432 | </modify-argument> | |
3411 | </modify-function> |
|
3433 | </modify-function> | |
3412 |
|
3434 | |||
3413 | <modify-function signature="items(const QMimeData*)const" remove="all"/> <!--### Obsolete in 4.3--> |
|
3435 | <modify-function signature="items(const QMimeData*)const" remove="all"/> <!--### Obsolete in 4.3--> | |
3414 |
|
3436 | |||
3415 | <modify-function signature="mimeData(const QList<QTreeWidgetItem*>)const" remove="all"/> |
|
3437 | <modify-function signature="mimeData(const QList<QTreeWidgetItem*>)const" remove="all"/> | |
3416 | </object-type> |
|
3438 | </object-type> | |
3417 |
|
3439 | |||
3418 | <object-type name="QAbstractItemDelegate"> |
|
3440 | <object-type name="QAbstractItemDelegate"> | |
3419 | <modify-function signature="setEditorData(QWidget*,QModelIndex)const"> |
|
3441 | <modify-function signature="setEditorData(QWidget*,QModelIndex)const"> | |
3420 | <modify-argument index="1"> |
|
3442 | <modify-argument index="1"> | |
3421 | <!-- Safe to ignore because this implementation is documented to do nothing --> |
|
3443 | <!-- Safe to ignore because this implementation is documented to do nothing --> | |
3422 | <reference-count action="ignore"/> |
|
3444 | <reference-count action="ignore"/> | |
3423 | </modify-argument> |
|
3445 | </modify-argument> | |
3424 | </modify-function> |
|
3446 | </modify-function> | |
3425 | <modify-function signature="setModelData(QWidget*,QAbstractItemModel*,QModelIndex)const"> |
|
3447 | <modify-function signature="setModelData(QWidget*,QAbstractItemModel*,QModelIndex)const"> | |
3426 | <modify-argument index="1"> |
|
3448 | <modify-argument index="1"> | |
3427 | <reference-count action="ignore"/> |
|
3449 | <reference-count action="ignore"/> | |
3428 | </modify-argument> |
|
3450 | </modify-argument> | |
3429 | <modify-argument index="2"> |
|
3451 | <modify-argument index="2"> | |
3430 | <reference-count action="ignore"/> |
|
3452 | <reference-count action="ignore"/> | |
3431 | </modify-argument> |
|
3453 | </modify-argument> | |
3432 | </modify-function> |
|
3454 | </modify-function> | |
3433 |
|
3455 | |||
3434 | <modify-function signature="paint(QPainter*,QStyleOptionViewItem,QModelIndex)const"> |
|
3456 | <modify-function signature="paint(QPainter*,QStyleOptionViewItem,QModelIndex)const"> | |
3435 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3457 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3436 | </modify-function> |
|
3458 | </modify-function> | |
3437 | <modify-function signature="editorEvent(QEvent*,QAbstractItemModel*,QStyleOptionViewItem,QModelIndex)"> |
|
3459 | <modify-function signature="editorEvent(QEvent*,QAbstractItemModel*,QStyleOptionViewItem,QModelIndex)"> | |
3438 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3460 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3439 | </modify-function> |
|
3461 | </modify-function> | |
3440 |
|
3462 | |||
3441 | <modify-function signature="elidedText(QFontMetrics, int, Qt::TextElideMode, QString)" remove="all"/> <!--### Obsolete in 4.3--> |
|
3463 | <modify-function signature="elidedText(QFontMetrics, int, Qt::TextElideMode, QString)" remove="all"/> <!--### Obsolete in 4.3--> | |
3442 | </object-type> |
|
3464 | </object-type> | |
3443 |
|
3465 | |||
3444 | <object-type name="QTableWidgetItem" delete-in-main-thread="yes"> |
|
3466 | <object-type name="QTableWidgetItem" delete-in-main-thread="yes"> | |
3445 | <modify-function signature="operator=(const QTableWidgetItem&)" remove="all"/> |
|
3467 | <modify-function signature="operator=(const QTableWidgetItem&)" remove="all"/> | |
3446 | <modify-function signature="clone() const"> |
|
3468 | <modify-function signature="clone() const"> | |
3447 | <modify-argument index="return"> |
|
3469 | <modify-argument index="return"> | |
3448 | <define-ownership class="shell" owner="c++"/> |
|
3470 | <define-ownership class="shell" owner="c++"/> | |
3449 | </modify-argument> |
|
3471 | </modify-argument> | |
3450 | </modify-function> |
|
3472 | </modify-function> | |
3451 |
|
3473 | |||
3452 | <modify-function signature="backgroundColor()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
3474 | <modify-function signature="backgroundColor()const" remove="all"/> <!--### Obsolete in 4.3--> | |
3453 | <modify-function signature="setBackgroundColor(QColor)" remove="all"/> <!--### Obsolete in 4.3--> |
|
3475 | <modify-function signature="setBackgroundColor(QColor)" remove="all"/> <!--### Obsolete in 4.3--> | |
3454 | <modify-function signature="setTextColor(QColor)" remove="all"/> <!--### Obsolete in 4.3--> |
|
3476 | <modify-function signature="setTextColor(QColor)" remove="all"/> <!--### Obsolete in 4.3--> | |
3455 | <modify-function signature="textColor()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
3477 | <modify-function signature="textColor()const" remove="all"/> <!--### Obsolete in 4.3--> | |
3456 |
|
3478 | |||
3457 | <modify-function signature="operator<(QTableWidgetItem)const"> |
|
3479 | <modify-function signature="operator<(QTableWidgetItem)const"> | |
3458 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3480 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3459 | </modify-function> |
|
3481 | </modify-function> | |
3460 | <modify-function signature="read(QDataStream&)"> |
|
3482 | <modify-function signature="read(QDataStream&)"> | |
3461 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3483 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3462 | </modify-function> |
|
3484 | </modify-function> | |
3463 | <modify-function signature="write(QDataStream&)const"> |
|
3485 | <modify-function signature="write(QDataStream&)const"> | |
3464 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3486 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3465 | </modify-function> |
|
3487 | </modify-function> | |
3466 |
|
3488 | |||
3467 |
|
3489 | |||
3468 | <modify-function signature="read(QDataStream &)" remove="all"/> |
|
3490 | <modify-function signature="read(QDataStream &)" remove="all"/> | |
3469 | <modify-function signature="write(QDataStream &)const" remove="all"/> |
|
3491 | <modify-function signature="write(QDataStream &)const" remove="all"/> | |
3470 | <modify-function signature="QTableWidgetItem(QTableWidgetItem)" remove="all"/> |
|
3492 | <modify-function signature="QTableWidgetItem(QTableWidgetItem)" remove="all"/> | |
3471 | <modify-function signature="operator=(QTableWidgetItem)" remove="all"/> |
|
3493 | <modify-function signature="operator=(QTableWidgetItem)" remove="all"/> | |
3472 | <modify-function signature="operator<(QTableWidgetItem)const" remove="all"/> |
|
3494 | <modify-function signature="operator<(QTableWidgetItem)const" remove="all"/> | |
3473 | </object-type> |
|
3495 | </object-type> | |
3474 |
|
3496 | |||
3475 | <object-type name="QListWidgetItem" delete-in-main-thread="yes"> |
|
3497 | <object-type name="QListWidgetItem" delete-in-main-thread="yes"> | |
3476 |
|
3498 | |||
3477 | <modify-function signature="operator<(QListWidgetItem)const"> |
|
3499 | <modify-function signature="operator<(QListWidgetItem)const"> | |
3478 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3500 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3479 | </modify-function> |
|
3501 | </modify-function> | |
3480 | <modify-function signature="read(QDataStream&)"> |
|
3502 | <modify-function signature="read(QDataStream&)"> | |
3481 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3503 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3482 | </modify-function> |
|
3504 | </modify-function> | |
3483 | <modify-function signature="write(QDataStream&)const"> |
|
3505 | <modify-function signature="write(QDataStream&)const"> | |
3484 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3506 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3485 | </modify-function> |
|
3507 | </modify-function> | |
3486 |
|
3508 | |||
3487 |
|
3509 | |||
3488 | <modify-function signature="operator=(const QListWidgetItem&)" remove="all"/> |
|
3510 | <modify-function signature="operator=(const QListWidgetItem&)" remove="all"/> | |
3489 | <modify-function signature="QListWidgetItem(QListWidget *, int)"> |
|
3511 | <modify-function signature="QListWidgetItem(QListWidget *, int)"> | |
3490 | <modify-argument index="this"> |
|
3512 | <modify-argument index="this"> | |
3491 | <define-ownership class="java" owner="c++"/> |
|
3513 | <define-ownership class="java" owner="c++"/> | |
3492 | </modify-argument> |
|
3514 | </modify-argument> | |
3493 | </modify-function> |
|
3515 | </modify-function> | |
3494 | <modify-function signature="QListWidgetItem(const QString &, QListWidget *, int)"> |
|
3516 | <modify-function signature="QListWidgetItem(const QString &, QListWidget *, int)"> | |
3495 | <modify-argument index="this"> |
|
3517 | <modify-argument index="this"> | |
3496 | <define-ownership class="java" owner="c++"/> |
|
3518 | <define-ownership class="java" owner="c++"/> | |
3497 | </modify-argument> |
|
3519 | </modify-argument> | |
3498 | </modify-function> |
|
3520 | </modify-function> | |
3499 | <modify-function signature="QListWidgetItem(const QIcon &, const QString &, QListWidget *, int)"> |
|
3521 | <modify-function signature="QListWidgetItem(const QIcon &, const QString &, QListWidget *, int)"> | |
3500 | <modify-argument index="this"> |
|
3522 | <modify-argument index="this"> | |
3501 | <define-ownership class="java" owner="c++"/> |
|
3523 | <define-ownership class="java" owner="c++"/> | |
3502 | </modify-argument> |
|
3524 | </modify-argument> | |
3503 | </modify-function> |
|
3525 | </modify-function> | |
3504 | <modify-function signature="clone() const"> |
|
3526 | <modify-function signature="clone() const"> | |
3505 | <modify-argument index="return"> |
|
3527 | <modify-argument index="return"> | |
3506 | <define-ownership class="shell" owner="c++"/> |
|
3528 | <define-ownership class="shell" owner="c++"/> | |
3507 | </modify-argument> |
|
3529 | </modify-argument> | |
3508 | </modify-function> |
|
3530 | </modify-function> | |
3509 |
|
3531 | |||
3510 | <modify-function signature="backgroundColor()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
3532 | <modify-function signature="backgroundColor()const" remove="all"/> <!--### Obsolete in 4.3--> | |
3511 | <modify-function signature="setBackgroundColor(QColor)" remove="all"/> <!--### Obsolete in 4.3--> |
|
3533 | <modify-function signature="setBackgroundColor(QColor)" remove="all"/> <!--### Obsolete in 4.3--> | |
3512 | <modify-function signature="setTextColor(QColor)" remove="all"/> <!--### Obsolete in 4.3--> |
|
3534 | <modify-function signature="setTextColor(QColor)" remove="all"/> <!--### Obsolete in 4.3--> | |
3513 | <modify-function signature="textColor()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
3535 | <modify-function signature="textColor()const" remove="all"/> <!--### Obsolete in 4.3--> | |
3514 |
|
3536 | |||
3515 | <modify-function signature="read(QDataStream &)" remove="all"/> |
|
3537 | <modify-function signature="read(QDataStream &)" remove="all"/> | |
3516 | <modify-function signature="write(QDataStream &)const" remove="all"/> |
|
3538 | <modify-function signature="write(QDataStream &)const" remove="all"/> | |
3517 | <modify-function signature="QListWidgetItem(QListWidgetItem)" remove="all"/> |
|
3539 | <modify-function signature="QListWidgetItem(QListWidgetItem)" remove="all"/> | |
3518 | <modify-function signature="operator=(QListWidgetItem)" remove="all"/> |
|
3540 | <modify-function signature="operator=(QListWidgetItem)" remove="all"/> | |
3519 | <modify-function signature="operator<(QListWidgetItem)const" remove="all"/> |
|
3541 | <modify-function signature="operator<(QListWidgetItem)const" remove="all"/> | |
3520 | </object-type> |
|
3542 | </object-type> | |
3521 |
|
3543 | |||
3522 | <object-type name="QGraphicsTextItem" polymorphic-id-expression="%1->type() == QGraphicsTextItem::Type"> <!-- a QObject so main-thread delete redundant --> |
|
3544 | <object-type name="QGraphicsTextItem" polymorphic-id-expression="%1->type() == QGraphicsTextItem::Type"> <!-- a QObject so main-thread delete redundant --> | |
3523 | <extra-includes> |
|
3545 | <extra-includes> | |
3524 | <include file-name="QTextCursor" location="global"/> |
|
3546 | <include file-name="QTextCursor" location="global"/> | |
3525 | </extra-includes> |
|
3547 | </extra-includes> | |
3526 | <modify-function signature="QGraphicsTextItem(QGraphicsItem*,QGraphicsScene*)"> |
|
3548 | <modify-function signature="QGraphicsTextItem(QGraphicsItem*,QGraphicsScene*)"> | |
3527 | <inject-code position="end"> |
|
3549 | <inject-code position="end"> | |
3528 | <argument-map index="1" meta-name="%1"/> |
|
3550 | <argument-map index="1" meta-name="%1"/> | |
3529 | if (%1 != null) disableGarbageCollection(); |
|
3551 | if (%1 != null) disableGarbageCollection(); | |
3530 | </inject-code> |
|
3552 | </inject-code> | |
3531 | </modify-function> |
|
3553 | </modify-function> | |
3532 | <modify-function signature="QGraphicsTextItem(const QString &,QGraphicsItem*,QGraphicsScene*)"> |
|
3554 | <modify-function signature="QGraphicsTextItem(const QString &,QGraphicsItem*,QGraphicsScene*)"> | |
3533 | <inject-code position="end"> |
|
3555 | <inject-code position="end"> | |
3534 | <argument-map index="2" meta-name="%2"/> |
|
3556 | <argument-map index="2" meta-name="%2"/> | |
3535 | if (%2 != null) disableGarbageCollection(); |
|
3557 | if (%2 != null) disableGarbageCollection(); | |
3536 | </inject-code> |
|
3558 | </inject-code> | |
3537 | </modify-function> |
|
3559 | </modify-function> | |
3538 | <modify-function signature="setDocument(QTextDocument*)"> |
|
3560 | <modify-function signature="setDocument(QTextDocument*)"> | |
3539 | <modify-argument index="1"> |
|
3561 | <modify-argument index="1"> | |
3540 | <reference-count action="set" variable-name="__rcDocument"/> |
|
3562 | <reference-count action="set" variable-name="__rcDocument"/> | |
3541 | </modify-argument> |
|
3563 | </modify-argument> | |
3542 | </modify-function> |
|
3564 | </modify-function> | |
3543 |
|
3565 | |||
3544 | <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
3566 | <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3--> | |
3545 | <modify-function signature="resetMatrix()" remove="all"/> <!--### Obsolete in 4.3--> |
|
3567 | <modify-function signature="resetMatrix()" remove="all"/> <!--### Obsolete in 4.3--> | |
3546 | <modify-function signature="sceneMatrix()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
3568 | <modify-function signature="sceneMatrix()const" remove="all"/> <!--### Obsolete in 4.3--> | |
3547 | <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3--> |
|
3569 | <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3--> | |
3548 | </object-type> |
|
3570 | </object-type> | |
3549 |
|
3571 | |||
3550 | <object-type name="QCompleter"> |
|
3572 | <object-type name="QCompleter"> | |
3551 | <modify-function signature="activated(const QModelIndex &)"> |
|
3573 | <modify-function signature="activated(const QModelIndex &)"> | |
3552 | <rename to="activatedIndex"/> |
|
3574 | <rename to="activatedIndex"/> | |
3553 | </modify-function> |
|
3575 | </modify-function> | |
3554 | <modify-function signature="highlighted(const QModelIndex &)"> |
|
3576 | <modify-function signature="highlighted(const QModelIndex &)"> | |
3555 | <rename to="highlightedIndex"/> |
|
3577 | <rename to="highlightedIndex"/> | |
3556 | </modify-function> |
|
3578 | </modify-function> | |
3557 | <modify-function signature="setModel(QAbstractItemModel *)"> |
|
3579 | <modify-function signature="setModel(QAbstractItemModel *)"> | |
3558 | <modify-argument index="1"> |
|
3580 | <modify-argument index="1"> | |
3559 | <reference-count action="set" variable-name="__rcModel"/> |
|
3581 | <reference-count action="set" variable-name="__rcModel"/> | |
3560 | </modify-argument> |
|
3582 | </modify-argument> | |
3561 | </modify-function> |
|
3583 | </modify-function> | |
3562 | <modify-function signature="setPopup(QAbstractItemView *)"> |
|
3584 | <modify-function signature="setPopup(QAbstractItemView *)"> | |
3563 | <modify-argument index="1"> |
|
3585 | <modify-argument index="1"> | |
3564 | <no-null-pointer/> |
|
3586 | <no-null-pointer/> | |
3565 | <define-ownership class="java" owner="c++"/> |
|
3587 | <define-ownership class="java" owner="c++"/> | |
3566 | </modify-argument> |
|
3588 | </modify-argument> | |
3567 | </modify-function> |
|
3589 | </modify-function> | |
3568 | <modify-function signature="setWidget(QWidget *)"> |
|
3590 | <modify-function signature="setWidget(QWidget *)"> | |
3569 | <modify-argument index="1"> |
|
3591 | <modify-argument index="1"> | |
3570 | <reference-count action="set" variable-name="__rcWidget"/> |
|
3592 | <reference-count action="set" variable-name="__rcWidget"/> | |
3571 | </modify-argument> |
|
3593 | </modify-argument> | |
3572 | </modify-function> |
|
3594 | </modify-function> | |
3573 | </object-type> |
|
3595 | </object-type> | |
3574 |
|
3596 | |||
3575 |
|
3597 | |||
3576 | <object-type name="QTreeWidgetItem" delete-in-main-thread="yes"> |
|
3598 | <object-type name="QTreeWidgetItem" delete-in-main-thread="yes"> | |
3577 |
|
3599 | |||
3578 | <modify-function signature="operator<(QTreeWidgetItem)const"> |
|
3600 | <modify-function signature="operator<(QTreeWidgetItem)const"> | |
3579 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3601 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3580 | </modify-function> |
|
3602 | </modify-function> | |
3581 | <modify-function signature="read(QDataStream&)"> |
|
3603 | <modify-function signature="read(QDataStream&)"> | |
3582 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3604 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3583 | </modify-function> |
|
3605 | </modify-function> | |
3584 | <modify-function signature="write(QDataStream&)const"> |
|
3606 | <modify-function signature="write(QDataStream&)const"> | |
3585 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3607 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3586 | </modify-function> |
|
3608 | </modify-function> | |
3587 |
|
3609 | |||
3588 | <modify-function signature="QTreeWidgetItem(const QTreeWidgetItem &)" remove="all"/> |
|
3610 | <modify-function signature="QTreeWidgetItem(const QTreeWidgetItem &)" remove="all"/> | |
3589 | <modify-function signature="operator=(const QTreeWidgetItem&)" remove="all"/> |
|
3611 | <modify-function signature="operator=(const QTreeWidgetItem&)" remove="all"/> | |
3590 |
|
3612 | |||
3591 | <modify-function signature="QTreeWidgetItem(QTreeWidget *,int)"> |
|
3613 | <modify-function signature="QTreeWidgetItem(QTreeWidget *,int)"> | |
3592 | <modify-argument index="this"> |
|
3614 | <modify-argument index="this"> | |
3593 | <define-ownership class="java" owner="c++"/> |
|
3615 | <define-ownership class="java" owner="c++"/> | |
3594 | </modify-argument> |
|
3616 | </modify-argument> | |
3595 | </modify-function> |
|
3617 | </modify-function> | |
3596 | <modify-function signature="QTreeWidgetItem(QTreeWidget *,const QStringList<QString> &,int)"> |
|
3618 | <modify-function signature="QTreeWidgetItem(QTreeWidget *,const QStringList<QString> &,int)"> | |
3597 | <modify-argument index="this"> |
|
3619 | <modify-argument index="this"> | |
3598 | <define-ownership class="java" owner="c++"/> |
|
3620 | <define-ownership class="java" owner="c++"/> | |
3599 | </modify-argument> |
|
3621 | </modify-argument> | |
3600 | </modify-function> |
|
3622 | </modify-function> | |
3601 | <modify-function signature="QTreeWidgetItem(QTreeWidget *,QTreeWidgetItem *,int)"> |
|
3623 | <modify-function signature="QTreeWidgetItem(QTreeWidget *,QTreeWidgetItem *,int)"> | |
3602 | <modify-argument index="this"> |
|
3624 | <modify-argument index="this"> | |
3603 | <define-ownership class="java" owner="c++"/> |
|
3625 | <define-ownership class="java" owner="c++"/> | |
3604 | </modify-argument> |
|
3626 | </modify-argument> | |
3605 | </modify-function> |
|
3627 | </modify-function> | |
3606 | <modify-function signature="QTreeWidgetItem(QTreeWidgetItem *,int)"> |
|
3628 | <modify-function signature="QTreeWidgetItem(QTreeWidgetItem *,int)"> | |
3607 | <modify-argument index="this"> |
|
3629 | <modify-argument index="this"> | |
3608 | <define-ownership class="java" owner="c++"/> |
|
3630 | <define-ownership class="java" owner="c++"/> | |
3609 | </modify-argument> |
|
3631 | </modify-argument> | |
3610 | </modify-function> |
|
3632 | </modify-function> | |
3611 | <modify-function signature="QTreeWidgetItem(QTreeWidgetItem *,const QStringList<QString> &,int)"> |
|
3633 | <modify-function signature="QTreeWidgetItem(QTreeWidgetItem *,const QStringList<QString> &,int)"> | |
3612 | <modify-argument index="this"> |
|
3634 | <modify-argument index="this"> | |
3613 | <define-ownership class="java" owner="c++"/> |
|
3635 | <define-ownership class="java" owner="c++"/> | |
3614 | </modify-argument> |
|
3636 | </modify-argument> | |
3615 | </modify-function> |
|
3637 | </modify-function> | |
3616 | <modify-function signature="QTreeWidgetItem(QTreeWidgetItem *,QTreeWidgetItem *,int)"> |
|
3638 | <modify-function signature="QTreeWidgetItem(QTreeWidgetItem *,QTreeWidgetItem *,int)"> | |
3617 | <modify-argument index="this"> |
|
3639 | <modify-argument index="this"> | |
3618 | <define-ownership class="java" owner="c++"/> |
|
3640 | <define-ownership class="java" owner="c++"/> | |
3619 | </modify-argument> |
|
3641 | </modify-argument> | |
3620 | </modify-function> |
|
3642 | </modify-function> | |
3621 | <modify-function signature="clone() const"> |
|
3643 | <modify-function signature="clone() const"> | |
3622 | <modify-argument index="return"> |
|
3644 | <modify-argument index="return"> | |
3623 | <define-ownership class="shell" owner="c++"/> |
|
3645 | <define-ownership class="shell" owner="c++"/> | |
3624 | </modify-argument> |
|
3646 | </modify-argument> | |
3625 | </modify-function> |
|
3647 | </modify-function> | |
3626 | <modify-function signature="addChild(QTreeWidgetItem *)"> |
|
3648 | <modify-function signature="addChild(QTreeWidgetItem *)"> | |
3627 | <modify-argument index="1"> |
|
3649 | <modify-argument index="1"> | |
3628 | <define-ownership class="java" owner="c++"/> |
|
3650 | <define-ownership class="java" owner="c++"/> | |
3629 | </modify-argument> |
|
3651 | </modify-argument> | |
3630 | </modify-function> |
|
3652 | </modify-function> | |
3631 | <modify-function signature="addChildren(const QList<QTreeWidgetItem*> &)"> |
|
3653 | <modify-function signature="addChildren(const QList<QTreeWidgetItem*> &)"> | |
3632 | <modify-argument index="1"> |
|
3654 | <modify-argument index="1"> | |
3633 | <define-ownership class="java" owner="c++"/> |
|
3655 | <define-ownership class="java" owner="c++"/> | |
3634 | </modify-argument> |
|
3656 | </modify-argument> | |
3635 | </modify-function> |
|
3657 | </modify-function> | |
3636 | <modify-function signature="insertChild(int, QTreeWidgetItem *)"> |
|
3658 | <modify-function signature="insertChild(int, QTreeWidgetItem *)"> | |
3637 | <modify-argument index="2"> |
|
3659 | <modify-argument index="2"> | |
3638 | <define-ownership class="java" owner="c++"/> |
|
3660 | <define-ownership class="java" owner="c++"/> | |
3639 | </modify-argument> |
|
3661 | </modify-argument> | |
3640 | </modify-function> |
|
3662 | </modify-function> | |
3641 | <modify-function signature="insertChildren(int, const QList<QTreeWidgetItem*> &)"> |
|
3663 | <modify-function signature="insertChildren(int, const QList<QTreeWidgetItem*> &)"> | |
3642 | <modify-argument index="2"> |
|
3664 | <modify-argument index="2"> | |
3643 | <define-ownership class="java" owner="c++"/> |
|
3665 | <define-ownership class="java" owner="c++"/> | |
3644 | </modify-argument> |
|
3666 | </modify-argument> | |
3645 | </modify-function> |
|
3667 | </modify-function> | |
3646 | <modify-function signature="removeChild(QTreeWidgetItem*)"> |
|
3668 | <modify-function signature="removeChild(QTreeWidgetItem*)"> | |
3647 | <modify-argument index="1"> |
|
3669 | <modify-argument index="1"> | |
3648 | <define-ownership class="java" owner="default"/> |
|
3670 | <define-ownership class="java" owner="default"/> | |
3649 | </modify-argument> |
|
3671 | </modify-argument> | |
3650 | </modify-function> |
|
3672 | </modify-function> | |
3651 | <modify-function signature="takeChild(int)"> |
|
3673 | <modify-function signature="takeChild(int)"> | |
3652 | <modify-argument index="return"> |
|
3674 | <modify-argument index="return"> | |
3653 | <define-ownership class="java" owner="default"/> |
|
3675 | <define-ownership class="java" owner="default"/> | |
3654 | </modify-argument> |
|
3676 | </modify-argument> | |
3655 | </modify-function> |
|
3677 | </modify-function> | |
3656 | <modify-function signature="takeChildren()"> |
|
3678 | <modify-function signature="takeChildren()"> | |
3657 | <modify-argument index="return"> |
|
3679 | <modify-argument index="return"> | |
3658 | <define-ownership class="java" owner="default"/> |
|
3680 | <define-ownership class="java" owner="default"/> | |
3659 | </modify-argument> |
|
3681 | </modify-argument> | |
3660 | </modify-function> |
|
3682 | </modify-function> | |
3661 |
|
3683 | |||
3662 | <modify-function signature="backgroundColor(int)const" remove="all"/> <!--### Obsolete in 4.3--> |
|
3684 | <modify-function signature="backgroundColor(int)const" remove="all"/> <!--### Obsolete in 4.3--> | |
3663 | <modify-function signature="setBackgroundColor(int, QColor)" remove="all"/> <!--### Obsolete in 4.3--> |
|
3685 | <modify-function signature="setBackgroundColor(int, QColor)" remove="all"/> <!--### Obsolete in 4.3--> | |
3664 | <modify-function signature="setTextColor(int, QColor)" remove="all"/> <!--### Obsolete in 4.3--> |
|
3686 | <modify-function signature="setTextColor(int, QColor)" remove="all"/> <!--### Obsolete in 4.3--> | |
3665 | <modify-function signature="textColor(int)const" remove="all"/> <!--### Obsolete in 4.3--> |
|
3687 | <modify-function signature="textColor(int)const" remove="all"/> <!--### Obsolete in 4.3--> | |
3666 |
|
3688 | |||
3667 | <modify-function signature="read(QDataStream &)" remove="all"/> |
|
3689 | <modify-function signature="read(QDataStream &)" remove="all"/> | |
3668 | <modify-function signature="write(QDataStream &)const" remove="all"/> |
|
3690 | <modify-function signature="write(QDataStream &)const" remove="all"/> | |
3669 | <modify-function signature="QTreeWidgetItem(QTreeWidgetItem)" remove="all"/> |
|
3691 | <modify-function signature="QTreeWidgetItem(QTreeWidgetItem)" remove="all"/> | |
3670 | <modify-function signature="operator=(QTreeWidgetItem)" remove="all"/> |
|
3692 | <modify-function signature="operator=(QTreeWidgetItem)" remove="all"/> | |
3671 | <modify-function signature="operator<(QTreeWidgetItem)const" remove="all"/> |
|
3693 | <modify-function signature="operator<(QTreeWidgetItem)const" remove="all"/> | |
3672 | </object-type> |
|
3694 | </object-type> | |
3673 |
|
3695 | |||
3674 | <object-type name="QListWidget"> |
|
3696 | <object-type name="QListWidget"> | |
3675 | <modify-function signature="mimeData(const QList<QListWidgetItem *>)const"> |
|
3697 | <modify-function signature="mimeData(const QList<QListWidgetItem *>)const"> | |
3676 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3698 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3677 | </modify-function> |
|
3699 | </modify-function> | |
3678 | <modify-function signature="addItem(QListWidgetItem *)"> |
|
3700 | <modify-function signature="addItem(QListWidgetItem *)"> | |
3679 | <modify-argument index="1"> |
|
3701 | <modify-argument index="1"> | |
3680 | <define-ownership class="java" owner="c++"/> |
|
3702 | <define-ownership class="java" owner="c++"/> | |
3681 | </modify-argument> |
|
3703 | </modify-argument> | |
3682 | </modify-function> |
|
3704 | </modify-function> | |
3683 | <modify-function signature="insertItem(int, QListWidgetItem *)"> |
|
3705 | <modify-function signature="insertItem(int, QListWidgetItem *)"> | |
3684 | <modify-argument index="2"> |
|
3706 | <modify-argument index="2"> | |
3685 | <define-ownership class="java" owner="c++"/> |
|
3707 | <define-ownership class="java" owner="c++"/> | |
3686 | </modify-argument> |
|
3708 | </modify-argument> | |
3687 | </modify-function> |
|
3709 | </modify-function> | |
3688 | <modify-function signature="setCurrentItem(QListWidgetItem*)"> |
|
3710 | <modify-function signature="setCurrentItem(QListWidgetItem*)"> | |
3689 | <modify-argument index="1"> |
|
3711 | <modify-argument index="1"> | |
3690 | <reference-count action="ignore"/> |
|
3712 | <reference-count action="ignore"/> | |
3691 | </modify-argument> |
|
3713 | </modify-argument> | |
3692 | </modify-function> |
|
3714 | </modify-function> | |
3693 | <modify-function signature="setCurrentItem(QListWidgetItem*,QFlags<QItemSelectionModel::SelectionFlag>)"> |
|
3715 | <modify-function signature="setCurrentItem(QListWidgetItem*,QFlags<QItemSelectionModel::SelectionFlag>)"> | |
3694 | <modify-argument index="1"> |
|
3716 | <modify-argument index="1"> | |
3695 | <reference-count action="ignore"/> |
|
3717 | <reference-count action="ignore"/> | |
3696 | </modify-argument> |
|
3718 | </modify-argument> | |
3697 | </modify-function> |
|
3719 | </modify-function> | |
3698 | <modify-function signature="setItemHidden(const QListWidgetItem*,bool)"> |
|
3720 | <modify-function signature="setItemHidden(const QListWidgetItem*,bool)"> | |
3699 | <remove/> |
|
3721 | <remove/> | |
3700 | </modify-function> |
|
3722 | </modify-function> | |
3701 | <modify-function signature="isItemHidden(const QListWidgetItem*)const"> |
|
3723 | <modify-function signature="isItemHidden(const QListWidgetItem*)const"> | |
3702 | <remove/> |
|
3724 | <remove/> | |
3703 | </modify-function> |
|
3725 | </modify-function> | |
3704 | <modify-function signature="setItemSelected(const QListWidgetItem*,bool)"> |
|
3726 | <modify-function signature="setItemSelected(const QListWidgetItem*,bool)"> | |
3705 | <remove/> |
|
3727 | <remove/> | |
3706 | </modify-function> |
|
3728 | </modify-function> | |
3707 | <modify-function signature="isItemSelected(const QListWidgetItem*)const"> |
|
3729 | <modify-function signature="isItemSelected(const QListWidgetItem*)const"> | |
3708 | <remove/> |
|
3730 | <remove/> | |
3709 | </modify-function> |
|
3731 | </modify-function> | |
3710 | <modify-function signature="takeItem(int)"> |
|
3732 | <modify-function signature="takeItem(int)"> | |
3711 | <modify-argument index="return"> |
|
3733 | <modify-argument index="return"> | |
3712 | <define-ownership class="java" owner="default"/> |
|
3734 | <define-ownership class="java" owner="default"/> | |
3713 | </modify-argument> |
|
3735 | </modify-argument> | |
3714 | </modify-function> |
|
3736 | </modify-function> | |
3715 | <modify-function signature="setItemWidget(QListWidgetItem*,QWidget*)"> |
|
3737 | <modify-function signature="setItemWidget(QListWidgetItem*,QWidget*)"> | |
3716 | <modify-argument index="1"> |
|
3738 | <modify-argument index="1"> | |
3717 | <reference-count action="ignore"/> |
|
3739 | <reference-count action="ignore"/> | |
3718 | </modify-argument> |
|
3740 | </modify-argument> | |
3719 | <modify-argument index="2"> |
|
3741 | <modify-argument index="2"> | |
3720 | <reference-count action="ignore"/> |
|
3742 | <reference-count action="ignore"/> | |
3721 | </modify-argument> |
|
3743 | </modify-argument> | |
3722 | </modify-function> |
|
3744 | </modify-function> | |
3723 | <modify-function signature="removeItemWidget(QListWidgetItem*)"> |
|
3745 | <modify-function signature="removeItemWidget(QListWidgetItem*)"> | |
3724 | <modify-argument index="1"> |
|
3746 | <modify-argument index="1"> | |
3725 | <reference-count action="ignore"/> |
|
3747 | <reference-count action="ignore"/> | |
3726 | </modify-argument> |
|
3748 | </modify-argument> | |
3727 | </modify-function> |
|
3749 | </modify-function> | |
3728 | <modify-function signature="setModel(QAbstractItemModel*)"> |
|
3750 | <modify-function signature="setModel(QAbstractItemModel*)"> | |
3729 | <modify-argument index="1"> |
|
3751 | <modify-argument index="1"> | |
3730 | <reference-count action="ignore"/> |
|
3752 | <reference-count action="ignore"/> | |
3731 | </modify-argument> |
|
3753 | </modify-argument> | |
3732 | </modify-function> |
|
3754 | </modify-function> | |
3733 |
|
3755 | |||
3734 |
|
3756 | |||
3735 | <modify-function signature="mimeData(const QList<QListWidgetItem*>)const" remove="all"/> |
|
3757 | <modify-function signature="mimeData(const QList<QListWidgetItem*>)const" remove="all"/> | |
3736 | </object-type> |
|
3758 | </object-type> | |
3737 |
|
3759 | |||
3738 | <object-type name="QWidget"> |
|
3760 | <object-type name="QWidget"> | |
3739 | <extra-includes> |
|
3761 | <extra-includes> | |
3740 | <include file-name="QIcon" location="global"/> |
|
3762 | <include file-name="QIcon" location="global"/> | |
3741 | <include file-name="QMessageBox" location="global"/> |
|
3763 | <include file-name="QMessageBox" location="global"/> | |
3742 | </extra-includes> |
|
3764 | </extra-includes> | |
3743 |
|
3765 | |||
3744 | <modify-function signature="actionEvent(QActionEvent*)"> |
|
3766 | <modify-function signature="actionEvent(QActionEvent*)"> | |
3745 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3767 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3746 | </modify-function> |
|
3768 | </modify-function> | |
3747 | <modify-function signature="changeEvent(QEvent*)"> |
|
3769 | <modify-function signature="changeEvent(QEvent*)"> | |
3748 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3770 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3749 | </modify-function> |
|
3771 | </modify-function> | |
3750 | <modify-function signature="closeEvent(QCloseEvent*)"> |
|
3772 | <modify-function signature="closeEvent(QCloseEvent*)"> | |
3751 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3773 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3752 | </modify-function> |
|
3774 | </modify-function> | |
3753 | <modify-function signature="contextMenuEvent(QContextMenuEvent*)"> |
|
3775 | <modify-function signature="contextMenuEvent(QContextMenuEvent*)"> | |
3754 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3776 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3755 | </modify-function> |
|
3777 | </modify-function> | |
3756 | <modify-function signature="dragEnterEvent(QDragEnterEvent*)"> |
|
3778 | <modify-function signature="dragEnterEvent(QDragEnterEvent*)"> | |
3757 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3779 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3758 | </modify-function> |
|
3780 | </modify-function> | |
3759 | <modify-function signature="dragLeaveEvent(QDragLeaveEvent*)"> |
|
3781 | <modify-function signature="dragLeaveEvent(QDragLeaveEvent*)"> | |
3760 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3782 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3761 | </modify-function> |
|
3783 | </modify-function> | |
3762 | <modify-function signature="dragMoveEvent(QDragMoveEvent*)"> |
|
3784 | <modify-function signature="dragMoveEvent(QDragMoveEvent*)"> | |
3763 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3785 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3764 | </modify-function> |
|
3786 | </modify-function> | |
3765 | <modify-function signature="dropEvent(QDropEvent*)"> |
|
3787 | <modify-function signature="dropEvent(QDropEvent*)"> | |
3766 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3788 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3767 | </modify-function> |
|
3789 | </modify-function> | |
3768 | <modify-function signature="enterEvent(QEvent*)"> |
|
3790 | <modify-function signature="enterEvent(QEvent*)"> | |
3769 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3791 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3770 | </modify-function> |
|
3792 | </modify-function> | |
3771 | <modify-function signature="focusInEvent(QFocusEvent*)"> |
|
3793 | <modify-function signature="focusInEvent(QFocusEvent*)"> | |
3772 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3794 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3773 | </modify-function> |
|
3795 | </modify-function> | |
3774 | <modify-function signature="focusOutEvent(QFocusEvent*)"> |
|
3796 | <modify-function signature="focusOutEvent(QFocusEvent*)"> | |
3775 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3797 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3776 | </modify-function> |
|
3798 | </modify-function> | |
3777 | <modify-function signature="hideEvent(QHideEvent*)"> |
|
3799 | <modify-function signature="hideEvent(QHideEvent*)"> | |
3778 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3800 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3779 | </modify-function> |
|
3801 | </modify-function> | |
3780 | <modify-function signature="inputMethodEvent(QInputMethodEvent*)"> |
|
3802 | <modify-function signature="inputMethodEvent(QInputMethodEvent*)"> | |
3781 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3803 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3782 | </modify-function> |
|
3804 | </modify-function> | |
3783 | <modify-function signature="keyPressEvent(QKeyEvent*)"> |
|
3805 | <modify-function signature="keyPressEvent(QKeyEvent*)"> | |
3784 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3806 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3785 | </modify-function> |
|
3807 | </modify-function> | |
3786 | <modify-function signature="keyReleaseEvent(QKeyEvent*)"> |
|
3808 | <modify-function signature="keyReleaseEvent(QKeyEvent*)"> | |
3787 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3809 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3788 | </modify-function> |
|
3810 | </modify-function> | |
3789 | <modify-function signature="leaveEvent(QEvent*)"> |
|
3811 | <modify-function signature="leaveEvent(QEvent*)"> | |
3790 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3812 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3791 | </modify-function> |
|
3813 | </modify-function> | |
3792 | <modify-function signature="mouseDoubleClickEvent(QMouseEvent*)"> |
|
3814 | <modify-function signature="mouseDoubleClickEvent(QMouseEvent*)"> | |
3793 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3815 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3794 | </modify-function> |
|
3816 | </modify-function> | |
3795 | <modify-function signature="mouseMoveEvent(QMouseEvent*)"> |
|
3817 | <modify-function signature="mouseMoveEvent(QMouseEvent*)"> | |
3796 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3818 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3797 | </modify-function> |
|
3819 | </modify-function> | |
3798 | <modify-function signature="mousePressEvent(QMouseEvent*)"> |
|
3820 | <modify-function signature="mousePressEvent(QMouseEvent*)"> | |
3799 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3821 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3800 | </modify-function> |
|
3822 | </modify-function> | |
3801 | <modify-function signature="mouseReleaseEvent(QMouseEvent*)"> |
|
3823 | <modify-function signature="mouseReleaseEvent(QMouseEvent*)"> | |
3802 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3824 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3803 | </modify-function> |
|
3825 | </modify-function> | |
3804 | <modify-function signature="moveEvent(QMoveEvent*)"> |
|
3826 | <modify-function signature="moveEvent(QMoveEvent*)"> | |
3805 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3827 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3806 | </modify-function> |
|
3828 | </modify-function> | |
3807 | <modify-function signature="paintEvent(QPaintEvent*)"> |
|
3829 | <modify-function signature="paintEvent(QPaintEvent*)"> | |
3808 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3830 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3809 | </modify-function> |
|
3831 | </modify-function> | |
3810 | <modify-function signature="resizeEvent(QResizeEvent*)"> |
|
3832 | <modify-function signature="resizeEvent(QResizeEvent*)"> | |
3811 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3833 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3812 | </modify-function> |
|
3834 | </modify-function> | |
3813 | <modify-function signature="showEvent(QShowEvent*)"> |
|
3835 | <modify-function signature="showEvent(QShowEvent*)"> | |
3814 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3836 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3815 | </modify-function> |
|
3837 | </modify-function> | |
3816 | <modify-function signature="tabletEvent(QTabletEvent*)"> |
|
3838 | <modify-function signature="tabletEvent(QTabletEvent*)"> | |
3817 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3839 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3818 | </modify-function> |
|
3840 | </modify-function> | |
3819 | <modify-function signature="wheelEvent(QWheelEvent*)"> |
|
3841 | <modify-function signature="wheelEvent(QWheelEvent*)"> | |
3820 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
3842 | <modify-argument index="1" invalidate-after-use="yes"/> | |
3821 | </modify-function> |
|
3843 | </modify-function> | |
3822 |
|
3844 | |||
3823 | <modify-function signature="render(QPainter*,QPoint,QRegion,QFlags<QWidget::RenderFlag>)"> |
|
3845 | <modify-function signature="render(QPainter*,QPoint,QRegion,QFlags<QWidget::RenderFlag>)"> | |
3824 | <modify-argument index="2"> |
|
3846 | <modify-argument index="2"> | |
3825 | <!-- Removed because the render(QPainter*) overload conflicts with the identical function in QGraphicsView --> |
|
3847 | <!-- Removed because the render(QPainter*) overload conflicts with the identical function in QGraphicsView --> | |
3826 | <remove-default-expression/> |
|
3848 | <remove-default-expression/> | |
3827 | </modify-argument> |
|
3849 | </modify-argument> | |
3828 | </modify-function> |
|
3850 | </modify-function> | |
3829 |
|
3851 | |||
3830 | <inject-code class="native"> |
|
3852 | <inject-code class="native"> | |
3831 | extern "C" JNIEXPORT void JNICALL QTJAMBI_FUNCTION_PREFIX(Java_com_trolltech_qt_gui_QWidget__1_1qt_1QMessageBox_1setWindowTitle) |
|
3853 | extern "C" JNIEXPORT void JNICALL QTJAMBI_FUNCTION_PREFIX(Java_com_trolltech_qt_gui_QWidget__1_1qt_1QMessageBox_1setWindowTitle) | |
3832 | (JNIEnv *__jni_env, |
|
3854 | (JNIEnv *__jni_env, | |
3833 | jclass, |
|
3855 | jclass, | |
3834 | jlong __this_nativeId, |
|
3856 | jlong __this_nativeId, | |
3835 | jobject title0) |
|
3857 | jobject title0) | |
3836 | { |
|
3858 | { | |
3837 | QTJAMBI_DEBUG_TRACE("(native) entering: QMessageBox::setWindowTitle(const QString & title)"); |
|
3859 | QTJAMBI_DEBUG_TRACE("(native) entering: QMessageBox::setWindowTitle(const QString & title)"); | |
3838 | QString __qt_title0 = qtjambi_to_qstring(__jni_env, (jstring) title0); |
|
3860 | QString __qt_title0 = qtjambi_to_qstring(__jni_env, (jstring) title0); | |
3839 | QTJAMBI_EXCEPTION_CHECK(__jni_env); |
|
3861 | QTJAMBI_EXCEPTION_CHECK(__jni_env); | |
3840 | QMessageBox *__qt_this = (QMessageBox *) qtjambi_from_jlong(__this_nativeId); |
|
3862 | QMessageBox *__qt_this = (QMessageBox *) qtjambi_from_jlong(__this_nativeId); | |
3841 | QTJAMBI_EXCEPTION_CHECK(__jni_env); |
|
3863 | QTJAMBI_EXCEPTION_CHECK(__jni_env); | |
3842 | Q_ASSERT(__qt_this); |
|
3864 | Q_ASSERT(__qt_this); | |
3843 | __qt_this->setWindowTitle((const QString& )__qt_title0); |
|
3865 | __qt_this->setWindowTitle((const QString& )__qt_title0); | |
3844 | QTJAMBI_DEBUG_TRACE("(native) -> leaving: QMessageBox::setWindowTitle(const QString & title)"); |
|
3866 | QTJAMBI_DEBUG_TRACE("(native) -> leaving: QMessageBox::setWindowTitle(const QString & title)"); | |
3845 | } |
|
3867 | } | |
3846 | </inject-code> |
|
3868 | </inject-code> | |
3847 |
|
3869 | |||
3848 | <inject-code class="native"> |
|
3870 | <inject-code class="native"> | |
3849 | extern "C" JNIEXPORT void JNICALL QTJAMBI_FUNCTION_PREFIX(Java_com_trolltech_qt_gui_QWidget__1_1qt_1QMessageBox_1setWindowModality) |
|
3871 | extern "C" JNIEXPORT void JNICALL QTJAMBI_FUNCTION_PREFIX(Java_com_trolltech_qt_gui_QWidget__1_1qt_1QMessageBox_1setWindowModality) | |
3850 | (JNIEnv *__jni_env, |
|
3872 | (JNIEnv *__jni_env, | |
3851 | jclass, |
|
3873 | jclass, | |
3852 | jlong __this_nativeId, |
|
3874 | jlong __this_nativeId, | |
3853 | jint windowModality0) |
|
3875 | jint windowModality0) | |
3854 | { |
|
3876 | { | |
3855 | Q_UNUSED(__jni_env); |
|
3877 | Q_UNUSED(__jni_env); | |
3856 | QTJAMBI_DEBUG_TRACE("(native) entering: QMessageBox::setWindowModality(Qt::WindowModality modality)"); |
|
3878 | QTJAMBI_DEBUG_TRACE("(native) entering: QMessageBox::setWindowModality(Qt::WindowModality modality)"); | |
3857 | Qt::WindowModality __qt_windowModality0 = (Qt::WindowModality) windowModality0; |
|
3879 | Qt::WindowModality __qt_windowModality0 = (Qt::WindowModality) windowModality0; | |
3858 | QTJAMBI_EXCEPTION_CHECK(__jni_env); |
|
3880 | QTJAMBI_EXCEPTION_CHECK(__jni_env); | |
3859 | QMessageBox *__qt_this = (QMessageBox *) qtjambi_from_jlong(__this_nativeId); |
|
3881 | QMessageBox *__qt_this = (QMessageBox *) qtjambi_from_jlong(__this_nativeId); | |
3860 | QTJAMBI_EXCEPTION_CHECK(__jni_env); |
|
3882 | QTJAMBI_EXCEPTION_CHECK(__jni_env); | |
3861 | Q_ASSERT(__qt_this); |
|
3883 | Q_ASSERT(__qt_this); | |
3862 | __qt_this->setWindowModality((Qt::WindowModality )__qt_windowModality0); |
|
3884 | __qt_this->setWindowModality((Qt::WindowModality )__qt_windowModality0); | |
3863 | QTJAMBI_DEBUG_TRACE("(native) -> leaving: QMessageBox::setWindowModality(Qt::WindowModality modality)"); |
|
3885 | QTJAMBI_DEBUG_TRACE("(native) -> leaving: QMessageBox::setWindowModality(Qt::WindowModality modality)"); | |
3864 | } |
|
3886 | } | |
3865 | </inject-code> |
|
3887 | </inject-code> | |
3866 |
|
3888 | |||
3867 | <modify-function signature="render(QPaintDevice *, const QPoint &, const QRegion &, QFlags<QWidget::RenderFlag>)"> |
|
3889 | <modify-function signature="render(QPaintDevice *, const QPoint &, const QRegion &, QFlags<QWidget::RenderFlag>)"> | |
3868 | <modify-argument index="4"> |
|
3890 | <modify-argument index="4"> | |
3869 | <replace-default-expression with="RenderFlag.DrawWindowBackground, RenderFlag.DrawChildren"/> |
|
3891 | <replace-default-expression with="RenderFlag.DrawWindowBackground, RenderFlag.DrawChildren"/> | |
3870 | </modify-argument> |
|
3892 | </modify-argument> | |
3871 | </modify-function> |
|
3893 | </modify-function> | |
3872 | <modify-function signature="render(QPainter *, const QPoint &, const QRegion &, QFlags<QWidget::RenderFlag>)"> |
|
3894 | <modify-function signature="render(QPainter *, const QPoint &, const QRegion &, QFlags<QWidget::RenderFlag>)"> | |
3873 | <modify-argument index="4"> |
|
3895 | <modify-argument index="4"> | |
3874 | <replace-default-expression with="RenderFlag.DrawWindowBackground, RenderFlag.DrawChildren"/> |
|
3896 | <replace-default-expression with="RenderFlag.DrawWindowBackground, RenderFlag.DrawChildren"/> | |
3875 | </modify-argument> |
|
3897 | </modify-argument> | |
3876 | </modify-function> |
|
3898 | </modify-function> | |
3877 | <modify-function signature="setFocusProxy(QWidget*)"> |
|
3899 | <modify-function signature="setFocusProxy(QWidget*)"> | |
3878 | <modify-argument index="1"> |
|
3900 | <modify-argument index="1"> | |
3879 | <reference-count action="set" variable-name="__rcFocusProxy"/> |
|
3901 | <reference-count action="set" variable-name="__rcFocusProxy"/> | |
3880 | </modify-argument> |
|
3902 | </modify-argument> | |
3881 | </modify-function> |
|
3903 | </modify-function> | |
3882 | <modify-function signature="setInputContext(QInputContext*)"> |
|
3904 | <modify-function signature="setInputContext(QInputContext*)"> | |
3883 | <modify-argument index="1"> |
|
3905 | <modify-argument index="1"> | |
3884 | <define-ownership class="java" owner="c++"/> |
|
3906 | <define-ownership class="java" owner="c++"/> | |
3885 | </modify-argument> |
|
3907 | </modify-argument> | |
3886 | </modify-function> |
|
3908 | </modify-function> | |
3887 | <modify-function signature="setLayout(QLayout*)"> |
|
3909 | <modify-function signature="setLayout(QLayout*)"> | |
3888 | <modify-argument index="1"> |
|
3910 | <modify-argument index="1"> | |
3889 | <no-null-pointer/> |
|
3911 | <no-null-pointer/> | |
3890 | <reference-count action="ignore"/> |
|
3912 | <reference-count action="ignore"/> | |
3891 | </modify-argument> |
|
3913 | </modify-argument> | |
3892 | </modify-function> |
|
3914 | </modify-function> | |
3893 | <modify-function signature="setParent(QWidget*,QFlags<Qt::WindowType>)"> |
|
3915 | <modify-function signature="setParent(QWidget*,QFlags<Qt::WindowType>)"> | |
3894 | <modify-argument index="1"> |
|
3916 | <modify-argument index="1"> | |
3895 | <reference-count action="ignore"/> |
|
3917 | <reference-count action="ignore"/> | |
3896 | </modify-argument> |
|
3918 | </modify-argument> | |
3897 | </modify-function> |
|
3919 | </modify-function> | |
3898 | <modify-function signature="setParent(QWidget*)"> |
|
3920 | <modify-function signature="setParent(QWidget*)"> | |
3899 | <modify-argument index="1"> |
|
3921 | <modify-argument index="1"> | |
3900 | <reference-count action="ignore"/> |
|
3922 | <reference-count action="ignore"/> | |
3901 | </modify-argument> |
|
3923 | </modify-argument> | |
3902 | </modify-function> |
|
3924 | </modify-function> | |
3903 | <modify-function signature="setStyle(QStyle*)"> |
|
3925 | <modify-function signature="setStyle(QStyle*)"> | |
3904 | <modify-argument index="1"> |
|
3926 | <modify-argument index="1"> | |
3905 | <reference-count action="set" variable-name="__rcStyle"/> |
|
3927 | <reference-count action="set" variable-name="__rcStyle"/> | |
3906 | </modify-argument> |
|
3928 | </modify-argument> | |
3907 | </modify-function> |
|
3929 | </modify-function> | |
3908 | <modify-function signature="setTabOrder(QWidget*,QWidget*)"> |
|
3930 | <modify-function signature="setTabOrder(QWidget*,QWidget*)"> | |
3909 | <modify-argument index="1"> |
|
3931 | <modify-argument index="1"> | |
3910 | <reference-count action="ignore"/> |
|
3932 | <reference-count action="ignore"/> | |
3911 | </modify-argument> |
|
3933 | </modify-argument> | |
3912 | <modify-argument index="2"> |
|
3934 | <modify-argument index="2"> | |
3913 | <reference-count action="ignore"/> |
|
3935 | <reference-count action="ignore"/> | |
3914 | </modify-argument> |
|
3936 | </modify-argument> | |
3915 | </modify-function> |
|
3937 | </modify-function> | |
3916 | <modify-function signature="getContentsMargins(int*,int*,int*,int*)const"> |
|
3938 | <modify-function signature="getContentsMargins(int*,int*,int*,int*)const"> | |
3917 | <access modifier="private"/> |
|
3939 | <access modifier="private"/> | |
3918 | </modify-function> |
|
3940 | </modify-function> | |
3919 |
|
3941 | |||
3920 | <modify-function signature="addAction(QAction *)"> |
|
3942 | <modify-function signature="addAction(QAction *)"> | |
3921 | <modify-argument index="1"> |
|
3943 | <modify-argument index="1"> | |
3922 | <reference-count action="add" variable-name="__rcActions"/> |
|
3944 | <reference-count action="add" variable-name="__rcActions"/> | |
3923 | </modify-argument> |
|
3945 | </modify-argument> | |
3924 | </modify-function> |
|
3946 | </modify-function> | |
3925 |
|
3947 | |||
3926 | <modify-function signature="insertAction(QAction *, QAction *)"> |
|
3948 | <modify-function signature="insertAction(QAction *, QAction *)"> | |
3927 | <modify-argument index="2"> |
|
3949 | <modify-argument index="2"> | |
3928 | <reference-count action="add" variable-name="__rcActions"/> |
|
3950 | <reference-count action="add" variable-name="__rcActions"/> | |
3929 | </modify-argument> |
|
3951 | </modify-argument> | |
3930 | </modify-function> |
|
3952 | </modify-function> | |
3931 |
|
3953 | |||
3932 | <modify-function signature="addActions(const QList<QAction *> &)"> |
|
3954 | <modify-function signature="addActions(const QList<QAction *> &)"> | |
3933 | <modify-argument index="1"> |
|
3955 | <modify-argument index="1"> | |
3934 | <reference-count action="add-all" variable-name="__rcActions"/> |
|
3956 | <reference-count action="add-all" variable-name="__rcActions"/> | |
3935 | </modify-argument> |
|
3957 | </modify-argument> | |
3936 | </modify-function> |
|
3958 | </modify-function> | |
3937 |
|
3959 | |||
3938 | <modify-function signature="insertActions(QAction *, const QList<QAction *> &)"> |
|
3960 | <modify-function signature="insertActions(QAction *, const QList<QAction *> &)"> | |
3939 | <modify-argument index="2"> |
|
3961 | <modify-argument index="2"> | |
3940 | <reference-count action="add-all" variable-name="__rcActions"/> |
|
3962 | <reference-count action="add-all" variable-name="__rcActions"/> | |
3941 | </modify-argument> |
|
3963 | </modify-argument> | |
3942 | </modify-function> |
|
3964 | </modify-function> | |
3943 |
|
3965 | |||
3944 | <modify-function signature="removeAction(QAction *)"> |
|
3966 | <modify-function signature="removeAction(QAction *)"> | |
3945 | <modify-argument index="1"> |
|
3967 | <modify-argument index="1"> | |
3946 | <reference-count action="remove" variable-name="__rcActions"/> |
|
3968 | <reference-count action="remove" variable-name="__rcActions"/> | |
3947 | </modify-argument> |
|
3969 | </modify-argument> | |
3948 | </modify-function> |
|
3970 | </modify-function> | |
3949 | <modify-function signature="enabledChange(bool)" remove="all"/> <!--### Obsolete in 4.3--> |
|
3971 | <modify-function signature="enabledChange(bool)" remove="all"/> <!--### Obsolete in 4.3--> | |
3950 | <modify-function signature="fontChange(QFont)" remove="all"/> <!--### Obsolete in 4.3--> |
|
3972 | <modify-function signature="fontChange(QFont)" remove="all"/> <!--### Obsolete in 4.3--> | |
3951 | <modify-function signature="isEnabledToTLW()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
3973 | <modify-function signature="isEnabledToTLW()const" remove="all"/> <!--### Obsolete in 4.3--> | |
3952 | <modify-function signature="isTopLevel()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
3974 | <modify-function signature="isTopLevel()const" remove="all"/> <!--### Obsolete in 4.3--> | |
3953 | <modify-function signature="paletteChange(QPalette)" remove="all"/> <!--### Obsolete in 4.3--> |
|
3975 | <modify-function signature="paletteChange(QPalette)" remove="all"/> <!--### Obsolete in 4.3--> | |
3954 | <modify-function signature="setShown(bool)" remove="all"/> <!--### Obsolete in 4.3--> |
|
3976 | <modify-function signature="setShown(bool)" remove="all"/> <!--### Obsolete in 4.3--> | |
3955 | <modify-function signature="topLevelWidget()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
3977 | <modify-function signature="topLevelWidget()const" remove="all"/> <!--### Obsolete in 4.3--> | |
3956 | <modify-function signature="windowActivationChange(bool)" remove="all"/> <!--### Obsolete in 4.3--> |
|
3978 | <modify-function signature="windowActivationChange(bool)" remove="all"/> <!--### Obsolete in 4.3--> | |
3957 |
|
3979 | |||
3958 | <modify-function signature="fontInfo()const" remove="all"/> |
|
3980 | <modify-function signature="fontInfo()const" remove="all"/> | |
3959 | <modify-function signature="fontMetrics()const" remove="all"/> |
|
3981 | <modify-function signature="fontMetrics()const" remove="all"/> | |
3960 | <modify-function signature="sizeHint()const" rename="getSizeHint"/> |
|
3982 | <modify-function signature="sizeHint()const" rename="getSizeHint"/> | |
3961 | <modify-function signature="minimumSizeHint()const" rename="getMinimumSizeHint"/> |
|
3983 | <modify-function signature="minimumSizeHint()const" rename="getMinimumSizeHint"/> | |
3962 | <modify-function signature="setVisible(bool)" remove="all"/> |
|
3984 | <modify-function signature="setVisible(bool)" remove="all"/> | |
3963 | </object-type> |
|
3985 | </object-type> | |
3964 |
|
3986 | |||
3965 | <object-type name="QMessageBox"> |
|
3987 | <object-type name="QMessageBox"> | |
3966 |
|
3988 | |||
3967 |
|
3989 | |||
3968 | <modify-function signature="setWindowTitle(const QString &)" remove="all"/> |
|
3990 | <modify-function signature="setWindowTitle(const QString &)" remove="all"/> | |
3969 | <modify-function signature="setWindowModality(Qt::WindowModality)" remove="all"/> |
|
3991 | <modify-function signature="setWindowModality(Qt::WindowModality)" remove="all"/> | |
3970 | <extra-includes> |
|
3992 | <extra-includes> | |
3971 | <include file-name="QPixmap" location="global"/> |
|
3993 | <include file-name="QPixmap" location="global"/> | |
3972 | </extra-includes> |
|
3994 | </extra-includes> | |
3973 | <modify-function signature="addButton(QAbstractButton*,QMessageBox::ButtonRole)"> |
|
3995 | <modify-function signature="addButton(QAbstractButton*,QMessageBox::ButtonRole)"> | |
3974 | <modify-argument index="1"> |
|
3996 | <modify-argument index="1"> | |
3975 | <reference-count action="ignore"/> |
|
3997 | <reference-count action="ignore"/> | |
3976 | </modify-argument> |
|
3998 | </modify-argument> | |
3977 | </modify-function> |
|
3999 | </modify-function> | |
3978 | <modify-function signature="removeButton(QAbstractButton*)"> |
|
4000 | <modify-function signature="removeButton(QAbstractButton*)"> | |
3979 | <modify-argument index="1"> |
|
4001 | <modify-argument index="1"> | |
3980 | <reference-count action="ignore"/> |
|
4002 | <reference-count action="ignore"/> | |
3981 | </modify-argument> |
|
4003 | </modify-argument> | |
3982 | </modify-function> |
|
4004 | </modify-function> | |
3983 | <modify-function signature="setDefaultButton(QPushButton*)"> |
|
4005 | <modify-function signature="setDefaultButton(QPushButton*)"> | |
3984 | <modify-argument index="1"> |
|
4006 | <modify-argument index="1"> | |
3985 | <reference-count action="ignore"/> |
|
4007 | <reference-count action="ignore"/> | |
3986 | </modify-argument> |
|
4008 | </modify-argument> | |
3987 | </modify-function> |
|
4009 | </modify-function> | |
3988 | <modify-function signature="setEscapeButton(QAbstractButton*)"> |
|
4010 | <modify-function signature="setEscapeButton(QAbstractButton*)"> | |
3989 | <modify-argument index="1"> |
|
4011 | <modify-argument index="1"> | |
3990 | <reference-count action="ignore"/> |
|
4012 | <reference-count action="ignore"/> | |
3991 | </modify-argument> |
|
4013 | </modify-argument> | |
3992 | </modify-function> |
|
4014 | </modify-function> | |
3993 |
|
4015 | |||
3994 | <modify-function signature="QMessageBox(QString,QString,QMessageBox::Icon,int,int,int,QWidget*,QFlags<Qt::WindowType>)" remove="all"/> <!--### Obsolete in 4.3--> |
|
4016 | <modify-function signature="QMessageBox(QString,QString,QMessageBox::Icon,int,int,int,QWidget*,QFlags<Qt::WindowType>)" remove="all"/> <!--### Obsolete in 4.3--> | |
3995 | <modify-function signature="buttonText(int)const" remove="all"/> <!--### Obsolete in 4.3--> |
|
4017 | <modify-function signature="buttonText(int)const" remove="all"/> <!--### Obsolete in 4.3--> | |
3996 | <modify-function signature="setButtonText(int, QString)" remove="all"/> <!--### Obsolete in 4.3--> |
|
4018 | <modify-function signature="setButtonText(int, QString)" remove="all"/> <!--### Obsolete in 4.3--> | |
3997 | <modify-function signature="standardIcon(QMessageBox::Icon)" remove="all"/> <!--### Obsolete in 4.3--> |
|
4019 | <modify-function signature="standardIcon(QMessageBox::Icon)" remove="all"/> <!--### Obsolete in 4.3--> | |
3998 |
|
4020 | |||
3999 | <modify-function signature="critical(QWidget*,QString,QString,int,int,int)" remove="all"/> <!--### Obsolete in 4.3--> |
|
4021 | <modify-function signature="critical(QWidget*,QString,QString,int,int,int)" remove="all"/> <!--### Obsolete in 4.3--> | |
4000 | <modify-function signature="critical(QWidget*,QString,QString,QString,QString,QString,int,int)" remove="all"/> <!--### Obsolete in 4.3--> |
|
4022 | <modify-function signature="critical(QWidget*,QString,QString,QString,QString,QString,int,int)" remove="all"/> <!--### Obsolete in 4.3--> | |
4001 | <modify-function signature="information(QWidget*,QString,QString,int,int,int)" remove="all"/> <!--### Obsolete in 4.3--> |
|
4023 | <modify-function signature="information(QWidget*,QString,QString,int,int,int)" remove="all"/> <!--### Obsolete in 4.3--> | |
4002 | <modify-function signature="information(QWidget*,QString,QString,QString,QString,QString,int,int)" remove="all"/> <!--### Obsolete in 4.3--> |
|
4024 | <modify-function signature="information(QWidget*,QString,QString,QString,QString,QString,int,int)" remove="all"/> <!--### Obsolete in 4.3--> | |
4003 | <modify-function signature="question(QWidget*, QString, QString, int, int, int)" remove="all"/> <!--### Obsolete in 4.3--> |
|
4025 | <modify-function signature="question(QWidget*, QString, QString, int, int, int)" remove="all"/> <!--### Obsolete in 4.3--> | |
4004 | <modify-function signature="question(QWidget*, QString, QString, QString, QString, QString, int, int)" remove="all"/> <!--### Obsolete in 4.3--> |
|
4026 | <modify-function signature="question(QWidget*, QString, QString, QString, QString, QString, int, int)" remove="all"/> <!--### Obsolete in 4.3--> | |
4005 | <modify-function signature="warning(QWidget*, QString, QString, int, int, int)" remove="all"/> <!--### Obsolete in 4.3--> |
|
4027 | <modify-function signature="warning(QWidget*, QString, QString, int, int, int)" remove="all"/> <!--### Obsolete in 4.3--> | |
4006 | <modify-function signature="warning(QWidget*, QString, QString, QString, QString, QString, int, int)" remove="all"/> <!--### Obsolete in 4.3--> |
|
4028 | <modify-function signature="warning(QWidget*, QString, QString, QString, QString, QString, int, int)" remove="all"/> <!--### Obsolete in 4.3--> | |
4007 | </object-type> |
|
4029 | </object-type> | |
4008 |
|
4030 | |||
4009 | <object-type name="QAbstractSpinBox"> |
|
4031 | <object-type name="QAbstractSpinBox"> | |
4010 | <modify-function signature="initStyleOption(QStyleOptionSpinBox*)const"> |
|
4032 | <modify-function signature="initStyleOption(QStyleOptionSpinBox*)const"> | |
4011 | <access modifier="private"/> |
|
4033 | <access modifier="private"/> | |
4012 | </modify-function> |
|
4034 | </modify-function> | |
4013 | <modify-function signature="setLineEdit(QLineEdit*)"> |
|
4035 | <modify-function signature="setLineEdit(QLineEdit*)"> | |
4014 | <modify-argument index="1"> |
|
4036 | <modify-argument index="1"> | |
4015 | <!-- Safe to ignore because the spinbox reparents the line edit --> |
|
4037 | <!-- Safe to ignore because the spinbox reparents the line edit --> | |
4016 | <reference-count action="ignore"/> |
|
4038 | <reference-count action="ignore"/> | |
4017 | <no-null-pointer/> |
|
4039 | <no-null-pointer/> | |
4018 | </modify-argument> |
|
4040 | </modify-argument> | |
4019 | </modify-function> |
|
4041 | </modify-function> | |
4020 | </object-type> |
|
4042 | </object-type> | |
4021 |
|
4043 | |||
4022 | <object-type name="QTextFrame" delete-in-main-thread="yes"> |
|
4044 | <object-type name="QTextFrame" delete-in-main-thread="yes"> | |
4023 | <extra-includes> |
|
4045 | <extra-includes> | |
4024 | <include file-name="QTextCursor" location="global"/> |
|
4046 | <include file-name="QTextCursor" location="global"/> | |
4025 | </extra-includes> |
|
4047 | </extra-includes> | |
4026 | </object-type> |
|
4048 | </object-type> | |
4027 |
|
4049 | |||
4028 | <object-type name="QImageIOHandler"> |
|
4050 | <object-type name="QImageIOHandler"> | |
4029 | <extra-includes> |
|
4051 | <extra-includes> | |
4030 | <include file-name="QRect" location="global"/> |
|
4052 | <include file-name="QRect" location="global"/> | |
4031 | </extra-includes> |
|
4053 | </extra-includes> | |
4032 | <modify-function signature="setFormat(const QByteArray &)const"> |
|
4054 | <modify-function signature="setFormat(const QByteArray &)const"> | |
4033 | <remove/> |
|
4055 | <remove/> | |
4034 | </modify-function> |
|
4056 | </modify-function> | |
4035 | <modify-function signature="setDevice(QIODevice*)"> |
|
4057 | <modify-function signature="setDevice(QIODevice*)"> | |
4036 | <modify-argument index="1"> |
|
4058 | <modify-argument index="1"> | |
4037 | <reference-count action="set" variable-name="__rcDevice"/> |
|
4059 | <reference-count action="set" variable-name="__rcDevice"/> | |
4038 | </modify-argument> |
|
4060 | </modify-argument> | |
4039 | </modify-function> |
|
4061 | </modify-function> | |
4040 | <modify-function signature="read(QImage*)"> |
|
4062 | <modify-function signature="read(QImage*)"> | |
4041 | <modify-argument index="1"> |
|
4063 | <modify-argument index="1"> | |
4042 | <replace-type modified-type="com.trolltech.qt.gui.QImage"/> |
|
4064 | <replace-type modified-type="com.trolltech.qt.gui.QImage"/> | |
4043 | <conversion-rule class="shell"> |
|
4065 | <conversion-rule class="shell"> | |
4044 | jobject %out = qtjambi_from_object(__jni_env, %in, "QImage", "com/trolltech/qt/gui/", false); |
|
4066 | jobject %out = qtjambi_from_object(__jni_env, %in, "QImage", "com/trolltech/qt/gui/", false); | |
4045 |
|
4067 | |||
4046 | QtJambiLink *__link = %out != 0 ? QtJambiLink::findLink(__jni_env, %out) : 0; |
|
4068 | QtJambiLink *__link = %out != 0 ? QtJambiLink::findLink(__jni_env, %out) : 0; | |
4047 | </conversion-rule> |
|
4069 | </conversion-rule> | |
4048 | <conversion-rule class="native"> |
|
4070 | <conversion-rule class="native"> | |
4049 | QImage *%out = (QImage *) qtjambi_to_object(__jni_env, %in); |
|
4071 | QImage *%out = (QImage *) qtjambi_to_object(__jni_env, %in); | |
4050 | </conversion-rule> |
|
4072 | </conversion-rule> | |
4051 | </modify-argument> |
|
4073 | </modify-argument> | |
4052 | <modify-argument index="0"> |
|
4074 | <modify-argument index="0"> | |
4053 | <conversion-rule class="shell"> |
|
4075 | <conversion-rule class="shell"> | |
4054 | // Invalidate object |
|
4076 | // Invalidate object | |
4055 | if (__link != 0) __link->resetObject(__jni_env); |
|
4077 | if (__link != 0) __link->resetObject(__jni_env); | |
4056 | bool %out = (bool) %in; |
|
4078 | bool %out = (bool) %in; | |
4057 | </conversion-rule> |
|
4079 | </conversion-rule> | |
4058 | </modify-argument> |
|
4080 | </modify-argument> | |
4059 | </modify-function> |
|
4081 | </modify-function> | |
4060 |
|
4082 | |||
4061 | <modify-function signature="name()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
4083 | <modify-function signature="name()const" remove="all"/> <!--### Obsolete in 4.3--> | |
4062 | </object-type> |
|
4084 | </object-type> | |
4063 |
|
4085 | |||
4064 | <object-type name="QProxyModel"> |
|
4086 | <object-type name="QProxyModel"> | |
4065 | <modify-function signature="parent()const" remove="all"/> |
|
4087 | <modify-function signature="parent()const" remove="all"/> | |
4066 | <extra-includes> |
|
4088 | <extra-includes> | |
4067 | <include file-name="QPixmap" location="global"/> |
|
4089 | <include file-name="QPixmap" location="global"/> | |
4068 | <include file-name="QStringList" location="global"/> |
|
4090 | <include file-name="QStringList" location="global"/> | |
4069 | <include file-name="QSize" location="global"/> |
|
4091 | <include file-name="QSize" location="global"/> | |
4070 | </extra-includes> |
|
4092 | </extra-includes> | |
4071 | <modify-function signature="setModel(QAbstractItemModel*)"> |
|
4093 | <modify-function signature="setModel(QAbstractItemModel*)"> | |
4072 | <modify-argument index="1"> |
|
4094 | <modify-argument index="1"> | |
4073 | <reference-count action="set" variable-name="__rcModel"/> |
|
4095 | <reference-count action="set" variable-name="__rcModel"/> | |
4074 | </modify-argument> |
|
4096 | </modify-argument> | |
4075 | </modify-function> |
|
4097 | </modify-function> | |
4076 | </object-type> |
|
4098 | </object-type> | |
4077 |
|
4099 | |||
4078 | <object-type name="QImageReader"> |
|
4100 | <object-type name="QImageReader"> | |
4079 | <extra-includes> |
|
4101 | <extra-includes> | |
4080 | <include file-name="QColor" location="global"/> |
|
4102 | <include file-name="QColor" location="global"/> | |
4081 | <include file-name="QRect" location="global"/> |
|
4103 | <include file-name="QRect" location="global"/> | |
4082 | <include file-name="QSize" location="global"/> |
|
4104 | <include file-name="QSize" location="global"/> | |
4083 | <include file-name="QStringList" location="global"/> |
|
4105 | <include file-name="QStringList" location="global"/> | |
4084 | <include file-name="QImage" location="global"/> |
|
4106 | <include file-name="QImage" location="global"/> | |
4085 | </extra-includes> |
|
4107 | </extra-includes> | |
4086 | <modify-function signature="read(QImage*) "> |
|
4108 | <modify-function signature="read(QImage*) "> | |
4087 | <remove/> |
|
4109 | <remove/> | |
4088 | </modify-function> |
|
4110 | </modify-function> | |
4089 | <modify-function signature="setDevice(QIODevice*)"> |
|
4111 | <modify-function signature="setDevice(QIODevice*)"> | |
4090 | <modify-argument index="1"> |
|
4112 | <modify-argument index="1"> | |
4091 | <reference-count action="set" variable-name="__rcDevice"/> |
|
4113 | <reference-count action="set" variable-name="__rcDevice"/> | |
4092 | </modify-argument> |
|
4114 | </modify-argument> | |
4093 | </modify-function> |
|
4115 | </modify-function> | |
4094 | </object-type> |
|
4116 | </object-type> | |
4095 |
|
4117 | |||
4096 | <object-type name="QMovie"> |
|
4118 | <object-type name="QMovie"> | |
4097 | <extra-includes> |
|
4119 | <extra-includes> | |
4098 | <include file-name="QColor" location="global"/> |
|
4120 | <include file-name="QColor" location="global"/> | |
4099 | <include file-name="QImage" location="global"/> |
|
4121 | <include file-name="QImage" location="global"/> | |
4100 | <include file-name="QPixmap" location="global"/> |
|
4122 | <include file-name="QPixmap" location="global"/> | |
4101 | <include file-name="QRect" location="global"/> |
|
4123 | <include file-name="QRect" location="global"/> | |
4102 | <include file-name="QSize" location="global"/> |
|
4124 | <include file-name="QSize" location="global"/> | |
4103 | </extra-includes> |
|
4125 | </extra-includes> | |
4104 | <modify-function signature="cacheMode()"> |
|
4126 | <modify-function signature="cacheMode()"> | |
4105 | <remove/> |
|
4127 | <remove/> | |
4106 | </modify-function> |
|
4128 | </modify-function> | |
4107 | <modify-function signature="setDevice(QIODevice*)"> |
|
4129 | <modify-function signature="setDevice(QIODevice*)"> | |
4108 | <modify-argument index="1"> |
|
4130 | <modify-argument index="1"> | |
4109 | <reference-count action="set" variable-name="__rcDevice"/> |
|
4131 | <reference-count action="set" variable-name="__rcDevice"/> | |
4110 | </modify-argument> |
|
4132 | </modify-argument> | |
4111 | </modify-function> |
|
4133 | </modify-function> | |
4112 | </object-type> |
|
4134 | </object-type> | |
4113 |
|
4135 | |||
4114 | <object-type name="QPageSetupDialog"/> |
|
4136 | <object-type name="QPageSetupDialog"/> | |
4115 |
|
4137 | |||
4116 | <object-type name="QTabWidget"> |
|
4138 | <object-type name="QTabWidget"> | |
4117 | <modify-function signature="initStyleOption(QStyleOptionTabWidgetFrame*)const"> |
|
4139 | <modify-function signature="initStyleOption(QStyleOptionTabWidgetFrame*)const"> | |
4118 | <access modifier="private"/> |
|
4140 | <access modifier="private"/> | |
4119 | </modify-function> |
|
4141 | </modify-function> | |
4120 | <inject-code> |
|
4142 | <inject-code> | |
4121 | <insert-template name="gui.init_style_option"> |
|
4143 | <insert-template name="gui.init_style_option"> | |
4122 | <replace from="%TYPE" to="QStyleOptionTabWidgetFrame"/> |
|
4144 | <replace from="%TYPE" to="QStyleOptionTabWidgetFrame"/> | |
4123 | </insert-template> |
|
4145 | </insert-template> | |
4124 | </inject-code> |
|
4146 | </inject-code> | |
4125 | <modify-function signature="addTab(QWidget*,QIcon,QString)"> |
|
4147 | <modify-function signature="addTab(QWidget*,QIcon,QString)"> | |
4126 | <modify-argument index="1"> |
|
4148 | <modify-argument index="1"> | |
4127 | <reference-count action="ignore"/> |
|
4149 | <reference-count action="ignore"/> | |
4128 | </modify-argument> |
|
4150 | </modify-argument> | |
4129 | </modify-function> |
|
4151 | </modify-function> | |
4130 | <modify-function signature="addTab(QWidget*,QString)"> |
|
4152 | <modify-function signature="addTab(QWidget*,QString)"> | |
4131 | <modify-argument index="1"> |
|
4153 | <modify-argument index="1"> | |
4132 | <reference-count action="ignore"/> |
|
4154 | <reference-count action="ignore"/> | |
4133 | </modify-argument> |
|
4155 | </modify-argument> | |
4134 | </modify-function> |
|
4156 | </modify-function> | |
4135 | <modify-function signature="insertTab(int,QWidget*,QString)"> |
|
4157 | <modify-function signature="insertTab(int,QWidget*,QString)"> | |
4136 | <modify-argument index="2"> |
|
4158 | <modify-argument index="2"> | |
4137 | <reference-count action="ignore"/> |
|
4159 | <reference-count action="ignore"/> | |
4138 | </modify-argument> |
|
4160 | </modify-argument> | |
4139 | </modify-function> |
|
4161 | </modify-function> | |
4140 | <modify-function signature="insertTab(int,QWidget*,QIcon,QString)"> |
|
4162 | <modify-function signature="insertTab(int,QWidget*,QIcon,QString)"> | |
4141 | <modify-argument index="2"> |
|
4163 | <modify-argument index="2"> | |
4142 | <reference-count action="ignore"/> |
|
4164 | <reference-count action="ignore"/> | |
4143 | </modify-argument> |
|
4165 | </modify-argument> | |
4144 | </modify-function> |
|
4166 | </modify-function> | |
4145 | <modify-function signature="setCornerWidget(QWidget*,Qt::Corner)"> |
|
4167 | <modify-function signature="setCornerWidget(QWidget*,Qt::Corner)"> | |
4146 | <modify-argument index="1"> |
|
4168 | <modify-argument index="1"> | |
4147 | <reference-count action="ignore"/> |
|
4169 | <reference-count action="ignore"/> | |
4148 | </modify-argument> |
|
4170 | </modify-argument> | |
4149 | </modify-function> |
|
4171 | </modify-function> | |
4150 | <modify-function signature="setCurrentWidget(QWidget*)"> |
|
4172 | <modify-function signature="setCurrentWidget(QWidget*)"> | |
4151 | <modify-argument index="1"> |
|
4173 | <modify-argument index="1"> | |
4152 | <reference-count action="ignore"/> |
|
4174 | <reference-count action="ignore"/> | |
4153 | </modify-argument> |
|
4175 | </modify-argument> | |
4154 | </modify-function> |
|
4176 | </modify-function> | |
4155 | <modify-function signature="setTabBar(QTabBar*)"> |
|
4177 | <modify-function signature="setTabBar(QTabBar*)"> | |
4156 | <modify-argument index="1"> |
|
4178 | <modify-argument index="1"> | |
4157 | <reference-count action="ignore"/> |
|
4179 | <reference-count action="ignore"/> | |
4158 | </modify-argument> |
|
4180 | </modify-argument> | |
4159 | </modify-function> |
|
4181 | </modify-function> | |
4160 | </object-type> |
|
4182 | </object-type> | |
4161 | <object-type name="QDrag"> |
|
4183 | <object-type name="QDrag"> | |
4162 | <extra-includes> |
|
4184 | <extra-includes> | |
4163 | <include file-name="QPoint" location="global"/> |
|
4185 | <include file-name="QPoint" location="global"/> | |
4164 | <include file-name="QPixmap" location="global"/> |
|
4186 | <include file-name="QPixmap" location="global"/> | |
4165 | </extra-includes> |
|
4187 | </extra-includes> | |
4166 | <modify-function signature="setMimeData(QMimeData*)"> |
|
4188 | <modify-function signature="setMimeData(QMimeData*)"> | |
4167 | <modify-argument index="1"> |
|
4189 | <modify-argument index="1"> | |
4168 | <define-ownership class="java" owner="c++"/> |
|
4190 | <define-ownership class="java" owner="c++"/> | |
4169 | </modify-argument> |
|
4191 | </modify-argument> | |
4170 | </modify-function> |
|
4192 | </modify-function> | |
4171 |
|
4193 | |||
4172 | <modify-function signature="start(QFlags<Qt::DropAction>)" remove="all"/> <!--### Obsolete in 4.3--> |
|
4194 | <modify-function signature="start(QFlags<Qt::DropAction>)" remove="all"/> <!--### Obsolete in 4.3--> | |
4173 | </object-type> |
|
4195 | </object-type> | |
4174 |
|
4196 | |||
4175 | <object-type name="QDateTimeEdit"> |
|
4197 | <object-type name="QDateTimeEdit"> | |
4176 | <modify-function signature="initStyleOption(QStyleOptionSpinBox*)const" access="private" rename="initDateTimeEditStyleOption"/> |
|
4198 | <modify-function signature="initStyleOption(QStyleOptionSpinBox*)const" access="private" rename="initDateTimeEditStyleOption"/> | |
4177 | <modify-function signature="setCalendarWidget(QCalendarWidget*)"> |
|
4199 | <modify-function signature="setCalendarWidget(QCalendarWidget*)"> | |
4178 | <modify-argument index="1"> |
|
4200 | <modify-argument index="1"> | |
4179 | <!-- Safe to ignore because widget is reparented --> |
|
4201 | <!-- Safe to ignore because widget is reparented --> | |
4180 | <reference-count action="ignore"/> |
|
4202 | <reference-count action="ignore"/> | |
4181 | </modify-argument> |
|
4203 | </modify-argument> | |
4182 | </modify-function> |
|
4204 | </modify-function> | |
4183 |
|
4205 | |||
4184 | </object-type> |
|
4206 | </object-type> | |
4185 |
|
4207 | |||
4186 | <object-type name="QSortFilterProxyModel"> |
|
4208 | <object-type name="QSortFilterProxyModel"> | |
4187 | <modify-function signature="parent()const" remove="all"/> |
|
4209 | <modify-function signature="parent()const" remove="all"/> | |
4188 | <extra-includes> |
|
4210 | <extra-includes> | |
4189 | <include file-name="QItemSelection" location="global"/> |
|
4211 | <include file-name="QItemSelection" location="global"/> | |
4190 | <include file-name="QStringList" location="global"/> |
|
4212 | <include file-name="QStringList" location="global"/> | |
4191 | <include file-name="QSize" location="global"/> |
|
4213 | <include file-name="QSize" location="global"/> | |
4192 | </extra-includes> |
|
4214 | </extra-includes> | |
4193 |
|
4215 | |||
4194 | <modify-function signature="setSourceModel(QAbstractItemModel *)"> |
|
4216 | <modify-function signature="setSourceModel(QAbstractItemModel *)"> | |
4195 | <modify-argument index="1"> |
|
4217 | <modify-argument index="1"> | |
4196 | <reference-count action="set" variable-name="__rcSourceModel"/> |
|
4218 | <reference-count action="set" variable-name="__rcSourceModel"/> | |
4197 | </modify-argument> |
|
4219 | </modify-argument> | |
4198 | </modify-function> |
|
4220 | </modify-function> | |
4199 |
|
4221 | |||
4200 | <modify-function signature="clear()" remove="all"/> <!--### Obsolete in 4.3--> |
|
4222 | <modify-function signature="clear()" remove="all"/> <!--### Obsolete in 4.3--> | |
4201 | <modify-function signature="filterChanged()" remove="all"/> <!--### Obsolete in 4.3--> |
|
4223 | <modify-function signature="filterChanged()" remove="all"/> <!--### Obsolete in 4.3--> | |
4202 | </object-type> |
|
4224 | </object-type> | |
4203 |
|
4225 | |||
4204 | <object-type name="QSlider"> |
|
4226 | <object-type name="QSlider"> | |
4205 | <modify-function signature="initStyleOption(QStyleOptionSlider*)const"> |
|
4227 | <modify-function signature="initStyleOption(QStyleOptionSlider*)const"> | |
4206 | <access modifier="private"/> |
|
4228 | <access modifier="private"/> | |
4207 | </modify-function> |
|
4229 | </modify-function> | |
4208 | </object-type> |
|
4230 | </object-type> | |
4209 |
|
4231 | |||
4210 | <object-type name="QInputContext"> |
|
4232 | <object-type name="QInputContext"> | |
4211 | <extra-includes> |
|
4233 | <extra-includes> | |
4212 | <include file-name="QTextFormat" location="global"/> |
|
4234 | <include file-name="QTextFormat" location="global"/> | |
4213 | </extra-includes> |
|
4235 | </extra-includes> | |
4214 | <modify-function signature="setFocusWidget(QWidget*)"> |
|
4236 | <modify-function signature="setFocusWidget(QWidget*)"> | |
4215 | <remove/> |
|
4237 | <remove/> | |
4216 | </modify-function> |
|
4238 | </modify-function> | |
4217 | <modify-function signature="filterEvent(const QEvent*)"> |
|
4239 | <modify-function signature="filterEvent(const QEvent*)"> | |
4218 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
4240 | <modify-argument index="1" invalidate-after-use="yes"/> | |
4219 | </modify-function> |
|
4241 | </modify-function> | |
4220 | <modify-function signature="mouseHandler(int,QMouseEvent*)"> |
|
4242 | <modify-function signature="mouseHandler(int,QMouseEvent*)"> | |
4221 | <modify-argument index="2" invalidate-after-use="yes"/> |
|
4243 | <modify-argument index="2" invalidate-after-use="yes"/> | |
4222 | </modify-function> |
|
4244 | </modify-function> | |
4223 |
|
4245 | |||
4224 | </object-type> |
|
4246 | </object-type> | |
4225 |
|
4247 | |||
4226 | <object-type name="QProgressDialog"> |
|
4248 | <object-type name="QProgressDialog"> | |
4227 |
|
4249 | |||
4228 | <modify-function signature="setBar(QProgressBar*)"> |
|
4250 | <modify-function signature="setBar(QProgressBar*)"> | |
4229 | <modify-argument index="1"> |
|
4251 | <modify-argument index="1"> | |
4230 | <define-ownership class="java" owner="c++"/> |
|
4252 | <define-ownership class="java" owner="c++"/> | |
4231 | </modify-argument> |
|
4253 | </modify-argument> | |
4232 | </modify-function> |
|
4254 | </modify-function> | |
4233 | <modify-function signature="setCancelButton(QPushButton*)"> |
|
4255 | <modify-function signature="setCancelButton(QPushButton*)"> | |
4234 | <modify-argument index="1"> |
|
4256 | <modify-argument index="1"> | |
4235 | <!-- Safe to ignore because button is reparented --> |
|
4257 | <!-- Safe to ignore because button is reparented --> | |
4236 | <reference-count action="ignore"/> |
|
4258 | <reference-count action="ignore"/> | |
4237 | </modify-argument> |
|
4259 | </modify-argument> | |
4238 | </modify-function> |
|
4260 | </modify-function> | |
4239 | <modify-function signature="setLabel(QLabel*)"> |
|
4261 | <modify-function signature="setLabel(QLabel*)"> | |
4240 | <modify-argument index="1"> |
|
4262 | <modify-argument index="1"> | |
4241 | <!-- Safe to ignore because label is reparented --> |
|
4263 | <!-- Safe to ignore because label is reparented --> | |
4242 | <reference-count action="ignore"/> |
|
4264 | <reference-count action="ignore"/> | |
4243 | </modify-argument> |
|
4265 | </modify-argument> | |
4244 | </modify-function> |
|
4266 | </modify-function> | |
4245 |
|
4267 | |||
4246 | </object-type> |
|
4268 | </object-type> | |
4247 |
|
4269 | |||
4248 | <object-type name="QLabel"> |
|
4270 | <object-type name="QLabel"> | |
4249 | <modify-function signature="picture()const"> |
|
4271 | <modify-function signature="picture()const"> | |
4250 | <access modifier="private"/> |
|
4272 | <access modifier="private"/> | |
4251 | <rename to="picture_private"/> |
|
4273 | <rename to="picture_private"/> | |
4252 | </modify-function> |
|
4274 | </modify-function> | |
4253 |
|
4275 | |||
4254 | <modify-function signature="setBuddy(QWidget *)"> |
|
4276 | <modify-function signature="setBuddy(QWidget *)"> | |
4255 | <modify-argument index="1"> |
|
4277 | <modify-argument index="1"> | |
4256 | <reference-count action="set" variable-name="__rcBuddy"/> |
|
4278 | <reference-count action="set" variable-name="__rcBuddy"/> | |
4257 | </modify-argument> |
|
4279 | </modify-argument> | |
4258 | </modify-function> |
|
4280 | </modify-function> | |
4259 | <modify-function signature="setMovie(QMovie *)"> |
|
4281 | <modify-function signature="setMovie(QMovie *)"> | |
4260 | <modify-argument index="1"> |
|
4282 | <modify-argument index="1"> | |
4261 | <reference-count action="set" variable-name="__rcMovie"/> |
|
4283 | <reference-count action="set" variable-name="__rcMovie"/> | |
4262 | </modify-argument> |
|
4284 | </modify-argument> | |
4263 | </modify-function> |
|
4285 | </modify-function> | |
4264 | <modify-function signature="pixmap()const"> |
|
4286 | <modify-function signature="pixmap()const"> | |
4265 | <access modifier="private"/> |
|
4287 | <access modifier="private"/> | |
4266 | <rename to="pixmap_private"/> |
|
4288 | <rename to="pixmap_private"/> | |
4267 | </modify-function> |
|
4289 | </modify-function> | |
4268 | </object-type> |
|
4290 | </object-type> | |
4269 |
|
4291 | |||
4270 | <object-type name="QFileDialog"> |
|
4292 | <object-type name="QFileDialog"> | |
4271 | <extra-includes> |
|
4293 | <extra-includes> | |
4272 | <include file-name="QUrl" location="global"/> |
|
4294 | <include file-name="QUrl" location="global"/> | |
4273 | </extra-includes> |
|
4295 | </extra-includes> | |
4274 |
|
4296 | |||
4275 | <modify-function signature="getOpenFileName(QWidget*,QString,QString,QString,QString*,QFlags<QFileDialog::Option>)"> |
|
4297 | <modify-function signature="getOpenFileName(QWidget*,QString,QString,QString,QString*,QFlags<QFileDialog::Option>)"> | |
4276 | <access modifier="private"/> |
|
4298 | <access modifier="private"/> | |
4277 | <modify-argument index="1"> |
|
4299 | <modify-argument index="1"> | |
4278 | <remove-default-expression/> |
|
4300 | <remove-default-expression/> | |
4279 | </modify-argument> |
|
4301 | </modify-argument> | |
4280 | <modify-argument index="2"> |
|
4302 | <modify-argument index="2"> | |
4281 | <remove-default-expression/> |
|
4303 | <remove-default-expression/> | |
4282 | </modify-argument> |
|
4304 | </modify-argument> | |
4283 | <modify-argument index="3"> |
|
4305 | <modify-argument index="3"> | |
4284 | <remove-default-expression/> |
|
4306 | <remove-default-expression/> | |
4285 | </modify-argument> |
|
4307 | </modify-argument> | |
4286 | <modify-argument index="4"> |
|
4308 | <modify-argument index="4"> | |
4287 | <remove-default-expression/> |
|
4309 | <remove-default-expression/> | |
4288 | </modify-argument> |
|
4310 | </modify-argument> | |
4289 | <modify-argument index="5"> |
|
4311 | <modify-argument index="5"> | |
4290 | <remove-default-expression/> |
|
4312 | <remove-default-expression/> | |
4291 | </modify-argument> |
|
4313 | </modify-argument> | |
4292 | <modify-argument index="6"> |
|
4314 | <modify-argument index="6"> | |
4293 | <remove-default-expression/> |
|
4315 | <remove-default-expression/> | |
4294 | </modify-argument> |
|
4316 | </modify-argument> | |
4295 | </modify-function> |
|
4317 | </modify-function> | |
4296 |
|
4318 | |||
4297 | <modify-function signature="getOpenFileNames(QWidget*,QString,QString,QString,QString*,QFlags<QFileDialog::Option>)"> |
|
4319 | <modify-function signature="getOpenFileNames(QWidget*,QString,QString,QString,QString*,QFlags<QFileDialog::Option>)"> | |
4298 | <access modifier="private"/> |
|
4320 | <access modifier="private"/> | |
4299 | <modify-argument index="1"> |
|
4321 | <modify-argument index="1"> | |
4300 | <remove-default-expression/> |
|
4322 | <remove-default-expression/> | |
4301 | </modify-argument> |
|
4323 | </modify-argument> | |
4302 | <modify-argument index="2"> |
|
4324 | <modify-argument index="2"> | |
4303 | <remove-default-expression/> |
|
4325 | <remove-default-expression/> | |
4304 | </modify-argument> |
|
4326 | </modify-argument> | |
4305 | <modify-argument index="3"> |
|
4327 | <modify-argument index="3"> | |
4306 | <remove-default-expression/> |
|
4328 | <remove-default-expression/> | |
4307 | </modify-argument> |
|
4329 | </modify-argument> | |
4308 | <modify-argument index="4"> |
|
4330 | <modify-argument index="4"> | |
4309 | <remove-default-expression/> |
|
4331 | <remove-default-expression/> | |
4310 | </modify-argument> |
|
4332 | </modify-argument> | |
4311 | <modify-argument index="5"> |
|
4333 | <modify-argument index="5"> | |
4312 | <remove-default-expression/> |
|
4334 | <remove-default-expression/> | |
4313 | </modify-argument> |
|
4335 | </modify-argument> | |
4314 | <modify-argument index="6"> |
|
4336 | <modify-argument index="6"> | |
4315 | <remove-default-expression/> |
|
4337 | <remove-default-expression/> | |
4316 | </modify-argument> |
|
4338 | </modify-argument> | |
4317 | </modify-function> |
|
4339 | </modify-function> | |
4318 |
|
4340 | |||
4319 | <modify-function signature="getSaveFileName(QWidget*,QString,QString,QString,QString*,QFlags<QFileDialog::Option>)"> |
|
4341 | <modify-function signature="getSaveFileName(QWidget*,QString,QString,QString,QString*,QFlags<QFileDialog::Option>)"> | |
4320 | <access modifier="private"/> |
|
4342 | <access modifier="private"/> | |
4321 | <modify-argument index="1"> |
|
4343 | <modify-argument index="1"> | |
4322 | <remove-default-expression/> |
|
4344 | <remove-default-expression/> | |
4323 | </modify-argument> |
|
4345 | </modify-argument> | |
4324 | <modify-argument index="2"> |
|
4346 | <modify-argument index="2"> | |
4325 | <remove-default-expression/> |
|
4347 | <remove-default-expression/> | |
4326 | </modify-argument> |
|
4348 | </modify-argument> | |
4327 | <modify-argument index="3"> |
|
4349 | <modify-argument index="3"> | |
4328 | <remove-default-expression/> |
|
4350 | <remove-default-expression/> | |
4329 | </modify-argument> |
|
4351 | </modify-argument> | |
4330 | <modify-argument index="4"> |
|
4352 | <modify-argument index="4"> | |
4331 | <remove-default-expression/> |
|
4353 | <remove-default-expression/> | |
4332 | </modify-argument> |
|
4354 | </modify-argument> | |
4333 | <modify-argument index="5"> |
|
4355 | <modify-argument index="5"> | |
4334 | <remove-default-expression/> |
|
4356 | <remove-default-expression/> | |
4335 | </modify-argument> |
|
4357 | </modify-argument> | |
4336 | <modify-argument index="6"> |
|
4358 | <modify-argument index="6"> | |
4337 | <remove-default-expression/> |
|
4359 | <remove-default-expression/> | |
4338 | </modify-argument> |
|
4360 | </modify-argument> | |
4339 | </modify-function> |
|
4361 | </modify-function> | |
4340 |
|
4362 | |||
4341 | <modify-function signature="setIconProvider(QFileIconProvider*)"> |
|
4363 | <modify-function signature="setIconProvider(QFileIconProvider*)"> | |
4342 | <modify-argument index="1"> |
|
4364 | <modify-argument index="1"> | |
4343 | <reference-count action="set" variable-name="__rcIconProvider"/> |
|
4365 | <reference-count action="set" variable-name="__rcIconProvider"/> | |
4344 | </modify-argument> |
|
4366 | </modify-argument> | |
4345 | </modify-function> |
|
4367 | </modify-function> | |
4346 |
|
4368 | |||
4347 | <modify-function signature="setItemDelegate(QAbstractItemDelegate*)"> |
|
4369 | <modify-function signature="setItemDelegate(QAbstractItemDelegate*)"> | |
4348 | <modify-argument index="1"> |
|
4370 | <modify-argument index="1"> | |
4349 | <reference-count action="set" variable-name="__rcItemDelegate"/> |
|
4371 | <reference-count action="set" variable-name="__rcItemDelegate"/> | |
4350 | </modify-argument> |
|
4372 | </modify-argument> | |
4351 | </modify-function> |
|
4373 | </modify-function> | |
4352 |
|
4374 | |||
4353 | <modify-function signature="setProxyModel(QAbstractProxyModel*)"> |
|
4375 | <modify-function signature="setProxyModel(QAbstractProxyModel*)"> | |
4354 | <modify-argument index="1"> |
|
4376 | <modify-argument index="1"> | |
4355 | <!-- Reparented --> |
|
4377 | <!-- Reparented --> | |
4356 | <reference-count action="ignore"/> |
|
4378 | <reference-count action="ignore"/> | |
4357 | </modify-argument> |
|
4379 | </modify-argument> | |
4358 | </modify-function> |
|
4380 | </modify-function> | |
4359 |
|
4381 | |||
4360 | </object-type> |
|
4382 | </object-type> | |
4361 |
|
4383 | |||
4362 | <object-type name="QErrorMessage"/> |
|
4384 | <object-type name="QErrorMessage"/> | |
4363 |
|
4385 | |||
4364 | <object-type name="QTabBar"> |
|
4386 | <object-type name="QTabBar"> | |
4365 | <extra-includes> |
|
4387 | <extra-includes> | |
4366 | <include file-name="QIcon" location="global"/> |
|
4388 | <include file-name="QIcon" location="global"/> | |
4367 | </extra-includes> |
|
4389 | </extra-includes> | |
4368 | <modify-function signature="initStyleOption(QStyleOptionTab*,int)const"> |
|
4390 | <modify-function signature="initStyleOption(QStyleOptionTab*,int)const"> | |
4369 | <access modifier="private"/> |
|
4391 | <access modifier="private"/> | |
4370 | </modify-function> |
|
4392 | </modify-function> | |
4371 | <modify-function signature="setTabButton(int,QTabBar::ButtonPosition,QWidget*)"> |
|
4393 | <modify-function signature="setTabButton(int,QTabBar::ButtonPosition,QWidget*)"> | |
4372 | <modify-argument index="3"> |
|
4394 | <modify-argument index="3"> | |
4373 | <reference-count action="ignore"/> |
|
4395 | <reference-count action="ignore"/> | |
4374 | </modify-argument> |
|
4396 | </modify-argument> | |
4375 | </modify-function> |
|
4397 | </modify-function> | |
4376 | </object-type> |
|
4398 | </object-type> | |
4377 |
|
4399 | |||
4378 | <object-type name="QStandardItemModel"> |
|
4400 | <object-type name="QStandardItemModel"> | |
4379 | <modify-function signature="insertColumn(int,const QModelIndex &)" remove="all"/> |
|
4401 | <modify-function signature="insertColumn(int,const QModelIndex &)" remove="all"/> | |
4380 | <modify-function signature="insertRow(int,const QModelIndex &)" remove="all"/> |
|
4402 | <modify-function signature="insertRow(int,const QModelIndex &)" remove="all"/> | |
4381 | <modify-function signature="parent()const" remove="all"/> |
|
4403 | <modify-function signature="parent()const" remove="all"/> | |
4382 | <extra-includes> |
|
4404 | <extra-includes> | |
4383 | <include file-name="QStringList" location="global"/> |
|
4405 | <include file-name="QStringList" location="global"/> | |
4384 | <include file-name="QSize" location="global"/> |
|
4406 | <include file-name="QSize" location="global"/> | |
4385 | </extra-includes> |
|
4407 | </extra-includes> | |
4386 |
|
4408 | |||
4387 | <modify-function signature="appendColumn(const QList<QStandardItem *>&)"> |
|
4409 | <modify-function signature="appendColumn(const QList<QStandardItem *>&)"> | |
4388 | <modify-argument index="1"> |
|
4410 | <modify-argument index="1"> | |
4389 | <define-ownership class="java" owner="c++"/> |
|
4411 | <define-ownership class="java" owner="c++"/> | |
4390 | </modify-argument> |
|
4412 | </modify-argument> | |
4391 | </modify-function> |
|
4413 | </modify-function> | |
4392 | <modify-function signature="takeColumn(int)"> |
|
4414 | <modify-function signature="takeColumn(int)"> | |
4393 | <modify-argument index="return"> |
|
4415 | <modify-argument index="return"> | |
4394 | <define-ownership class="java" owner="default"/> |
|
4416 | <define-ownership class="java" owner="default"/> | |
4395 | </modify-argument> |
|
4417 | </modify-argument> | |
4396 | </modify-function> |
|
4418 | </modify-function> | |
4397 | <modify-function signature="takeRow(int)"> |
|
4419 | <modify-function signature="takeRow(int)"> | |
4398 | <modify-argument index="return"> |
|
4420 | <modify-argument index="return"> | |
4399 | <define-ownership class="java" owner="default"/> |
|
4421 | <define-ownership class="java" owner="default"/> | |
4400 | </modify-argument> |
|
4422 | </modify-argument> | |
4401 | </modify-function> |
|
4423 | </modify-function> | |
4402 | <modify-function signature="takeHorizontalHeaderItem(int)"> |
|
4424 | <modify-function signature="takeHorizontalHeaderItem(int)"> | |
4403 | <modify-argument index="return"> |
|
4425 | <modify-argument index="return"> | |
4404 | <define-ownership class="java" owner="default"/> |
|
4426 | <define-ownership class="java" owner="default"/> | |
4405 | </modify-argument> |
|
4427 | </modify-argument> | |
4406 | </modify-function> |
|
4428 | </modify-function> | |
4407 | <modify-function signature="takeVerticalHeaderItem(int)"> |
|
4429 | <modify-function signature="takeVerticalHeaderItem(int)"> | |
4408 | <modify-argument index="return"> |
|
4430 | <modify-argument index="return"> | |
4409 | <define-ownership class="java" owner="default"/> |
|
4431 | <define-ownership class="java" owner="default"/> | |
4410 | </modify-argument> |
|
4432 | </modify-argument> | |
4411 | </modify-function> |
|
4433 | </modify-function> | |
4412 | <modify-function signature="takeItem(int,int)"> |
|
4434 | <modify-function signature="takeItem(int,int)"> | |
4413 | <modify-argument index="return"> |
|
4435 | <modify-argument index="return"> | |
4414 | <define-ownership class="java" owner="default"/> |
|
4436 | <define-ownership class="java" owner="default"/> | |
4415 | </modify-argument> |
|
4437 | </modify-argument> | |
4416 | </modify-function> |
|
4438 | </modify-function> | |
4417 | <modify-function signature="appendRow(const QList<QStandardItem *>&)"> |
|
4439 | <modify-function signature="appendRow(const QList<QStandardItem *>&)"> | |
4418 | <modify-argument index="1"> |
|
4440 | <modify-argument index="1"> | |
4419 | <define-ownership class="java" owner="c++"/> |
|
4441 | <define-ownership class="java" owner="c++"/> | |
4420 | </modify-argument> |
|
4442 | </modify-argument> | |
4421 | </modify-function> |
|
4443 | </modify-function> | |
4422 | <modify-function signature="appendRow(QStandardItem *)"> |
|
4444 | <modify-function signature="appendRow(QStandardItem *)"> | |
4423 | <modify-argument index="1"> |
|
4445 | <modify-argument index="1"> | |
4424 | <define-ownership class="java" owner="c++"/> |
|
4446 | <define-ownership class="java" owner="c++"/> | |
4425 | </modify-argument> |
|
4447 | </modify-argument> | |
4426 | </modify-function> |
|
4448 | </modify-function> | |
4427 | <modify-function signature="insertColumn(int, const QList<QStandardItem *>&)"> |
|
4449 | <modify-function signature="insertColumn(int, const QList<QStandardItem *>&)"> | |
4428 | <modify-argument index="2"> |
|
4450 | <modify-argument index="2"> | |
4429 | <define-ownership class="java" owner="c++"/> |
|
4451 | <define-ownership class="java" owner="c++"/> | |
4430 | </modify-argument> |
|
4452 | </modify-argument> | |
4431 | </modify-function> |
|
4453 | </modify-function> | |
4432 | <modify-function signature="insertRow(int, const QList<QStandardItem *>&)"> |
|
4454 | <modify-function signature="insertRow(int, const QList<QStandardItem *>&)"> | |
4433 | <modify-argument index="2"> |
|
4455 | <modify-argument index="2"> | |
4434 | <define-ownership class="java" owner="c++"/> |
|
4456 | <define-ownership class="java" owner="c++"/> | |
4435 | </modify-argument> |
|
4457 | </modify-argument> | |
4436 | </modify-function> |
|
4458 | </modify-function> | |
4437 | <modify-function signature="insertRow(int, QStandardItem *)"> |
|
4459 | <modify-function signature="insertRow(int, QStandardItem *)"> | |
4438 | <modify-argument index="2"> |
|
4460 | <modify-argument index="2"> | |
4439 | <define-ownership class="java" owner="c++"/> |
|
4461 | <define-ownership class="java" owner="c++"/> | |
4440 | </modify-argument> |
|
4462 | </modify-argument> | |
4441 | </modify-function> |
|
4463 | </modify-function> | |
4442 | <modify-function signature="setHorizontalHeaderItem(int, QStandardItem *)"> |
|
4464 | <modify-function signature="setHorizontalHeaderItem(int, QStandardItem *)"> | |
4443 | <modify-argument index="2"> |
|
4465 | <modify-argument index="2"> | |
4444 | <define-ownership class="java" owner="c++"/> |
|
4466 | <define-ownership class="java" owner="c++"/> | |
4445 | </modify-argument> |
|
4467 | </modify-argument> | |
4446 | </modify-function> |
|
4468 | </modify-function> | |
4447 | <modify-function signature="setItem(int, int, QStandardItem *)"> |
|
4469 | <modify-function signature="setItem(int, int, QStandardItem *)"> | |
4448 | <modify-argument index="3"> |
|
4470 | <modify-argument index="3"> | |
4449 | <define-ownership class="java" owner="c++"/> |
|
4471 | <define-ownership class="java" owner="c++"/> | |
4450 | </modify-argument> |
|
4472 | </modify-argument> | |
4451 | </modify-function> |
|
4473 | </modify-function> | |
4452 | <modify-function signature="setItem(int, QStandardItem *)"> |
|
4474 | <modify-function signature="setItem(int, QStandardItem *)"> | |
4453 | <modify-argument index="2"> |
|
4475 | <modify-argument index="2"> | |
4454 | <define-ownership class="java" owner="c++"/> |
|
4476 | <define-ownership class="java" owner="c++"/> | |
4455 | </modify-argument> |
|
4477 | </modify-argument> | |
4456 | </modify-function> |
|
4478 | </modify-function> | |
4457 | <modify-function signature="setItemPrototype(const QStandardItem *)"> |
|
4479 | <modify-function signature="setItemPrototype(const QStandardItem *)"> | |
4458 | <modify-argument index="1"> |
|
4480 | <modify-argument index="1"> | |
4459 | <define-ownership class="java" owner="c++"/> |
|
4481 | <define-ownership class="java" owner="c++"/> | |
4460 | </modify-argument> |
|
4482 | </modify-argument> | |
4461 | </modify-function> |
|
4483 | </modify-function> | |
4462 | <modify-function signature="setVerticalHeaderItem(int, QStandardItem *)"> |
|
4484 | <modify-function signature="setVerticalHeaderItem(int, QStandardItem *)"> | |
4463 | <modify-argument index="2"> |
|
4485 | <modify-argument index="2"> | |
4464 | <define-ownership class="java" owner="c++"/> |
|
4486 | <define-ownership class="java" owner="c++"/> | |
4465 | </modify-argument> |
|
4487 | </modify-argument> | |
4466 | </modify-function> |
|
4488 | </modify-function> | |
4467 | </object-type> |
|
4489 | </object-type> | |
4468 |
|
4490 | |||
4469 | <object-type name="QRadioButton"> |
|
4491 | <object-type name="QRadioButton"> | |
4470 | <modify-function signature="initStyleOption(QStyleOptionButton*)const"> |
|
4492 | <modify-function signature="initStyleOption(QStyleOptionButton*)const"> | |
4471 | <access modifier="private"/> |
|
4493 | <access modifier="private"/> | |
4472 | </modify-function> |
|
4494 | </modify-function> | |
4473 | </object-type> |
|
4495 | </object-type> | |
4474 |
|
4496 | |||
4475 | <object-type name="QScrollBar"> |
|
4497 | <object-type name="QScrollBar"> | |
4476 | <modify-function signature="initStyleOption(QStyleOptionSlider*)const"> |
|
4498 | <modify-function signature="initStyleOption(QStyleOptionSlider*)const"> | |
4477 | <access modifier="private"/> |
|
4499 | <access modifier="private"/> | |
4478 | </modify-function> |
|
4500 | </modify-function> | |
4479 | </object-type> |
|
4501 | </object-type> | |
4480 |
|
4502 | |||
4481 | <object-type name="QClipboard"> |
|
4503 | <object-type name="QClipboard"> | |
4482 | <extra-includes> |
|
4504 | <extra-includes> | |
4483 | <include file-name="QImage" location="global"/> |
|
4505 | <include file-name="QImage" location="global"/> | |
4484 | <include file-name="QPixmap" location="global"/> |
|
4506 | <include file-name="QPixmap" location="global"/> | |
4485 | </extra-includes> |
|
4507 | </extra-includes> | |
4486 | <modify-function signature="setMimeData(QMimeData *, QClipboard::Mode)"> |
|
4508 | <modify-function signature="setMimeData(QMimeData *, QClipboard::Mode)"> | |
4487 | <modify-argument index="1"> |
|
4509 | <modify-argument index="1"> | |
4488 | <define-ownership class="java" owner="c++"/> |
|
4510 | <define-ownership class="java" owner="c++"/> | |
4489 | </modify-argument> |
|
4511 | </modify-argument> | |
4490 | </modify-function> |
|
4512 | </modify-function> | |
4491 | <modify-function signature="text(QString&,QClipboard::Mode)const"> |
|
4513 | <modify-function signature="text(QString&,QClipboard::Mode)const"> | |
4492 | <access modifier="private"/> |
|
4514 | <access modifier="private"/> | |
4493 | <modify-argument index="2"> |
|
4515 | <modify-argument index="2"> | |
4494 | <remove-default-expression/> |
|
4516 | <remove-default-expression/> | |
4495 | </modify-argument> |
|
4517 | </modify-argument> | |
4496 | </modify-function> |
|
4518 | </modify-function> | |
4497 |
|
4519 | |||
4498 | </object-type> |
|
4520 | </object-type> | |
4499 |
|
4521 | |||
4500 | <object-type name="QAbstractScrollArea"> |
|
4522 | <object-type name="QAbstractScrollArea"> | |
4501 | <modify-function signature="setupViewport(QWidget *)" access="non-final"/> |
|
4523 | <modify-function signature="setupViewport(QWidget *)" access="non-final"/> | |
4502 | <modify-function signature="addScrollBarWidget(QWidget*,QFlags<Qt::AlignmentFlag>)"> |
|
4524 | <modify-function signature="addScrollBarWidget(QWidget*,QFlags<Qt::AlignmentFlag>)"> | |
4503 | <modify-argument index="1"> |
|
4525 | <modify-argument index="1"> | |
4504 | <reference-count action="ignore"/> |
|
4526 | <reference-count action="ignore"/> | |
4505 | </modify-argument> |
|
4527 | </modify-argument> | |
4506 | </modify-function> |
|
4528 | </modify-function> | |
4507 | <modify-function signature="setCornerWidget(QWidget*)"> |
|
4529 | <modify-function signature="setCornerWidget(QWidget*)"> | |
4508 | <modify-argument index="1"> |
|
4530 | <modify-argument index="1"> | |
4509 | <reference-count action="ignore"/> |
|
4531 | <reference-count action="ignore"/> | |
4510 | </modify-argument> |
|
4532 | </modify-argument> | |
4511 | </modify-function> |
|
4533 | </modify-function> | |
4512 | <modify-function signature="setHorizontalScrollBar(QScrollBar*)"> |
|
4534 | <modify-function signature="setHorizontalScrollBar(QScrollBar*)"> | |
4513 | <modify-argument index="1"> |
|
4535 | <modify-argument index="1"> | |
4514 | <reference-count action="ignore"/> |
|
4536 | <reference-count action="ignore"/> | |
4515 | </modify-argument> |
|
4537 | </modify-argument> | |
4516 | </modify-function> |
|
4538 | </modify-function> | |
4517 |
|
4539 | |||
4518 | <modify-function signature="setVerticalScrollBar(QScrollBar*)"> |
|
4540 | <modify-function signature="setVerticalScrollBar(QScrollBar*)"> | |
4519 | <modify-argument index="1"> |
|
4541 | <modify-argument index="1"> | |
4520 | <reference-count action="ignore"/> |
|
4542 | <reference-count action="ignore"/> | |
4521 | </modify-argument> |
|
4543 | </modify-argument> | |
4522 | </modify-function> |
|
4544 | </modify-function> | |
4523 |
|
4545 | |||
4524 | <modify-function signature="setViewport(QWidget*)"> |
|
4546 | <modify-function signature="setViewport(QWidget*)"> | |
4525 | <modify-argument index="1"> |
|
4547 | <modify-argument index="1"> | |
4526 | <reference-count action="ignore"/> |
|
4548 | <reference-count action="ignore"/> | |
4527 | </modify-argument> |
|
4549 | </modify-argument> | |
4528 | </modify-function> |
|
4550 | </modify-function> | |
4529 |
|
4551 | |||
4530 | <modify-function signature="setupViewport(QWidget*)"> |
|
4552 | <modify-function signature="setupViewport(QWidget*)"> | |
4531 | <modify-argument index="1"> |
|
4553 | <modify-argument index="1"> | |
4532 | <reference-count action="ignore"/> |
|
4554 | <reference-count action="ignore"/> | |
4533 | </modify-argument> |
|
4555 | </modify-argument> | |
4534 | </modify-function> |
|
4556 | </modify-function> | |
4535 |
|
4557 | |||
4536 | <modify-function signature="viewportEvent(QEvent*)"> |
|
4558 | <modify-function signature="viewportEvent(QEvent*)"> | |
4537 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
4559 | <modify-argument index="1" invalidate-after-use="yes"/> | |
4538 | </modify-function> |
|
4560 | </modify-function> | |
4539 |
|
4561 | |||
4540 | </object-type> |
|
4562 | </object-type> | |
4541 |
|
4563 | |||
4542 | <object-type name="QPaintEngineState"> |
|
4564 | <object-type name="QPaintEngineState"> | |
4543 | <extra-includes> |
|
4565 | <extra-includes> | |
4544 | <include file-name="QPainterPath" location="global"/> |
|
4566 | <include file-name="QPainterPath" location="global"/> | |
4545 | </extra-includes> |
|
4567 | </extra-includes> | |
4546 | </object-type> |
|
4568 | </object-type> | |
4547 |
|
4569 | |||
4548 | <object-type name="QRubberBand"> |
|
4570 | <object-type name="QRubberBand"> | |
4549 | <modify-function signature="initStyleOption(QStyleOptionRubberBand*)const"> |
|
4571 | <modify-function signature="initStyleOption(QStyleOptionRubberBand*)const"> | |
4550 | <access modifier="private"/> |
|
4572 | <access modifier="private"/> | |
4551 | </modify-function> |
|
4573 | </modify-function> | |
4552 | <modify-function signature="move(int,int)" rename="moveRubberBand"/> |
|
4574 | <modify-function signature="move(int,int)" rename="moveRubberBand"/> | |
4553 | <modify-function signature="move(const QPoint &)" rename="moveRubberBand"/> |
|
4575 | <modify-function signature="move(const QPoint &)" rename="moveRubberBand"/> | |
4554 | <modify-function signature="resize(int,int)" rename="resizeRubberBand"/> |
|
4576 | <modify-function signature="resize(int,int)" rename="resizeRubberBand"/> | |
4555 | <modify-function signature="resize(const QSize &)" rename="resizeRubberBand"/> |
|
4577 | <modify-function signature="resize(const QSize &)" rename="resizeRubberBand"/> | |
4556 | <modify-function signature="setGeometry(int,int,int,int)" rename="setRubberBandGeometry"/> |
|
4578 | <modify-function signature="setGeometry(int,int,int,int)" rename="setRubberBandGeometry"/> | |
4557 | <modify-function signature="setGeometry(const QRect &)" rename="setRubberBandGeometry"/> |
|
4579 | <modify-function signature="setGeometry(const QRect &)" rename="setRubberBandGeometry"/> | |
4558 | </object-type> |
|
4580 | </object-type> | |
4559 |
|
4581 | |||
4560 | <object-type name="QTextLayout"> |
|
4582 | <object-type name="QTextLayout"> | |
4561 | <extra-includes> |
|
4583 | <extra-includes> | |
4562 | <include file-name="QTextOption" location="global"/> |
|
4584 | <include file-name="QTextOption" location="global"/> | |
4563 | </extra-includes> |
|
4585 | </extra-includes> | |
4564 | </object-type> |
|
4586 | </object-type> | |
4565 |
|
4587 | |||
4566 | <object-type name="QTableWidget"> |
|
4588 | <object-type name="QTableWidget"> | |
4567 | <modify-function signature="mimeData(const QList<QTableWidgetItem*>)const"> |
|
4589 | <modify-function signature="mimeData(const QList<QTableWidgetItem*>)const"> | |
4568 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
4590 | <modify-argument index="1" invalidate-after-use="yes"/> | |
4569 | </modify-function> |
|
4591 | </modify-function> | |
4570 | <modify-function signature="isSortingEnabled()const" remove="all"/> |
|
4592 | <modify-function signature="isSortingEnabled()const" remove="all"/> | |
4571 | <modify-function signature="setSortingEnabled(bool)" remove="all"/> |
|
4593 | <modify-function signature="setSortingEnabled(bool)" remove="all"/> | |
4572 | <modify-function signature="setHorizontalHeaderItem(int, QTableWidgetItem *)"> |
|
4594 | <modify-function signature="setHorizontalHeaderItem(int, QTableWidgetItem *)"> | |
4573 | <modify-argument index="2"> |
|
4595 | <modify-argument index="2"> | |
4574 | <define-ownership class="java" owner="c++"/> |
|
4596 | <define-ownership class="java" owner="c++"/> | |
4575 | </modify-argument> |
|
4597 | </modify-argument> | |
4576 | </modify-function> |
|
4598 | </modify-function> | |
4577 | <modify-function signature="setItem(int, int, QTableWidgetItem *)"> |
|
4599 | <modify-function signature="setItem(int, int, QTableWidgetItem *)"> | |
4578 | <modify-argument index="3"> |
|
4600 | <modify-argument index="3"> | |
4579 | <define-ownership class="java" owner="c++"/> |
|
4601 | <define-ownership class="java" owner="c++"/> | |
4580 | </modify-argument> |
|
4602 | </modify-argument> | |
4581 | </modify-function> |
|
4603 | </modify-function> | |
4582 | <modify-function signature="takeHorizontalHeaderItem(int)"> |
|
4604 | <modify-function signature="takeHorizontalHeaderItem(int)"> | |
4583 | <modify-argument index="return"> |
|
4605 | <modify-argument index="return"> | |
4584 | <define-ownership class="java" owner="default"/> |
|
4606 | <define-ownership class="java" owner="default"/> | |
4585 | </modify-argument> |
|
4607 | </modify-argument> | |
4586 | </modify-function> |
|
4608 | </modify-function> | |
4587 | <modify-function signature="takeVerticalHeaderItem(int)"> |
|
4609 | <modify-function signature="takeVerticalHeaderItem(int)"> | |
4588 | <modify-argument index="return"> |
|
4610 | <modify-argument index="return"> | |
4589 | <define-ownership class="java" owner="default"/> |
|
4611 | <define-ownership class="java" owner="default"/> | |
4590 | </modify-argument> |
|
4612 | </modify-argument> | |
4591 | </modify-function> |
|
4613 | </modify-function> | |
4592 | <modify-function signature="takeItem(int,int)"> |
|
4614 | <modify-function signature="takeItem(int,int)"> | |
4593 | <modify-argument index="return"> |
|
4615 | <modify-argument index="return"> | |
4594 | <define-ownership class="java" owner="default"/> |
|
4616 | <define-ownership class="java" owner="default"/> | |
4595 | </modify-argument> |
|
4617 | </modify-argument> | |
4596 | </modify-function> |
|
4618 | </modify-function> | |
4597 | <modify-function signature="setItemPrototype(const QTableWidgetItem *)"> |
|
4619 | <modify-function signature="setItemPrototype(const QTableWidgetItem *)"> | |
4598 | <modify-argument index="1"> |
|
4620 | <modify-argument index="1"> | |
4599 | <define-ownership class="java" owner="c++"/> |
|
4621 | <define-ownership class="java" owner="c++"/> | |
4600 | </modify-argument> |
|
4622 | </modify-argument> | |
4601 | </modify-function> |
|
4623 | </modify-function> | |
4602 | <modify-function signature="setVerticalHeaderItem(int, QTableWidgetItem *)"> |
|
4624 | <modify-function signature="setVerticalHeaderItem(int, QTableWidgetItem *)"> | |
4603 | <modify-argument index="2"> |
|
4625 | <modify-argument index="2"> | |
4604 | <define-ownership class="java" owner="c++"/> |
|
4626 | <define-ownership class="java" owner="c++"/> | |
4605 | </modify-argument> |
|
4627 | </modify-argument> | |
4606 | </modify-function> |
|
4628 | </modify-function> | |
4607 | <modify-function signature="setCellWidget(int,int,QWidget*)"> |
|
4629 | <modify-function signature="setCellWidget(int,int,QWidget*)"> | |
4608 | <modify-argument index="3"> |
|
4630 | <modify-argument index="3"> | |
4609 | <reference-count action="ignore"/> |
|
4631 | <reference-count action="ignore"/> | |
4610 | </modify-argument> |
|
4632 | </modify-argument> | |
4611 | </modify-function> |
|
4633 | </modify-function> | |
4612 | <modify-function signature="setCurrentItem(QTableWidgetItem*)"> |
|
4634 | <modify-function signature="setCurrentItem(QTableWidgetItem*)"> | |
4613 | <modify-argument index="1"> |
|
4635 | <modify-argument index="1"> | |
4614 | <reference-count action="ignore"/> |
|
4636 | <reference-count action="ignore"/> | |
4615 | </modify-argument> |
|
4637 | </modify-argument> | |
4616 | </modify-function> |
|
4638 | </modify-function> | |
4617 | <modify-function signature="setCurrentItem(QTableWidgetItem*,QFlags<QItemSelectionModel::SelectionFlag>)"> |
|
4639 | <modify-function signature="setCurrentItem(QTableWidgetItem*,QFlags<QItemSelectionModel::SelectionFlag>)"> | |
4618 | <modify-argument index="1"> |
|
4640 | <modify-argument index="1"> | |
4619 | <reference-count action="ignore"/> |
|
4641 | <reference-count action="ignore"/> | |
4620 | </modify-argument> |
|
4642 | </modify-argument> | |
4621 | </modify-function> |
|
4643 | </modify-function> | |
4622 | <modify-function signature="setItemSelected(const QTableWidgetItem*,bool)"> |
|
4644 | <modify-function signature="setItemSelected(const QTableWidgetItem*,bool)"> | |
4623 | <remove/> |
|
4645 | <remove/> | |
4624 | </modify-function> |
|
4646 | </modify-function> | |
4625 | <modify-function signature="isItemSelected(const QTableWidgetItem*)const"> |
|
4647 | <modify-function signature="isItemSelected(const QTableWidgetItem*)const"> | |
4626 | <remove/> |
|
4648 | <remove/> | |
4627 | </modify-function> |
|
4649 | </modify-function> | |
4628 | <modify-function signature="setModel(QAbstractItemModel*)"> |
|
4650 | <modify-function signature="setModel(QAbstractItemModel*)"> | |
4629 | <modify-argument index="1"> |
|
4651 | <modify-argument index="1"> | |
4630 | <reference-count action="ignore"/> |
|
4652 | <reference-count action="ignore"/> | |
4631 | </modify-argument> |
|
4653 | </modify-argument> | |
4632 | </modify-function> |
|
4654 | </modify-function> | |
4633 |
|
4655 | |||
4634 | <modify-function signature="mimeData(const QList<QTableWidgetItem*>)const" remove="all"/> |
|
4656 | <modify-function signature="mimeData(const QList<QTableWidgetItem*>)const" remove="all"/> | |
4635 | </object-type> |
|
4657 | </object-type> | |
4636 | <object-type name="QTextDocument"> |
|
4658 | <object-type name="QTextDocument"> | |
4637 | <extra-includes> |
|
4659 | <extra-includes> | |
4638 | <include file-name="QTextBlock" location="global"/> |
|
4660 | <include file-name="QTextBlock" location="global"/> | |
4639 | <include file-name="QTextFormat" location="global"/> |
|
4661 | <include file-name="QTextFormat" location="global"/> | |
4640 | <include file-name="QTextCursor" location="global"/> |
|
4662 | <include file-name="QTextCursor" location="global"/> | |
4641 | </extra-includes> |
|
4663 | </extra-includes> | |
4642 | <modify-function signature="redo(QTextCursor*)"> |
|
4664 | <modify-function signature="redo(QTextCursor*)"> | |
4643 | <access modifier="private"/> |
|
4665 | <access modifier="private"/> | |
4644 | </modify-function> |
|
4666 | </modify-function> | |
4645 | <modify-function signature="setDocumentLayout(QAbstractTextDocumentLayout*)"> |
|
4667 | <modify-function signature="setDocumentLayout(QAbstractTextDocumentLayout*)"> | |
4646 | <modify-argument index="1"> |
|
4668 | <modify-argument index="1"> | |
4647 | <define-ownership class="java" owner="c++"/> |
|
4669 | <define-ownership class="java" owner="c++"/> | |
4648 | </modify-argument> |
|
4670 | </modify-argument> | |
4649 | </modify-function> |
|
4671 | </modify-function> | |
4650 |
|
4672 | |||
4651 | <modify-function signature="undo(QTextCursor*)"> |
|
4673 | <modify-function signature="undo(QTextCursor*)"> | |
4652 | <access modifier="private"/> |
|
4674 | <access modifier="private"/> | |
4653 | </modify-function> |
|
4675 | </modify-function> | |
4654 | </object-type> |
|
4676 | </object-type> | |
4655 |
|
4677 | |||
4656 | <object-type name="QTextDocumentWriter"> |
|
4678 | <object-type name="QTextDocumentWriter"> | |
4657 | <modify-function signature="setCodec(QTextCodec*)"> |
|
4679 | <modify-function signature="setCodec(QTextCodec*)"> | |
4658 | <modify-argument index="1"> |
|
4680 | <modify-argument index="1"> | |
4659 | <reference-count action="set" variable-name="__rcCodec"/> |
|
4681 | <reference-count action="set" variable-name="__rcCodec"/> | |
4660 | </modify-argument> |
|
4682 | </modify-argument> | |
4661 | </modify-function> |
|
4683 | </modify-function> | |
4662 | <modify-function signature="setDevice(QIODevice*)"> |
|
4684 | <modify-function signature="setDevice(QIODevice*)"> | |
4663 | <modify-argument index="1"> |
|
4685 | <modify-argument index="1"> | |
4664 | <reference-count action="set" variable-name="__rcDevice"/> |
|
4686 | <reference-count action="set" variable-name="__rcDevice"/> | |
4665 | </modify-argument> |
|
4687 | </modify-argument> | |
4666 | </modify-function> |
|
4688 | </modify-function> | |
4667 | </object-type> |
|
4689 | </object-type> | |
4668 |
|
4690 | |||
4669 | <object-type name="QSplitter"> |
|
4691 | <object-type name="QSplitter"> | |
4670 |
|
4692 | |||
4671 | <modify-function signature="getRange(int,int*,int*)const"> |
|
4693 | <modify-function signature="getRange(int,int*,int*)const"> | |
4672 | <access modifier="private"/> |
|
4694 | <access modifier="private"/> | |
4673 | </modify-function> |
|
4695 | </modify-function> | |
4674 | <modify-function signature="addWidget(QWidget *)"> |
|
4696 | <modify-function signature="addWidget(QWidget *)"> | |
4675 | <modify-argument index="1"> |
|
4697 | <modify-argument index="1"> | |
4676 | <reference-count action="ignore"/> |
|
4698 | <reference-count action="ignore"/> | |
4677 | </modify-argument> |
|
4699 | </modify-argument> | |
4678 | </modify-function> |
|
4700 | </modify-function> | |
4679 | <modify-function signature="insertWidget(int, QWidget *)"> |
|
4701 | <modify-function signature="insertWidget(int, QWidget *)"> | |
4680 | <modify-argument index="2"> |
|
4702 | <modify-argument index="2"> | |
4681 | <reference-count action="ignore"/> |
|
4703 | <reference-count action="ignore"/> | |
4682 | </modify-argument> |
|
4704 | </modify-argument> | |
4683 | </modify-function> |
|
4705 | </modify-function> | |
4684 | </object-type> |
|
4706 | </object-type> | |
4685 |
|
4707 | |||
4686 | <object-type name="QGroupBox"> |
|
4708 | <object-type name="QGroupBox"> | |
4687 | <modify-function signature="initStyleOption(QStyleOptionGroupBox*)const"> |
|
4709 | <modify-function signature="initStyleOption(QStyleOptionGroupBox*)const"> | |
4688 | <access modifier="private"/> |
|
4710 | <access modifier="private"/> | |
4689 | </modify-function> |
|
4711 | </modify-function> | |
4690 | </object-type> |
|
4712 | </object-type> | |
4691 |
|
4713 | |||
4692 | <object-type name="QStackedWidget"> |
|
4714 | <object-type name="QStackedWidget"> | |
4693 | <modify-function signature="addWidget(QWidget*)"> |
|
4715 | <modify-function signature="addWidget(QWidget*)"> | |
4694 | <modify-argument index="1"> |
|
4716 | <modify-argument index="1"> | |
4695 | <reference-count action="ignore"/> |
|
4717 | <reference-count action="ignore"/> | |
4696 | </modify-argument> |
|
4718 | </modify-argument> | |
4697 | </modify-function> |
|
4719 | </modify-function> | |
4698 | <modify-function signature="insertWidget(int,QWidget*)"> |
|
4720 | <modify-function signature="insertWidget(int,QWidget*)"> | |
4699 | <modify-argument index="2"> |
|
4721 | <modify-argument index="2"> | |
4700 | <reference-count action="ignore"/> |
|
4722 | <reference-count action="ignore"/> | |
4701 | </modify-argument> |
|
4723 | </modify-argument> | |
4702 | </modify-function> |
|
4724 | </modify-function> | |
4703 | <modify-function signature="removeWidget(QWidget*)"> |
|
4725 | <modify-function signature="removeWidget(QWidget*)"> | |
4704 | <modify-argument index="1"> |
|
4726 | <modify-argument index="1"> | |
4705 | <reference-count action="ignore"/> |
|
4727 | <reference-count action="ignore"/> | |
4706 | </modify-argument> |
|
4728 | </modify-argument> | |
4707 | </modify-function> |
|
4729 | </modify-function> | |
4708 | <modify-function signature="setCurrentWidget(QWidget*)"> |
|
4730 | <modify-function signature="setCurrentWidget(QWidget*)"> | |
4709 | <modify-argument index="1"> |
|
4731 | <modify-argument index="1"> | |
4710 | <reference-count action="ignore"/> |
|
4732 | <reference-count action="ignore"/> | |
4711 | </modify-argument> |
|
4733 | </modify-argument> | |
4712 | </modify-function> |
|
4734 | </modify-function> | |
4713 | </object-type> |
|
4735 | </object-type> | |
4714 |
|
4736 | |||
4715 | <object-type name="QSplitterHandle"> |
|
4737 | <object-type name="QSplitterHandle"> | |
4716 | </object-type> |
|
4738 | </object-type> | |
4717 |
|
4739 | |||
4718 | <object-type name="QDial"> |
|
4740 | <object-type name="QDial"> | |
4719 | <modify-function signature="initStyleOption(QStyleOptionSlider*)const"> |
|
4741 | <modify-function signature="initStyleOption(QStyleOptionSlider*)const"> | |
4720 | <access modifier="private"/> |
|
4742 | <access modifier="private"/> | |
4721 | </modify-function> |
|
4743 | </modify-function> | |
4722 | </object-type> |
|
4744 | </object-type> | |
4723 |
|
4745 | |||
4724 | <object-type name="QLineEdit"> |
|
4746 | <object-type name="QLineEdit"> | |
4725 | <modify-function signature="initStyleOption(QStyleOptionFrame*)const"> |
|
4747 | <modify-function signature="initStyleOption(QStyleOptionFrame*)const"> | |
4726 | <access modifier="private"/> |
|
4748 | <access modifier="private"/> | |
4727 | </modify-function> |
|
4749 | </modify-function> | |
4728 | <modify-function signature="setCompleter(QCompleter *)"> |
|
4750 | <modify-function signature="setCompleter(QCompleter *)"> | |
4729 | <modify-argument index="1"> |
|
4751 | <modify-argument index="1"> | |
4730 | <reference-count action="set" variable-name="__rcCompleter"/> |
|
4752 | <reference-count action="set" variable-name="__rcCompleter"/> | |
4731 | </modify-argument> |
|
4753 | </modify-argument> | |
4732 | </modify-function> |
|
4754 | </modify-function> | |
4733 | <modify-function signature="setValidator(const QValidator *)"> |
|
4755 | <modify-function signature="setValidator(const QValidator *)"> | |
4734 | <modify-argument index="1"> |
|
4756 | <modify-argument index="1"> | |
4735 | <reference-count action="set" variable-name="__rcValidator"/> |
|
4757 | <reference-count action="set" variable-name="__rcValidator"/> | |
4736 | </modify-argument> |
|
4758 | </modify-argument> | |
4737 | </modify-function> |
|
4759 | </modify-function> | |
4738 | </object-type> |
|
4760 | </object-type> | |
4739 |
|
4761 | |||
4740 | <object-type name="QLCDNumber"/> |
|
4762 | <object-type name="QLCDNumber"/> | |
4741 |
|
4763 | |||
4742 | <object-type name="QSplashScreen"> |
|
4764 | <object-type name="QSplashScreen"> | |
4743 | <modify-function signature="showMessage(const QString &, int, const QColor &)"> |
|
4765 | <modify-function signature="showMessage(const QString &, int, const QColor &)"> | |
4744 | <modify-argument index="3"> |
|
4766 | <modify-argument index="3"> | |
4745 | <replace-default-expression with="QColor.black"/> |
|
4767 | <replace-default-expression with="QColor.black"/> | |
4746 | </modify-argument> |
|
4768 | </modify-argument> | |
4747 | </modify-function> |
|
4769 | </modify-function> | |
4748 | <modify-function signature="repaint()" remove="all"/> |
|
4770 | <modify-function signature="repaint()" remove="all"/> | |
4749 | <modify-function signature="drawContents(QPainter*)"> |
|
4771 | <modify-function signature="drawContents(QPainter*)"> | |
4750 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
4772 | <modify-argument index="1" invalidate-after-use="yes"/> | |
4751 | </modify-function> |
|
4773 | </modify-function> | |
4752 | </object-type> |
|
4774 | </object-type> | |
4753 |
|
4775 | |||
4754 | <object-type name="QDockWidget"> |
|
4776 | <object-type name="QDockWidget"> | |
4755 | <modify-function signature="initStyleOption(QStyleOptionDockWidget*)const"> |
|
4777 | <modify-function signature="initStyleOption(QStyleOptionDockWidget*)const"> | |
4756 | <access modifier="private"/> |
|
4778 | <access modifier="private"/> | |
4757 | </modify-function> |
|
4779 | </modify-function> | |
4758 | <inject-code> |
|
4780 | <inject-code> | |
4759 | <insert-template name="gui.init_style_option"> |
|
4781 | <insert-template name="gui.init_style_option"> | |
4760 | <replace from="%TYPE" to="QStyleOptionDockWidget"/> |
|
4782 | <replace from="%TYPE" to="QStyleOptionDockWidget"/> | |
4761 | </insert-template> |
|
4783 | </insert-template> | |
4762 | </inject-code> |
|
4784 | </inject-code> | |
4763 | <modify-function signature="setTitleBarWidget(QWidget*)"> |
|
4785 | <modify-function signature="setTitleBarWidget(QWidget*)"> | |
4764 | <modify-argument index="1"> |
|
4786 | <modify-argument index="1"> | |
4765 | <reference-count action="ignore"/> |
|
4787 | <reference-count action="ignore"/> | |
4766 | </modify-argument> |
|
4788 | </modify-argument> | |
4767 | </modify-function> |
|
4789 | </modify-function> | |
4768 | <modify-function signature="setWidget(QWidget*)"> |
|
4790 | <modify-function signature="setWidget(QWidget*)"> | |
4769 | <modify-argument index="1"> |
|
4791 | <modify-argument index="1"> | |
4770 | <reference-count action="ignore"/> |
|
4792 | <reference-count action="ignore"/> | |
4771 | </modify-argument> |
|
4793 | </modify-argument> | |
4772 | </modify-function> |
|
4794 | </modify-function> | |
4773 | </object-type> |
|
4795 | </object-type> | |
4774 |
|
4796 | |||
4775 | <object-type name="QAbstractProxyModel"> |
|
4797 | <object-type name="QAbstractProxyModel"> | |
4776 | <extra-includes> |
|
4798 | <extra-includes> | |
4777 | <include file-name="QItemSelection" location="global"/> |
|
4799 | <include file-name="QItemSelection" location="global"/> | |
4778 | <include file-name="QStringList" location="global"/> |
|
4800 | <include file-name="QStringList" location="global"/> | |
4779 | <include file-name="QSize" location="global"/> |
|
4801 | <include file-name="QSize" location="global"/> | |
4780 | </extra-includes> |
|
4802 | </extra-includes> | |
4781 |
|
4803 | |||
4782 | <modify-function signature="setSourceModel(QAbstractItemModel *)"> |
|
4804 | <modify-function signature="setSourceModel(QAbstractItemModel *)"> | |
4783 | <modify-argument index="1"> |
|
4805 | <modify-argument index="1"> | |
4784 | <reference-count action="set" variable-name="__rcSourceModel"/> |
|
4806 | <reference-count action="set" variable-name="__rcSourceModel"/> | |
4785 | </modify-argument> |
|
4807 | </modify-argument> | |
4786 | </modify-function> |
|
4808 | </modify-function> | |
4787 |
|
4809 | |||
4788 | </object-type> |
|
4810 | </object-type> | |
4789 |
|
4811 | |||
4790 | <object-type name="QDesktopWidget"> |
|
4812 | <object-type name="QDesktopWidget"> | |
4791 | </object-type> |
|
4813 | </object-type> | |
4792 |
|
4814 | |||
4793 | <object-type name="QFrame"> |
|
4815 | <object-type name="QFrame"> | |
4794 | </object-type> |
|
4816 | </object-type> | |
4795 |
|
4817 | |||
4796 | <object-type name="QTextTable"> |
|
4818 | <object-type name="QTextTable"> | |
4797 | <modify-function signature="format() const"> |
|
4819 | <modify-function signature="format() const"> | |
4798 | <rename to="tableFormat"/> |
|
4820 | <rename to="tableFormat"/> | |
4799 | </modify-function> |
|
4821 | </modify-function> | |
4800 | <extra-includes> |
|
4822 | <extra-includes> | |
4801 | <include file-name="QTextCursor" location="global"/> |
|
4823 | <include file-name="QTextCursor" location="global"/> | |
4802 | </extra-includes> |
|
4824 | </extra-includes> | |
4803 | </object-type> |
|
4825 | </object-type> | |
4804 |
|
4826 | |||
4805 | <object-type name="QSpinBox"> |
|
4827 | <object-type name="QSpinBox"> | |
4806 | <modify-function signature="valueChanged(const QString &)"> |
|
4828 | <modify-function signature="valueChanged(const QString &)"> | |
4807 | <rename to="valueStringChanged"/> |
|
4829 | <rename to="valueStringChanged"/> | |
4808 | </modify-function> |
|
4830 | </modify-function> | |
4809 | </object-type> |
|
4831 | </object-type> | |
4810 |
|
4832 | |||
4811 | <object-type name="QTextBrowser"> |
|
4833 | <object-type name="QTextBrowser"> | |
4812 | <modify-function signature="highlighted(const QString &)"> |
|
4834 | <modify-function signature="highlighted(const QString &)"> | |
4813 | <rename to="highlightedString"/> |
|
4835 | <rename to="highlightedString"/> | |
4814 | </modify-function> |
|
4836 | </modify-function> | |
4815 | </object-type> |
|
4837 | </object-type> | |
4816 |
|
4838 | |||
4817 | <object-type name="QDoubleSpinBox"> |
|
4839 | <object-type name="QDoubleSpinBox"> | |
4818 | <modify-function signature="valueChanged(const QString &)"> |
|
4840 | <modify-function signature="valueChanged(const QString &)"> | |
4819 | <rename to="valueStringChanged"/> |
|
4841 | <rename to="valueStringChanged"/> | |
4820 | </modify-function> |
|
4842 | </modify-function> | |
4821 | </object-type> |
|
4843 | </object-type> | |
4822 |
|
4844 | |||
4823 | <object-type name="QButtonGroup"> |
|
4845 | <object-type name="QButtonGroup"> | |
4824 | <modify-function signature="buttonClicked(int)"> |
|
4846 | <modify-function signature="buttonClicked(int)"> | |
4825 | <rename to="buttonIdClicked"/> |
|
4847 | <rename to="buttonIdClicked"/> | |
4826 | </modify-function> |
|
4848 | </modify-function> | |
4827 | <modify-function signature="buttonPressed(int)"> |
|
4849 | <modify-function signature="buttonPressed(int)"> | |
4828 | <rename to="buttonIdPressed"/> |
|
4850 | <rename to="buttonIdPressed"/> | |
4829 | </modify-function> |
|
4851 | </modify-function> | |
4830 | <modify-function signature="buttonReleased(int)"> |
|
4852 | <modify-function signature="buttonReleased(int)"> | |
4831 | <rename to="buttonIdReleased"/> |
|
4853 | <rename to="buttonIdReleased"/> | |
4832 | </modify-function> |
|
4854 | </modify-function> | |
4833 | <modify-function signature="addButton(QAbstractButton *)"> |
|
4855 | <modify-function signature="addButton(QAbstractButton *)"> | |
4834 | <modify-argument index="1"> |
|
4856 | <modify-argument index="1"> | |
4835 | <reference-count action="add" variable-name="__rcButtons"/> |
|
4857 | <reference-count action="add" variable-name="__rcButtons"/> | |
4836 | <no-null-pointer/> |
|
4858 | <no-null-pointer/> | |
4837 | </modify-argument> |
|
4859 | </modify-argument> | |
4838 | </modify-function> |
|
4860 | </modify-function> | |
4839 | <modify-function signature="addButton(QAbstractButton *, int)"> |
|
4861 | <modify-function signature="addButton(QAbstractButton *, int)"> | |
4840 | <modify-argument index="1"> |
|
4862 | <modify-argument index="1"> | |
4841 | <reference-count action="add" variable-name="__rcButtons"/> |
|
4863 | <reference-count action="add" variable-name="__rcButtons"/> | |
4842 | <no-null-pointer/> |
|
4864 | <no-null-pointer/> | |
4843 | </modify-argument> |
|
4865 | </modify-argument> | |
4844 | </modify-function> |
|
4866 | </modify-function> | |
4845 | <modify-function signature="removeButton(QAbstractButton *)"> |
|
4867 | <modify-function signature="removeButton(QAbstractButton *)"> | |
4846 | <modify-argument index="1"> |
|
4868 | <modify-argument index="1"> | |
4847 | <reference-count action="remove" variable-name="__rcButtons"/> |
|
4869 | <reference-count action="remove" variable-name="__rcButtons"/> | |
4848 | <no-null-pointer/> |
|
4870 | <no-null-pointer/> | |
4849 | </modify-argument> |
|
4871 | </modify-argument> | |
4850 | </modify-function> |
|
4872 | </modify-function> | |
4851 | <modify-function signature="setId(QAbstractButton *,int)"> |
|
4873 | <modify-function signature="setId(QAbstractButton *,int)"> | |
4852 | <modify-argument index="1"> |
|
4874 | <modify-argument index="1"> | |
4853 | <reference-count action="ignore"/> |
|
4875 | <reference-count action="ignore"/> | |
4854 | </modify-argument> |
|
4876 | </modify-argument> | |
4855 | </modify-function> |
|
4877 | </modify-function> | |
4856 | </object-type> |
|
4878 | </object-type> | |
4857 |
|
4879 | |||
4858 | <object-type name="QToolBar"> |
|
4880 | <object-type name="QToolBar"> | |
4859 | <modify-function signature="addWidget(QWidget*)"> |
|
4881 | <modify-function signature="addWidget(QWidget*)"> | |
4860 | <modify-argument index="1"> |
|
4882 | <modify-argument index="1"> | |
4861 | <define-ownership class="java" owner="c++"/> |
|
4883 | <define-ownership class="java" owner="c++"/> | |
4862 | </modify-argument> |
|
4884 | </modify-argument> | |
4863 | </modify-function> |
|
4885 | </modify-function> | |
4864 | <modify-function signature="insertWidget(QAction*,QWidget*)"> |
|
4886 | <modify-function signature="insertWidget(QAction*,QWidget*)"> | |
4865 | <modify-argument index="1"> |
|
4887 | <modify-argument index="1"> | |
4866 | <reference-count action="ignore"/> |
|
4888 | <reference-count action="ignore"/> | |
4867 | </modify-argument> |
|
4889 | </modify-argument> | |
4868 | <modify-argument index="2"> |
|
4890 | <modify-argument index="2"> | |
4869 | <define-ownership class="java" owner="c++"/> |
|
4891 | <define-ownership class="java" owner="c++"/> | |
4870 | </modify-argument> |
|
4892 | </modify-argument> | |
4871 | </modify-function> |
|
4893 | </modify-function> | |
4872 | <modify-function signature="insertSeparator(QAction*)"> |
|
4894 | <modify-function signature="insertSeparator(QAction*)"> | |
4873 | <modify-argument index="1"> |
|
4895 | <modify-argument index="1"> | |
4874 | <reference-count action="ignore"/> |
|
4896 | <reference-count action="ignore"/> | |
4875 | </modify-argument> |
|
4897 | </modify-argument> | |
4876 | </modify-function> |
|
4898 | </modify-function> | |
4877 |
|
4899 | |||
4878 | <inject-code class="pywrap-h"> |
|
4900 | <inject-code class="pywrap-h"> | |
4879 | QAction* addAction (QToolBar* menu, const QString & text, PyObject* callable) |
|
4901 | QAction* addAction (QToolBar* menu, const QString & text, PyObject* callable) | |
4880 | { |
|
4902 | { | |
4881 | QAction* a = menu->addAction(text); |
|
4903 | QAction* a = menu->addAction(text); | |
4882 | PythonQt::self()->addSignalHandler(a, SIGNAL(triggered(bool)), callable); |
|
4904 | PythonQt::self()->addSignalHandler(a, SIGNAL(triggered(bool)), callable); | |
4883 | return a; |
|
4905 | return a; | |
4884 | } |
|
4906 | } | |
4885 |
|
4907 | |||
4886 | QAction* addAction (QToolBar* menu, const QIcon& icon, const QString& text, PyObject* callable) |
|
4908 | QAction* addAction (QToolBar* menu, const QIcon& icon, const QString& text, PyObject* callable) | |
4887 | { |
|
4909 | { | |
4888 | QAction* a = menu->addAction(text); |
|
4910 | QAction* a = menu->addAction(text); | |
4889 | a->setIcon(icon); |
|
4911 | a->setIcon(icon); | |
4890 | PythonQt::self()->addSignalHandler(a, SIGNAL(triggered(bool)), callable); |
|
4912 | PythonQt::self()->addSignalHandler(a, SIGNAL(triggered(bool)), callable); | |
4891 | return a; |
|
4913 | return a; | |
4892 | } |
|
4914 | } | |
4893 | </inject-code> |
|
4915 | </inject-code> | |
4894 | </object-type> |
|
4916 | </object-type> | |
4895 |
|
4917 | |||
4896 | <object-type name="QPaintEngine"> |
|
4918 | <object-type name="QPaintEngine"> | |
4897 |
|
4919 | |||
4898 | <modify-function signature="begin(QPaintDevice*)"> |
|
4920 | <modify-function signature="begin(QPaintDevice*)"> | |
4899 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
4921 | <modify-argument index="1" invalidate-after-use="yes"/> | |
4900 | </modify-function> |
|
4922 | </modify-function> | |
4901 | <modify-function signature="updateState(QPaintEngineState)"> |
|
4923 | <modify-function signature="updateState(QPaintEngineState)"> | |
4902 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
4924 | <modify-argument index="1" invalidate-after-use="yes"/> | |
4903 | </modify-function> |
|
4925 | </modify-function> | |
4904 | <modify-function signature="drawTextItem(QPointF,QTextItem)"> |
|
4926 | <modify-function signature="drawTextItem(QPointF,QTextItem)"> | |
4905 | <modify-argument index="2" invalidate-after-use="yes"/> |
|
4927 | <modify-argument index="2" invalidate-after-use="yes"/> | |
4906 | </modify-function> |
|
4928 | </modify-function> | |
4907 |
|
4929 | |||
4908 | <extra-includes> |
|
4930 | <extra-includes> | |
4909 | <include file-name="QVarLengthArray" location="global"/> |
|
4931 | <include file-name="QVarLengthArray" location="global"/> | |
4910 | </extra-includes> |
|
4932 | </extra-includes> | |
4911 | <modify-function signature="setPaintDevice(QPaintDevice*)"> |
|
4933 | <modify-function signature="setPaintDevice(QPaintDevice*)"> | |
4912 | <remove/> |
|
4934 | <remove/> | |
4913 | </modify-function> |
|
4935 | </modify-function> | |
4914 | <modify-field name="state" read="false" write="false"/> |
|
4936 | <modify-field name="state" read="false" write="false"/> | |
4915 | </object-type> |
|
4937 | </object-type> | |
4916 |
|
4938 | |||
4917 | <object-type name="QAbstractTableModel"> |
|
4939 | <object-type name="QAbstractTableModel"> | |
4918 | <extra-includes> |
|
4940 | <extra-includes> | |
4919 | <include file-name="QStringList" location="global"/> |
|
4941 | <include file-name="QStringList" location="global"/> | |
4920 | <include file-name="QSize" location="global"/> |
|
4942 | <include file-name="QSize" location="global"/> | |
4921 | </extra-includes> |
|
4943 | </extra-includes> | |
4922 | </object-type> |
|
4944 | </object-type> | |
4923 |
|
4945 | |||
4924 | <object-type name="QGuiSignalMapper"/> |
|
4946 | <object-type name="QGuiSignalMapper"/> | |
4925 |
|
4947 | |||
4926 | <object-type name="QComboBox"> |
|
4948 | <object-type name="QComboBox"> | |
4927 | <modify-function signature="initStyleOption(QStyleOptionComboBox*)const"> |
|
4949 | <modify-function signature="initStyleOption(QStyleOptionComboBox*)const"> | |
4928 | <access modifier="private"/> |
|
4950 | <access modifier="private"/> | |
4929 | </modify-function> |
|
4951 | </modify-function> | |
4930 | <modify-function signature="setCompleter(QCompleter*)"> |
|
4952 | <modify-function signature="setCompleter(QCompleter*)"> | |
4931 | <modify-argument index="1"> |
|
4953 | <modify-argument index="1"> | |
4932 | <reference-count variable-name="__rcCompleter" action="set"/> |
|
4954 | <reference-count variable-name="__rcCompleter" action="set"/> | |
4933 | </modify-argument> |
|
4955 | </modify-argument> | |
4934 | </modify-function> |
|
4956 | </modify-function> | |
4935 | <modify-function signature="setValidator(const QValidator*)"> |
|
4957 | <modify-function signature="setValidator(const QValidator*)"> | |
4936 | <modify-argument index="1"> |
|
4958 | <modify-argument index="1"> | |
4937 | <reference-count variable-name="__rcValidator" action="set"/> |
|
4959 | <reference-count variable-name="__rcValidator" action="set"/> | |
4938 | </modify-argument> |
|
4960 | </modify-argument> | |
4939 | </modify-function> |
|
4961 | </modify-function> | |
4940 | <modify-function signature="setItemDelegate(QAbstractItemDelegate *)"> |
|
4962 | <modify-function signature="setItemDelegate(QAbstractItemDelegate *)"> | |
4941 | <modify-argument index="1"> |
|
4963 | <modify-argument index="1"> | |
4942 | <define-ownership class="java" owner="c++"/> |
|
4964 | <define-ownership class="java" owner="c++"/> | |
4943 | <no-null-pointer/> |
|
4965 | <no-null-pointer/> | |
4944 | </modify-argument> |
|
4966 | </modify-argument> | |
4945 | </modify-function> |
|
4967 | </modify-function> | |
4946 | <modify-function signature="setView(QAbstractItemView *)"> |
|
4968 | <modify-function signature="setView(QAbstractItemView *)"> | |
4947 | <modify-argument index="1"> |
|
4969 | <modify-argument index="1"> | |
4948 | <no-null-pointer/> |
|
4970 | <no-null-pointer/> | |
4949 | <!-- Safe to ignore because combo box reparents view --> |
|
4971 | <!-- Safe to ignore because combo box reparents view --> | |
4950 | <reference-count action="ignore"/> |
|
4972 | <reference-count action="ignore"/> | |
4951 | </modify-argument> |
|
4973 | </modify-argument> | |
4952 | </modify-function> |
|
4974 | </modify-function> | |
4953 | <modify-function signature="setLineEdit(QLineEdit *)"> |
|
4975 | <modify-function signature="setLineEdit(QLineEdit *)"> | |
4954 | <modify-argument index="1"> |
|
4976 | <modify-argument index="1"> | |
4955 | <no-null-pointer/> |
|
4977 | <no-null-pointer/> | |
4956 | <!-- Safe to ignore because combo box reparents line edit --> |
|
4978 | <!-- Safe to ignore because combo box reparents line edit --> | |
4957 | <reference-count action="ignore"/> |
|
4979 | <reference-count action="ignore"/> | |
4958 | </modify-argument> |
|
4980 | </modify-argument> | |
4959 | </modify-function> |
|
4981 | </modify-function> | |
4960 | <modify-function signature="setModel(QAbstractItemModel *)"> |
|
4982 | <modify-function signature="setModel(QAbstractItemModel *)"> | |
4961 | <modify-argument index="1"> |
|
4983 | <modify-argument index="1"> | |
4962 | <no-null-pointer/> |
|
4984 | <no-null-pointer/> | |
4963 | <reference-count action="set" variable-name="__rcModel"/> |
|
4985 | <reference-count action="set" variable-name="__rcModel"/> | |
4964 | </modify-argument> |
|
4986 | </modify-argument> | |
4965 | </modify-function> |
|
4987 | </modify-function> | |
4966 | <inject-code> |
|
4988 | <inject-code> | |
4967 | <insert-template name="gui.init_style_option"> |
|
4989 | <insert-template name="gui.init_style_option"> | |
4968 | <replace from="%TYPE" to="QStyleOptionComboBox"/> |
|
4990 | <replace from="%TYPE" to="QStyleOptionComboBox"/> | |
4969 | </insert-template> |
|
4991 | </insert-template> | |
4970 | </inject-code> |
|
4992 | </inject-code> | |
4971 | <modify-function signature="activated(int)">> |
|
4993 | <modify-function signature="activated(int)">> | |
4972 | <rename to="activatedIndex"/> |
|
4994 | <rename to="activatedIndex"/> | |
4973 | </modify-function> |
|
4995 | </modify-function> | |
4974 | <modify-function signature="currentIndexChanged(const QString &)"> |
|
4996 | <modify-function signature="currentIndexChanged(const QString &)"> | |
4975 | <rename to="currentStringChanged"/> |
|
4997 | <rename to="currentStringChanged"/> | |
4976 | </modify-function> |
|
4998 | </modify-function> | |
4977 | <modify-function signature="highlighted(int)"> |
|
4999 | <modify-function signature="highlighted(int)"> | |
4978 | <rename to="highlightedIndex"/> |
|
5000 | <rename to="highlightedIndex"/> | |
4979 | </modify-function> |
|
5001 | </modify-function> | |
4980 |
|
5002 | |||
4981 | <modify-function signature="autoCompletion()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
5003 | <modify-function signature="autoCompletion()const" remove="all"/> <!--### Obsolete in 4.3--> | |
4982 | <modify-function signature="autoCompletionCaseSensitivity()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
5004 | <modify-function signature="autoCompletionCaseSensitivity()const" remove="all"/> <!--### Obsolete in 4.3--> | |
4983 | <modify-function signature="setAutoCompletion(bool)" remove="all"/> <!--### Obsolete in 4.3--> |
|
5005 | <modify-function signature="setAutoCompletion(bool)" remove="all"/> <!--### Obsolete in 4.3--> | |
4984 | <modify-function signature="setAutoCompletionCaseSensitivity(Qt::CaseSensitivity)" remove="all"/> <!--### Obsolete in 4.3--> |
|
5006 | <modify-function signature="setAutoCompletionCaseSensitivity(Qt::CaseSensitivity)" remove="all"/> <!--### Obsolete in 4.3--> | |
4985 | </object-type> |
|
5007 | </object-type> | |
4986 |
|
5008 | |||
4987 | <object-type name="QTextEdit"> |
|
5009 | <object-type name="QTextEdit"> | |
4988 | <extra-includes> |
|
5010 | <extra-includes> | |
4989 | <include file-name="QTextCursor" location="global"/> |
|
5011 | <include file-name="QTextCursor" location="global"/> | |
4990 | </extra-includes> |
|
5012 | </extra-includes> | |
4991 | <modify-function signature="setDocument(QTextDocument*)"> |
|
5013 | <modify-function signature="setDocument(QTextDocument*)"> | |
4992 | <modify-argument index="1"> |
|
5014 | <modify-argument index="1"> | |
4993 | <reference-count action="set" variable-name="__rcDocument"/> |
|
5015 | <reference-count action="set" variable-name="__rcDocument"/> | |
4994 | </modify-argument> |
|
5016 | </modify-argument> | |
4995 | </modify-function> |
|
5017 | </modify-function> | |
4996 | <modify-function signature="insertFromMimeData(const QMimeData*) "> |
|
5018 | <modify-function signature="insertFromMimeData(const QMimeData*) "> | |
4997 | <modify-argument index="1"> |
|
5019 | <modify-argument index="1"> | |
4998 | <reference-count action="ignore"/> |
|
5020 | <reference-count action="ignore"/> | |
4999 | </modify-argument> |
|
5021 | </modify-argument> | |
5000 | </modify-function> |
|
5022 | </modify-function> | |
5001 | </object-type> |
|
5023 | </object-type> | |
5002 |
|
5024 | |||
5003 | <object-type name="QPrinter" delete-in-main-thread="yes"> |
|
5025 | <object-type name="QPrinter" delete-in-main-thread="yes"> | |
5004 | <modify-function signature="setEngines(QPrintEngine*,QPaintEngine*)"> |
|
5026 | <modify-function signature="setEngines(QPrintEngine*,QPaintEngine*)"> | |
5005 | <modify-argument index="1"> |
|
5027 | <modify-argument index="1"> | |
5006 | <reference-count action="set" variable-name="__rcPrintEngine"/> |
|
5028 | <reference-count action="set" variable-name="__rcPrintEngine"/> | |
5007 | </modify-argument> |
|
5029 | </modify-argument> | |
5008 | <modify-argument index="2"> |
|
5030 | <modify-argument index="2"> | |
5009 | <reference-count action="set" variable-name="__rcPaintEngine"/> |
|
5031 | <reference-count action="set" variable-name="__rcPaintEngine"/> | |
5010 | </modify-argument> |
|
5032 | </modify-argument> | |
5011 | </modify-function> |
|
5033 | </modify-function> | |
5012 |
|
5034 | |||
5013 | <extra-includes> |
|
5035 | <extra-includes> | |
5014 | <include file-name="QPrinterInfo" location="global"/> |
|
5036 | <include file-name="QPrinterInfo" location="global"/> | |
5015 | </extra-includes> |
|
5037 | </extra-includes> | |
5016 | </object-type> |
|
5038 | </object-type> | |
5017 |
|
5039 | |||
5018 | <object-type name="QAction"> |
|
5040 | <object-type name="QAction"> | |
5019 | <modify-function signature="setMenu(QMenu*)"> |
|
5041 | <modify-function signature="setMenu(QMenu*)"> | |
5020 | <modify-argument index="1"> |
|
5042 | <modify-argument index="1"> | |
5021 | <reference-count action="set" variable-name="__rcMenu"/> |
|
5043 | <reference-count action="set" variable-name="__rcMenu"/> | |
5022 | </modify-argument> |
|
5044 | </modify-argument> | |
5023 | </modify-function> |
|
5045 | </modify-function> | |
5024 |
|
5046 | |||
5025 | </object-type> |
|
5047 | </object-type> | |
5026 |
|
5048 | |||
5027 | <object-type name="QPainter"> |
|
5049 | <object-type name="QPainter"> | |
5028 | <extra-includes> |
|
5050 | <extra-includes> | |
5029 | <include file-name="QWidget" location="global"/> |
|
5051 | <include file-name="QWidget" location="global"/> | |
5030 | <include file-name="QPainterPath" location="global"/> |
|
5052 | <include file-name="QPainterPath" location="global"/> | |
5031 | <include file-name="QPixmap" location="global"/> |
|
5053 | <include file-name="QPixmap" location="global"/> | |
5032 | </extra-includes> |
|
5054 | </extra-includes> | |
5033 |
|
5055 | |||
5034 | <modify-function signature="drawText(const QPointF &, const QString &, int, int)" remove="all"/> |
|
5056 | <modify-function signature="drawText(const QPointF &, const QString &, int, int)" remove="all"/> | |
5035 |
|
5057 | |||
5036 | <modify-function signature="drawConvexPolygon(const QPoint *, int)"> |
|
5058 | <modify-function signature="drawConvexPolygon(const QPoint *, int)"> | |
5037 | <remove/> |
|
5059 | <remove/> | |
5038 | </modify-function> |
|
5060 | </modify-function> | |
5039 | <modify-function signature="drawConvexPolygon(const QPointF *, int)"> |
|
5061 | <modify-function signature="drawConvexPolygon(const QPointF *, int)"> | |
5040 | <remove/> |
|
5062 | <remove/> | |
5041 | </modify-function> |
|
5063 | </modify-function> | |
5042 | <modify-function signature="drawLines(const QLine *, int)"> |
|
5064 | <modify-function signature="drawLines(const QLine *, int)"> | |
5043 | <remove/> |
|
5065 | <remove/> | |
5044 | </modify-function> |
|
5066 | </modify-function> | |
5045 | <modify-function signature="drawLines(const QLineF *, int)"> |
|
5067 | <modify-function signature="drawLines(const QLineF *, int)"> | |
5046 | <remove/> |
|
5068 | <remove/> | |
5047 | </modify-function> |
|
5069 | </modify-function> | |
5048 | <modify-function signature="drawLines(const QPoint *, int)"> |
|
5070 | <modify-function signature="drawLines(const QPoint *, int)"> | |
5049 | <remove/> |
|
5071 | <remove/> | |
5050 | </modify-function> |
|
5072 | </modify-function> | |
5051 | <modify-function signature="drawLines(const QPointF *, int)"> |
|
5073 | <modify-function signature="drawLines(const QPointF *, int)"> | |
5052 | <remove/> |
|
5074 | <remove/> | |
5053 | </modify-function> |
|
5075 | </modify-function> | |
5054 | <modify-function signature="drawPoints(const QPoint *, int)"> |
|
5076 | <modify-function signature="drawPoints(const QPoint *, int)"> | |
5055 | <remove/> |
|
5077 | <remove/> | |
5056 | </modify-function> |
|
5078 | </modify-function> | |
5057 | <modify-function signature="drawPoints(const QPointF *, int)"> |
|
5079 | <modify-function signature="drawPoints(const QPointF *, int)"> | |
5058 | <remove/> |
|
5080 | <remove/> | |
5059 | </modify-function> |
|
5081 | </modify-function> | |
5060 | <modify-function signature="drawPolygon(const QPoint *, int, Qt::FillRule)"> |
|
5082 | <modify-function signature="drawPolygon(const QPoint *, int, Qt::FillRule)"> | |
5061 | <remove/> |
|
5083 | <remove/> | |
5062 | </modify-function> |
|
5084 | </modify-function> | |
5063 | <modify-function signature="drawPolygon(const QPointF *, int, Qt::FillRule)"> |
|
5085 | <modify-function signature="drawPolygon(const QPointF *, int, Qt::FillRule)"> | |
5064 | <remove/> |
|
5086 | <remove/> | |
5065 | </modify-function> |
|
5087 | </modify-function> | |
5066 | <modify-function signature="drawPolyline(const QPoint *, int)"> |
|
5088 | <modify-function signature="drawPolyline(const QPoint *, int)"> | |
5067 | <remove/> |
|
5089 | <remove/> | |
5068 | </modify-function> |
|
5090 | </modify-function> | |
5069 | <modify-function signature="drawPolyline(const QPointF *, int)"> |
|
5091 | <modify-function signature="drawPolyline(const QPointF *, int)"> | |
5070 | <remove/> |
|
5092 | <remove/> | |
5071 | </modify-function> |
|
5093 | </modify-function> | |
5072 | <modify-function signature="drawRects(const QRect *, int)"> |
|
5094 | <modify-function signature="drawRects(const QRect *, int)"> | |
5073 | <remove/> |
|
5095 | <remove/> | |
5074 | </modify-function> |
|
5096 | </modify-function> | |
5075 | <modify-function signature="drawRects(const QRectF *, int)"> |
|
5097 | <modify-function signature="drawRects(const QRectF *, int)"> | |
5076 | <remove/> |
|
5098 | <remove/> | |
5077 | </modify-function> |
|
5099 | </modify-function> | |
5078 | <modify-function signature="drawLines(const QVector<QPoint> &)"> |
|
5100 | <modify-function signature="drawLines(const QVector<QPoint> &)"> | |
5079 | <rename to="drawLinesFromPoints"/> |
|
5101 | <rename to="drawLinesFromPoints"/> | |
5080 | </modify-function> |
|
5102 | </modify-function> | |
5081 | <modify-function signature="drawLines(const QVector<QPointF> &)"> |
|
5103 | <modify-function signature="drawLines(const QVector<QPointF> &)"> | |
5082 | <rename to="drawLinesFromPointsF"/> |
|
5104 | <rename to="drawLinesFromPointsF"/> | |
5083 | </modify-function> |
|
5105 | </modify-function> | |
5084 | <modify-function signature="drawLines(const QVector<QLineF> &)"> |
|
5106 | <modify-function signature="drawLines(const QVector<QLineF> &)"> | |
5085 | <rename to="drawLinesF"/> |
|
5107 | <rename to="drawLinesF"/> | |
5086 | </modify-function> |
|
5108 | </modify-function> | |
5087 | <modify-function signature="drawRects(const QVector<QRectF> &)"> |
|
5109 | <modify-function signature="drawRects(const QVector<QRectF> &)"> | |
5088 | <rename to="drawRectsF"/> |
|
5110 | <rename to="drawRectsF"/> | |
5089 | </modify-function> |
|
5111 | </modify-function> | |
5090 |
|
5112 | |||
5091 | <modify-function signature="QPainter(QPaintDevice *)"> |
|
5113 | <modify-function signature="QPainter(QPaintDevice *)"> | |
5092 | <modify-argument index="1"> |
|
5114 | <modify-argument index="1"> | |
5093 | <no-null-pointer/> |
|
5115 | <no-null-pointer/> | |
5094 | </modify-argument> |
|
5116 | </modify-argument> | |
5095 | </modify-function> |
|
5117 | </modify-function> | |
5096 | <modify-function signature="begin(QPaintDevice *)"> |
|
5118 | <modify-function signature="begin(QPaintDevice *)"> | |
5097 | <modify-argument index="1"> |
|
5119 | <modify-argument index="1"> | |
5098 | <no-null-pointer/> |
|
5120 | <no-null-pointer/> | |
5099 | </modify-argument> |
|
5121 | </modify-argument> | |
5100 | </modify-function> |
|
5122 | </modify-function> | |
5101 | <modify-function signature="initFrom(const QWidget *)"> |
|
5123 | <modify-function signature="initFrom(const QWidget *)"> | |
5102 | <modify-argument index="1"> |
|
5124 | <modify-argument index="1"> | |
5103 | <no-null-pointer/> |
|
5125 | <no-null-pointer/> | |
5104 | </modify-argument> |
|
5126 | </modify-argument> | |
5105 | </modify-function> |
|
5127 | </modify-function> | |
5106 | <modify-function signature="setRedirected(const QPaintDevice *, QPaintDevice *, const QPoint &)"> |
|
5128 | <modify-function signature="setRedirected(const QPaintDevice *, QPaintDevice *, const QPoint &)"> | |
5107 | <modify-argument index="1"> |
|
5129 | <modify-argument index="1"> | |
5108 | <no-null-pointer/> |
|
5130 | <no-null-pointer/> | |
5109 | </modify-argument> |
|
5131 | </modify-argument> | |
5110 | </modify-function> |
|
5132 | </modify-function> | |
5111 | <modify-function signature="restoreRedirected(const QPaintDevice *)"> |
|
5133 | <modify-function signature="restoreRedirected(const QPaintDevice *)"> | |
5112 | <modify-argument index="1"> |
|
5134 | <modify-argument index="1"> | |
5113 | <no-null-pointer/> |
|
5135 | <no-null-pointer/> | |
5114 | </modify-argument> |
|
5136 | </modify-argument> | |
5115 | </modify-function> |
|
5137 | </modify-function> | |
5116 |
|
5138 | |||
5117 | <modify-function signature="drawText(QRect,int,QString,QRect*)"> |
|
5139 | <modify-function signature="drawText(QRect,int,QString,QRect*)"> | |
5118 | <access modifier="private"/> |
|
5140 | <access modifier="private"/> | |
5119 | <modify-argument index="4"> |
|
5141 | <modify-argument index="4"> | |
5120 | <remove-default-expression/> |
|
5142 | <remove-default-expression/> | |
5121 | </modify-argument> |
|
5143 | </modify-argument> | |
5122 | </modify-function> |
|
5144 | </modify-function> | |
5123 |
|
5145 | |||
5124 | <modify-function signature="drawText(QRectF,int,QString,QRectF*)"> |
|
5146 | <modify-function signature="drawText(QRectF,int,QString,QRectF*)"> | |
5125 | <access modifier="private"/> |
|
5147 | <access modifier="private"/> | |
5126 | <modify-argument index="4"> |
|
5148 | <modify-argument index="4"> | |
5127 | <remove-default-expression/> |
|
5149 | <remove-default-expression/> | |
5128 | </modify-argument> |
|
5150 | </modify-argument> | |
5129 | </modify-function> |
|
5151 | </modify-function> | |
5130 |
|
5152 | |||
5131 | <modify-function signature="drawText(int,int,int,int,int,QString,QRect*)"> |
|
5153 | <modify-function signature="drawText(int,int,int,int,int,QString,QRect*)"> | |
5132 | <access modifier="private"/> |
|
5154 | <access modifier="private"/> | |
5133 | <modify-argument index="7"> |
|
5155 | <modify-argument index="7"> | |
5134 | <remove-default-expression/> |
|
5156 | <remove-default-expression/> | |
5135 | </modify-argument> |
|
5157 | </modify-argument> | |
5136 | </modify-function> |
|
5158 | </modify-function> | |
5137 |
|
5159 | |||
5138 | <modify-function signature="redirected(const QPaintDevice*,QPoint*)"> |
|
5160 | <modify-function signature="redirected(const QPaintDevice*,QPoint*)"> | |
5139 | <access modifier="private"/> |
|
5161 | <access modifier="private"/> | |
5140 | <modify-argument index="2"> |
|
5162 | <modify-argument index="2"> | |
5141 | <remove-default-expression/> |
|
5163 | <remove-default-expression/> | |
5142 | </modify-argument> |
|
5164 | </modify-argument> | |
5143 | </modify-function> |
|
5165 | </modify-function> | |
5144 | <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
5166 | <modify-function signature="matrix()const" remove="all"/> <!--### Obsolete in 4.3--> | |
5145 | <modify-function signature="matrixEnabled()const" remove="all"/> <!--### Obsolete in 4.3--> |
|
5167 | <modify-function signature="matrixEnabled()const" remove="all"/> <!--### Obsolete in 4.3--> | |
5146 | <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3--> |
|
5168 | <modify-function signature="setMatrix(QMatrix, bool)" remove="all"/> <!--### Obsolete in 4.3--> | |
5147 | <modify-function signature="setMatrixEnabled(bool)" remove="all"/> <!--### Obsolete in 4.3--> |
|
5169 | <modify-function signature="setMatrixEnabled(bool)" remove="all"/> <!--### Obsolete in 4.3--> | |
5148 |
|
5170 | |||
5149 |
<modify-function signature=" |
|
5171 | <modify-function signature="setBrush(Qt::BrushStyle)" remove="all"/> <!--### Problematic in PythonQt --> | |
5150 | <modify-function signature="fontMetrics()const" remove="all"/> |
|
|||
5151 | <modify-function signature="QPainter(QPaintDevice*)" remove="all"/> |
|
|||
5152 |
|
5172 | |||
5153 | <modify-function signature="begin(QPaintDevice*)"> |
|
5173 | <modify-function signature="begin(QPaintDevice*)"> | |
5154 | <modify-argument index="1"> |
|
5174 | <modify-argument index="1"> | |
5155 | <conversion-rule class="native"> |
|
5175 | <conversion-rule class="native"> | |
5156 | <insert-template name="core.convert_pointer_arg_and_check_null"> |
|
5176 | <insert-template name="core.convert_pointer_arg_and_check_null"> | |
5157 | <replace from="%TYPE%" to="QPaintDevice*"/> |
|
5177 | <replace from="%TYPE%" to="QPaintDevice*"/> | |
5158 | <replace from="%CLASS_NAME%" to="QPainter"/> |
|
5178 | <replace from="%CLASS_NAME%" to="QPainter"/> | |
5159 | <replace from="%FUNCTION_NAME%" to="begin"/> |
|
5179 | <replace from="%FUNCTION_NAME%" to="begin"/> | |
5160 | </insert-template> |
|
5180 | </insert-template> | |
5161 | </conversion-rule> |
|
5181 | </conversion-rule> | |
5162 | </modify-argument> |
|
5182 | </modify-argument> | |
5163 | </modify-function> |
|
5183 | </modify-function> | |
5164 | </object-type> |
|
5184 | </object-type> | |
5165 |
|
5185 | |||
5166 | <object-type name="QApplication"> |
|
5186 | <object-type name="QApplication"> | |
5167 | <extra-includes> |
|
5187 | <extra-includes> | |
5168 | <include file-name="QBasicTimer" location="global"/> |
|
5188 | <include file-name="QBasicTimer" location="global"/> | |
5169 | <include file-name="QFont" location="global"/> |
|
5189 | <include file-name="QFont" location="global"/> | |
5170 | <include file-name="QFontMetrics" location="global"/> |
|
5190 | <include file-name="QFontMetrics" location="global"/> | |
5171 | <include file-name="QPalette" location="global"/> |
|
5191 | <include file-name="QPalette" location="global"/> | |
5172 | <include file-name="QIcon" location="global"/> |
|
5192 | <include file-name="QIcon" location="global"/> | |
5173 | <include file-name="QLocale" location="global"/> |
|
5193 | <include file-name="QLocale" location="global"/> | |
5174 | </extra-includes> |
|
5194 | </extra-includes> | |
5175 |
|
5195 | |||
5176 | <modify-function signature="QApplication(int &, char **, int)"> |
|
5196 | <modify-function signature="QApplication(int &, char **, int)"> | |
5177 | <access modifier="private"/> |
|
5197 | <access modifier="private"/> | |
5178 | </modify-function> |
|
5198 | </modify-function> | |
5179 | <modify-function signature="QApplication(int &, char **, QApplication::Type, int)"> |
|
5199 | <modify-function signature="QApplication(int &, char **, QApplication::Type, int)"> | |
5180 | <remove/> |
|
5200 | <remove/> | |
5181 | </modify-function> |
|
5201 | </modify-function> | |
5182 | <modify-function signature="QApplication(int &, char **, bool, int)"> |
|
5202 | <modify-function signature="QApplication(int &, char **, bool, int)"> | |
5183 | <remove/> |
|
5203 | <remove/> | |
5184 | </modify-function> |
|
5204 | </modify-function> | |
5185 |
|
5205 | |||
5186 | <modify-function signature="font(const char*)"> |
|
5206 | <modify-function signature="font(const char*)"> | |
5187 | <remove/> |
|
5207 | <remove/> | |
5188 | </modify-function> |
|
5208 | </modify-function> | |
5189 | <modify-function signature="setFont(QFont,const char*)"> |
|
5209 | <modify-function signature="setFont(QFont,const char*)"> | |
5190 | <access modifier="private"/> |
|
5210 | <access modifier="private"/> | |
5191 | <modify-argument index="2"> |
|
5211 | <modify-argument index="2"> | |
5192 | <remove-default-expression/> |
|
5212 | <remove-default-expression/> | |
5193 | </modify-argument> |
|
5213 | </modify-argument> | |
5194 | </modify-function> |
|
5214 | </modify-function> | |
5195 |
|
5215 | |||
5196 | <modify-function signature="palette(const char*)"> |
|
5216 | <modify-function signature="palette(const char*)"> | |
5197 | <remove/> |
|
5217 | <remove/> | |
5198 | </modify-function> |
|
5218 | </modify-function> | |
5199 | <modify-function signature="setPalette(QPalette,const char*)"> |
|
5219 | <modify-function signature="setPalette(QPalette,const char*)"> | |
5200 | <access modifier="private"/> |
|
5220 | <access modifier="private"/> | |
5201 | <modify-argument index="2"> |
|
5221 | <modify-argument index="2"> | |
5202 | <remove-default-expression/> |
|
5222 | <remove-default-expression/> | |
5203 | </modify-argument> |
|
5223 | </modify-argument> | |
5204 | </modify-function> |
|
5224 | </modify-function> | |
5205 |
|
5225 | |||
5206 | <modify-function signature="overrideCursor()"> |
|
5226 | <modify-function signature="overrideCursor()"> | |
5207 | <access modifier="private"/> |
|
5227 | <access modifier="private"/> | |
5208 | <rename to="overrideCursor_private"/> |
|
5228 | <rename to="overrideCursor_private"/> | |
5209 | </modify-function> |
|
5229 | </modify-function> | |
5210 |
|
5230 | |||
5211 | <modify-function signature="setInputContext(QInputContext*)"> |
|
5231 | <modify-function signature="setInputContext(QInputContext*)"> | |
5212 | <modify-argument index="1"> |
|
5232 | <modify-argument index="1"> | |
5213 | <define-ownership class="java" owner="c++"/> |
|
5233 | <define-ownership class="java" owner="c++"/> | |
5214 | </modify-argument> |
|
5234 | </modify-argument> | |
5215 | </modify-function> |
|
5235 | </modify-function> | |
5216 | <modify-function signature="setActiveWindow(QWidget*)"> |
|
5236 | <modify-function signature="setActiveWindow(QWidget*)"> | |
5217 | <modify-argument index="1"> |
|
5237 | <modify-argument index="1"> | |
5218 | <reference-count action="ignore"/> |
|
5238 | <reference-count action="ignore"/> | |
5219 | </modify-argument> |
|
5239 | </modify-argument> | |
5220 | </modify-function> |
|
5240 | </modify-function> | |
5221 | <modify-function signature="setStyle(QStyle*)"> |
|
5241 | <modify-function signature="setStyle(QStyle*)"> | |
5222 | <modify-argument index="1"> |
|
5242 | <modify-argument index="1"> | |
5223 | <reference-count action="ignore"/> |
|
5243 | <reference-count action="ignore"/> | |
5224 | </modify-argument> |
|
5244 | </modify-argument> | |
5225 | </modify-function> |
|
5245 | </modify-function> | |
5226 |
|
5246 | |||
5227 | <modify-function signature="QApplication(int&,char**,QApplication::Type,int)" remove="all"/> |
|
5247 | <modify-function signature="QApplication(int&,char**,QApplication::Type,int)" remove="all"/> | |
5228 | <modify-function signature="QApplication(int&,char**,bool,int)" remove="all"/> |
|
5248 | <modify-function signature="QApplication(int&,char**,bool,int)" remove="all"/> | |
5229 | <modify-function signature="QApplication(int&,char**,int)" remove="all"/> |
|
5249 | <modify-function signature="QApplication(int&,char**,int)" remove="all"/> | |
5230 | <modify-function signature="commitData(QSessionManager&)" remove="all"/> |
|
5250 | <modify-function signature="commitData(QSessionManager&)" remove="all"/> | |
5231 | <modify-function signature="saveState(QSessionManager&)" remove="all"/> |
|
5251 | <modify-function signature="saveState(QSessionManager&)" remove="all"/> | |
5232 | <modify-function signature="fontMetrics()" remove="all"/> |
|
5252 | <modify-function signature="fontMetrics()" remove="all"/> | |
5233 | <modify-function signature="setFont(QFont,const char*)"> |
|
5253 | <modify-function signature="setFont(QFont,const char*)"> | |
5234 | <modify-argument index="2"> |
|
5254 | <modify-argument index="2"> | |
5235 | <replace-type modified-type="QString"/> |
|
5255 | <replace-type modified-type="QString"/> | |
5236 | <conversion-rule class="native"> |
|
5256 | <conversion-rule class="native"> | |
5237 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
5257 | <insert-template name="core.convert_string_arg_to_char*"/> | |
5238 | </conversion-rule> |
|
5258 | </conversion-rule> | |
5239 | </modify-argument> |
|
5259 | </modify-argument> | |
5240 | </modify-function> |
|
5260 | </modify-function> | |
5241 | <modify-function signature="setPalette(QPalette,const char*)"> |
|
5261 | <modify-function signature="setPalette(QPalette,const char*)"> | |
5242 | <modify-argument index="2"> |
|
5262 | <modify-argument index="2"> | |
5243 | <replace-type modified-type="QString"/> |
|
5263 | <replace-type modified-type="QString"/> | |
5244 | <conversion-rule class="native"> |
|
5264 | <conversion-rule class="native"> | |
5245 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
5265 | <insert-template name="core.convert_string_arg_to_char*"/> | |
5246 | </conversion-rule> |
|
5266 | </conversion-rule> | |
5247 | </modify-argument> |
|
5267 | </modify-argument> | |
5248 | </modify-function> |
|
5268 | </modify-function> | |
5249 | </object-type> |
|
5269 | </object-type> | |
5250 |
|
5270 | |||
5251 | <object-type name="QMouseEventTransition"/> |
|
5271 | <object-type name="QMouseEventTransition"/> | |
5252 | <object-type name="QKeyEventTransition"/> |
|
5272 | <object-type name="QKeyEventTransition"/> | |
5253 | <value-type name="QQuaternion"/> |
|
5273 | <value-type name="QQuaternion"/> | |
5254 |
|
5274 | |||
5255 | <object-type name="QCommandLinkButton"/> |
|
5275 | <object-type name="QCommandLinkButton"/> | |
5256 | <object-type name="QFileSystemModel"> |
|
5276 | <object-type name="QFileSystemModel"> | |
5257 | <modify-function signature="setIconProvider(QFileIconProvider*)"> |
|
5277 | <modify-function signature="setIconProvider(QFileIconProvider*)"> | |
5258 | <modify-argument index="1"> |
|
5278 | <modify-argument index="1"> | |
5259 | <reference-count action="set" variable-name="__rcIconProvider"/> |
|
5279 | <reference-count action="set" variable-name="__rcIconProvider"/> | |
5260 | </modify-argument> |
|
5280 | </modify-argument> | |
5261 | </modify-function> |
|
5281 | </modify-function> | |
5262 | </object-type> |
|
5282 | </object-type> | |
5263 | <object-type name="QFormLayout"> |
|
5283 | <object-type name="QFormLayout"> | |
5264 | <modify-function signature="addRow(QWidget*,QWidget*)"> |
|
5284 | <modify-function signature="addRow(QWidget*,QWidget*)"> | |
5265 | <modify-argument index="1"> |
|
5285 | <modify-argument index="1"> | |
5266 | <reference-count action="ignore"/> |
|
5286 | <reference-count action="ignore"/> | |
5267 | </modify-argument> |
|
5287 | </modify-argument> | |
5268 | <modify-argument index="2"> |
|
5288 | <modify-argument index="2"> | |
5269 | <reference-count action="ignore"/> |
|
5289 | <reference-count action="ignore"/> | |
5270 | </modify-argument> |
|
5290 | </modify-argument> | |
5271 | </modify-function> |
|
5291 | </modify-function> | |
5272 | <modify-function signature="addRow(QLayout*)"> |
|
5292 | <modify-function signature="addRow(QLayout*)"> | |
5273 | <modify-argument index="1"> |
|
5293 | <modify-argument index="1"> | |
5274 | <reference-count action="ignore"/> |
|
5294 | <reference-count action="ignore"/> | |
5275 | </modify-argument> |
|
5295 | </modify-argument> | |
5276 | </modify-function> |
|
5296 | </modify-function> | |
5277 | <modify-function signature="addRow(QWidget*,QLayout*)"> |
|
5297 | <modify-function signature="addRow(QWidget*,QLayout*)"> | |
5278 | <modify-argument index="1"> |
|
5298 | <modify-argument index="1"> | |
5279 | <reference-count action="ignore"/> |
|
5299 | <reference-count action="ignore"/> | |
5280 | </modify-argument> |
|
5300 | </modify-argument> | |
5281 | <modify-argument index="2"> |
|
5301 | <modify-argument index="2"> | |
5282 | <reference-count action="ignore"/> |
|
5302 | <reference-count action="ignore"/> | |
5283 | </modify-argument> |
|
5303 | </modify-argument> | |
5284 | </modify-function> |
|
5304 | </modify-function> | |
5285 |
|
5305 | |||
5286 | <modify-function signature="addRow(QWidget*)"> |
|
5306 | <modify-function signature="addRow(QWidget*)"> | |
5287 | <modify-argument index="1"> |
|
5307 | <modify-argument index="1"> | |
5288 | <reference-count action="ignore"/> |
|
5308 | <reference-count action="ignore"/> | |
5289 | </modify-argument> |
|
5309 | </modify-argument> | |
5290 | </modify-function> |
|
5310 | </modify-function> | |
5291 | <modify-function signature="addRow(QString,QLayout*)"> |
|
5311 | <modify-function signature="addRow(QString,QLayout*)"> | |
5292 | <modify-argument index="2"> |
|
5312 | <modify-argument index="2"> | |
5293 | <reference-count action="ignore"/> |
|
5313 | <reference-count action="ignore"/> | |
5294 | </modify-argument> |
|
5314 | </modify-argument> | |
5295 | </modify-function> |
|
5315 | </modify-function> | |
5296 | <modify-function signature="addRow(QString,QWidget*)"> |
|
5316 | <modify-function signature="addRow(QString,QWidget*)"> | |
5297 | <modify-argument index="2"> |
|
5317 | <modify-argument index="2"> | |
5298 | <reference-count action="ignore"/> |
|
5318 | <reference-count action="ignore"/> | |
5299 | </modify-argument> |
|
5319 | </modify-argument> | |
5300 | </modify-function> |
|
5320 | </modify-function> | |
5301 | <modify-function signature="insertRow(int,QLayout*)"> |
|
5321 | <modify-function signature="insertRow(int,QLayout*)"> | |
5302 | <modify-argument index="2"> |
|
5322 | <modify-argument index="2"> | |
5303 | <reference-count action="ignore"/> |
|
5323 | <reference-count action="ignore"/> | |
5304 | </modify-argument> |
|
5324 | </modify-argument> | |
5305 | </modify-function> |
|
5325 | </modify-function> | |
5306 | <modify-function signature="insertRow(int,QWidget*,QLayout*)"> |
|
5326 | <modify-function signature="insertRow(int,QWidget*,QLayout*)"> | |
5307 | <modify-argument index="2"> |
|
5327 | <modify-argument index="2"> | |
5308 | <reference-count action="ignore"/> |
|
5328 | <reference-count action="ignore"/> | |
5309 | </modify-argument> |
|
5329 | </modify-argument> | |
5310 | <modify-argument index="3"> |
|
5330 | <modify-argument index="3"> | |
5311 | <reference-count action="ignore"/> |
|
5331 | <reference-count action="ignore"/> | |
5312 | </modify-argument> |
|
5332 | </modify-argument> | |
5313 | </modify-function> |
|
5333 | </modify-function> | |
5314 | <modify-function signature="insertRow(int,QWidget*,QWidget*)"> |
|
5334 | <modify-function signature="insertRow(int,QWidget*,QWidget*)"> | |
5315 | <modify-argument index="2"> |
|
5335 | <modify-argument index="2"> | |
5316 | <reference-count action="ignore"/> |
|
5336 | <reference-count action="ignore"/> | |
5317 | </modify-argument> |
|
5337 | </modify-argument> | |
5318 | <modify-argument index="3"> |
|
5338 | <modify-argument index="3"> | |
5319 | <reference-count action="ignore"/> |
|
5339 | <reference-count action="ignore"/> | |
5320 | </modify-argument> |
|
5340 | </modify-argument> | |
5321 | </modify-function> |
|
5341 | </modify-function> | |
5322 | <modify-function signature="insertRow(int,QWidget*)"> |
|
5342 | <modify-function signature="insertRow(int,QWidget*)"> | |
5323 | <modify-argument index="2"> |
|
5343 | <modify-argument index="2"> | |
5324 | <reference-count action="ignore"/> |
|
5344 | <reference-count action="ignore"/> | |
5325 | </modify-argument> |
|
5345 | </modify-argument> | |
5326 | </modify-function> |
|
5346 | </modify-function> | |
5327 | <modify-function signature="insertRow(int,QString,QLayout*)"> |
|
5347 | <modify-function signature="insertRow(int,QString,QLayout*)"> | |
5328 | <modify-argument index="3"> |
|
5348 | <modify-argument index="3"> | |
5329 | <reference-count action="ignore"/> |
|
5349 | <reference-count action="ignore"/> | |
5330 | </modify-argument> |
|
5350 | </modify-argument> | |
5331 | </modify-function> |
|
5351 | </modify-function> | |
5332 | <modify-function signature="insertRow(int,QString,QWidget*)"> |
|
5352 | <modify-function signature="insertRow(int,QString,QWidget*)"> | |
5333 | <modify-argument index="3"> |
|
5353 | <modify-argument index="3"> | |
5334 | <reference-count action="ignore"/> |
|
5354 | <reference-count action="ignore"/> | |
5335 | </modify-argument> |
|
5355 | </modify-argument> | |
5336 | </modify-function> |
|
5356 | </modify-function> | |
5337 | <modify-function signature="setLayout(int,QFormLayout::ItemRole,QLayout*)"> |
|
5357 | <modify-function signature="setLayout(int,QFormLayout::ItemRole,QLayout*)"> | |
5338 | <modify-argument index="3"> |
|
5358 | <modify-argument index="3"> | |
5339 | <reference-count action="ignore"/> |
|
5359 | <reference-count action="ignore"/> | |
5340 | </modify-argument> |
|
5360 | </modify-argument> | |
5341 | </modify-function> |
|
5361 | </modify-function> | |
5342 | <modify-function signature="setWidget(int,QFormLayout::ItemRole,QWidget*)"> |
|
5362 | <modify-function signature="setWidget(int,QFormLayout::ItemRole,QWidget*)"> | |
5343 | <modify-argument index="3"> |
|
5363 | <modify-argument index="3"> | |
5344 | <reference-count action="ignore"/> |
|
5364 | <reference-count action="ignore"/> | |
5345 | </modify-argument> |
|
5365 | </modify-argument> | |
5346 | </modify-function> |
|
5366 | </modify-function> | |
5347 | <modify-function signature="setItem(int,QFormLayout::ItemRole,QLayoutItem*)" access="private" rename="setItem_private"> |
|
5367 | <modify-function signature="setItem(int,QFormLayout::ItemRole,QLayoutItem*)" access="private" rename="setItem_private"> | |
5348 | <modify-argument index="3"> |
|
5368 | <modify-argument index="3"> | |
5349 | <define-ownership class="java" owner="c++"/> |
|
5369 | <define-ownership class="java" owner="c++"/> | |
5350 | </modify-argument> |
|
5370 | </modify-argument> | |
5351 | </modify-function> |
|
5371 | </modify-function> | |
5352 | <modify-function signature="addItem(QLayoutItem*)"> |
|
5372 | <modify-function signature="addItem(QLayoutItem*)"> | |
5353 | <modify-argument index="1"> |
|
5373 | <modify-argument index="1"> | |
5354 | <define-ownership class="java" owner="c++"/> |
|
5374 | <define-ownership class="java" owner="c++"/> | |
5355 | </modify-argument> |
|
5375 | </modify-argument> | |
5356 | </modify-function> |
|
5376 | </modify-function> | |
5357 | </object-type> |
|
5377 | </object-type> | |
5358 | <object-type name="QGraphicsGridLayout" delete-in-main-thread="yes"> |
|
5378 | <object-type name="QGraphicsGridLayout" delete-in-main-thread="yes"> | |
5359 | <modify-function signature="addItem(QGraphicsLayoutItem*,int,int,QFlags<Qt::AlignmentFlag>)"> |
|
5379 | <modify-function signature="addItem(QGraphicsLayoutItem*,int,int,QFlags<Qt::AlignmentFlag>)"> | |
5360 | <modify-argument index="1"> |
|
5380 | <modify-argument index="1"> | |
5361 | <reference-count action="add" variable-name="__rcItems"/> |
|
5381 | <reference-count action="add" variable-name="__rcItems"/> | |
5362 | </modify-argument> |
|
5382 | </modify-argument> | |
5363 | </modify-function> |
|
5383 | </modify-function> | |
5364 | <modify-function signature="addItem(QGraphicsLayoutItem*,int,int,int,int,QFlags<Qt::AlignmentFlag>)"> |
|
5384 | <modify-function signature="addItem(QGraphicsLayoutItem*,int,int,int,int,QFlags<Qt::AlignmentFlag>)"> | |
5365 | <modify-argument index="1"> |
|
5385 | <modify-argument index="1"> | |
5366 | <reference-count action="add" variable-name="__rcItems"/> |
|
5386 | <reference-count action="add" variable-name="__rcItems"/> | |
5367 | </modify-argument> |
|
5387 | </modify-argument> | |
5368 | </modify-function> |
|
5388 | </modify-function> | |
5369 | <modify-function signature="setAlignment(QGraphicsLayoutItem*,QFlags<Qt::AlignmentFlag>)"> |
|
5389 | <modify-function signature="setAlignment(QGraphicsLayoutItem*,QFlags<Qt::AlignmentFlag>)"> | |
5370 | <modify-argument index="1"> |
|
5390 | <modify-argument index="1"> | |
5371 | <reference-count action="ignore"/> |
|
5391 | <reference-count action="ignore"/> | |
5372 | </modify-argument> |
|
5392 | </modify-argument> | |
5373 | </modify-function> |
|
5393 | </modify-function> | |
5374 | </object-type> |
|
5394 | </object-type> | |
5375 | <object-type name="QGraphicsLayout" delete-in-main-thread="yes"> |
|
5395 | <object-type name="QGraphicsLayout" delete-in-main-thread="yes"> | |
5376 |
|
5396 | |||
5377 | <modify-function signature="widgetEvent(QEvent*)"> |
|
5397 | <modify-function signature="widgetEvent(QEvent*)"> | |
5378 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
5398 | <modify-argument index="1" invalidate-after-use="yes"/> | |
5379 | </modify-function> |
|
5399 | </modify-function> | |
5380 | <modify-function signature="setParentLayoutItem(QGraphicsLayoutItem*)"> |
|
5400 | <modify-function signature="setParentLayoutItem(QGraphicsLayoutItem*)"> | |
5381 | <modify-argument index="1"> |
|
5401 | <modify-argument index="1"> | |
5382 | <reference-count action="set" variable-name="__rcParentLayoutItem"/> |
|
5402 | <reference-count action="set" variable-name="__rcParentLayoutItem"/> | |
5383 | </modify-argument> |
|
5403 | </modify-argument> | |
5384 | </modify-function> |
|
5404 | </modify-function> | |
5385 | <modify-function signature="setGraphicsItem(QGraphicsItem*)"> |
|
5405 | <modify-function signature="setGraphicsItem(QGraphicsItem*)"> | |
5386 | <modify-argument index="1"> |
|
5406 | <modify-argument index="1"> | |
5387 | <reference-count action="set" variable-name="__rcItem"/> |
|
5407 | <reference-count action="set" variable-name="__rcItem"/> | |
5388 | </modify-argument> |
|
5408 | </modify-argument> | |
5389 | </modify-function> |
|
5409 | </modify-function> | |
5390 | </object-type> |
|
5410 | </object-type> | |
5391 | <interface-type name="QGraphicsLayoutItem" delete-in-main-thread="yes"> |
|
5411 | <interface-type name="QGraphicsLayoutItem" delete-in-main-thread="yes"> | |
5392 | <modify-function signature="setParentLayoutItem(QGraphicsLayoutItem*)"> |
|
5412 | <modify-function signature="setParentLayoutItem(QGraphicsLayoutItem*)"> | |
5393 | <modify-argument index="1"> |
|
5413 | <modify-argument index="1"> | |
5394 | <reference-count action="set" variable-name="__rcParentLayoutItem"/> |
|
5414 | <reference-count action="set" variable-name="__rcParentLayoutItem"/> | |
5395 | </modify-argument> |
|
5415 | </modify-argument> | |
5396 | </modify-function> |
|
5416 | </modify-function> | |
5397 | <modify-function signature="setGraphicsItem(QGraphicsItem*)"> |
|
5417 | <modify-function signature="setGraphicsItem(QGraphicsItem*)"> | |
5398 | <modify-argument index="1"> |
|
5418 | <modify-argument index="1"> | |
5399 | <reference-count action="set" variable-name="__rcItem"/> |
|
5419 | <reference-count action="set" variable-name="__rcItem"/> | |
5400 | </modify-argument> |
|
5420 | </modify-argument> | |
5401 | </modify-function> |
|
5421 | </modify-function> | |
5402 | </interface-type> |
|
5422 | </interface-type> | |
5403 | <object-type name="QGraphicsLinearLayout" delete-in-main-thread="yes"> |
|
5423 | <object-type name="QGraphicsLinearLayout" delete-in-main-thread="yes"> | |
5404 | <modify-function signature="addItem(QGraphicsLayoutItem*)"> |
|
5424 | <modify-function signature="addItem(QGraphicsLayoutItem*)"> | |
5405 | <modify-argument index="1"> |
|
5425 | <modify-argument index="1"> | |
5406 | <reference-count action="add" variable-name="__rcItems"/> |
|
5426 | <reference-count action="add" variable-name="__rcItems"/> | |
5407 | </modify-argument> |
|
5427 | </modify-argument> | |
5408 | </modify-function> |
|
5428 | </modify-function> | |
5409 | <modify-function signature="insertItem(int,QGraphicsLayoutItem*)"> |
|
5429 | <modify-function signature="insertItem(int,QGraphicsLayoutItem*)"> | |
5410 | <modify-argument index="2"> |
|
5430 | <modify-argument index="2"> | |
5411 | <reference-count action="add" variable-name="__rcItems"/> |
|
5431 | <reference-count action="add" variable-name="__rcItems"/> | |
5412 | </modify-argument> |
|
5432 | </modify-argument> | |
5413 | </modify-function> |
|
5433 | </modify-function> | |
5414 | <modify-function signature="removeItem(QGraphicsLayoutItem*)"> |
|
5434 | <modify-function signature="removeItem(QGraphicsLayoutItem*)"> | |
5415 | <modify-argument index="1"> |
|
5435 | <modify-argument index="1"> | |
5416 | <reference-count action="remove" variable-name="__rcItems"/> |
|
5436 | <reference-count action="remove" variable-name="__rcItems"/> | |
5417 | </modify-argument> |
|
5437 | </modify-argument> | |
5418 | </modify-function> |
|
5438 | </modify-function> | |
5419 | <modify-function signature="setAlignment(QGraphicsLayoutItem*,QFlags<Qt::AlignmentFlag>)"> |
|
5439 | <modify-function signature="setAlignment(QGraphicsLayoutItem*,QFlags<Qt::AlignmentFlag>)"> | |
5420 | <modify-argument index="1"> |
|
5440 | <modify-argument index="1"> | |
5421 | <reference-count action="ignore"/> |
|
5441 | <reference-count action="ignore"/> | |
5422 | </modify-argument> |
|
5442 | </modify-argument> | |
5423 | </modify-function> |
|
5443 | </modify-function> | |
5424 | <modify-function signature="setStretchFactor(QGraphicsLayoutItem*,int)"> |
|
5444 | <modify-function signature="setStretchFactor(QGraphicsLayoutItem*,int)"> | |
5425 | <modify-argument index="1"> |
|
5445 | <modify-argument index="1"> | |
5426 | <reference-count action="ignore"/> |
|
5446 | <reference-count action="ignore"/> | |
5427 | </modify-argument> |
|
5447 | </modify-argument> | |
5428 | </modify-function> |
|
5448 | </modify-function> | |
5429 | </object-type> |
|
5449 | </object-type> | |
5430 | <object-type name="QGraphicsProxyWidget"/> <!-- a QObject so main-thread delete redundant --> |
|
5450 | <object-type name="QGraphicsProxyWidget"/> <!-- a QObject so main-thread delete redundant --> | |
5431 | <object-type name="QGraphicsWidget" |
|
5451 | <object-type name="QGraphicsWidget" | |
5432 | polymorphic-id-expression="%1->isWidget()"> |
|
5452 | polymorphic-id-expression="%1->isWidget()"> | |
5433 | <!-- a QObject so main-thread delete redundant --> |
|
5453 | <!-- a QObject so main-thread delete redundant --> | |
5434 | <!-- Duplicate function to QObject::children() to override accidental shadowing which is not present in Jambi --> |
|
5454 | <!-- Duplicate function to QObject::children() to override accidental shadowing which is not present in Jambi --> | |
5435 | <modify-function signature="children()const" remove="all"/> |
|
5455 | <modify-function signature="children()const" remove="all"/> | |
5436 | <modify-function signature="setLayout(QGraphicsLayout*)"> |
|
5456 | <modify-function signature="setLayout(QGraphicsLayout*)"> | |
5437 | <modify-argument index="1"> |
|
5457 | <modify-argument index="1"> | |
5438 | <reference-count action="set" variable-name="__rcLayout"/> |
|
5458 | <reference-count action="set" variable-name="__rcLayout"/> | |
5439 | </modify-argument> |
|
5459 | </modify-argument> | |
5440 | </modify-function> |
|
5460 | </modify-function> | |
5441 |
|
5461 | |||
5442 | <modify-function signature="addAction(QAction*)"> |
|
5462 | <modify-function signature="addAction(QAction*)"> | |
5443 | <modify-argument index="1"> |
|
5463 | <modify-argument index="1"> | |
5444 | <reference-count action="add" variable-name="__rcActions"/> |
|
5464 | <reference-count action="add" variable-name="__rcActions"/> | |
5445 | </modify-argument> |
|
5465 | </modify-argument> | |
5446 | </modify-function> |
|
5466 | </modify-function> | |
5447 | <modify-function signature="insertAction(QAction*,QAction*)"> |
|
5467 | <modify-function signature="insertAction(QAction*,QAction*)"> | |
5448 | <modify-argument index="2"> |
|
5468 | <modify-argument index="2"> | |
5449 | <reference-count action="add" variable-name="__rcActions"/> |
|
5469 | <reference-count action="add" variable-name="__rcActions"/> | |
5450 | </modify-argument> |
|
5470 | </modify-argument> | |
5451 | </modify-function> |
|
5471 | </modify-function> | |
5452 | <modify-function signature="insertActions(QAction*,QList<QAction*>)"> |
|
5472 | <modify-function signature="insertActions(QAction*,QList<QAction*>)"> | |
5453 | <modify-argument index="2"> |
|
5473 | <modify-argument index="2"> | |
5454 | <reference-count action="add" variable-name="__rcActions"/> |
|
5474 | <reference-count action="add" variable-name="__rcActions"/> | |
5455 | </modify-argument> |
|
5475 | </modify-argument> | |
5456 | </modify-function> |
|
5476 | </modify-function> | |
5457 | <modify-function signature="removeAction(QAction*)"> |
|
5477 | <modify-function signature="removeAction(QAction*)"> | |
5458 | <modify-argument index="1"> |
|
5478 | <modify-argument index="1"> | |
5459 | <reference-count action="remove" variable-name="__rcActions"/> |
|
5479 | <reference-count action="remove" variable-name="__rcActions"/> | |
5460 | </modify-argument> |
|
5480 | </modify-argument> | |
5461 | </modify-function> |
|
5481 | </modify-function> | |
5462 |
|
5482 | |||
5463 |
|
5483 | |||
5464 | <modify-function signature="changeEvent(QEvent*)"> |
|
5484 | <modify-function signature="changeEvent(QEvent*)"> | |
5465 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
5485 | <modify-argument index="1" invalidate-after-use="yes"/> | |
5466 | </modify-function> |
|
5486 | </modify-function> | |
5467 | <modify-function signature="closeEvent(QCloseEvent*)"> |
|
5487 | <modify-function signature="closeEvent(QCloseEvent*)"> | |
5468 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
5488 | <modify-argument index="1" invalidate-after-use="yes"/> | |
5469 | </modify-function> |
|
5489 | </modify-function> | |
5470 | <modify-function signature="grabKeyboardEvent(QEvent*)"> |
|
5490 | <modify-function signature="grabKeyboardEvent(QEvent*)"> | |
5471 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
5491 | <modify-argument index="1" invalidate-after-use="yes"/> | |
5472 | </modify-function> |
|
5492 | </modify-function> | |
5473 | <modify-function signature="grabMouseEvent(QEvent*)"> |
|
5493 | <modify-function signature="grabMouseEvent(QEvent*)"> | |
5474 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
5494 | <modify-argument index="1" invalidate-after-use="yes"/> | |
5475 | </modify-function> |
|
5495 | </modify-function> | |
5476 | <modify-function signature="hideEvent(QHideEvent*)"> |
|
5496 | <modify-function signature="hideEvent(QHideEvent*)"> | |
5477 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
5497 | <modify-argument index="1" invalidate-after-use="yes"/> | |
5478 | </modify-function> |
|
5498 | </modify-function> | |
5479 | <modify-function signature="moveEvent(QGraphicsSceneMoveEvent*)"> |
|
5499 | <modify-function signature="moveEvent(QGraphicsSceneMoveEvent*)"> | |
5480 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
5500 | <modify-argument index="1" invalidate-after-use="yes"/> | |
5481 | </modify-function> |
|
5501 | </modify-function> | |
5482 | <modify-function signature="paintWindowFrame(QPainter*,const QStyleOptionGraphicsItem*,QWidget*)"> |
|
5502 | <modify-function signature="paintWindowFrame(QPainter*,const QStyleOptionGraphicsItem*,QWidget*)"> | |
5483 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
5503 | <modify-argument index="1" invalidate-after-use="yes"/> | |
5484 | </modify-function> |
|
5504 | </modify-function> | |
5485 | <modify-function signature="resizeEvent(QGraphicsSceneResizeEvent*)"> |
|
5505 | <modify-function signature="resizeEvent(QGraphicsSceneResizeEvent*)"> | |
5486 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
5506 | <modify-argument index="1" invalidate-after-use="yes"/> | |
5487 | </modify-function> |
|
5507 | </modify-function> | |
5488 | <modify-function signature="showEvent(QShowEvent*)"> |
|
5508 | <modify-function signature="showEvent(QShowEvent*)"> | |
5489 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
5509 | <modify-argument index="1" invalidate-after-use="yes"/> | |
5490 | </modify-function> |
|
5510 | </modify-function> | |
5491 | <modify-function signature="ungrabKeyboardEvent(QEvent*)"> |
|
5511 | <modify-function signature="ungrabKeyboardEvent(QEvent*)"> | |
5492 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
5512 | <modify-argument index="1" invalidate-after-use="yes"/> | |
5493 | </modify-function> |
|
5513 | </modify-function> | |
5494 | <modify-function signature="ungrabMouseEvent(QEvent*)"> |
|
5514 | <modify-function signature="ungrabMouseEvent(QEvent*)"> | |
5495 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
5515 | <modify-argument index="1" invalidate-after-use="yes"/> | |
5496 | </modify-function> |
|
5516 | </modify-function> | |
5497 | <modify-function signature="windowFrameEvent(QEvent*)"> |
|
5517 | <modify-function signature="windowFrameEvent(QEvent*)"> | |
5498 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
5518 | <modify-argument index="1" invalidate-after-use="yes"/> | |
5499 | </modify-function> |
|
5519 | </modify-function> | |
5500 |
|
5520 | |||
5501 | <modify-function signature="setStyle(QStyle*)"> |
|
5521 | <modify-function signature="setStyle(QStyle*)"> | |
5502 | <modify-argument index="1"> |
|
5522 | <modify-argument index="1"> | |
5503 | <reference-count action="set" variable-name="__rcStyle"/> |
|
5523 | <reference-count action="set" variable-name="__rcStyle"/> | |
5504 | </modify-argument> |
|
5524 | </modify-argument> | |
5505 | </modify-function> |
|
5525 | </modify-function> | |
5506 | <modify-function signature="setTabOrder(QGraphicsWidget*,QGraphicsWidget*)"> |
|
5526 | <modify-function signature="setTabOrder(QGraphicsWidget*,QGraphicsWidget*)"> | |
5507 | <modify-argument index="1"> |
|
5527 | <modify-argument index="1"> | |
5508 | <reference-count action="ignore"/> |
|
5528 | <reference-count action="ignore"/> | |
5509 | </modify-argument> |
|
5529 | </modify-argument> | |
5510 | <modify-argument index="2"> |
|
5530 | <modify-argument index="2"> | |
5511 | <reference-count action="ignore"/> |
|
5531 | <reference-count action="ignore"/> | |
5512 | </modify-argument> |
|
5532 | </modify-argument> | |
5513 | </modify-function> |
|
5533 | </modify-function> | |
5514 | </object-type> |
|
5534 | </object-type> | |
5515 | <object-type name="QPlainTextDocumentLayout"/> |
|
5535 | <object-type name="QPlainTextDocumentLayout"/> | |
5516 | <object-type name="QPlainTextEdit"> |
|
5536 | <object-type name="QPlainTextEdit"> | |
5517 | <modify-function signature="setDocument(QTextDocument*)"> |
|
5537 | <modify-function signature="setDocument(QTextDocument*)"> | |
5518 | <modify-argument index="1"> |
|
5538 | <modify-argument index="1"> | |
5519 | <reference-count action="set" variable-name="__rcDocument"/> |
|
5539 | <reference-count action="set" variable-name="__rcDocument"/> | |
5520 | </modify-argument> |
|
5540 | </modify-argument> | |
5521 | </modify-function> |
|
5541 | </modify-function> | |
5522 | <modify-function signature="insertFromMimeData(const QMimeData*)"> |
|
5542 | <modify-function signature="insertFromMimeData(const QMimeData*)"> | |
5523 | <modify-argument index="1"> |
|
5543 | <modify-argument index="1"> | |
5524 | <reference-count action="ignore"/> |
|
5544 | <reference-count action="ignore"/> | |
5525 | </modify-argument> |
|
5545 | </modify-argument> | |
5526 | </modify-function> |
|
5546 | </modify-function> | |
5527 | </object-type> |
|
5547 | </object-type> | |
5528 | <object-type name="QPrintPreviewDialog"> |
|
5548 | <object-type name="QPrintPreviewDialog"> | |
5529 | </object-type> |
|
5549 | </object-type> | |
5530 | <object-type name="QPrintPreviewWidget"/> |
|
5550 | <object-type name="QPrintPreviewWidget"/> | |
5531 | <object-type name="QStyledItemDelegate"> |
|
5551 | <object-type name="QStyledItemDelegate"> | |
5532 | <modify-function signature="setItemEditorFactory(QItemEditorFactory*)"> |
|
5552 | <modify-function signature="setItemEditorFactory(QItemEditorFactory*)"> | |
5533 | <modify-argument index="1"> |
|
5553 | <modify-argument index="1"> | |
5534 | <reference-count action="set" variable-name="__rcItemEditorFactory"/> |
|
5554 | <reference-count action="set" variable-name="__rcItemEditorFactory"/> | |
5535 | </modify-argument> |
|
5555 | </modify-argument> | |
5536 | </modify-function> |
|
5556 | </modify-function> | |
5537 | <modify-function signature="setEditorData(QWidget*,QModelIndex)const"> |
|
5557 | <modify-function signature="setEditorData(QWidget*,QModelIndex)const"> | |
5538 | <modify-argument index="1"> |
|
5558 | <modify-argument index="1"> | |
5539 | <reference-count action="ignore"/> |
|
5559 | <reference-count action="ignore"/> | |
5540 | </modify-argument> |
|
5560 | </modify-argument> | |
5541 | </modify-function> |
|
5561 | </modify-function> | |
5542 | <modify-function signature="setModelData(QWidget*,QAbstractItemModel*,QModelIndex)const"> |
|
5562 | <modify-function signature="setModelData(QWidget*,QAbstractItemModel*,QModelIndex)const"> | |
5543 | <modify-argument index="1"> |
|
5563 | <modify-argument index="1"> | |
5544 | <reference-count action="ignore"/> |
|
5564 | <reference-count action="ignore"/> | |
5545 | </modify-argument> |
|
5565 | </modify-argument> | |
5546 | </modify-function> |
|
5566 | </modify-function> | |
5547 | </object-type> |
|
5567 | </object-type> | |
5548 |
|
5568 | |||
5549 | <interface-type name="QAccessibleFactoryInterface" java-name="QAbstractAccessibleFactory"/> |
|
5569 | <interface-type name="QAccessibleFactoryInterface" java-name="QAbstractAccessibleFactory"/> | |
5550 | <interface-type name="QIconEngineFactoryInterfaceV2" java-name="QAbstractIconEngineFactoryV2"/> |
|
5570 | <interface-type name="QIconEngineFactoryInterfaceV2" java-name="QAbstractIconEngineFactoryV2"/> | |
5551 | <interface-type name="QImageIOHandlerFactoryInterface" java-name="QAbstractImageIOHandlerFactory"/> |
|
5571 | <interface-type name="QImageIOHandlerFactoryInterface" java-name="QAbstractImageIOHandlerFactory"/> | |
5552 | <interface-type name="QInputContextFactoryInterface" java-name="QAbstractInputContextFactory"/> |
|
5572 | <interface-type name="QInputContextFactoryInterface" java-name="QAbstractInputContextFactory"/> | |
5553 | <interface-type name="QStyleFactoryInterface" java-name="QAbstractStyleFactory"/> |
|
5573 | <interface-type name="QStyleFactoryInterface" java-name="QAbstractStyleFactory"/> | |
5554 | <interface-type name="QTextCodecFactoryInterface" java-name="QAbstractTextCodecFactory"/> |
|
5574 | <interface-type name="QTextCodecFactoryInterface" java-name="QAbstractTextCodecFactory"/> | |
5555 | <interface-type name="QPictureFormatInterface" java-name="QAbstractPictureFormat"/> |
|
5575 | <interface-type name="QPictureFormatInterface" java-name="QAbstractPictureFormat"/> | |
5556 |
|
5576 | |||
5557 | <object-type name="QIconEnginePluginV2"/> |
|
5577 | <object-type name="QIconEnginePluginV2"/> | |
5558 | <object-type name="QAccessiblePlugin"/> |
|
5578 | <object-type name="QAccessiblePlugin"/> | |
5559 | <object-type name="QImageIOPlugin"/> |
|
5579 | <object-type name="QImageIOPlugin"/> | |
5560 | <object-type name="QInputContextPlugin"/> |
|
5580 | <object-type name="QInputContextPlugin"/> | |
5561 | <object-type name="QPictureFormatPlugin"/> |
|
5581 | <object-type name="QPictureFormatPlugin"/> | |
5562 | <object-type name="QStylePlugin"/> |
|
5582 | <object-type name="QStylePlugin"/> | |
5563 | <object-type name="QTextCodecPlugin"/> |
|
5583 | <object-type name="QTextCodecPlugin"/> | |
5564 | <object-type name="QGesture"/> |
|
5584 | <object-type name="QGesture"/> | |
|
5585 | <object-type name="QTapGesture"/> | |||
|
5586 | <object-type name="QTapAndHoldGesture"/> | |||
5565 | <object-type name="QGraphicsAnchorLayout"/> |
|
5587 | <object-type name="QGraphicsAnchorLayout"/> | |
5566 | <object-type name="QGraphicsAnchor"/> |
|
5588 | <object-type name="QGraphicsAnchor"/> | |
5567 | <object-type name="QGraphicsEffect"/> |
|
5589 | <object-type name="QGraphicsEffect"/> | |
|
5590 | <object-type name="QStaticText"/> | |||
5568 | <object-type name="QGraphicsObject"> |
|
5591 | <object-type name="QGraphicsObject"> | |
5569 | <!-- Duplicate function to QObject::children() to override accidental shadowing which is not present in Jambi --> |
|
5592 | <!-- Duplicate function to QObject::children() to override accidental shadowing which is not present in Jambi --> | |
5570 | <modify-function signature="children()const" remove="all"/> |
|
5593 | <modify-function signature="children()const" remove="all"/> | |
5571 | </object-type> |
|
5594 | </object-type> | |
5572 | <object-type name="QGraphicsBlurEffect"/> |
|
5595 | <object-type name="QGraphicsBlurEffect"/> | |
5573 | <object-type name="QGraphicsColorizeEffect"/> |
|
5596 | <object-type name="QGraphicsColorizeEffect"/> | |
5574 | <object-type name="QGraphicsDropShadowEffect"/> |
|
5597 | <object-type name="QGraphicsDropShadowEffect"/> | |
5575 | <object-type name="QGraphicsOpacityEffect"/> |
|
5598 | <object-type name="QGraphicsOpacityEffect"/> | |
5576 | <object-type name="QGraphicsPixelizeEffect"/> |
|
5599 | <object-type name="QGraphicsPixelizeEffect"/> | |
5577 | <object-type name="QGraphicsRotation"/> |
|
5600 | <object-type name="QGraphicsRotation"/> | |
5578 | <object-type name="QGraphicsScale"/> |
|
5601 | <object-type name="QGraphicsScale"/> | |
5579 | <object-type name="QGraphicsTransform"/> |
|
5602 | <object-type name="QGraphicsTransform"/> | |
5580 | <object-type name="QPanGesture"/> |
|
5603 | <object-type name="QPanGesture"/> | |
5581 | <object-type name="QPinchGesture"/> |
|
5604 | <object-type name="QPinchGesture"/> | |
5582 | <object-type name="QProxyStyle"/> |
|
5605 | <object-type name="QProxyStyle"/> | |
5583 | <object-type name="QSwipeGesture"/> |
|
5606 | <object-type name="QSwipeGesture"/> | |
5584 | <object-type name="QTouchEvent" polymorphic-id-expression="%1->type() == QEvent::TouchBegin || %1->type() == QEvent::TouchUpdate || %1->type() == QEvent::TouchEnd"/> |
|
5607 | <object-type name="QTouchEvent" polymorphic-id-expression="%1->type() == QEvent::TouchBegin || %1->type() == QEvent::TouchUpdate || %1->type() == QEvent::TouchEnd"/> | |
5585 |
|
5608 | |||
5586 | <!-- Inefficient hash codes --> |
|
5609 | <!-- Inefficient hash codes --> | |
5587 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextFrame_iterator' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5610 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextFrame_iterator' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5588 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextTableCell' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5611 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextTableCell' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5589 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextOption_Tab' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5612 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextOption_Tab' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5590 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextLength' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5613 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextLength' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5591 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextBlock_iterator' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5614 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextBlock_iterator' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5592 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextBlock' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5615 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextBlock' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5593 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextCursor' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5616 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextCursor' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5594 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QPainterPath_Element' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5617 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QPainterPath_Element' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5595 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QPainterPath' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5618 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QPainterPath' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5596 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QItemSelection' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5619 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QItemSelection' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5597 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QKeySequence' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5620 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QKeySequence' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5598 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QSizePolicy' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5621 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QSizePolicy' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5599 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextFragment' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5622 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextFragment' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5600 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QFontMetrics' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5623 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QFontMetrics' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5601 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QGradient' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5624 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QGradient' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5602 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QFontMetricsF' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5625 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QFontMetricsF' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5603 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextFormat' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5626 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QTextFormat' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5604 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QEasingCurve' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5627 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QEasingCurve' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5605 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QGenericMatrix' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5628 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QGenericMatrix' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5606 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QMatrix4x4' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5629 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QMatrix4x4' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5607 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QMargins' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5630 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QMargins' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5608 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QPixmapCache_Key' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5631 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QPixmapCache_Key' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5609 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QVector4D' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5632 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QVector4D' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5610 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QQuaternion' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5633 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QQuaternion' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5611 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QVector2D' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5634 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QVector2D' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5612 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QVector3D' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
5635 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QVector3D' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
5613 |
|
5636 | |||
5614 | <suppress-warning text="WARNING(MetaJavaBuilder) :: private virtual function 'eventFilter(QObject * receiver, QEvent * event)' in 'QPanGesture'"/> |
|
5637 | <suppress-warning text="WARNING(MetaJavaBuilder) :: private virtual function 'eventFilter(QObject * receiver, QEvent * event)' in 'QPanGesture'"/> | |
5615 | <suppress-warning text="WARNING(MetaJavaBuilder) :: private virtual function 'event(QEvent * event)' in 'QPanGesture'"/> |
|
5638 | <suppress-warning text="WARNING(MetaJavaBuilder) :: private virtual function 'event(QEvent * event)' in 'QPanGesture'"/> | |
5616 | <suppress-warning text="WARNING(MetaJavaBuilder) :: private virtual function 'eventFilter(QObject * receiver, QEvent * event)' in 'QSwipeGesture'"/> |
|
5639 | <suppress-warning text="WARNING(MetaJavaBuilder) :: private virtual function 'eventFilter(QObject * receiver, QEvent * event)' in 'QSwipeGesture'"/> | |
5617 | <suppress-warning text="WARNING(MetaJavaBuilder) :: private virtual function 'eventFilter(QObject * receiver, QEvent * event)' in 'QPinchGesture'"/> |
|
5640 | <suppress-warning text="WARNING(MetaJavaBuilder) :: private virtual function 'eventFilter(QObject * receiver, QEvent * event)' in 'QPinchGesture'"/> | |
5618 | <suppress-warning text="WARNING(MetaJavaBuilder) :: private virtual function 'event(QEvent * event)' in 'QPinchGesture'"/> |
|
5641 | <suppress-warning text="WARNING(MetaJavaBuilder) :: private virtual function 'event(QEvent * event)' in 'QPinchGesture'"/> | |
5619 |
|
5642 | |||
5620 | <!-- Intentional omissions. See explanation for QtJambiTextObjectInterface class in typesystem and headers. --> |
|
5643 | <!-- Intentional omissions. See explanation for QtJambiTextObjectInterface class in typesystem and headers. --> | |
5621 | <suppress-warning text="WARNING(MetaJavaBuilder) :: class 'QTextObjectInterface' inherits from unknown base class 'QTextObjectInterface'"/> |
|
5644 | <suppress-warning text="WARNING(MetaJavaBuilder) :: class 'QTextObjectInterface' inherits from unknown base class 'QTextObjectInterface'"/> | |
5622 | <suppress-warning text="WARNING(MetaJavaBuilder) :: unknown interface for 'QTextObjectInterface': 'QTextObjectInterfaceInterface'"/> |
|
5645 | <suppress-warning text="WARNING(MetaJavaBuilder) :: unknown interface for 'QTextObjectInterface': 'QTextObjectInterfaceInterface'"/> | |
5623 |
|
5646 | |||
5624 | <suppress-warning text="WARNING(MetaInfoGenerator) :: class 'QPixmapFilter' inherits from polymorphic class 'QPixmapFilter', but has no polymorphic id set"/> |
|
5647 | <suppress-warning text="WARNING(MetaInfoGenerator) :: class 'QPixmapFilter' inherits from polymorphic class 'QPixmapFilter', but has no polymorphic id set"/> | |
5625 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QPixmap::QPixmap', unmatched parameter type 'QPixmapData*'"/> |
|
5648 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QPixmap::QPixmap', unmatched parameter type 'QPixmapData*'"/> | |
5626 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private&'"/> |
|
5649 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private&'"/> | |
5627 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private\*'"/> |
|
5650 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private\*'"/> | |
5628 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private const\*'"/> |
|
5651 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private const\*'"/> | |
5629 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QTextEngine\*'"/> |
|
5652 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QTextEngine\*'"/> | |
5630 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QFontEngine\*'"/> |
|
5653 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QFontEngine\*'"/> | |
5631 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QPixmap::Type'"/> |
|
5654 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QPixmap::Type'"/> | |
5632 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QInputDialog::Type'"/> |
|
5655 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QInputDialog::Type'"/> | |
5633 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QTextFrameLayoutData\*'"/> |
|
5656 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QTextFrameLayoutData\*'"/> | |
5634 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QAbstractUndoItem\*'"/> |
|
5657 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QAbstractUndoItem\*'"/> | |
5635 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*QImageTextKeyLang*'"/> |
|
5658 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*QImageTextKeyLang*'"/> | |
5636 | <suppress-warning text="WARNING(MetaJavaBuilder) :: non-public function '*' in interface '*'"/> |
|
5659 | <suppress-warning text="WARNING(MetaJavaBuilder) :: non-public function '*' in interface '*'"/> | |
5637 | <suppress-warning text="WARNING(MetaJavaBuilder) :: visibility of function '*' modified in class '*'"/> |
|
5660 | <suppress-warning text="WARNING(MetaJavaBuilder) :: visibility of function '*' modified in class '*'"/> | |
5638 | <suppress-warning text="WARNING(MetaJavaBuilder) :: hiding of function '*' in class '*'"/> |
|
5661 | <suppress-warning text="WARNING(MetaJavaBuilder) :: hiding of function '*' in class '*'"/> | |
5639 | <suppress-warning text="WARNING(MetaJavaBuilder) :: unsupported default value 'QVector<FormatRange>()' of argument in function '*', class '*'"/> |
|
5662 | <suppress-warning text="WARNING(MetaJavaBuilder) :: unsupported default value 'QVector<FormatRange>()' of argument in function '*', class '*'"/> | |
5640 | <suppress-warning text="WARNING(MetaJavaBuilder) :: unsupported default value 'QVariantList()' of argument in function '*', class '*'"/> |
|
5663 | <suppress-warning text="WARNING(MetaJavaBuilder) :: unsupported default value 'QVariantList()' of argument in function '*', class '*'"/> | |
5641 | <suppress-warning text="WARNING(CppImplGenerator) :: protected function '*' in final class '*'"/> |
|
5664 | <suppress-warning text="WARNING(CppImplGenerator) :: protected function '*' in final class '*'"/> | |
5642 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QTextLayout::QTextLayout', unmatched parameter type 'QTextEngine*'"/> |
|
5665 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QTextLayout::QTextLayout', unmatched parameter type 'QTextEngine*'"/> | |
5643 | <suppress-warning text="WARNING(MetaJavaBuilder) :: unsupported default value of argument in function 'doAction', class 'QAccessibleInterface'"/> |
|
5666 | <suppress-warning text="WARNING(MetaJavaBuilder) :: unsupported default value of argument in function 'doAction', class 'QAccessibleInterface'"/> | |
5644 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFileDialog::QFileDialog', unmatched parameter type 'QFileDialogArgs const&'"/> |
|
5667 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFileDialog::QFileDialog', unmatched parameter type 'QFileDialogArgs const&'"/> | |
5645 | <suppress-warning text="WARNING(MetaJavaBuilder) :: unsupported default value '0., 0., 1000000000., 1000000000.' of argument in function 'update', class 'QAbstractTextDocumentLayout'"/> |
|
5668 | <suppress-warning text="WARNING(MetaJavaBuilder) :: unsupported default value '0., 0., 1000000000., 1000000000.' of argument in function 'update', class 'QAbstractTextDocumentLayout'"/> | |
5646 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QWidget::windowSurface', unmatched return type 'QWindowSurface*'"/> |
|
5669 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QWidget::windowSurface', unmatched return type 'QWindowSurface*'"/> | |
5647 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QWidget::setWindowSurface', unmatched parameter type 'QWindowSurface*'"/> |
|
5670 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QWidget::setWindowSurface', unmatched parameter type 'QWindowSurface*'"/> | |
5648 | <suppress-warning text="WARNING(MetaJavaBuilder) :: enum 'QStyleOption::StyleOptionType' does not have a type entry or is not an enum"/> |
|
5671 | <suppress-warning text="WARNING(MetaJavaBuilder) :: enum 'QStyleOption::StyleOptionType' does not have a type entry or is not an enum"/> | |
5649 | <suppress-warning text="WARNING(MetaJavaBuilder) :: unhandled enum value: ~FlagMask in QMessageBox::StandardButton"/> |
|
5672 | <suppress-warning text="WARNING(MetaJavaBuilder) :: unhandled enum value: ~FlagMask in QMessageBox::StandardButton"/> | |
5650 | <suppress-warning text="WARNING(MetaJavaBuilder) :: unmatched enum ~FlagMask"/> |
|
5673 | <suppress-warning text="WARNING(MetaJavaBuilder) :: unmatched enum ~FlagMask"/> | |
5651 | <suppress-warning text="WARNING(MetaInfoGenerator) :: class 'QGraphicsSceneEvent' inherits from polymorphic class 'QEvent', but has no polymorphic id set"/> |
|
5674 | <suppress-warning text="WARNING(MetaInfoGenerator) :: class 'QGraphicsSceneEvent' inherits from polymorphic class 'QEvent', but has no polymorphic id set"/> | |
5652 | <suppress-warning text="WARNING(MetaInfoGenerator) :: class 'QInputEvent' inherits from polymorphic class 'QEvent', but has no polymorphic id set"/> |
|
5675 | <suppress-warning text="WARNING(MetaInfoGenerator) :: class 'QInputEvent' inherits from polymorphic class 'QEvent', but has no polymorphic id set"/> | |
5653 | <suppress-warning text="WARNING(JavaGenerator) :: either add or remove specified for reference count variable '__rcMenus' in 'com.trolltech.qt.gui.QMenu' but not both"/> |
|
5676 | <suppress-warning text="WARNING(JavaGenerator) :: either add or remove specified for reference count variable '__rcMenus' in 'com.trolltech.qt.gui.QMenu' but not both"/> | |
5654 | <suppress-warning text="WARNING(JavaGenerator) :: either add or remove specified for reference count variable '__rcMenus' in 'com.trolltech.qt.gui.QMenuBar' but not both"/> |
|
5677 | <suppress-warning text="WARNING(JavaGenerator) :: either add or remove specified for reference count variable '__rcMenus' in 'com.trolltech.qt.gui.QMenuBar' but not both"/> | |
5655 |
|
5678 | |||
5656 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QPixmap::pixmapData', unmatched return type 'QPixmapData*'"/> |
|
5679 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QPixmap::pixmapData', unmatched return type 'QPixmapData*'"/> | |
5657 | <suppress-warning text="WARNING(MetaJavaBuilder) :: object type 'QAccessible' extended by interface type 'QAbstractAccessibleFactory'. The resulting API will be less expressive than the original."/> |
|
5680 | <suppress-warning text="WARNING(MetaJavaBuilder) :: object type 'QAccessible' extended by interface type 'QAbstractAccessibleFactory'. The resulting API will be less expressive than the original."/> | |
5658 |
|
5681 | |||
5659 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Rejected enum has no alternative...: QPalette::NColorRoles"/> |
|
5682 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Rejected enum has no alternative...: QPalette::NColorRoles"/> | |
5660 |
|
5683 | |||
5661 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'QtSharedPointer' does not have a type entry"/> |
|
5684 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'QtSharedPointer' does not have a type entry"/> | |
5662 |
|
5685 | |||
5663 | </typesystem> |
|
5686 | </typesystem> |
@@ -1,228 +1,234 | |||||
1 | <?xml version="1.0"?> |
|
1 | <?xml version="1.0"?> | |
2 | <typesystem package="com.trolltech.qt.network"> |
|
2 | <typesystem package="com.trolltech.qt.network"> | |
3 | <namespace-type name="QSsl"> |
|
3 | <namespace-type name="QSsl"> | |
4 | <include file-name="qssl.h" location="global"/> |
|
4 | <include file-name="qssl.h" location="global"/> | |
5 | </namespace-type> |
|
5 | </namespace-type> | |
6 |
|
6 | |||
7 | <enum-type name="QNetworkProxy::Capability" flags="QNetworkProxy::Capabilities"/> |
|
7 | <enum-type name="QNetworkProxy::Capability" flags="QNetworkProxy::Capabilities"/> | |
8 | <enum-type name="QAbstractSocket::NetworkLayerProtocol"/> |
|
8 | <enum-type name="QAbstractSocket::NetworkLayerProtocol"/> | |
9 | <enum-type name="QNetworkProxyQuery::QueryType"/> |
|
|||
10 | <enum-type name="QAbstractSocket::SocketError"/> |
|
9 | <enum-type name="QAbstractSocket::SocketError"/> | |
11 | <enum-type name="QAbstractSocket::SocketState"/> |
|
10 | <enum-type name="QAbstractSocket::SocketState"/> | |
12 | <enum-type name="QAbstractSocket::SocketType"/> |
|
11 | <enum-type name="QAbstractSocket::SocketType"/> | |
13 | <enum-type name="QAbstractSocket::SocketOption"/> |
|
12 | <enum-type name="QAbstractSocket::SocketOption"/> | |
14 | <enum-type name="QFtp::Command"/> |
|
13 | <enum-type name="QFtp::Command"/> | |
15 | <enum-type name="QFtp::Error"/> |
|
14 | <enum-type name="QFtp::Error"/> | |
16 | <enum-type name="QFtp::State"/> |
|
15 | <enum-type name="QFtp::State"/> | |
17 | <enum-type name="QFtp::TransferMode"/> |
|
16 | <enum-type name="QFtp::TransferMode"/> | |
18 | <enum-type name="QFtp::TransferType"/> |
|
17 | <enum-type name="QFtp::TransferType"/> | |
19 | <enum-type name="QHostAddress::SpecialAddress"/> |
|
18 | <enum-type name="QHostAddress::SpecialAddress"/> | |
20 | <enum-type name="QHttp::Error"/> |
|
19 | <enum-type name="QHttp::Error"/> | |
21 | <enum-type name="QHttp::State"/> |
|
20 | <enum-type name="QHttp::State"/> | |
22 | <enum-type name="QHttp::ConnectionMode"/> |
|
21 | <enum-type name="QHttp::ConnectionMode"/> | |
23 | <enum-type name="QNetworkInterface::InterfaceFlag" flags="QNetworkInterface::InterfaceFlags"/> |
|
22 | <enum-type name="QNetworkInterface::InterfaceFlag" flags="QNetworkInterface::InterfaceFlags"/> | |
24 | <enum-type name="QNetworkProxy::ProxyType"/> |
|
23 | <enum-type name="QNetworkProxy::ProxyType"/> | |
25 | <enum-type name="QUdpSocket::BindFlag" flags="QUdpSocket::BindMode"/> |
|
24 | <enum-type name="QUdpSocket::BindFlag" flags="QUdpSocket::BindMode"/> | |
26 | <enum-type name="QUrlInfo::PermissionSpec"/> |
|
25 | <enum-type name="QUrlInfo::PermissionSpec"/> | |
27 | <enum-type name="QHostInfo::HostInfoError"/> |
|
26 | <enum-type name="QHostInfo::HostInfoError"/> | |
28 | <enum-type name="QSsl::KeyType"/> |
|
27 | <enum-type name="QSsl::KeyType"/> | |
29 | <enum-type name="QSsl::EncodingFormat"/> |
|
28 | <enum-type name="QSsl::EncodingFormat"/> | |
30 | <enum-type name="QSsl::KeyAlgorithm"/> |
|
29 | <enum-type name="QSsl::KeyAlgorithm"/> | |
31 | <enum-type name="QSsl::AlternateNameEntryType"/> |
|
30 | <enum-type name="QSsl::AlternateNameEntryType"/> | |
32 | <enum-type name="QSsl::SslProtocol"/> |
|
31 | <enum-type name="QSsl::SslProtocol"/> | |
|
32 | <enum-type name="QSsl::SslOption" flags="QSsl::SslOptions"/> | |||
33 | <enum-type name="QLocalSocket::LocalSocketError"/> |
|
33 | <enum-type name="QLocalSocket::LocalSocketError"/> | |
34 | <enum-type name="QLocalSocket::LocalSocketState"/> |
|
34 | <enum-type name="QLocalSocket::LocalSocketState"/> | |
35 | <enum-type name="QNetworkAccessManager::Operation"/> |
|
35 | <enum-type name="QNetworkAccessManager::Operation"/> | |
|
36 | <enum-type name="QNetworkAccessManager::NetworkAccessibility"/> | |||
36 | <enum-type name="QNetworkCookie::RawForm"/> |
|
37 | <enum-type name="QNetworkCookie::RawForm"/> | |
37 | <enum-type name="QNetworkReply::NetworkError"/> |
|
38 | <enum-type name="QNetworkReply::NetworkError"/> | |
38 | <enum-type name="QNetworkRequest::Attribute" extensible="yes"/> |
|
39 | <enum-type name="QNetworkRequest::Attribute" extensible="yes"/> | |
39 | <enum-type name="QNetworkRequest::CacheLoadControl"/> |
|
40 | <enum-type name="QNetworkRequest::CacheLoadControl"/> | |
40 | <enum-type name="QNetworkRequest::KnownHeaders"/> |
|
41 | <enum-type name="QNetworkRequest::KnownHeaders"/> | |
41 |
|
42 | <enum-type name="QNetworkRequest::Priority"/> | ||
|
43 | <enum-type name="QNetworkRequest::LoadControl"/> | |||
|
44 | <enum-type name="QNetworkProxyQuery::QueryType"/> | |||
|
45 | <enum-type name="QHttpMultiPart::ContentType"/> | |||
|
46 | <object-type name="QHttpMultiPart"/> | |||
|
47 | <object-type name="QHttpPart"/> | |||
42 | <object-type name="QAbstractNetworkCache"/> |
|
48 | <object-type name="QAbstractNetworkCache"/> | |
43 | <object-type name="QNetworkDiskCache"> |
|
49 | <object-type name="QNetworkDiskCache"> | |
44 | <modify-function signature="insert(QIODevice*)"> |
|
50 | <modify-function signature="insert(QIODevice*)"> | |
45 | <modify-argument index="1"> |
|
51 | <modify-argument index="1"> | |
46 | <reference-count action="ignore"/> <!-- function only has effect on devices retrieved using prepare() --> |
|
52 | <reference-count action="ignore"/> <!-- function only has effect on devices retrieved using prepare() --> | |
47 | </modify-argument> |
|
53 | </modify-argument> | |
48 | </modify-function> |
|
54 | </modify-function> | |
49 | </object-type> |
|
55 | </object-type> | |
50 | <value-type name="QNetworkCacheMetaData"> |
|
56 | <value-type name="QNetworkCacheMetaData"> | |
51 | <modify-function signature="operator=(QNetworkCacheMetaData)" remove="all"/> |
|
57 | <modify-function signature="operator=(QNetworkCacheMetaData)" remove="all"/> | |
52 | </value-type> |
|
58 | </value-type> | |
53 |
|
59 | |||
54 | <object-type name="QNetworkProxyFactory"> |
|
60 | <object-type name="QNetworkProxyFactory"> | |
55 | <modify-function signature="setApplicationProxyFactory(QNetworkProxyFactory*)"> |
|
61 | <modify-function signature="setApplicationProxyFactory(QNetworkProxyFactory*)"> | |
56 | <modify-argument index="1"> |
|
62 | <modify-argument index="1"> | |
57 | <define-ownership class="java" owner="c++"/> |
|
63 | <define-ownership class="java" owner="c++"/> | |
58 | </modify-argument> |
|
64 | </modify-argument> | |
59 | </modify-function> |
|
65 | </modify-function> | |
60 | </object-type> |
|
66 | </object-type> | |
61 | <value-type name="QNetworkProxyQuery"> |
|
67 | <value-type name="QNetworkProxyQuery"> | |
62 | <modify-function signature="operator=(QNetworkProxyQuery)" remove="all"/> |
|
68 | <modify-function signature="operator=(QNetworkProxyQuery)" remove="all"/> | |
63 | </value-type> |
|
69 | </value-type> | |
64 |
|
70 | |||
65 | <object-type name="QAbstractSocket"> |
|
71 | <object-type name="QAbstractSocket"> | |
66 | <modify-function signature="setSocketOption(QAbstractSocket::SocketOption, const QVariant)" remove="all"/> |
|
72 | <modify-function signature="setSocketOption(QAbstractSocket::SocketOption, const QVariant)" remove="all"/> | |
67 | <modify-function signature="socketOption(QAbstractSocket::SocketOption)" remove="all"/> |
|
73 | <modify-function signature="socketOption(QAbstractSocket::SocketOption)" remove="all"/> | |
68 | </object-type> |
|
74 | </object-type> | |
69 | <object-type name="QFtp"/> |
|
75 | <object-type name="QFtp"/> | |
70 |
|
76 | |||
71 | <object-type name="QHttp"> |
|
77 | <object-type name="QHttp"> | |
72 | <modify-function signature="closeConnection()" remove="all"/> |
|
78 | <modify-function signature="closeConnection()" remove="all"/> | |
73 | </object-type> |
|
79 | </object-type> | |
74 | <object-type name="QTcpServer"> |
|
80 | <object-type name="QTcpServer"> | |
75 | <modify-function signature="waitForNewConnection(int,bool*)"> |
|
81 | <modify-function signature="waitForNewConnection(int,bool*)"> | |
76 | <modify-argument index="2"> |
|
82 | <modify-argument index="2"> | |
77 | <remove-argument/> |
|
83 | <remove-argument/> | |
78 | </modify-argument> |
|
84 | </modify-argument> | |
79 | </modify-function> |
|
85 | </modify-function> | |
80 | </object-type> |
|
86 | </object-type> | |
81 | <object-type name="QTcpSocket"/> |
|
87 | <object-type name="QTcpSocket"/> | |
82 | <object-type name="QUdpSocket"> |
|
88 | <object-type name="QUdpSocket"> | |
83 | <modify-function signature="writeDatagram(const char*,qint64,QHostAddress,unsigned short)" remove="all"/> |
|
89 | <modify-function signature="writeDatagram(const char*,qint64,QHostAddress,unsigned short)" remove="all"/> | |
84 | </object-type> |
|
90 | </object-type> | |
85 |
|
91 | |||
86 | <object-type name="QHttpHeader"> |
|
92 | <object-type name="QHttpHeader"> | |
87 | <modify-function signature="operator=(QHttpHeader)" remove="all"/> |
|
93 | <modify-function signature="operator=(QHttpHeader)" remove="all"/> | |
88 |
|
94 | |||
89 | <modify-function signature="QHttpHeader(QHttpHeader)" remove="all"/> |
|
95 | <modify-function signature="QHttpHeader(QHttpHeader)" remove="all"/> | |
90 | </object-type> |
|
96 | </object-type> | |
91 | <object-type name="QLocalServer"> |
|
97 | <object-type name="QLocalServer"> | |
92 | <modify-function signature="waitForNewConnection(int,bool*)"> |
|
98 | <modify-function signature="waitForNewConnection(int,bool*)"> | |
93 | <modify-argument index="2"> |
|
99 | <modify-argument index="2"> | |
94 | <remove-argument/> |
|
100 | <remove-argument/> | |
95 | </modify-argument> |
|
101 | </modify-argument> | |
96 | </modify-function> |
|
102 | </modify-function> | |
97 | </object-type> |
|
103 | </object-type> | |
98 | <object-type name="QLocalSocket"/> |
|
104 | <object-type name="QLocalSocket"/> | |
99 | <object-type name="QNetworkAccessManager"> |
|
105 | <object-type name="QNetworkAccessManager"> | |
100 | <modify-function signature="setCookieJar(QNetworkCookieJar*)"> |
|
106 | <modify-function signature="setCookieJar(QNetworkCookieJar*)"> | |
101 | <modify-argument index="1"> |
|
107 | <modify-argument index="1"> | |
102 | <define-ownership class="java" owner="c++"/> |
|
108 | <define-ownership class="java" owner="c++"/> | |
103 | </modify-argument> |
|
109 | </modify-argument> | |
104 | </modify-function> |
|
110 | </modify-function> | |
105 | <modify-function signature="setCache(QAbstractNetworkCache*)"> |
|
111 | <modify-function signature="setCache(QAbstractNetworkCache*)"> | |
106 | <modify-argument index="1"> |
|
112 | <modify-argument index="1"> | |
107 | <reference-count action="ignore"/> |
|
113 | <reference-count action="ignore"/> | |
108 | </modify-argument> |
|
114 | </modify-argument> | |
109 | </modify-function> |
|
115 | </modify-function> | |
110 | <modify-function signature="setProxyFactory(QNetworkProxyFactory*)"> |
|
116 | <modify-function signature="setProxyFactory(QNetworkProxyFactory*)"> | |
111 | <modify-argument index="1"> |
|
117 | <modify-argument index="1"> | |
112 | <define-ownership class="java" owner="c++"/> |
|
118 | <define-ownership class="java" owner="c++"/> | |
113 | </modify-argument> |
|
119 | </modify-argument> | |
114 | </modify-function> |
|
120 | </modify-function> | |
115 | </object-type> |
|
121 | </object-type> | |
116 | <object-type name="QNetworkCookieJar"/> |
|
122 | <object-type name="QNetworkCookieJar"/> | |
117 | <object-type name="QNetworkReply"/> |
|
123 | <object-type name="QNetworkReply"/> | |
118 |
|
124 | |||
119 | <value-type name="QHostAddress"> |
|
125 | <value-type name="QHostAddress"> | |
120 | <modify-function signature="QHostAddress(unsigned char*)" remove="all"/> |
|
126 | <modify-function signature="QHostAddress(unsigned char*)" remove="all"/> | |
121 | <modify-function signature="setAddress(unsigned char*)" remove="all"/> |
|
127 | <modify-function signature="setAddress(unsigned char*)" remove="all"/> | |
122 | <modify-function signature="operator=(QString)" remove="all"/> |
|
128 | <modify-function signature="operator=(QString)" remove="all"/> | |
123 | <modify-function signature="operator=(QHostAddress)" remove="all"/> |
|
129 | <modify-function signature="operator=(QHostAddress)" remove="all"/> | |
124 | </value-type> |
|
130 | </value-type> | |
125 |
|
131 | |||
126 | <value-type name="QHostInfo"> |
|
132 | <value-type name="QHostInfo"> | |
127 | <modify-function signature="operator=(QHostInfo)" remove="all"/> |
|
133 | <modify-function signature="operator=(QHostInfo)" remove="all"/> | |
128 | <modify-function signature="lookupHost(QString,QObject*,const char*)" access="private"/> |
|
134 | <modify-function signature="lookupHost(QString,QObject*,const char*)" access="private"/> | |
129 |
|
135 | |||
130 | <modify-function signature="lookupHost(QString,QObject*,const char*)"> |
|
136 | <modify-function signature="lookupHost(QString,QObject*,const char*)"> | |
131 | <modify-argument index="3"> |
|
137 | <modify-argument index="3"> | |
132 | <replace-type modified-type="QString"/> |
|
138 | <replace-type modified-type="QString"/> | |
133 | <conversion-rule class="native"> |
|
139 | <conversion-rule class="native"> | |
134 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
140 | <insert-template name="core.convert_string_arg_to_char*"/> | |
135 | </conversion-rule> |
|
141 | </conversion-rule> | |
136 | </modify-argument> |
|
142 | </modify-argument> | |
137 | </modify-function> |
|
143 | </modify-function> | |
138 | </value-type> |
|
144 | </value-type> | |
139 |
|
145 | |||
140 | <value-type name="QHttpRequestHeader"> |
|
146 | <value-type name="QHttpRequestHeader"> | |
141 | <modify-function signature="operator=(QHttpRequestHeader)" remove="all"/> |
|
147 | <modify-function signature="operator=(QHttpRequestHeader)" remove="all"/> | |
142 | </value-type> |
|
148 | </value-type> | |
143 |
|
149 | |||
144 | <value-type name="QHttpResponseHeader"> |
|
150 | <value-type name="QHttpResponseHeader"> | |
145 | <modify-function signature="operator=(QHttpResponseHeader)" remove="all"/> |
|
151 | <modify-function signature="operator=(QHttpResponseHeader)" remove="all"/> | |
146 | </value-type> |
|
152 | </value-type> | |
147 |
|
153 | |||
148 | <value-type name="QNetworkAddressEntry"> |
|
154 | <value-type name="QNetworkAddressEntry"> | |
149 | <modify-function signature="operator=(QNetworkAddressEntry)" remove="all"/> |
|
155 | <modify-function signature="operator=(QNetworkAddressEntry)" remove="all"/> | |
150 | </value-type> |
|
156 | </value-type> | |
151 |
|
157 | |||
152 | <value-type name="QNetworkInterface"> |
|
158 | <value-type name="QNetworkInterface"> | |
153 | <modify-function signature="operator=(QNetworkInterface)" remove="all"/> |
|
159 | <modify-function signature="operator=(QNetworkInterface)" remove="all"/> | |
154 | </value-type> |
|
160 | </value-type> | |
155 |
|
161 | |||
156 | <value-type name="QNetworkProxy"> |
|
162 | <value-type name="QNetworkProxy"> | |
157 | <modify-function signature="operator=(QNetworkProxy)" remove="all"/> |
|
163 | <modify-function signature="operator=(QNetworkProxy)" remove="all"/> | |
158 | </value-type> |
|
164 | </value-type> | |
159 |
|
165 | |||
160 | <value-type name="QUrlInfo"> |
|
166 | <value-type name="QUrlInfo"> | |
161 | <modify-function signature="operator=(QUrlInfo)" remove="all"/> |
|
167 | <modify-function signature="operator=(QUrlInfo)" remove="all"/> | |
162 | </value-type> |
|
168 | </value-type> | |
163 |
|
169 | |||
164 | <value-type name="QIPv6Address"> |
|
170 | <value-type name="QIPv6Address"> | |
165 | <modify-function signature="operator[](int)const"> |
|
171 | <modify-function signature="operator[](int)const"> | |
166 | <remove/> |
|
172 | <remove/> | |
167 | </modify-function> |
|
173 | </modify-function> | |
168 | <modify-function signature="operator[](int)"> |
|
174 | <modify-function signature="operator[](int)"> | |
169 | <remove/> |
|
175 | <remove/> | |
170 | </modify-function> |
|
176 | </modify-function> | |
171 | </value-type> |
|
177 | </value-type> | |
172 |
|
178 | |||
173 | <value-type name="QAuthenticator"> |
|
179 | <value-type name="QAuthenticator"> | |
174 | <modify-function signature="operator=(QAuthenticator)" remove="all"/> |
|
180 | <modify-function signature="operator=(QAuthenticator)" remove="all"/> | |
175 | </value-type> |
|
181 | </value-type> | |
176 | <value-type name="QNetworkCookie"> |
|
182 | <value-type name="QNetworkCookie"> | |
177 | <modify-function signature="operator=(QNetworkCookie)" remove="all"/> |
|
183 | <modify-function signature="operator=(QNetworkCookie)" remove="all"/> | |
178 |
|
184 | |||
179 | <extra-includes> |
|
185 | <extra-includes> | |
180 | <include file-name="QDateTime" location="global"/> |
|
186 | <include file-name="QDateTime" location="global"/> | |
181 | </extra-includes> |
|
187 | </extra-includes> | |
182 | </value-type> |
|
188 | </value-type> | |
183 | <value-type name="QNetworkRequest"> |
|
189 | <value-type name="QNetworkRequest"> | |
184 | <modify-function signature="operator=(QNetworkRequest)" remove="all"/> |
|
190 | <modify-function signature="operator=(QNetworkRequest)" remove="all"/> | |
185 | </value-type> |
|
191 | </value-type> | |
186 |
|
192 | |||
187 | <enum-type name="QSslError::SslError"/> |
|
193 | <enum-type name="QSslError::SslError"/> | |
188 | <enum-type name="QSslCertificate::SubjectInfo"/> |
|
194 | <enum-type name="QSslCertificate::SubjectInfo"/> | |
189 | <enum-type name="QSslSocket::SslMode"/> |
|
195 | <enum-type name="QSslSocket::SslMode"/> | |
190 | <enum-type name="QSslSocket::PeerVerifyMode"/> |
|
196 | <enum-type name="QSslSocket::PeerVerifyMode"/> | |
191 |
|
197 | |||
192 | <value-type name="QSslCipher"/> |
|
198 | <value-type name="QSslCipher"/> | |
193 | <value-type name="QSslError"/> |
|
199 | <value-type name="QSslError"/> | |
194 | <value-type name="QSslKey"/> |
|
200 | <value-type name="QSslKey"/> | |
195 | <value-type name="QSslCertificate"> |
|
201 | <value-type name="QSslCertificate"> | |
196 | <extra-includes> |
|
202 | <extra-includes> | |
197 | <include file-name="QDateTime" location="global"/> |
|
203 | <include file-name="QDateTime" location="global"/> | |
198 | </extra-includes> |
|
204 | </extra-includes> | |
199 | </value-type> |
|
205 | </value-type> | |
200 | <value-type name="QSslConfiguration"/> |
|
206 | <value-type name="QSslConfiguration"/> | |
201 |
|
207 | |||
202 | <object-type name="QSslSocket"/> |
|
208 | <object-type name="QSslSocket"/> | |
203 |
|
209 | |||
204 | <suppress-warning text="*unmatched parameter type 'sockaddr const*"/> |
|
210 | <suppress-warning text="*unmatched parameter type 'sockaddr const*"/> | |
205 |
|
211 | |||
206 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QUrlInfo' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
212 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QUrlInfo' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
207 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QNetworkCacheMetaData' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
213 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QNetworkCacheMetaData' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
208 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QNetworkProxyQuery' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
214 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QNetworkProxyQuery' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
209 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QNetworkAddressEntry' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
215 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QNetworkAddressEntry' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
210 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QNetworkCookie' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
216 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QNetworkCookie' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
211 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QNetworkProxy' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
217 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QNetworkProxy' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
212 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QNetworkRequest' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
218 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QNetworkRequest' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
213 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QAuthenticator' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
219 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QAuthenticator' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
214 |
|
220 | |||
215 | <!-- For people building without SSL support --> |
|
221 | <!-- For people building without SSL support --> | |
216 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.network.QSslSocket' for enum 'SslMode' is not declared"/> |
|
222 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.network.QSslSocket' for enum 'SslMode' is not declared"/> | |
217 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QSslError' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> |
|
223 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QSslError' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> | |
218 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QSslCipher' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> |
|
224 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QSslCipher' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> | |
219 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QSslKey' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> |
|
225 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QSslKey' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> | |
220 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.network.QSslError' for enum 'SslError' is not declared"/> |
|
226 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.network.QSslError' for enum 'SslError' is not declared"/> | |
221 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QSslCertificate' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> |
|
227 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QSslCertificate' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> | |
222 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.network.QSslSocket' for enum 'PeerVerifyMode' is not declared"/> |
|
228 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.network.QSslSocket' for enum 'PeerVerifyMode' is not declared"/> | |
223 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.network.QSslCertificate' for enum 'SubjectInfo' is not declared"/> |
|
229 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.network.QSslCertificate' for enum 'SubjectInfo' is not declared"/> | |
224 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QSslConfiguration' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> |
|
230 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QSslConfiguration' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> | |
225 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QSslSocket' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> |
|
231 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QSslSocket' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> | |
226 | <!-- --> |
|
232 | <!-- --> | |
227 |
|
233 | |||
228 | </typesystem> |
|
234 | </typesystem> |
@@ -1,99 +1,109 | |||||
1 | <?xml version="1.0"?> |
|
1 | <?xml version="1.0"?> | |
2 |
<typesystem package="com.trolltech.qt.opengl"><rejection class="QGL"/> |
|
2 | <typesystem package="com.trolltech.qt.opengl"><rejection class="QGL"/> | |
|
3 | ||||
|
4 | ||||
|
5 | ||||
3 | <rejection class="QGLColormap::QGLColormapData"/> |
|
6 | <rejection class="QGLColormap::QGLColormapData"/> | |
4 | <rejection class="QGLWidget" function-name="setMouseTracking"/> |
|
7 | <rejection class="QGLWidget" function-name="setMouseTracking"/> | |
5 |
|
8 | |||
6 | <enum-type name="QGL::FormatOption" flags="QGL::FormatOptions"/> |
|
9 | <enum-type name="QGL::FormatOption" flags="QGL::FormatOptions"/> | |
7 | <enum-type name="QGLFormat::OpenGLVersionFlag" flags="QGLFormat::OpenGLVersionFlags"/> |
|
10 | <enum-type name="QGLFormat::OpenGLVersionFlag" flags="QGLFormat::OpenGLVersionFlags"/> | |
8 | <enum-type name="QGLFramebufferObject::Attachment"/> |
|
11 | <enum-type name="QGLFramebufferObject::Attachment"/> | |
9 | <enum-type name="QGLContext::BindOption" flags="QGLContext::BindOptions"/> |
|
12 | <enum-type name="QGLContext::BindOption" flags="QGLContext::BindOptions"/> | |
10 | <enum-type name="QGLShader::ShaderTypeBit" flags="QGLShader::ShaderType"/> |
|
13 | <enum-type name="QGLShader::ShaderTypeBit" flags="QGLShader::ShaderType"/> | |
11 |
|
14 | |||
|
15 | <enum-type name="QGLBuffer::Access"/> | |||
|
16 | <enum-type name="QGLBuffer::Type"/> | |||
|
17 | <enum-type name="QGLBuffer::UsagePattern"/> | |||
|
18 | <enum-type name="QGLFunctions::OpenGLFeature"/> | |||
|
19 | <enum-type name="QGLFormat::OpenGLContextProfile"/> | |||
12 |
|
20 | |||
13 | <namespace-type name="QGL"> |
|
21 | <namespace-type name="QGL"> | |
14 | <include file-name="qgl.h" location="global"/> |
|
22 | <include file-name="qgl.h" location="global"/> | |
15 | </namespace-type> |
|
23 | </namespace-type> | |
16 |
|
24 | |||
17 | <value-type name="QGLColormap"> |
|
25 | <value-type name="QGLColormap"> | |
18 | <modify-function signature="operator=(QGLColormap)" remove="all"/> |
|
26 | <modify-function signature="operator=(QGLColormap)" remove="all"/> | |
19 |
|
27 | |||
20 | <modify-function signature="setEntries(int,const unsigned int*,int)"> |
|
28 | <modify-function signature="setEntries(int,const unsigned int*,int)"> | |
21 | <access modifier="private"/> |
|
29 | <access modifier="private"/> | |
22 | </modify-function> |
|
30 | </modify-function> | |
23 | </value-type> |
|
31 | </value-type> | |
24 |
|
32 | |||
25 | <value-type name="QGLFormat"> |
|
33 | <value-type name="QGLFormat"> | |
26 | <modify-function signature="operator=(QGLFormat)" remove="all"/> |
|
34 | <modify-function signature="operator=(QGLFormat)" remove="all"/> | |
27 | </value-type> |
|
35 | </value-type> | |
28 |
|
36 | |||
29 | <value-type name="QGLFramebufferObjectFormat"/> |
|
37 | <value-type name="QGLFramebufferObjectFormat"/> | |
|
38 | <object-type name="QGLFunctions"/> | |||
|
39 | <object-type name="QGLBuffer"/> | |||
30 | <object-type name="QGLShader"/> |
|
40 | <object-type name="QGLShader"/> | |
31 | <object-type name="QGLShaderProgram"> |
|
41 | <object-type name="QGLShaderProgram"> | |
32 | <!-- Should be disambiguated later by fixing the native pointer API --> |
|
42 | <!-- Should be disambiguated later by fixing the native pointer API --> | |
33 | <modify-function signature="setAttributeArray(int, const QVector2D *, int)" rename="setAttributeArray_QVector2D"/> |
|
43 | <modify-function signature="setAttributeArray(int, const QVector2D *, int)" rename="setAttributeArray_QVector2D"/> | |
34 | <modify-function signature="setAttributeArray(int, const QVector3D *, int)" rename="setAttributeArray_QVector3D"/> |
|
44 | <modify-function signature="setAttributeArray(int, const QVector3D *, int)" rename="setAttributeArray_QVector3D"/> | |
35 | <modify-function signature="setAttributeArray(int, const QVector4D *, int)" rename="setAttributeArray_QVector4D"/> |
|
45 | <modify-function signature="setAttributeArray(int, const QVector4D *, int)" rename="setAttributeArray_QVector4D"/> | |
36 | <modify-function signature="setAttributeArray(const char *, const QVector2D *, int)" rename="setAttributeArray_QVector2D"/> |
|
46 | <modify-function signature="setAttributeArray(const char *, const QVector2D *, int)" rename="setAttributeArray_QVector2D"/> | |
37 | <modify-function signature="setAttributeArray(const char *, const QVector3D *, int)" rename="setAttributeArray_QVector3D"/> |
|
47 | <modify-function signature="setAttributeArray(const char *, const QVector3D *, int)" rename="setAttributeArray_QVector3D"/> | |
38 | <modify-function signature="setAttributeArray(const char *, const QVector4D *, int)" rename="setAttributeArray_QVector4D"/> |
|
48 | <modify-function signature="setAttributeArray(const char *, const QVector4D *, int)" rename="setAttributeArray_QVector4D"/> | |
39 | <modify-function signature="setUniformValueArray(int, const GLint *, int)" rename="setUniformValueArray_int"/> |
|
49 | <modify-function signature="setUniformValueArray(int, const GLint *, int)" rename="setUniformValueArray_int"/> | |
40 | <modify-function signature="setUniformValueArray(int, const GLuint *, int)" rename="setUniformValueArray_uint"/> |
|
50 | <modify-function signature="setUniformValueArray(int, const GLuint *, int)" rename="setUniformValueArray_uint"/> | |
41 | <modify-function signature="setUniformValueArray(int, const QVector2D *, int)" rename="setUniformValueArray_QVector2D"/> |
|
51 | <modify-function signature="setUniformValueArray(int, const QVector2D *, int)" rename="setUniformValueArray_QVector2D"/> | |
42 | <modify-function signature="setUniformValueArray(int, const QVector3D *, int)" rename="setUniformValueArray_QVector3D"/> |
|
52 | <modify-function signature="setUniformValueArray(int, const QVector3D *, int)" rename="setUniformValueArray_QVector3D"/> | |
43 | <modify-function signature="setUniformValueArray(int, const QVector4D *, int)" rename="setUniformValueArray_QVector4D"/> |
|
53 | <modify-function signature="setUniformValueArray(int, const QVector4D *, int)" rename="setUniformValueArray_QVector4D"/> | |
44 |
|
54 | |||
45 | <modify-function signature="setUniformValueArray(const char*, const GLint *, int)" rename="setUniformValueArray_int"/> |
|
55 | <modify-function signature="setUniformValueArray(const char*, const GLint *, int)" rename="setUniformValueArray_int"/> | |
46 | <modify-function signature="setUniformValueArray(const char*, const GLuint *, int)" remove="all"/> |
|
56 | <modify-function signature="setUniformValueArray(const char*, const GLuint *, int)" remove="all"/> | |
47 | <modify-function signature="setUniformValueArray(const char*, const QVector2D *, int)" rename="setUniformValueArray_QVector2D"/> |
|
57 | <modify-function signature="setUniformValueArray(const char*, const QVector2D *, int)" rename="setUniformValueArray_QVector2D"/> | |
48 | <modify-function signature="setUniformValueArray(const char*, const QVector3D *, int)" rename="setUniformValueArray_QVector3D"/> |
|
58 | <modify-function signature="setUniformValueArray(const char*, const QVector3D *, int)" rename="setUniformValueArray_QVector3D"/> | |
49 | <modify-function signature="setUniformValueArray(const char*, const QVector4D *, int)" rename="setUniformValueArray_QVector4D"/> |
|
59 | <modify-function signature="setUniformValueArray(const char*, const QVector4D *, int)" rename="setUniformValueArray_QVector4D"/> | |
50 | <modify-function signature="setUniformValue(int, GLuint)" remove="all"/> |
|
60 | <modify-function signature="setUniformValue(int, GLuint)" remove="all"/> | |
51 | <modify-function signature="setUniformValue(const char*, GLuint)" remove="all"/> |
|
61 | <modify-function signature="setUniformValue(const char*, GLuint)" remove="all"/> | |
52 | <modify-function signature="setUniformValue(int, Array)" remove="all"/> |
|
62 | <modify-function signature="setUniformValue(int, Array)" remove="all"/> | |
53 | <modify-function signature="setUniformValue(const char*, Array)" remove="all"/> |
|
63 | <modify-function signature="setUniformValue(const char*, Array)" remove="all"/> | |
54 | </object-type> |
|
64 | </object-type> | |
55 | <object-type name="QGLContext"> |
|
65 | <object-type name="QGLContext"> | |
56 |
|
66 | |||
57 | <modify-function signature="chooseContext(const QGLContext*)"> |
|
67 | <modify-function signature="chooseContext(const QGLContext*)"> | |
58 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
68 | <modify-argument index="1" invalidate-after-use="yes"/> | |
59 | </modify-function> |
|
69 | </modify-function> | |
60 | <modify-function signature="create(const QGLContext*)"> |
|
70 | <modify-function signature="create(const QGLContext*)"> | |
61 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
71 | <modify-argument index="1" invalidate-after-use="yes"/> | |
62 | </modify-function> |
|
72 | </modify-function> | |
63 |
|
73 | |||
64 | <modify-function signature="getProcAddress(QString)const"> |
|
74 | <modify-function signature="getProcAddress(QString)const"> | |
65 | <remove/> |
|
75 | <remove/> | |
66 | </modify-function> |
|
76 | </modify-function> | |
67 | <modify-field name="currentCtx" read="false" write="false"/> |
|
77 | <modify-field name="currentCtx" read="false" write="false"/> | |
68 | <modify-function signature="setDevice(QPaintDevice*)"> |
|
78 | <modify-function signature="setDevice(QPaintDevice*)"> | |
69 | <remove/> |
|
79 | <remove/> | |
70 | </modify-function> |
|
80 | </modify-function> | |
71 | <modify-function signature="generateFontDisplayLists(QFont, int)" remove="all"/> |
|
81 | <modify-function signature="generateFontDisplayLists(QFont, int)" remove="all"/> | |
72 | </object-type> |
|
82 | </object-type> | |
73 | <object-type name="QGLFramebufferObject"/> |
|
83 | <object-type name="QGLFramebufferObject"/> | |
74 | <object-type name="QGLPixelBuffer"> |
|
84 | <object-type name="QGLPixelBuffer"> | |
75 | <extra-includes> |
|
85 | <extra-includes> | |
76 | <include file-name="QImage" location="global"/> |
|
86 | <include file-name="QImage" location="global"/> | |
77 | </extra-includes> |
|
87 | </extra-includes> | |
78 | </object-type> |
|
88 | </object-type> | |
79 | <object-type name="QGLWidget"> |
|
89 | <object-type name="QGLWidget"> | |
80 | <extra-includes> |
|
90 | <extra-includes> | |
81 | <include file-name="QImage" location="global"/> |
|
91 | <include file-name="QImage" location="global"/> | |
82 | <include file-name="QPixmap" location="global"/> |
|
92 | <include file-name="QPixmap" location="global"/> | |
83 | </extra-includes> |
|
93 | </extra-includes> | |
84 | <modify-function signature="setContext(QGLContext*,const QGLContext*,bool)"> |
|
94 | <modify-function signature="setContext(QGLContext*,const QGLContext*,bool)"> | |
85 | <remove/> <!--- Obsolete --> |
|
95 | <remove/> <!--- Obsolete --> | |
86 | </modify-function> |
|
96 | </modify-function> | |
87 | <modify-function signature="fontDisplayListBase(QFont, int)" remove="all"/> |
|
97 | <modify-function signature="fontDisplayListBase(QFont, int)" remove="all"/> | |
88 | <modify-function signature="setFormat(QGLFormat)" remove="all"/> |
|
98 | <modify-function signature="setFormat(QGLFormat)" remove="all"/> | |
89 | </object-type> |
|
99 | </object-type> | |
90 |
|
100 | |||
91 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QGLFormat' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
101 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QGLFormat' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
92 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QGLFramebufferObjectFormat' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
102 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QGLFramebufferObjectFormat' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
93 |
|
103 | |||
94 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QGLColormap::QGLColormapData\*'"/> |
|
104 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QGLColormap::QGLColormapData\*'"/> | |
95 | <suppress-warning text="WARNING(MetaJavaBuilder) :: visibility of function '*' modified in class '*'"/> |
|
105 | <suppress-warning text="WARNING(MetaJavaBuilder) :: visibility of function '*' modified in class '*'"/> | |
96 | <suppress-warning text="WARNING(MetaJavaBuilder) :: hiding of function '*' in class '*'"/> |
|
106 | <suppress-warning text="WARNING(MetaJavaBuilder) :: hiding of function '*' in class '*'"/> | |
97 | <suppress-warning text="WARNING(CppImplGenerator) :: protected function '*' in final class '*'"/> |
|
107 | <suppress-warning text="WARNING(CppImplGenerator) :: protected function '*' in final class '*'"/> | |
98 |
|
108 | |||
99 | </typesystem> |
|
109 | </typesystem> |
@@ -1,130 +1,131 | |||||
1 | <?xml version="1.0"?> |
|
1 | <?xml version="1.0"?> | |
2 | <typesystem package="com.trolltech.qt.sql"> |
|
2 | <typesystem package="com.trolltech.qt.sql"> | |
3 | <rejection class="QSqlDriverCreator"/> |
|
3 | <rejection class="QSqlDriverCreator"/> | |
4 | <rejection class="QSqlDriverPlugin"/> |
|
4 | <rejection class="QSqlDriverPlugin"/> | |
5 | <rejection class="QSqlDriverFactoryInterface"/> |
|
5 | <rejection class="QSqlDriverFactoryInterface"/> | |
6 |
|
6 | |||
7 | <namespace-type name="QSql"> |
|
7 | <namespace-type name="QSql"> | |
8 | <include file-name="qsql.h" location="global"/> |
|
8 | <include file-name="qsql.h" location="global"/> | |
9 | </namespace-type> |
|
9 | </namespace-type> | |
10 |
|
10 | |||
11 | <value-type name="QSqlDatabase"> |
|
11 | <value-type name="QSqlDatabase"> | |
12 | <extra-includes> |
|
12 | <extra-includes> | |
13 | <include file-name="QSqlQuery" location="global"/> |
|
13 | <include file-name="QSqlQuery" location="global"/> | |
14 | <include file-name="QSqlError" location="global"/> |
|
14 | <include file-name="QSqlError" location="global"/> | |
15 | <include file-name="QSqlIndex" location="global"/> |
|
15 | <include file-name="QSqlIndex" location="global"/> | |
16 | <include file-name="QSqlRecord" location="global"/> |
|
16 | <include file-name="QSqlRecord" location="global"/> | |
17 | <include file-name="QStringList" location="global"/> |
|
17 | <include file-name="QStringList" location="global"/> | |
18 | <include file-name="QSize" location="global"/> |
|
18 | <include file-name="QSize" location="global"/> | |
19 | </extra-includes> |
|
19 | </extra-includes> | |
20 | <modify-function signature="operator=(QSqlDatabase)" remove="all"/> |
|
20 | <modify-function signature="operator=(QSqlDatabase)" remove="all"/> | |
21 | </value-type> |
|
21 | </value-type> | |
22 |
|
22 | |||
23 | <value-type name="QSqlQuery"> |
|
23 | <value-type name="QSqlQuery"> | |
24 | <extra-includes> |
|
24 | <extra-includes> | |
25 | <include file-name="QSqlError" location="global"/> |
|
25 | <include file-name="QSqlError" location="global"/> | |
26 | <include file-name="QSqlRecord" location="global"/> |
|
26 | <include file-name="QSqlRecord" location="global"/> | |
27 | <include file-name="QStringList" location="global"/> |
|
27 | <include file-name="QStringList" location="global"/> | |
28 | <include file-name="QSize" location="global"/> |
|
28 | <include file-name="QSize" location="global"/> | |
29 | </extra-includes> |
|
29 | </extra-includes> | |
30 | <modify-function signature="operator=(QSqlQuery)" remove="all"/> |
|
30 | <modify-function signature="operator=(QSqlQuery)" remove="all"/> | |
31 | </value-type> |
|
31 | </value-type> | |
32 |
|
32 | |||
33 | <value-type name="QSqlRecord"> |
|
33 | <value-type name="QSqlRecord"> | |
34 | <extra-includes> |
|
34 | <extra-includes> | |
35 | <include file-name="QSqlField" location="global"/> |
|
35 | <include file-name="QSqlField" location="global"/> | |
36 | </extra-includes> |
|
36 | </extra-includes> | |
37 | <modify-function signature="append(QSqlField)" access="non-final"/> |
|
37 | <modify-function signature="append(QSqlField)" access="non-final"/> | |
38 | <modify-function signature="operator=(QSqlRecord)" remove="all"/> |
|
38 | <modify-function signature="operator=(QSqlRecord)" remove="all"/> | |
39 | </value-type> |
|
39 | </value-type> | |
40 |
|
40 | |||
41 | <value-type name="QSqlError"> |
|
41 | <value-type name="QSqlError"> | |
42 | <modify-function signature="operator=(QSqlError)" remove="all"/> |
|
42 | <modify-function signature="operator=(QSqlError)" remove="all"/> | |
43 | </value-type> |
|
43 | </value-type> | |
44 |
|
44 | |||
45 | <value-type name="QSqlIndex"> |
|
45 | <value-type name="QSqlIndex"> | |
46 | <modify-function signature="operator=(QSqlIndex)" remove="all"/> |
|
46 | <modify-function signature="operator=(QSqlIndex)" remove="all"/> | |
47 | </value-type> |
|
47 | </value-type> | |
48 |
|
48 | |||
49 | <value-type name="QSqlRelation"/> |
|
49 | <value-type name="QSqlRelation"/> | |
50 |
|
50 | |||
51 | <value-type name="QSqlField"> |
|
51 | <value-type name="QSqlField"> | |
52 | <modify-function signature="operator=(QSqlField)" remove="all"/> |
|
52 | <modify-function signature="operator=(QSqlField)" remove="all"/> | |
53 | </value-type> |
|
53 | </value-type> | |
54 |
|
54 | |||
55 | <object-type name="QSqlDriver"> |
|
55 | <object-type name="QSqlDriver"> | |
56 | <extra-includes> |
|
56 | <extra-includes> | |
57 | <include file-name="QSqlQuery" location="global"/> |
|
57 | <include file-name="QSqlQuery" location="global"/> | |
58 | <include file-name="QSqlError" location="global"/> |
|
58 | <include file-name="QSqlError" location="global"/> | |
59 | <include file-name="QSqlIndex" location="global"/> |
|
59 | <include file-name="QSqlIndex" location="global"/> | |
60 | <include file-name="QSqlRecord" location="global"/> |
|
60 | <include file-name="QSqlRecord" location="global"/> | |
61 | <include file-name="QStringList" location="global"/> |
|
61 | <include file-name="QStringList" location="global"/> | |
62 | <include file-name="QSize" location="global"/> |
|
62 | <include file-name="QSize" location="global"/> | |
63 | </extra-includes> |
|
63 | </extra-includes> | |
64 | </object-type> |
|
64 | </object-type> | |
65 |
|
65 | |||
66 | <object-type name="QSqlQueryModel"> |
|
66 | <object-type name="QSqlQueryModel"> | |
67 | <modify-function signature="indexInQuery(QModelIndex)const" access="non-final"/> |
|
67 | <modify-function signature="indexInQuery(QModelIndex)const" access="non-final"/> | |
68 | <modify-function signature="setQuery(QSqlQuery)" access="non-final"/> |
|
68 | <modify-function signature="setQuery(QSqlQuery)" access="non-final"/> | |
69 | <extra-includes> |
|
69 | <extra-includes> | |
70 | <include file-name="QSqlError" location="global"/> |
|
70 | <include file-name="QSqlError" location="global"/> | |
71 | <include file-name="QSqlQuery" location="global"/> |
|
71 | <include file-name="QSqlQuery" location="global"/> | |
72 | <include file-name="QSqlRecord" location="global"/> |
|
72 | <include file-name="QSqlRecord" location="global"/> | |
73 | <include file-name="QStringList" location="global"/> |
|
73 | <include file-name="QStringList" location="global"/> | |
74 | <include file-name="QSize" location="global"/> |
|
74 | <include file-name="QSize" location="global"/> | |
75 | </extra-includes> |
|
75 | </extra-includes> | |
76 | </object-type> |
|
76 | </object-type> | |
77 | <object-type name="QSqlRelationalTableModel"> |
|
77 | <object-type name="QSqlRelationalTableModel"> | |
78 | <extra-includes> |
|
78 | <extra-includes> | |
79 | <include file-name="QStringList" location="global"/> |
|
79 | <include file-name="QStringList" location="global"/> | |
80 | <include file-name="QSize" location="global"/> |
|
80 | <include file-name="QSize" location="global"/> | |
81 | </extra-includes> |
|
81 | </extra-includes> | |
82 | </object-type> |
|
82 | </object-type> | |
83 | <object-type name="QSqlResult"> |
|
83 | <object-type name="QSqlResult"> | |
84 | <extra-includes> |
|
84 | <extra-includes> | |
85 | <include file-name="QSqlError" location="global"/> |
|
85 | <include file-name="QSqlError" location="global"/> | |
86 | <include file-name="QSqlQuery" location="global"/> |
|
86 | <include file-name="QSqlQuery" location="global"/> | |
87 | <include file-name="QSqlRecord" location="global"/> |
|
87 | <include file-name="QSqlRecord" location="global"/> | |
88 | <include file-name="QStringList" location="global"/> |
|
88 | <include file-name="QStringList" location="global"/> | |
89 | <include file-name="QSize" location="global"/> |
|
89 | <include file-name="QSize" location="global"/> | |
90 | </extra-includes> |
|
90 | </extra-includes> | |
91 | <modify-function signature="virtual_hook(int,void*)"> |
|
91 | <modify-function signature="virtual_hook(int,void*)"> | |
92 | <remove/> |
|
92 | <remove/> | |
93 | </modify-function> |
|
93 | </modify-function> | |
94 |
|
94 | |||
95 | </object-type> |
|
95 | </object-type> | |
96 | <object-type name="QSqlTableModel"> |
|
96 | <object-type name="QSqlTableModel"> | |
97 | <extra-includes> |
|
97 | <extra-includes> | |
98 | <include file-name="QSqlIndex" location="global"/> |
|
98 | <include file-name="QSqlIndex" location="global"/> | |
99 | <include file-name="QStringList" location="global"/> |
|
99 | <include file-name="QStringList" location="global"/> | |
100 | <include file-name="QSize" location="global"/> |
|
100 | <include file-name="QSize" location="global"/> | |
101 | </extra-includes> |
|
101 | </extra-includes> | |
102 | </object-type> |
|
102 | </object-type> | |
103 | <object-type name="QSqlDriverCreatorBase"> |
|
103 | <object-type name="QSqlDriverCreatorBase"> | |
104 | <extra-includes> |
|
104 | <extra-includes> | |
105 | <include file-name="QSqlDriver" location="global"/> |
|
105 | <include file-name="QSqlDriver" location="global"/> | |
106 | </extra-includes> |
|
106 | </extra-includes> | |
107 | </object-type> |
|
107 | </object-type> | |
108 |
|
108 | |||
109 | <enum-type name="QSql::Location"/> |
|
109 | <enum-type name="QSql::Location"/> | |
110 | <enum-type name="QSql::ParamTypeFlag" flags="QSql::ParamType"/> |
|
110 | <enum-type name="QSql::ParamTypeFlag" flags="QSql::ParamType"/> | |
111 | <enum-type name="QSql::TableType"/> |
|
111 | <enum-type name="QSql::TableType"/> | |
112 | <enum-type name="QSql::NumericalPrecisionPolicy"/> |
|
112 | <enum-type name="QSql::NumericalPrecisionPolicy"/> | |
113 | <enum-type name="QSqlDriver::DriverFeature"/> |
|
113 | <enum-type name="QSqlDriver::DriverFeature"/> | |
114 | <enum-type name="QSqlDriver::IdentifierType"/> |
|
114 | <enum-type name="QSqlDriver::IdentifierType"/> | |
115 | <enum-type name="QSqlDriver::StatementType"/> |
|
115 | <enum-type name="QSqlDriver::StatementType"/> | |
116 | <enum-type name="QSqlError::ErrorType"/> |
|
116 | <enum-type name="QSqlError::ErrorType"/> | |
117 | <enum-type name="QSqlField::RequiredStatus"/> |
|
117 | <enum-type name="QSqlField::RequiredStatus"/> | |
118 | <enum-type name="QSqlQuery::BatchExecutionMode"/> |
|
118 | <enum-type name="QSqlQuery::BatchExecutionMode"/> | |
119 | <enum-type name="QSqlResult::BindingSyntax"/> |
|
119 | <enum-type name="QSqlResult::BindingSyntax"/> | |
120 | <enum-type name="QSqlResult::VirtualHookOperation"/> |
|
120 | <enum-type name="QSqlResult::VirtualHookOperation"/> | |
121 | <enum-type name="QSqlTableModel::EditStrategy"/> |
|
121 | <enum-type name="QSqlTableModel::EditStrategy"/> | |
|
122 | <enum-type name="QSqlRelationalTableModel::JoinMode"/> | |||
122 |
|
123 | |||
123 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QSqlField' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
124 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QSqlField' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
124 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QSqlRecord' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
125 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QSqlRecord' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
125 |
|
126 | |||
126 | <suppress-warning text="WARNING(CppImplGenerator) :: protected function '*' in final class '*'"/> |
|
127 | <suppress-warning text="WARNING(CppImplGenerator) :: protected function '*' in final class '*'"/> | |
127 | <suppress-warning text="WARNING(MetaJavaBuilder) :: visibility of function '*' modified in class '*'"/> |
|
128 | <suppress-warning text="WARNING(MetaJavaBuilder) :: visibility of function '*' modified in class '*'"/> | |
128 | <suppress-warning text="WARNING(MetaJavaBuilder) :: hiding of function '*' in class '*'"/> |
|
129 | <suppress-warning text="WARNING(MetaJavaBuilder) :: hiding of function '*' in class '*'"/> | |
129 |
|
130 | |||
130 | </typesystem> |
|
131 | </typesystem> |
@@ -1,168 +1,173 | |||||
1 | <?xml version="1.0"?> |
|
1 | <?xml version="1.0"?> | |
2 | <typesystem package="com.trolltech.qt.webkit"> |
|
2 | <typesystem package="com.trolltech.qt.webkit"> | |
3 | <rejection class="WebCore"/> |
|
3 | <rejection class="WebCore"/> | |
4 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping field 'QWebPluginFactory_Plugin::mimeTypes' with unmatched type 'QList<MimeType>'"/> |
|
4 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping field 'QWebPluginFactory_Plugin::mimeTypes' with unmatched type 'QList<MimeType>'"/> | |
5 | <namespace-type name="WebCore"/> |
|
5 | <namespace-type name="WebCore"/> | |
6 |
|
6 | |||
7 | <enum-type name="QWebSettings::FontFamily"/> |
|
7 | <enum-type name="QWebSettings::FontFamily"/> | |
8 | <enum-type name="QWebSettings::FontSize"/> |
|
8 | <enum-type name="QWebSettings::FontSize"/> | |
9 | <enum-type name="QWebSettings::WebGraphic"/> |
|
9 | <enum-type name="QWebSettings::WebGraphic"/> | |
10 | <enum-type name="QWebSettings::WebAttribute"> |
|
10 | <enum-type name="QWebSettings::WebAttribute"> | |
11 | <reject-enum-value name="LocalStorageEnabled"/> |
|
11 | <reject-enum-value name="LocalStorageEnabled"/> | |
12 | </enum-type> |
|
12 | </enum-type> | |
|
13 | ||||
|
14 | <enum-type name="QWebFrame::RenderLayer"/> | |||
|
15 | ||||
|
16 | <enum-type name="QWebPage::Feature"/> | |||
|
17 | <enum-type name="QWebPage::PermissionPolicy"/> | |||
13 | <enum-type name="QWebPage::Extension"/> |
|
18 | <enum-type name="QWebPage::Extension"/> | |
14 | <enum-type name="QWebPage::NavigationType"/> |
|
19 | <enum-type name="QWebPage::NavigationType"/> | |
15 | <enum-type name="QWebPage::WebAction"/> |
|
20 | <enum-type name="QWebPage::WebAction"/> | |
16 | <enum-type name="QWebPage::WebWindowType"/> |
|
21 | <enum-type name="QWebPage::WebWindowType"/> | |
17 | <enum-type name="QWebPage::FindFlag" flags="QWebPage::FindFlags"/> |
|
22 | <enum-type name="QWebPage::FindFlag" flags="QWebPage::FindFlags"/> | |
18 | <enum-type name="QWebPage::LinkDelegationPolicy"/> |
|
23 | <enum-type name="QWebPage::LinkDelegationPolicy"/> | |
19 | <enum-type name="QWebPluginFactory::Extension"/> |
|
24 | <enum-type name="QWebPluginFactory::Extension"/> | |
20 | <enum-type name="QWebElement::StyleResolveStrategy"/> |
|
25 | <enum-type name="QWebElement::StyleResolveStrategy"/> | |
21 | <enum-type name="QWebHistory::HistoryStateVersion"> |
|
26 | <enum-type name="QWebHistory::HistoryStateVersion"> | |
22 | <reject-enum-value name="DefaultHistoryVersion"/> |
|
27 | <reject-enum-value name="DefaultHistoryVersion"/> | |
23 | </enum-type> |
|
28 | </enum-type> | |
24 | <enum-type name="QWebPage::ErrorDomain"/> |
|
29 | <enum-type name="QWebPage::ErrorDomain"/> | |
25 |
|
30 | |||
26 | <object-type name="QWebHistory"/> |
|
31 | <object-type name="QWebHistory"/> | |
27 | <object-type name="QWebHistoryItem"/> |
|
32 | <object-type name="QWebHistoryItem"/> | |
28 | <value-type name="QWebElementCollection"/> |
|
33 | <value-type name="QWebElementCollection"/> | |
29 |
|
34 | |||
30 | <object-type name="QGraphicsWebView"/> |
|
35 | <object-type name="QGraphicsWebView"/> | |
31 | <object-type name="QWebView"> |
|
36 | <object-type name="QWebView"> | |
32 | <modify-function signature="setPage(QWebPage*)"> |
|
37 | <modify-function signature="setPage(QWebPage*)"> | |
33 | <modify-argument index="1"> |
|
38 | <modify-argument index="1"> | |
34 | <define-ownership class="java" owner="c++"/> |
|
39 | <define-ownership class="java" owner="c++"/> | |
35 | </modify-argument> |
|
40 | </modify-argument> | |
36 | </modify-function> |
|
41 | </modify-function> | |
37 | </object-type> |
|
42 | </object-type> | |
38 | <object-type name="QWebFrame"> |
|
43 | <object-type name="QWebFrame"> | |
39 | <modify-function signature="addToJavaScriptWindowObject(QString,QObject*)"> |
|
44 | <modify-function signature="addToJavaScriptWindowObject(QString,QObject*)"> | |
40 | <modify-argument index="2"> |
|
45 | <modify-argument index="2"> | |
41 | <reference-count action="ignore"/> |
|
46 | <reference-count action="ignore"/> | |
42 | </modify-argument> |
|
47 | </modify-argument> | |
43 | </modify-function> |
|
48 | </modify-function> | |
44 | </object-type> |
|
49 | </object-type> | |
45 | <object-type name="QWebPage::ExtensionOption"/> |
|
50 | <object-type name="QWebPage::ExtensionOption"/> | |
46 | <object-type name="QWebPage::ChooseMultipleFilesExtensionOption"/> |
|
51 | <object-type name="QWebPage::ChooseMultipleFilesExtensionOption"/> | |
47 | <object-type name="QWebPage::ExtensionReturn"/> |
|
52 | <object-type name="QWebPage::ExtensionReturn"/> | |
48 | <object-type name="QWebPage::ChooseMultipleFilesExtensionReturn"/> |
|
53 | <object-type name="QWebPage::ChooseMultipleFilesExtensionReturn"/> | |
49 | <object-type name="QWebHistory"> |
|
54 | <object-type name="QWebHistory"> | |
50 | <modify-function signature="saveState(QWebHistory::HistoryStateVersion)const"> |
|
55 | <modify-function signature="saveState(QWebHistory::HistoryStateVersion)const"> | |
51 | <modify-argument index="1"><remove-default-expression/></modify-argument> |
|
56 | <modify-argument index="1"><remove-default-expression/></modify-argument> | |
52 | </modify-function> |
|
57 | </modify-function> | |
53 | </object-type> |
|
58 | </object-type> | |
54 | <object-type name="QWebSettings"/> |
|
59 | <object-type name="QWebSettings"/> | |
55 | <object-type name="QWebPage"> |
|
60 | <object-type name="QWebPage"> | |
56 | <modify-function signature="javaScriptPrompt(QWebFrame*,QString,QString,QString*)"> |
|
61 | <modify-function signature="javaScriptPrompt(QWebFrame*,QString,QString,QString*)"> | |
57 | <access modifier="private"/> |
|
62 | <access modifier="private"/> | |
58 | </modify-function> |
|
63 | </modify-function> | |
59 | <modify-function signature="setView(QWidget*)"> |
|
64 | <modify-function signature="setView(QWidget*)"> | |
60 | <modify-argument index="1"> |
|
65 | <modify-argument index="1"> | |
61 | <reference-count action="set" variable-name="__rcView"/> |
|
66 | <reference-count action="set" variable-name="__rcView"/> | |
62 | </modify-argument> |
|
67 | </modify-argument> | |
63 | </modify-function> |
|
68 | </modify-function> | |
64 | <modify-function signature="setNetworkAccessManager(QNetworkAccessManager*)"> |
|
69 | <modify-function signature="setNetworkAccessManager(QNetworkAccessManager*)"> | |
65 | <modify-argument index="1"> |
|
70 | <modify-argument index="1"> | |
66 | <define-ownership class="java" owner="c++"/> |
|
71 | <define-ownership class="java" owner="c++"/> | |
67 | </modify-argument> |
|
72 | </modify-argument> | |
68 | </modify-function> |
|
73 | </modify-function> | |
69 | </object-type> |
|
74 | </object-type> | |
70 |
|
75 | |||
71 | <value-type name="QWebHitTestResult"> |
|
76 | <value-type name="QWebHitTestResult"> | |
72 | <modify-function signature="operator=(QWebHitTestResult)" remove="all"/> |
|
77 | <modify-function signature="operator=(QWebHitTestResult)" remove="all"/> | |
73 | </value-type> |
|
78 | </value-type> | |
74 |
|
79 | |||
75 | <value-type name="QWebHistoryItem"> |
|
80 | <value-type name="QWebHistoryItem"> | |
76 | <custom-constructor> |
|
81 | <custom-constructor> | |
77 | return new QWebHistoryItem(*copy); |
|
82 | return new QWebHistoryItem(*copy); | |
78 | </custom-constructor> |
|
83 | </custom-constructor> | |
79 | <custom-destructor> |
|
84 | <custom-destructor> | |
80 | delete copy; |
|
85 | delete copy; | |
81 | </custom-destructor> |
|
86 | </custom-destructor> | |
82 | <modify-function signature="operator=(QWebHistoryItem)" remove="all"/> |
|
87 | <modify-function signature="operator=(QWebHistoryItem)" remove="all"/> | |
83 | </value-type> |
|
88 | </value-type> | |
84 |
|
89 | |||
85 | <object-type name="QWebHistoryInterface"> |
|
90 | <object-type name="QWebHistoryInterface"> | |
86 | <modify-function signature="setDefaultInterface(QWebHistoryInterface*)"> |
|
91 | <modify-function signature="setDefaultInterface(QWebHistoryInterface*)"> | |
87 | <modify-argument index="1"> |
|
92 | <modify-argument index="1"> | |
88 | <reference-count action="set" variable-name="__rcInterface"/> |
|
93 | <reference-count action="set" variable-name="__rcInterface"/> | |
89 | </modify-argument> |
|
94 | </modify-argument> | |
90 | </modify-function> |
|
95 | </modify-function> | |
91 | </object-type> |
|
96 | </object-type> | |
92 |
|
97 | |||
93 | <object-type name="QWebPluginFactory"/> |
|
98 | <object-type name="QWebPluginFactory"/> | |
94 | <object-type name="QWebPluginDatabase"/> |
|
99 | <object-type name="QWebPluginDatabase"/> | |
95 | <object-type name="QWebInspector"/> |
|
100 | <object-type name="QWebInspector"/> | |
96 |
|
101 | |||
97 | <value-type name="QWebPluginInfo"/> |
|
102 | <value-type name="QWebPluginInfo"/> | |
98 | <value-type name="QWebElement"/> |
|
103 | <value-type name="QWebElement"/> | |
99 | <value-type name="QWebPluginFactory::Plugin"/> |
|
104 | <value-type name="QWebPluginFactory::Plugin"/> | |
100 | <value-type name="QWebPluginFactory::MimeType"/> |
|
105 | <value-type name="QWebPluginFactory::MimeType"/> | |
101 | <value-type name="QWebSecurityOrigin"> |
|
106 | <value-type name="QWebSecurityOrigin"> | |
102 | <custom-constructor> |
|
107 | <custom-constructor> | |
103 | return new QWebSecurityOrigin(*copy); |
|
108 | return new QWebSecurityOrigin(*copy); | |
104 | </custom-constructor> |
|
109 | </custom-constructor> | |
105 | <custom-destructor> |
|
110 | <custom-destructor> | |
106 | delete copy; |
|
111 | delete copy; | |
107 | </custom-destructor> |
|
112 | </custom-destructor> | |
108 | </value-type> |
|
113 | </value-type> | |
109 | <value-type name="QWebDatabase"> |
|
114 | <value-type name="QWebDatabase"> | |
110 | <custom-constructor> |
|
115 | <custom-constructor> | |
111 | return new QWebDatabase(*copy); |
|
116 | return new QWebDatabase(*copy); | |
112 | </custom-constructor> |
|
117 | </custom-constructor> | |
113 | <custom-destructor> |
|
118 | <custom-destructor> | |
114 | delete copy; |
|
119 | delete copy; | |
115 | </custom-destructor> |
|
120 | </custom-destructor> | |
116 | </value-type> |
|
121 | </value-type> | |
117 | <object-type name="QWebPluginFactory::ExtensionOption"/> |
|
122 | <object-type name="QWebPluginFactory::ExtensionOption"/> | |
118 | <object-type name="QWebPluginFactory::ExtensionReturn"/> |
|
123 | <object-type name="QWebPluginFactory::ExtensionReturn"/> | |
119 | <object-type name="QWebPage::ErrorPageExtensionOption"/> |
|
124 | <object-type name="QWebPage::ErrorPageExtensionOption"/> | |
120 | <object-type name="QWebPage::ErrorPageExtensionReturn"/> |
|
125 | <object-type name="QWebPage::ErrorPageExtensionReturn"/> | |
121 |
|
126 | |||
122 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QWebFrame::QWebFrame', unmatched parameter type 'QWebFrameData*'"/> |
|
127 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QWebFrame::QWebFrame', unmatched parameter type 'QWebFrameData*'"/> | |
123 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QWebSettings::QWebSettings', unmatched parameter type 'WebCore::Settings*'"/> |
|
128 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QWebSettings::QWebSettings', unmatched parameter type 'WebCore::Settings*'"/> | |
124 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QWebPluginInfo::QWebPluginInfo', unmatched parameter type 'WebCore::PluginPackage*'"/> |
|
129 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QWebPluginInfo::QWebPluginInfo', unmatched parameter type 'WebCore::PluginPackage*'"/> | |
125 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QWebElement::enclosingElement', unmatched parameter type 'WebCore::Node*'"/> |
|
130 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QWebElement::enclosingElement', unmatched parameter type 'WebCore::Node*'"/> | |
126 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QWebElement::QWebElement', unmatched parameter type 'WebCore::Node*'"/> |
|
131 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QWebElement::QWebElement', unmatched parameter type 'WebCore::Node*'"/> | |
127 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QWebElement::QWebElement', unmatched parameter type 'WebCore::Element*'"/> |
|
132 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QWebElement::QWebElement', unmatched parameter type 'WebCore::Element*'"/> | |
128 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping field 'QWebPluginFactory_Plugin::mimeTypes' with unmatched type 'QList<MimeType>'"/> |
|
133 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping field 'QWebPluginFactory_Plugin::mimeTypes' with unmatched type 'QList<MimeType>'"/> | |
129 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QWebPluginInfo' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
134 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QWebPluginInfo' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
130 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QWebPluginFactory_MimeType' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
135 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QWebPluginFactory_MimeType' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
131 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QWebElement' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
136 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QWebElement' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
132 |
|
137 | |||
133 | <!-- Needed to avoid warnings on compilers that don't support webkit --> |
|
138 | <!-- Needed to avoid warnings on compilers that don't support webkit --> | |
134 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebPluginFactory::Plugin' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> |
|
139 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebPluginFactory::Plugin' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> | |
135 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebPluginFactory::ExtensionReturn' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> |
|
140 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebPluginFactory::ExtensionReturn' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> | |
136 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebPluginFactory::MimeType' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> |
|
141 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebPluginFactory::MimeType' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> | |
137 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebPage' for enum 'Extension' is not declared"/> |
|
142 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebPage' for enum 'Extension' is not declared"/> | |
138 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebPluginFactory::ExtensionOption' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> |
|
143 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebPluginFactory::ExtensionOption' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> | |
139 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebPluginFactory' for enum 'Extension' is not declared"/> |
|
144 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebPluginFactory' for enum 'Extension' is not declared"/> | |
140 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebPluginFactory' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> |
|
145 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebPluginFactory' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> | |
141 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebPage' for enum 'NavigationRequestResponse' is not declared"/> |
|
146 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebPage' for enum 'NavigationRequestResponse' is not declared"/> | |
142 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebSettings' for enum 'WebAttribute' is not declared"/> |
|
147 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebSettings' for enum 'WebAttribute' is not declared"/> | |
143 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebSettings' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> |
|
148 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebSettings' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> | |
144 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebHistoryItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> |
|
149 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebHistoryItem' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> | |
145 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebHistoryInterface' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> |
|
150 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebHistoryInterface' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> | |
146 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebPage' for enum 'WebAction' is not declared"/> |
|
151 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebPage' for enum 'WebAction' is not declared"/> | |
147 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebSettings' for enum 'FontSize' is not declared"/> |
|
152 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebSettings' for enum 'FontSize' is not declared"/> | |
148 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebSettings' for enum 'WebGraphic' is not declared"/> |
|
153 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebSettings' for enum 'WebGraphic' is not declared"/> | |
149 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebPage' for enum 'NavigationType' is not declared"/> |
|
154 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebPage' for enum 'NavigationType' is not declared"/> | |
150 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebSettings' for enum 'FontType' is not declared"/> |
|
155 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebSettings' for enum 'FontType' is not declared"/> | |
151 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebFrame' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> |
|
156 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebFrame' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> | |
152 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebHistory' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> |
|
157 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebHistory' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> | |
153 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebView' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> |
|
158 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebView' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> | |
154 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebPage' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> |
|
159 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebPage' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> | |
155 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebHitTestResult' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> |
|
160 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebHitTestResult' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> | |
156 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebPage' for enum 'FindFlag' is not declared"/> |
|
161 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebPage' for enum 'FindFlag' is not declared"/> | |
157 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebPage' for enum 'LinkDelegationPolicy' is not declared"/> |
|
162 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebPage' for enum 'LinkDelegationPolicy' is not declared"/> | |
158 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebSettings' for enum 'FontFamily' is not declared"/> |
|
163 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebSettings' for enum 'FontFamily' is not declared"/> | |
159 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebPage' for enum 'WebWindowType' is not declared"/> |
|
164 | <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'com.trolltech.qt.webkit.QWebPage' for enum 'WebWindowType' is not declared"/> | |
160 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QWebFrame::addToJavaScriptWindowObject', unmatched parameter type 'QScriptEngine::ValueOwnership'"/> |
|
165 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QWebFrame::addToJavaScriptWindowObject', unmatched parameter type 'QScriptEngine::ValueOwnership'"/> | |
161 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebDatabase' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> |
|
166 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebDatabase' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> | |
162 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebPage::ExtensionReturn' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> |
|
167 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebPage::ExtensionReturn' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> | |
163 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebPage::ExtensionOption' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> |
|
168 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebPage::ExtensionOption' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> | |
164 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebPage::ChooseMultipleFilesExtensionOption' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> |
|
169 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebPage::ChooseMultipleFilesExtensionOption' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> | |
165 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebSecurityOrigin' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> |
|
170 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebSecurityOrigin' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> | |
166 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebPage::ChooseMultipleFilesExtensionReturn' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> |
|
171 | <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QWebPage::ChooseMultipleFilesExtensionReturn' is specified in typesystem, but not defined. This could potentially lead to compilation errors."/> | |
167 |
|
172 | |||
168 | </typesystem> |
|
173 | </typesystem> |
General Comments 0
You need to be logged in to leave comments.
Login now