@@ -1,2494 +1,2390 | |||||
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"/> |
|
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 |
|
35 | |||
36 | <primitive-type name="qgl_GLsizeiptr"/> |
|
36 | <primitive-type name="qgl_GLsizeiptr"/> | |
37 | <primitive-type name="qgl_GLintptr"/> |
|
37 | <primitive-type name="qgl_GLintptr"/> | |
38 | <primitive-type name="GLint"/> |
|
38 | <primitive-type name="GLint"/> | |
39 | <primitive-type name="GLuint"/> |
|
39 | <primitive-type name="GLuint"/> | |
40 | <primitive-type name="GLenum"/> |
|
40 | <primitive-type name="GLenum"/> | |
41 | <primitive-type name="GLclampf"/> |
|
41 | <primitive-type name="GLclampf"/> | |
42 | <primitive-type name="GLsizei"/> |
|
42 | <primitive-type name="GLsizei"/> | |
43 | <primitive-type name="GLfloat"/> |
|
43 | <primitive-type name="GLfloat"/> | |
44 | <primitive-type name="GLbitfield"/> |
|
44 | <primitive-type name="GLbitfield"/> | |
45 | <primitive-type name="GLbyte"/> |
|
45 | <primitive-type name="GLbyte"/> | |
46 | <primitive-type name="GLshort"/> |
|
46 | <primitive-type name="GLshort"/> | |
47 | <primitive-type name="GLubyte"/> |
|
47 | <primitive-type name="GLubyte"/> | |
48 | <primitive-type name="GLushort"/> |
|
48 | <primitive-type name="GLushort"/> | |
49 | <primitive-type name="GLdouble"/> |
|
49 | <primitive-type name="GLdouble"/> | |
50 | <primitive-type name="GLclampd"/> |
|
50 | <primitive-type name="GLclampd"/> | |
51 | <primitive-type name="GLvoid"/> |
|
51 | <primitive-type name="GLvoid"/> | |
52 | <primitive-type name="GLboolean"/> |
|
52 | <primitive-type name="GLboolean"/> | |
53 |
|
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"/> |
|
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"/> | |
55 |
|
55 | |||
56 | <value-type name="QModelIndex"/> |
|
56 | <value-type name="QModelIndex"/> | |
57 | <rejection class="*" function-name="d_func"/> |
|
57 | <rejection class="*" function-name="d_func"/> | |
58 | <rejection class="*" function-name="data_ptr"/> |
|
58 | <rejection class="*" function-name="data_ptr"/> | |
59 | <rejection class="*" function-name="detach"/> |
|
59 | <rejection class="*" function-name="detach"/> | |
60 | <rejection class="*" function-name="isDetached"/> |
|
60 | <rejection class="*" function-name="isDetached"/> | |
61 |
|
61 | |||
62 | <rejection class="*" field-name="d_ptr"/> |
|
62 | <rejection class="*" field-name="d_ptr"/> | |
63 | <rejection class="*" field-name="d"/> |
|
63 | <rejection class="*" field-name="d"/> | |
64 |
|
64 | |||
65 | <rejection class="" enum-name="QtValidLicenseForTestModule"/> |
|
65 | <rejection class="" enum-name="QtValidLicenseForTestModule"/> | |
66 |
|
66 | |||
67 |
|
67 | |||
68 | <rejection class="" enum-name="QtValidLicenseForDBusModule"/> |
|
68 | <rejection class="" enum-name="QtValidLicenseForDBusModule"/> | |
69 | <rejection class="" enum-name="QtValidLicenseForSqlModule"/> |
|
69 | <rejection class="" enum-name="QtValidLicenseForSqlModule"/> | |
70 | <rejection class="" enum-name="QtValidLicenseForOpenGLModule"/> |
|
70 | <rejection class="" enum-name="QtValidLicenseForOpenGLModule"/> | |
71 | <rejection class="" enum-name="enum_1"/> |
|
71 | <rejection class="" enum-name="enum_1"/> | |
72 | <rejection class="" enum-name="QtValidLicenseForXmlModule"/> |
|
72 | <rejection class="" enum-name="QtValidLicenseForXmlModule"/> | |
73 | <rejection class="" enum-name="QtValidLicenseForXmlPatternsModule"/> |
|
73 | <rejection class="" enum-name="QtValidLicenseForXmlPatternsModule"/> | |
74 | <rejection class="" enum-name="QtValidLicenseForActiveQtModule"/> |
|
74 | <rejection class="" enum-name="QtValidLicenseForActiveQtModule"/> | |
75 | <rejection class="" enum-name="QtValidLicenseForCoreModule"/> |
|
75 | <rejection class="" enum-name="QtValidLicenseForCoreModule"/> | |
76 | <rejection class="" enum-name="QtValidLicenseForQt3SupportLightModule"/> |
|
76 | <rejection class="" enum-name="QtValidLicenseForQt3SupportLightModule"/> | |
77 | <rejection class="" enum-name="QtValidLicenseForQt3SupportModule"/> |
|
77 | <rejection class="" enum-name="QtValidLicenseForQt3SupportModule"/> | |
78 | <rejection class="" enum-name="QtValidLicenseForNetworkModule"/> |
|
78 | <rejection class="" enum-name="QtValidLicenseForNetworkModule"/> | |
79 | <rejection class="" enum-name="QtValidLicenseForSvgModule"/> |
|
79 | <rejection class="" enum-name="QtValidLicenseForSvgModule"/> | |
80 | <rejection class="" enum-name="QtValidLicenseForGuiModule"/> |
|
80 | <rejection class="" enum-name="QtValidLicenseForGuiModule"/> | |
81 | <rejection class="" enum-name="QtValidLicenseForScriptModule"/> |
|
81 | <rejection class="" enum-name="QtValidLicenseForScriptModule"/> | |
82 | <rejection class="" enum-name="QtValidLicenseForHelpModule"/> |
|
82 | <rejection class="" enum-name="QtValidLicenseForHelpModule"/> | |
83 | <rejection class="" enum-name="QtValidLicenseForScriptToolsModule"/> |
|
83 | <rejection class="" enum-name="QtValidLicenseForScriptToolsModule"/> | |
84 | <rejection class="" enum-name="QtValidLicenseForMultimediaModule"/> |
|
84 | <rejection class="" enum-name="QtValidLicenseForMultimediaModule"/> | |
85 | <rejection class="" enum-name="QtValidLicenseForOpenVGModule"/> |
|
85 | <rejection class="" enum-name="QtValidLicenseForOpenVGModule"/> | |
86 | <rejection class="" enum-name="QtValidLicenseForDeclarativeModule"/> |
|
86 | <rejection class="" enum-name="QtValidLicenseForDeclarativeModule"/> | |
87 |
|
87 | |||
88 |
|
88 | |||
89 | <rejection class="QtConcurrent" enum-name="enum_1"/> |
|
89 | <rejection class="QtConcurrent" enum-name="enum_1"/> | |
90 | <rejection class="QtConcurrent" function-name="operator|"/> |
|
90 | <rejection class="QtConcurrent" function-name="operator|"/> | |
91 |
|
91 | |||
92 | <rejection class="Qt" enum-name="Modifier"/> |
|
92 | <rejection class="Qt" enum-name="Modifier"/> | |
93 |
|
93 | |||
94 | <rejection class="QSharedPointer"/> |
|
94 | <rejection class="QSharedPointer"/> | |
95 | <rejection class="QWeakPointer"/> |
|
95 | <rejection class="QWeakPointer"/> | |
96 | <rejection class="QFuture::const_iterator"/> |
|
96 | <rejection class="QFuture::const_iterator"/> | |
97 | <rejection class="QFutureInterface"/> |
|
97 | <rejection class="QFutureInterface"/> | |
98 | <rejection class="QFutureInterfaceBase"/> |
|
98 | <rejection class="QFutureInterfaceBase"/> | |
99 | <rejection class="QtConcurrent::BlockSizeManager"/> |
|
99 | <rejection class="QtConcurrent::BlockSizeManager"/> | |
100 | <rejection class="QtConcurrent::ConstMemberFunctionWrapper"/> |
|
100 | <rejection class="QtConcurrent::ConstMemberFunctionWrapper"/> | |
101 | <rejection class="QtConcurrent::Exception"/> |
|
101 | <rejection class="QtConcurrent::Exception"/> | |
102 | <rejection class="QtConcurrent::FilterKernel"/> |
|
102 | <rejection class="QtConcurrent::FilterKernel"/> | |
103 | <rejection class="QtConcurrent::FilteredEachKernel"/> |
|
103 | <rejection class="QtConcurrent::FilteredEachKernel"/> | |
104 | <rejection class="QtConcurrent::FilteredReducedKernel"/> |
|
104 | <rejection class="QtConcurrent::FilteredReducedKernel"/> | |
105 | <rejection class="QtConcurrent::FunctionWrapper0"/> |
|
105 | <rejection class="QtConcurrent::FunctionWrapper0"/> | |
106 | <rejection class="QtConcurrent::FunctionWrapper1"/> |
|
106 | <rejection class="QtConcurrent::FunctionWrapper1"/> | |
107 | <rejection class="QtConcurrent::FunctionWrapper2"/> |
|
107 | <rejection class="QtConcurrent::FunctionWrapper2"/> | |
108 | <rejection class="QtConcurrent::IntermediateResults"/> |
|
108 | <rejection class="QtConcurrent::IntermediateResults"/> | |
109 | <rejection class="QtConcurrent::IterateKernel"/> |
|
109 | <rejection class="QtConcurrent::IterateKernel"/> | |
110 | <rejection class="QtConcurrent::MapKernel"/> |
|
110 | <rejection class="QtConcurrent::MapKernel"/> | |
111 | <rejection class="QtConcurrent::MappedEachKernel"/> |
|
111 | <rejection class="QtConcurrent::MappedEachKernel"/> | |
112 | <rejection class="QtConcurrent::MappedReducedKernel"/> |
|
112 | <rejection class="QtConcurrent::MappedReducedKernel"/> | |
113 | <rejection class="QtConcurrent::Median"/> |
|
113 | <rejection class="QtConcurrent::Median"/> | |
114 | <rejection class="QtConcurrent::MemberFunctionWrapper"/> |
|
114 | <rejection class="QtConcurrent::MemberFunctionWrapper"/> | |
115 | <rejection class="QtConcurrent::MemberFunctionWrapper1"/> |
|
115 | <rejection class="QtConcurrent::MemberFunctionWrapper1"/> | |
116 | <rejection class="QtConcurrent::qValueType"/> |
|
116 | <rejection class="QtConcurrent::qValueType"/> | |
117 | <rejection class="QtConcurrent::ReduceKernel"/> |
|
117 | <rejection class="QtConcurrent::ReduceKernel"/> | |
118 | <rejection class="QtConcurrent::ResultItem"/> |
|
118 | <rejection class="QtConcurrent::ResultItem"/> | |
119 | <rejection class="QtConcurrent::ResultIterator"/> |
|
119 | <rejection class="QtConcurrent::ResultIterator"/> | |
120 | <rejection class="QtConcurrent::ResultIteratorBase"/> |
|
120 | <rejection class="QtConcurrent::ResultIteratorBase"/> | |
121 | <rejection class="QtConcurrent::ResultReporter"/> |
|
121 | <rejection class="QtConcurrent::ResultReporter"/> | |
122 | <rejection class="QtConcurrent::ResultStore"/> |
|
122 | <rejection class="QtConcurrent::ResultStore"/> | |
123 | <rejection class="QtConcurrent::ResultStoreBase"/> |
|
123 | <rejection class="QtConcurrent::ResultStoreBase"/> | |
124 | <rejection class="QtConcurrent::RunFunctionTask"/> |
|
124 | <rejection class="QtConcurrent::RunFunctionTask"/> | |
125 | <rejection class="QtConcurrent::RunFunctionTaskBase"/> |
|
125 | <rejection class="QtConcurrent::RunFunctionTaskBase"/> | |
126 | <rejection class="QtConcurrent::SelectSpecialization"/> |
|
126 | <rejection class="QtConcurrent::SelectSpecialization"/> | |
127 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionCall0"/> |
|
127 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionCall0"/> | |
128 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionCall1"/> |
|
128 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionCall1"/> | |
129 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionCall2"/> |
|
129 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionCall2"/> | |
130 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionCall3"/> |
|
130 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionCall3"/> | |
131 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionCall4"/> |
|
131 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionCall4"/> | |
132 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionCall5"/> |
|
132 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionCall5"/> | |
133 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionPointerCall0"/> |
|
133 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionPointerCall0"/> | |
134 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionPointerCall1"/> |
|
134 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionPointerCall1"/> | |
135 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionPointerCall2"/> |
|
135 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionPointerCall2"/> | |
136 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionPointerCall3"/> |
|
136 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionPointerCall3"/> | |
137 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionPointerCall4"/> |
|
137 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionPointerCall4"/> | |
138 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionPointerCall5"/> |
|
138 | <rejection class="QtConcurrent::SelectStoredConstMemberFunctionPointerCall5"/> | |
139 | <rejection class="QtConcurrent::SelectStoredFunctorCall0"/> |
|
139 | <rejection class="QtConcurrent::SelectStoredFunctorCall0"/> | |
140 | <rejection class="QtConcurrent::SelectStoredFunctorCall1"/> |
|
140 | <rejection class="QtConcurrent::SelectStoredFunctorCall1"/> | |
141 | <rejection class="QtConcurrent::SelectStoredFunctorCall2"/> |
|
141 | <rejection class="QtConcurrent::SelectStoredFunctorCall2"/> | |
142 | <rejection class="QtConcurrent::SelectStoredFunctorCall3"/> |
|
142 | <rejection class="QtConcurrent::SelectStoredFunctorCall3"/> | |
143 | <rejection class="QtConcurrent::SelectStoredFunctorCall4"/> |
|
143 | <rejection class="QtConcurrent::SelectStoredFunctorCall4"/> | |
144 | <rejection class="QtConcurrent::SelectStoredFunctorCall5"/> |
|
144 | <rejection class="QtConcurrent::SelectStoredFunctorCall5"/> | |
145 | <rejection class="QtConcurrent::SelectStoredFunctorPointerCall0"/> |
|
145 | <rejection class="QtConcurrent::SelectStoredFunctorPointerCall0"/> | |
146 | <rejection class="QtConcurrent::SelectStoredFunctorPointerCall1"/> |
|
146 | <rejection class="QtConcurrent::SelectStoredFunctorPointerCall1"/> | |
147 | <rejection class="QtConcurrent::SelectStoredFunctorPointerCall2"/> |
|
147 | <rejection class="QtConcurrent::SelectStoredFunctorPointerCall2"/> | |
148 | <rejection class="QtConcurrent::SelectStoredFunctorPointerCall3"/> |
|
148 | <rejection class="QtConcurrent::SelectStoredFunctorPointerCall3"/> | |
149 | <rejection class="QtConcurrent::SelectStoredFunctorPointerCall4"/> |
|
149 | <rejection class="QtConcurrent::SelectStoredFunctorPointerCall4"/> | |
150 | <rejection class="QtConcurrent::SelectStoredFunctorPointerCall5"/> |
|
150 | <rejection class="QtConcurrent::SelectStoredFunctorPointerCall5"/> | |
151 | <rejection class="QtConcurrent::SelectStoredMemberFunctionCall0"/> |
|
151 | <rejection class="QtConcurrent::SelectStoredMemberFunctionCall0"/> | |
152 | <rejection class="QtConcurrent::SelectStoredMemberFunctionCall1"/> |
|
152 | <rejection class="QtConcurrent::SelectStoredMemberFunctionCall1"/> | |
153 | <rejection class="QtConcurrent::SelectStoredMemberFunctionCall2"/> |
|
153 | <rejection class="QtConcurrent::SelectStoredMemberFunctionCall2"/> | |
154 | <rejection class="QtConcurrent::SelectStoredMemberFunctionCall3"/> |
|
154 | <rejection class="QtConcurrent::SelectStoredMemberFunctionCall3"/> | |
155 | <rejection class="QtConcurrent::SelectStoredMemberFunctionCall4"/> |
|
155 | <rejection class="QtConcurrent::SelectStoredMemberFunctionCall4"/> | |
156 | <rejection class="QtConcurrent::SelectStoredMemberFunctionCall5"/> |
|
156 | <rejection class="QtConcurrent::SelectStoredMemberFunctionCall5"/> | |
157 | <rejection class="QtConcurrent::SelectStoredMemberFunctionPointerCall0"/> |
|
157 | <rejection class="QtConcurrent::SelectStoredMemberFunctionPointerCall0"/> | |
158 | <rejection class="QtConcurrent::SelectStoredMemberFunctionPointerCall1"/> |
|
158 | <rejection class="QtConcurrent::SelectStoredMemberFunctionPointerCall1"/> | |
159 | <rejection class="QtConcurrent::SelectStoredMemberFunctionPointerCall2"/> |
|
159 | <rejection class="QtConcurrent::SelectStoredMemberFunctionPointerCall2"/> | |
160 | <rejection class="QtConcurrent::SelectStoredMemberFunctionPointerCall3"/> |
|
160 | <rejection class="QtConcurrent::SelectStoredMemberFunctionPointerCall3"/> | |
161 | <rejection class="QtConcurrent::SelectStoredMemberFunctionPointerCall4"/> |
|
161 | <rejection class="QtConcurrent::SelectStoredMemberFunctionPointerCall4"/> | |
162 | <rejection class="QtConcurrent::SelectStoredMemberFunctionPointerCall5"/> |
|
162 | <rejection class="QtConcurrent::SelectStoredMemberFunctionPointerCall5"/> | |
163 | <rejection class="QtConcurrent::SequenceHolder1"/> |
|
163 | <rejection class="QtConcurrent::SequenceHolder1"/> | |
164 | <rejection class="QtConcurrent::SequenceHolder2"/> |
|
164 | <rejection class="QtConcurrent::SequenceHolder2"/> | |
165 | <rejection class="QtConcurrent::StoredConstMemberFunctionCall0"/> |
|
165 | <rejection class="QtConcurrent::StoredConstMemberFunctionCall0"/> | |
166 | <rejection class="QtConcurrent::StoredConstMemberFunctionCall1"/> |
|
166 | <rejection class="QtConcurrent::StoredConstMemberFunctionCall1"/> | |
167 | <rejection class="QtConcurrent::StoredConstMemberFunctionCall2"/> |
|
167 | <rejection class="QtConcurrent::StoredConstMemberFunctionCall2"/> | |
168 | <rejection class="QtConcurrent::StoredConstMemberFunctionCall3"/> |
|
168 | <rejection class="QtConcurrent::StoredConstMemberFunctionCall3"/> | |
169 | <rejection class="QtConcurrent::StoredConstMemberFunctionCall4"/> |
|
169 | <rejection class="QtConcurrent::StoredConstMemberFunctionCall4"/> | |
170 | <rejection class="QtConcurrent::StoredConstMemberFunctionCall5"/> |
|
170 | <rejection class="QtConcurrent::StoredConstMemberFunctionCall5"/> | |
171 | <rejection class="QtConcurrent::StoredConstMemberFunctionPointerCall0"/> |
|
171 | <rejection class="QtConcurrent::StoredConstMemberFunctionPointerCall0"/> | |
172 | <rejection class="QtConcurrent::StoredConstMemberFunctionPointerCall1"/> |
|
172 | <rejection class="QtConcurrent::StoredConstMemberFunctionPointerCall1"/> | |
173 | <rejection class="QtConcurrent::StoredConstMemberFunctionPointerCall2"/> |
|
173 | <rejection class="QtConcurrent::StoredConstMemberFunctionPointerCall2"/> | |
174 | <rejection class="QtConcurrent::StoredConstMemberFunctionPointerCall3"/> |
|
174 | <rejection class="QtConcurrent::StoredConstMemberFunctionPointerCall3"/> | |
175 | <rejection class="QtConcurrent::StoredConstMemberFunctionPointerCall4"/> |
|
175 | <rejection class="QtConcurrent::StoredConstMemberFunctionPointerCall4"/> | |
176 | <rejection class="QtConcurrent::StoredConstMemberFunctionPointerCall5"/> |
|
176 | <rejection class="QtConcurrent::StoredConstMemberFunctionPointerCall5"/> | |
177 | <rejection class="QtConcurrent::StoredFunctorCall0"/> |
|
177 | <rejection class="QtConcurrent::StoredFunctorCall0"/> | |
178 | <rejection class="QtConcurrent::StoredFunctorCall1"/> |
|
178 | <rejection class="QtConcurrent::StoredFunctorCall1"/> | |
179 | <rejection class="QtConcurrent::StoredFunctorCall2"/> |
|
179 | <rejection class="QtConcurrent::StoredFunctorCall2"/> | |
180 | <rejection class="QtConcurrent::StoredFunctorCall3"/> |
|
180 | <rejection class="QtConcurrent::StoredFunctorCall3"/> | |
181 | <rejection class="QtConcurrent::StoredFunctorCall4"/> |
|
181 | <rejection class="QtConcurrent::StoredFunctorCall4"/> | |
182 | <rejection class="QtConcurrent::StoredFunctorCall5"/> |
|
182 | <rejection class="QtConcurrent::StoredFunctorCall5"/> | |
183 | <rejection class="QtConcurrent::StoredFunctorPointerCall0"/> |
|
183 | <rejection class="QtConcurrent::StoredFunctorPointerCall0"/> | |
184 | <rejection class="QtConcurrent::StoredFunctorPointerCall1"/> |
|
184 | <rejection class="QtConcurrent::StoredFunctorPointerCall1"/> | |
185 | <rejection class="QtConcurrent::StoredFunctorPointerCall2"/> |
|
185 | <rejection class="QtConcurrent::StoredFunctorPointerCall2"/> | |
186 | <rejection class="QtConcurrent::StoredFunctorPointerCall3"/> |
|
186 | <rejection class="QtConcurrent::StoredFunctorPointerCall3"/> | |
187 | <rejection class="QtConcurrent::StoredFunctorPointerCall4"/> |
|
187 | <rejection class="QtConcurrent::StoredFunctorPointerCall4"/> | |
188 | <rejection class="QtConcurrent::StoredFunctorPointerCall5"/> |
|
188 | <rejection class="QtConcurrent::StoredFunctorPointerCall5"/> | |
189 | <rejection class="QtConcurrent::StoredMemberFunctionCall0"/> |
|
189 | <rejection class="QtConcurrent::StoredMemberFunctionCall0"/> | |
190 | <rejection class="QtConcurrent::StoredMemberFunctionCall1"/> |
|
190 | <rejection class="QtConcurrent::StoredMemberFunctionCall1"/> | |
191 | <rejection class="QtConcurrent::StoredMemberFunctionCall2"/> |
|
191 | <rejection class="QtConcurrent::StoredMemberFunctionCall2"/> | |
192 | <rejection class="QtConcurrent::StoredMemberFunctionCall3"/> |
|
192 | <rejection class="QtConcurrent::StoredMemberFunctionCall3"/> | |
193 | <rejection class="QtConcurrent::StoredMemberFunctionCall4"/> |
|
193 | <rejection class="QtConcurrent::StoredMemberFunctionCall4"/> | |
194 | <rejection class="QtConcurrent::StoredMemberFunctionCall5"/> |
|
194 | <rejection class="QtConcurrent::StoredMemberFunctionCall5"/> | |
195 | <rejection class="QtConcurrent::StoredMemberFunctionPointerCall0"/> |
|
195 | <rejection class="QtConcurrent::StoredMemberFunctionPointerCall0"/> | |
196 | <rejection class="QtConcurrent::StoredMemberFunctionPointerCall1"/> |
|
196 | <rejection class="QtConcurrent::StoredMemberFunctionPointerCall1"/> | |
197 | <rejection class="QtConcurrent::StoredMemberFunctionPointerCall2"/> |
|
197 | <rejection class="QtConcurrent::StoredMemberFunctionPointerCall2"/> | |
198 | <rejection class="QtConcurrent::StoredMemberFunctionPointerCall3"/> |
|
198 | <rejection class="QtConcurrent::StoredMemberFunctionPointerCall3"/> | |
199 | <rejection class="QtConcurrent::StoredMemberFunctionPointerCall4"/> |
|
199 | <rejection class="QtConcurrent::StoredMemberFunctionPointerCall4"/> | |
200 | <rejection class="QtConcurrent::StoredMemberFunctionPointerCall5"/> |
|
200 | <rejection class="QtConcurrent::StoredMemberFunctionPointerCall5"/> | |
201 | <rejection class="QtConcurrent::ThreadEngine"/> |
|
201 | <rejection class="QtConcurrent::ThreadEngine"/> | |
202 | <rejection class="QtConcurrent::ThreadEngineBase"/> |
|
202 | <rejection class="QtConcurrent::ThreadEngineBase"/> | |
203 | <rejection class="QtConcurrent::ThreadEngineSemaphore"/> |
|
203 | <rejection class="QtConcurrent::ThreadEngineSemaphore"/> | |
204 | <rejection class="QtConcurrent::ThreadEngineStarter"/> |
|
204 | <rejection class="QtConcurrent::ThreadEngineStarter"/> | |
205 | <rejection class="QtConcurrent::ThreadEngineStarterBase"/> |
|
205 | <rejection class="QtConcurrent::ThreadEngineStarterBase"/> | |
206 | <rejection class="QtConcurrent::UnhandledException"/> |
|
206 | <rejection class="QtConcurrent::UnhandledException"/> | |
207 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionCall0"/> |
|
207 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionCall0"/> | |
208 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionCall1"/> |
|
208 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionCall1"/> | |
209 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionCall2"/> |
|
209 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionCall2"/> | |
210 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionCall3"/> |
|
210 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionCall3"/> | |
211 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionCall4"/> |
|
211 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionCall4"/> | |
212 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionCall5"/> |
|
212 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionCall5"/> | |
213 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionPointerCall0"/> |
|
213 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionPointerCall0"/> | |
214 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionPointerCall1"/> |
|
214 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionPointerCall1"/> | |
215 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionPointerCall2"/> |
|
215 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionPointerCall2"/> | |
216 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionPointerCall3"/> |
|
216 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionPointerCall3"/> | |
217 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionPointerCall4"/> |
|
217 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionPointerCall4"/> | |
218 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionPointerCall5"/> |
|
218 | <rejection class="QtConcurrent::VoidStoredConstMemberFunctionPointerCall5"/> | |
219 | <rejection class="QtConcurrent::VoidStoredFunctorCall0"/> |
|
219 | <rejection class="QtConcurrent::VoidStoredFunctorCall0"/> | |
220 | <rejection class="QtConcurrent::VoidStoredFunctorCall1"/> |
|
220 | <rejection class="QtConcurrent::VoidStoredFunctorCall1"/> | |
221 | <rejection class="QtConcurrent::VoidStoredFunctorCall2"/> |
|
221 | <rejection class="QtConcurrent::VoidStoredFunctorCall2"/> | |
222 | <rejection class="QtConcurrent::VoidStoredFunctorCall3"/> |
|
222 | <rejection class="QtConcurrent::VoidStoredFunctorCall3"/> | |
223 | <rejection class="QtConcurrent::VoidStoredFunctorCall4"/> |
|
223 | <rejection class="QtConcurrent::VoidStoredFunctorCall4"/> | |
224 | <rejection class="QtConcurrent::VoidStoredFunctorCall5"/> |
|
224 | <rejection class="QtConcurrent::VoidStoredFunctorCall5"/> | |
225 | <rejection class="QtConcurrent::VoidStoredFunctorPointerCall0"/> |
|
225 | <rejection class="QtConcurrent::VoidStoredFunctorPointerCall0"/> | |
226 | <rejection class="QtConcurrent::VoidStoredFunctorPointerCall1"/> |
|
226 | <rejection class="QtConcurrent::VoidStoredFunctorPointerCall1"/> | |
227 | <rejection class="QtConcurrent::VoidStoredFunctorPointerCall2"/> |
|
227 | <rejection class="QtConcurrent::VoidStoredFunctorPointerCall2"/> | |
228 | <rejection class="QtConcurrent::VoidStoredFunctorPointerCall3"/> |
|
228 | <rejection class="QtConcurrent::VoidStoredFunctorPointerCall3"/> | |
229 | <rejection class="QtConcurrent::VoidStoredFunctorPointerCall4"/> |
|
229 | <rejection class="QtConcurrent::VoidStoredFunctorPointerCall4"/> | |
230 | <rejection class="QtConcurrent::VoidStoredFunctorPointerCall5"/> |
|
230 | <rejection class="QtConcurrent::VoidStoredFunctorPointerCall5"/> | |
231 | <rejection class="QtConcurrent::VoidStoredMemberFunctionCall0"/> |
|
231 | <rejection class="QtConcurrent::VoidStoredMemberFunctionCall0"/> | |
232 | <rejection class="QtConcurrent::VoidStoredMemberFunctionCall1"/> |
|
232 | <rejection class="QtConcurrent::VoidStoredMemberFunctionCall1"/> | |
233 | <rejection class="QtConcurrent::VoidStoredMemberFunctionCall2"/> |
|
233 | <rejection class="QtConcurrent::VoidStoredMemberFunctionCall2"/> | |
234 | <rejection class="QtConcurrent::VoidStoredMemberFunctionCall3"/> |
|
234 | <rejection class="QtConcurrent::VoidStoredMemberFunctionCall3"/> | |
235 | <rejection class="QtConcurrent::VoidStoredMemberFunctionCall4"/> |
|
235 | <rejection class="QtConcurrent::VoidStoredMemberFunctionCall4"/> | |
236 | <rejection class="QtConcurrent::VoidStoredMemberFunctionCall5"/> |
|
236 | <rejection class="QtConcurrent::VoidStoredMemberFunctionCall5"/> | |
237 | <rejection class="QtConcurrent::VoidStoredMemberFunctionPointerCall0"/> |
|
237 | <rejection class="QtConcurrent::VoidStoredMemberFunctionPointerCall0"/> | |
238 | <rejection class="QtConcurrent::VoidStoredMemberFunctionPointerCall1"/> |
|
238 | <rejection class="QtConcurrent::VoidStoredMemberFunctionPointerCall1"/> | |
239 | <rejection class="QtConcurrent::VoidStoredMemberFunctionPointerCall2"/> |
|
239 | <rejection class="QtConcurrent::VoidStoredMemberFunctionPointerCall2"/> | |
240 | <rejection class="QtConcurrent::VoidStoredMemberFunctionPointerCall3"/> |
|
240 | <rejection class="QtConcurrent::VoidStoredMemberFunctionPointerCall3"/> | |
241 | <rejection class="QtConcurrent::VoidStoredMemberFunctionPointerCall4"/> |
|
241 | <rejection class="QtConcurrent::VoidStoredMemberFunctionPointerCall4"/> | |
242 | <rejection class="QtConcurrent::VoidStoredMemberFunctionPointerCall5"/> |
|
242 | <rejection class="QtConcurrent::VoidStoredMemberFunctionPointerCall5"/> | |
243 |
|
243 | |||
244 | <rejection class="QMdi"/> |
|
244 | <rejection class="QMdi"/> | |
245 | <rejection class="stdext"/> |
|
245 | <rejection class="stdext"/> | |
246 | <rejection class="QAlgorithmsPrivate"/> |
|
246 | <rejection class="QAlgorithmsPrivate"/> | |
247 | <rejection class="QAtomic"/> |
|
247 | <rejection class="QAtomic"/> | |
248 | <rejection class="QAtomicPointer"/> |
|
248 | <rejection class="QAtomicPointer"/> | |
249 | <rejection class="QAtomicInt"/> |
|
249 | <rejection class="QAtomicInt"/> | |
250 | <rejection class="QBasicAtomicInt"/> |
|
250 | <rejection class="QBasicAtomicInt"/> | |
251 | <rejection class="QBasicAtomic"/> |
|
251 | <rejection class="QBasicAtomic"/> | |
252 | <rejection class="QBasicAtomicPointer"/> |
|
252 | <rejection class="QBasicAtomicPointer"/> | |
253 | <rejection class="QScopedPointer"/> |
|
253 | <rejection class="QScopedPointer"/> | |
254 | <rejection class="QScopedArrayPointer"/> |
|
254 | <rejection class="QScopedArrayPointer"/> | |
255 | <rejection class="QScopedPointer"/> |
|
255 | <rejection class="QScopedPointer"/> | |
256 | <rejection class="QScopedPointerArrayDeleter"/> |
|
256 | <rejection class="QScopedPointerArrayDeleter"/> | |
257 | <rejection class="QScopedPointerDeleter"/> |
|
257 | <rejection class="QScopedPointerDeleter"/> | |
258 | <rejection class="QScopedPointerPodDeleter"/> |
|
258 | <rejection class="QScopedPointerPodDeleter"/> | |
259 | <rejection class="QScopedPointerSharedDeleter"/> |
|
259 | <rejection class="QScopedPointerSharedDeleter"/> | |
260 | <rejection class="QScopedSharedPointer"/> |
|
260 | <rejection class="QScopedSharedPointer"/> | |
261 | <rejection class="QCustomScopedPointer"/> |
|
261 | <rejection class="QCustomScopedPointer"/> | |
262 | <rejection class="QStringBuilder"/> |
|
262 | <rejection class="QStringBuilder"/> | |
263 |
|
263 | |||
264 | <rejection class="QBitRef"/> |
|
264 | <rejection class="QBitRef"/> | |
265 | <rejection class="QCache"/> |
|
265 | <rejection class="QCache"/> | |
266 | <rejection class="QContiguousCache"/> |
|
266 | <rejection class="QContiguousCache"/> | |
267 | <rejection class="QContiguousCacheData"/> |
|
267 | <rejection class="QContiguousCacheData"/> | |
268 | <rejection class="QContiguousCacheTypedData"/> |
|
268 | <rejection class="QContiguousCacheTypedData"/> | |
269 | <rejection class="QCharRef"/> |
|
269 | <rejection class="QCharRef"/> | |
270 | <rejection class="QDebug"/> |
|
270 | <rejection class="QDebug"/> | |
271 | <rejection class="QNoDebug"/> |
|
271 | <rejection class="QNoDebug"/> | |
272 | <rejection class="QExplicitlySharedDataPointer"/> |
|
272 | <rejection class="QExplicitlySharedDataPointer"/> | |
273 | <rejection class="QFlag"/> |
|
273 | <rejection class="QFlag"/> | |
274 | <rejection class="QFlags"/> |
|
274 | <rejection class="QFlags"/> | |
275 | <rejection class="QForeachContainer"/> |
|
275 | <rejection class="QForeachContainer"/> | |
276 | <rejection class="QForeachContainerBase"/> |
|
276 | <rejection class="QForeachContainerBase"/> | |
277 | <rejection class="QGlobalStatic"/> |
|
277 | <rejection class="QGlobalStatic"/> | |
278 | <rejection class="QHash"/> |
|
278 | <rejection class="QHash"/> | |
279 | <rejection class="QHashData"/> |
|
279 | <rejection class="QHashData"/> | |
280 | <rejection class="QHashDummyNode"/> |
|
280 | <rejection class="QHashDummyNode"/> | |
281 | <rejection class="QHashDummyNode"/> |
|
281 | <rejection class="QHashDummyNode"/> | |
282 | <rejection class="QHashDummyNode"/> |
|
282 | <rejection class="QHashDummyNode"/> | |
283 | <rejection class="QHashDummyNode"/> |
|
283 | <rejection class="QHashDummyNode"/> | |
284 | <rejection class="QHashDummyNode"/> |
|
284 | <rejection class="QHashDummyNode"/> | |
285 | <rejection class="QHashDummyValue"/> |
|
285 | <rejection class="QHashDummyValue"/> | |
286 | <rejection class="QHashIterator"/> |
|
286 | <rejection class="QHashIterator"/> | |
287 | <rejection class="QHashNode"/> |
|
287 | <rejection class="QHashNode"/> | |
288 | <rejection class="QHashNode"/> |
|
288 | <rejection class="QHashNode"/> | |
289 | <rejection class="QHashNode"/> |
|
289 | <rejection class="QHashNode"/> | |
290 | <rejection class="QHashNode"/> |
|
290 | <rejection class="QHashNode"/> | |
291 | <rejection class="QHashNode"/> |
|
291 | <rejection class="QHashNode"/> | |
292 | <rejection class="QInternal"/> |
|
292 | <rejection class="QInternal"/> | |
293 | <rejection class="QIncompatibleFlag"/> |
|
293 | <rejection class="QIncompatibleFlag"/> | |
294 | <rejection class="QLinkedList"/> |
|
294 | <rejection class="QLinkedList"/> | |
295 | <rejection class="QLinkedListData"/> |
|
295 | <rejection class="QLinkedListData"/> | |
296 | <rejection class="QLinkedListIterator"/> |
|
296 | <rejection class="QLinkedListIterator"/> | |
297 | <rejection class="QLinkedListNode"/> |
|
297 | <rejection class="QLinkedListNode"/> | |
298 | <rejection class="QListData"/> |
|
298 | <rejection class="QListData"/> | |
299 | <rejection class="QListIterator"/> |
|
299 | <rejection class="QListIterator"/> | |
300 | <rejection class="QMap"/> |
|
300 | <rejection class="QMap"/> | |
301 | <rejection class="QMapNode"/> |
|
301 | <rejection class="QMapNode"/> | |
302 | <rejection class="QMapPayloadNode"/> |
|
302 | <rejection class="QMapPayloadNode"/> | |
303 | <rejection class="QMapData"/> |
|
303 | <rejection class="QMapData"/> | |
304 | <rejection class="QMapIterator"/> |
|
304 | <rejection class="QMapIterator"/> | |
305 | <rejection class="QMetaTypeId"/> |
|
305 | <rejection class="QMetaTypeId"/> | |
306 | <rejection class="QMultiHash"/> |
|
306 | <rejection class="QMultiHash"/> | |
307 | <rejection class="QMultiMap"/> |
|
307 | <rejection class="QMultiMap"/> | |
308 | <rejection class="QMutableHashIterator"/> |
|
308 | <rejection class="QMutableHashIterator"/> | |
309 | <rejection class="QMutableLinkedListIterator"/> |
|
309 | <rejection class="QMutableLinkedListIterator"/> | |
310 | <rejection class="QMutableListIterator"/> |
|
310 | <rejection class="QMutableListIterator"/> | |
311 | <rejection class="QMutableMapIterator"/> |
|
311 | <rejection class="QMutableMapIterator"/> | |
312 | <rejection class="QMutableVectorIterator"/> |
|
312 | <rejection class="QMutableVectorIterator"/> | |
313 | <rejection class="QMutexLocker"/> |
|
313 | <rejection class="QMutexLocker"/> | |
314 | <rejection class="QNoImplicitBoolCast"/> |
|
314 | <rejection class="QNoImplicitBoolCast"/> | |
315 | <rejection class="QObjectCleanupHandler"/> |
|
315 | <rejection class="QObjectCleanupHandler"/> | |
316 | <rejection class="QObjectData"/> |
|
316 | <rejection class="QObjectData"/> | |
317 | <rejection class="QObjectUserData"/> |
|
317 | <rejection class="QObjectUserData"/> | |
318 | <rejection class="QPluginLoader"/> |
|
318 | <rejection class="QPluginLoader"/> | |
319 | <rejection class="QPointer"/> |
|
319 | <rejection class="QPointer"/> | |
320 | <rejection class="QReadLocker"/> |
|
320 | <rejection class="QReadLocker"/> | |
321 | <rejection class="QSet"/> |
|
321 | <rejection class="QSet"/> | |
322 | <rejection class="QSetIterator"/> |
|
322 | <rejection class="QSetIterator"/> | |
323 | <rejection class="QSharedData"/> |
|
323 | <rejection class="QSharedData"/> | |
324 | <rejection class="QSharedDataPointer"/> |
|
324 | <rejection class="QSharedDataPointer"/> | |
325 | <rejection class="QStack"/> |
|
325 | <rejection class="QStack"/> | |
326 | <rejection class="QTextStreamManipulator"/> |
|
326 | <rejection class="QTextStreamManipulator"/> | |
327 | <rejection class="QThreadStorage"/> |
|
327 | <rejection class="QThreadStorage"/> | |
328 | <rejection class="QThreadStorageData"/> |
|
328 | <rejection class="QThreadStorageData"/> | |
329 | <rejection class="QTypeInfo"/> |
|
329 | <rejection class="QTypeInfo"/> | |
330 | <rejection class="QTypeInfo"/> |
|
330 | <rejection class="QTypeInfo"/> | |
331 | <rejection class="QVFbKeyData"/> |
|
331 | <rejection class="QVFbKeyData"/> | |
332 | <rejection class="QVariantComparisonHelper"/> |
|
332 | <rejection class="QVariantComparisonHelper"/> | |
333 | <rejection class="QVectorData"/> |
|
333 | <rejection class="QVectorData"/> | |
334 | <rejection class="QVectorIterator"/> |
|
334 | <rejection class="QVectorIterator"/> | |
335 | <rejection class="QVectorTypedData"/> |
|
335 | <rejection class="QVectorTypedData"/> | |
336 | <rejection class="QWriteLocker"/> |
|
336 | <rejection class="QWriteLocker"/> | |
337 | <rejection class="QtPrivate"/> |
|
337 | <rejection class="QtPrivate"/> | |
338 | <rejection class="qGreater"/> |
|
338 | <rejection class="qGreater"/> | |
339 | <rejection class="qLess"/> |
|
339 | <rejection class="qLess"/> | |
340 | <rejection class="std"/> |
|
340 | <rejection class="std"/> | |
341 | <rejection class="QAbstractFileEngine::ExtensionOption"/> |
|
341 | <rejection class="QAbstractFileEngine::ExtensionOption"/> | |
342 | <rejection class="QAbstractFileEngine::ExtensionReturn"/> |
|
342 | <rejection class="QAbstractFileEngine::ExtensionReturn"/> | |
343 | <rejection class="QByteArray::Data"/> |
|
343 | <rejection class="QByteArray::Data"/> | |
344 | <rejection class="QIntForType"/> |
|
344 | <rejection class="QIntForType"/> | |
345 | <rejection class="QList::Node"/> |
|
345 | <rejection class="QList::Node"/> | |
346 | <rejection class="QList::const_iterator"/> |
|
346 | <rejection class="QList::const_iterator"/> | |
347 | <rejection class="QList::iterator"/> |
|
347 | <rejection class="QList::iterator"/> | |
348 | <rejection class="QMetaTypeId2"/> |
|
348 | <rejection class="QMetaTypeId2"/> | |
349 | <rejection class="QMutableSetIterator"/> |
|
349 | <rejection class="QMutableSetIterator"/> | |
350 | <rejection class="QSubString"/> |
|
350 | <rejection class="QSubString"/> | |
351 | <rejection class="QUintForType"/> |
|
351 | <rejection class="QUintForType"/> | |
352 | <rejection class="QtConcurrent::internal"/> |
|
352 | <rejection class="QtConcurrent::internal"/> | |
353 | <rejection class="QByteArrayMatcher::Data"/> |
|
353 | <rejection class="QByteArrayMatcher::Data"/> | |
354 | <rejection class="QStringMatcher::Data"/> |
|
354 | <rejection class="QStringMatcher::Data"/> | |
355 |
|
355 | |||
356 | <rejection class="StringBuilder"/> |
|
356 | <rejection class="StringBuilder"/> | |
357 | <rejection class="QConcatenable"/> |
|
357 | <rejection class="QConcatenable"/> | |
358 | <rejection class="QLatin1Literal"/> |
|
358 | <rejection class="QLatin1Literal"/> | |
359 | <rejection class="QIntegerForSizeof"/> |
|
359 | <rejection class="QIntegerForSizeof"/> | |
360 |
|
360 | |||
361 |
|
361 | |||
362 | <rejection class="QLocale::Data"/> |
|
362 | <rejection class="QLocale::Data"/> | |
363 | <rejection class="QGlobalStaticDeleter"/> |
|
363 | <rejection class="QGlobalStaticDeleter"/> | |
364 | <rejection class="QVarLengthArray"/> |
|
364 | <rejection class="QVarLengthArray"/> | |
365 |
|
365 | |||
366 | <!-- DBus --> |
|
366 | <!-- DBus --> | |
367 | <rejection class="QDBusAbstractAdaptor"/> |
|
367 | <rejection class="QDBusAbstractAdaptor"/> | |
368 | <rejection class="QDBusAbstractInterface"/> |
|
368 | <rejection class="QDBusAbstractInterface"/> | |
369 | <rejection class="QDBusArgument"/> |
|
369 | <rejection class="QDBusArgument"/> | |
370 | <rejection class="QDBusConnection"/> |
|
370 | <rejection class="QDBusConnection"/> | |
371 | <rejection class="QDBusConnectionInterface"/> |
|
371 | <rejection class="QDBusConnectionInterface"/> | |
372 | <rejection class="QDBusContext"/> |
|
372 | <rejection class="QDBusContext"/> | |
373 | <rejection class="QDBusError"/> |
|
373 | <rejection class="QDBusError"/> | |
374 | <rejection class="QDBusInterface"/> |
|
374 | <rejection class="QDBusInterface"/> | |
375 | <rejection class="QDBusMessage"/> |
|
375 | <rejection class="QDBusMessage"/> | |
376 | <rejection class="QDBusMetaType"/> |
|
376 | <rejection class="QDBusMetaType"/> | |
377 | <rejection class="QDBusObjectPath"/> |
|
377 | <rejection class="QDBusObjectPath"/> | |
378 | <rejection class="QDBusReply"/> |
|
378 | <rejection class="QDBusReply"/> | |
379 | <rejection class="QDBusServer"/> |
|
379 | <rejection class="QDBusServer"/> | |
380 | <rejection class="QDBusSignature"/> |
|
380 | <rejection class="QDBusSignature"/> | |
381 | <rejection class="QDBusVariant"/> |
|
381 | <rejection class="QDBusVariant"/> | |
382 |
|
382 | |||
383 | <rejection class="_Revbidit"/> |
|
383 | <rejection class="_Revbidit"/> | |
384 | <rejection class="_complex"/> |
|
384 | <rejection class="_complex"/> | |
385 | <rejection class="_exception"/> |
|
385 | <rejection class="_exception"/> | |
386 | <rejection class="_iobuf"/> |
|
386 | <rejection class="_iobuf"/> | |
387 | <rejection class="_stat"/> |
|
387 | <rejection class="_stat"/> | |
388 | <rejection class="_wfinddata_t"/> |
|
388 | <rejection class="_wfinddata_t"/> | |
389 | <rejection class="exception"/> |
|
389 | <rejection class="exception"/> | |
390 | <rejection class="istreambuf_iterator"/> |
|
390 | <rejection class="istreambuf_iterator"/> | |
391 | <rejection class="ostreambuf_iterator"/> |
|
391 | <rejection class="ostreambuf_iterator"/> | |
392 | <rejection class="reverse_bidirectional_iterator"/> |
|
392 | <rejection class="reverse_bidirectional_iterator"/> | |
393 | <rejection class="reverse_iterator"/> |
|
393 | <rejection class="reverse_iterator"/> | |
394 | <rejection class="stat"/> |
|
394 | <rejection class="stat"/> | |
395 | <rejection class="tm"/> |
|
395 | <rejection class="tm"/> | |
396 |
|
396 | |||
397 | <rejection class="Qt" enum-name="Initialization"/> |
|
397 | <rejection class="Qt" enum-name="Initialization"/> | |
398 |
|
398 | |||
399 | <rejection class="QAbstractEventDispatcher" function-name="filterEvent"/> |
|
399 | <rejection class="QAbstractEventDispatcher" function-name="filterEvent"/> | |
400 | <rejection class="QAbstractEventDispatcher" function-name="setEventFilter"/> |
|
400 | <rejection class="QAbstractEventDispatcher" function-name="setEventFilter"/> | |
401 |
|
401 | |||
402 | <rejection class="QAbstractFileEngine" function-name="extension"/> |
|
402 | <rejection class="QAbstractFileEngine" function-name="extension"/> | |
403 | <rejection class="QCoreApplication" function-name="compressEvent"/> |
|
403 | <rejection class="QCoreApplication" function-name="compressEvent"/> | |
404 | <rejection class="QCoreApplication" function-name="eventFilter"/> |
|
404 | <rejection class="QCoreApplication" function-name="eventFilter"/> | |
405 | <rejection class="QCoreApplication" function-name="filterEvent"/> |
|
405 | <rejection class="QCoreApplication" function-name="filterEvent"/> | |
406 | <rejection class="QCoreApplication" function-name="setEventFilter"/> |
|
406 | <rejection class="QCoreApplication" function-name="setEventFilter"/> | |
407 | <rejection class="QFile" function-name="setDecodingFunction"/> |
|
407 | <rejection class="QFile" function-name="setDecodingFunction"/> | |
408 | <rejection class="QFile" function-name="setEncodingFunction"/> |
|
408 | <rejection class="QFile" function-name="setEncodingFunction"/> | |
409 | <rejection class="QList" function-name="begin"/> |
|
409 | <rejection class="QList" function-name="begin"/> | |
410 | <rejection class="QList" function-name="constBegin"/> |
|
410 | <rejection class="QList" function-name="constBegin"/> | |
411 | <rejection class="QList" function-name="constEnd"/> |
|
411 | <rejection class="QList" function-name="constEnd"/> | |
412 | <rejection class="QList" function-name="end"/> |
|
412 | <rejection class="QList" function-name="end"/> | |
413 | <rejection class="QList" function-name="erase"/> |
|
413 | <rejection class="QList" function-name="erase"/> | |
414 | <rejection class="QList" function-name="erase"/> |
|
414 | <rejection class="QList" function-name="erase"/> | |
415 | <rejection class="QList" function-name="free"/> |
|
415 | <rejection class="QList" function-name="free"/> | |
416 | <rejection class="QList" function-name="fromList"/> |
|
416 | <rejection class="QList" function-name="fromList"/> | |
417 | <rejection class="QList" function-name="fromSet"/> |
|
417 | <rejection class="QList" function-name="fromSet"/> | |
418 | <rejection class="QList" function-name="fromSet"/> |
|
418 | <rejection class="QList" function-name="fromSet"/> | |
419 | <rejection class="QList" function-name="insert"/> |
|
419 | <rejection class="QList" function-name="insert"/> | |
420 | <rejection class="QList" function-name="malloc"/> |
|
420 | <rejection class="QList" function-name="malloc"/> | |
421 | <rejection class="QList" function-name="node_construct"/> |
|
421 | <rejection class="QList" function-name="node_construct"/> | |
422 | <rejection class="QList" function-name="node_copy"/> |
|
422 | <rejection class="QList" function-name="node_copy"/> | |
423 | <rejection class="QList" function-name="node_destruct"/> |
|
423 | <rejection class="QList" function-name="node_destruct"/> | |
424 | <rejection class="QList" function-name="toSet"/> |
|
424 | <rejection class="QList" function-name="toSet"/> | |
425 | <rejection class="QObject" function-name="receivers"/> |
|
425 | <rejection class="QObject" function-name="receivers"/> | |
426 | <rejection class="QObject" function-name="findChild"/> |
|
426 | <rejection class="QObject" function-name="findChild"/> | |
427 | <rejection class="QObject" function-name="findChildren"/> |
|
427 | <rejection class="QObject" function-name="findChildren"/> | |
428 | <rejection class="QObject" function-name="setUserData"/> |
|
428 | <rejection class="QObject" function-name="setUserData"/> | |
429 | <rejection class="QObject" function-name="userData"/> |
|
429 | <rejection class="QObject" function-name="userData"/> | |
430 | <rejection class="QObject" function-name="destroyed"/> |
|
430 | <rejection class="QObject" function-name="destroyed"/> | |
431 | <rejection class="QObject" function-name="connect"/> |
|
431 | <rejection class="QObject" function-name="connect"/> | |
432 | <rejection class="QObject" function-name="connectNotify"/> |
|
432 | <rejection class="QObject" function-name="connectNotify"/> | |
433 | <rejection class="QObject" function-name="disconnect"/> |
|
433 | <rejection class="QObject" function-name="disconnect"/> | |
434 | <rejection class="QObject" function-name="disconnectNotify"/> |
|
434 | <rejection class="QObject" function-name="disconnectNotify"/> | |
435 | <rejection class="QObject" function-name="registerUserData"/> |
|
435 | <rejection class="QObject" function-name="registerUserData"/> | |
436 | <rejection class="QProcess" function-name="pid"/> |
|
436 | <rejection class="QProcess" function-name="pid"/> | |
437 | <rejection class="QRegion" function-name="cleanUp"/> |
|
437 | <rejection class="QRegion" function-name="cleanUp"/> | |
438 | <rejection class="QSettings" function-name="registerFormat"/> |
|
438 | <rejection class="QSettings" function-name="registerFormat"/> | |
439 | <rejection class="QVector" function-name="back"/> |
|
439 | <rejection class="QVector" function-name="back"/> | |
440 | <rejection class="QVector" function-name="begin"/> |
|
440 | <rejection class="QVector" function-name="begin"/> | |
441 | <rejection class="QVector" function-name="constBegin"/> |
|
441 | <rejection class="QVector" function-name="constBegin"/> | |
442 | <rejection class="QVector" function-name="constEnd"/> |
|
442 | <rejection class="QVector" function-name="constEnd"/> | |
443 | <rejection class="QVector" function-name="end"/> |
|
443 | <rejection class="QVector" function-name="end"/> | |
444 | <rejection class="QVector" function-name="erase"/> |
|
444 | <rejection class="QVector" function-name="erase"/> | |
445 | <rejection class="QVector" function-name="free"/> |
|
445 | <rejection class="QVector" function-name="free"/> | |
446 | <rejection class="QVector" function-name="front"/> |
|
446 | <rejection class="QVector" function-name="front"/> | |
447 | <rejection class="QVector" function-name="insert"/> |
|
447 | <rejection class="QVector" function-name="insert"/> | |
448 | <rejection class="QVector" function-name="malloc"/> |
|
448 | <rejection class="QVector" function-name="malloc"/> | |
449 | <rejection class="QVector" function-name="alloc"/> |
|
449 | <rejection class="QVector" function-name="alloc"/> | |
450 | <rejection class="QVector" function-name="operator+="/> |
|
450 | <rejection class="QVector" function-name="operator+="/> | |
451 | <rejection class="QAbstractFileEngineIterator" function-name="entryInfo"/> |
|
451 | <rejection class="QAbstractFileEngineIterator" function-name="entryInfo"/> | |
452 | <rejection class="QtConcurrent::ThreadEngineBarrier"/> |
|
452 | <rejection class="QtConcurrent::ThreadEngineBarrier"/> | |
453 |
|
453 | |||
454 | <rejection class="QAbstractFileEngineIterator" enum-name="EntryInfoType"/> |
|
454 | <rejection class="QAbstractFileEngineIterator" enum-name="EntryInfoType"/> | |
455 | <rejection class="QDataStream" enum-name="ByteOrder"/> |
|
455 | <rejection class="QDataStream" enum-name="ByteOrder"/> | |
456 |
|
456 | |||
457 |
|
457 | |||
458 | <namespace-type name="Qt"> |
|
458 | <namespace-type name="Qt"> | |
459 |
|
459 | |||
460 | <extra-includes> |
|
460 | <extra-includes> | |
461 | <include file-name="QTextDocument" location="global"/> |
|
461 | <include file-name="QTextDocument" location="global"/> | |
462 | </extra-includes> |
|
462 | </extra-includes> | |
463 | </namespace-type> |
|
463 | </namespace-type> | |
464 |
|
464 | |||
465 | <enum-type name="QDate::MonthNameType"/> |
|
465 | <enum-type name="QDate::MonthNameType"/> | |
466 | <enum-type name="QAbstractAnimation::DeletionPolicy"/> |
|
466 | <enum-type name="QAbstractAnimation::DeletionPolicy"/> | |
467 | <enum-type name="QAbstractAnimation::Direction"/> |
|
467 | <enum-type name="QAbstractAnimation::Direction"/> | |
468 | <enum-type name="QAbstractAnimation::State"/> |
|
468 | <enum-type name="QAbstractAnimation::State"/> | |
469 | <enum-type name="QDataStream::FloatingPointPrecision"/> |
|
469 | <enum-type name="QDataStream::FloatingPointPrecision"/> | |
470 | <enum-type name="QEasingCurve::Type"/> |
|
470 | <enum-type name="QEasingCurve::Type"/> | |
471 | <enum-type name="QHistoryState::HistoryType"/> |
|
471 | <enum-type name="QHistoryState::HistoryType"/> | |
472 | <enum-type name="QState::ChildMode"/> |
|
472 | <enum-type name="QState::ChildMode"/> | |
473 | <enum-type name="QStateMachine::Error"/> |
|
473 | <enum-type name="QStateMachine::Error"/> | |
474 | <enum-type name="QStateMachine::EventPriority"/> |
|
474 | <enum-type name="QStateMachine::EventPriority"/> | |
475 | <enum-type name="QStateMachine::RestorePolicy"/> |
|
475 | <enum-type name="QStateMachine::RestorePolicy"/> | |
476 | <enum-type name="Qt::AnchorPoint"/> |
|
476 | <enum-type name="Qt::AnchorPoint"/> | |
477 | <enum-type name="Qt::CoordinateSystem"/> |
|
477 | <enum-type name="Qt::CoordinateSystem"/> | |
478 | <enum-type name="Qt::GestureState"/> |
|
478 | <enum-type name="Qt::GestureState"/> | |
479 | <enum-type name="Qt::InputMethodHint" flags="Qt::InputMethodHints"/> |
|
479 | <enum-type name="Qt::InputMethodHint" flags="Qt::InputMethodHints"/> | |
480 | <enum-type name="Qt::NavigationMode"/> |
|
480 | <enum-type name="Qt::NavigationMode"/> | |
481 | <enum-type name="Qt::RenderHint"/> |
|
481 | <enum-type name="Qt::RenderHint"/> | |
482 | <enum-type name="Qt::TileRule"/> |
|
482 | <enum-type name="Qt::TileRule"/> | |
483 | <enum-type name="Qt::TouchPointState" flags="Qt::TouchPointStates"/> |
|
483 | <enum-type name="Qt::TouchPointState" flags="Qt::TouchPointStates"/> | |
484 | <enum-type name="QSysInfo::Endian"/> |
|
484 | <enum-type name="QSysInfo::Endian"/> | |
485 | <enum-type name="QSysInfo::Sizes"/> |
|
485 | <enum-type name="QSysInfo::Sizes"/> | |
486 | <enum-type name="QMetaMethod::Access"/> |
|
486 | <enum-type name="QMetaMethod::Access"/> | |
487 | <enum-type name="QMetaMethod::Attributes"/> |
|
487 | <enum-type name="QMetaMethod::Attributes"/> | |
488 | <enum-type name="QMetaMethod::MethodType"/> |
|
488 | <enum-type name="QMetaMethod::MethodType"/> | |
489 | <enum-type name="QSharedMemory::AccessMode"/> |
|
489 | <enum-type name="QSharedMemory::AccessMode"/> | |
490 | <enum-type name="QSharedMemory::SharedMemoryError"/> |
|
490 | <enum-type name="QSharedMemory::SharedMemoryError"/> | |
491 | <enum-type name="QElapsedTimer::ClockType"/> |
|
491 | <enum-type name="QElapsedTimer::ClockType"/> | |
492 |
|
492 | |||
493 | <enum-type name="QtMsgType"> |
|
493 | <enum-type name="QtMsgType"> | |
494 | <reject-enum-value name="QtSystemMsg"/> |
|
494 | <reject-enum-value name="QtSystemMsg"/> | |
495 | </enum-type> |
|
495 | </enum-type> | |
496 |
|
496 | |||
497 |
|
497 | |||
498 | <enum-type name="QReadWriteLock::RecursionMode"/> |
|
498 | <enum-type name="QReadWriteLock::RecursionMode"/> | |
499 | <enum-type name="QSystemSemaphore::AccessMode"/> |
|
499 | <enum-type name="QSystemSemaphore::AccessMode"/> | |
500 | <enum-type name="QSystemSemaphore::SystemSemaphoreError"/> |
|
500 | <enum-type name="QSystemSemaphore::SystemSemaphoreError"/> | |
501 | <enum-type name="QTextBoundaryFinder::BoundaryReason" flags="QTextBoundaryFinder::BoundaryReasons"/> |
|
501 | <enum-type name="QTextBoundaryFinder::BoundaryReason" flags="QTextBoundaryFinder::BoundaryReasons"/> | |
502 | <enum-type name="QTextBoundaryFinder::BoundaryType"/> |
|
502 | <enum-type name="QTextBoundaryFinder::BoundaryType"/> | |
503 | <enum-type name="QAbstractFileEngine::Extension" extensible="yes"/> |
|
503 | <enum-type name="QAbstractFileEngine::Extension" extensible="yes"/> | |
504 | <enum-type name="QAbstractFileEngine::FileFlag" flags="QAbstractFileEngine::FileFlags"/> |
|
504 | <enum-type name="QAbstractFileEngine::FileFlag" flags="QAbstractFileEngine::FileFlags"/> | |
505 | <enum-type name="QAbstractFileEngine::FileName"/> |
|
505 | <enum-type name="QAbstractFileEngine::FileName"/> | |
506 | <enum-type name="QAbstractFileEngine::FileOwner"/> |
|
506 | <enum-type name="QAbstractFileEngine::FileOwner"/> | |
507 | <enum-type name="QAbstractFileEngine::FileTime"/> |
|
507 | <enum-type name="QAbstractFileEngine::FileTime"/> | |
508 | <enum-type name="QDataStream::Status"/> |
|
508 | <enum-type name="QDataStream::Status"/> | |
509 | <enum-type name="QDir::Filter" flags="QDir::Filters"/> |
|
509 | <enum-type name="QDir::Filter" flags="QDir::Filters"/> | |
510 | <enum-type name="QEvent::Type" extensible="yes"> |
|
510 | <enum-type name="QEvent::Type" extensible="yes"> | |
511 | <reject-enum-value name="ApplicationActivated"/> |
|
511 | <reject-enum-value name="ApplicationActivated"/> | |
512 | <reject-enum-value name="ApplicationDeactivated"/> |
|
512 | <reject-enum-value name="ApplicationDeactivated"/> | |
513 | </enum-type> |
|
513 | </enum-type> | |
514 | <enum-type name="QEventLoop::ProcessEventsFlag" flags="QEventLoop::ProcessEventsFlags"/> |
|
514 | <enum-type name="QEventLoop::ProcessEventsFlag" flags="QEventLoop::ProcessEventsFlags"/> | |
515 | <enum-type name="QFile::FileError"/> |
|
515 | <enum-type name="QFile::FileError"/> | |
516 | <enum-type name="QFile::MemoryMapFlags"/> |
|
516 | <enum-type name="QFile::MemoryMapFlags"/> | |
517 | <enum-type name="QFile::Permission" flags="QFile::Permissions"/> |
|
517 | <enum-type name="QFile::Permission" flags="QFile::Permissions"/> | |
518 | <enum-type name="QFile::FileHandleFlag" flags="QFile::FileHandleFlags"/> |
|
518 | <enum-type name="QFile::FileHandleFlag" flags="QFile::FileHandleFlags"/> | |
519 | <enum-type name="QIODevice::OpenModeFlag" flags="QIODevice::OpenMode"/> |
|
519 | <enum-type name="QIODevice::OpenModeFlag" flags="QIODevice::OpenMode"/> | |
520 | <enum-type name="QLibraryInfo::LibraryLocation"/> |
|
520 | <enum-type name="QLibraryInfo::LibraryLocation"/> | |
521 | <enum-type name="QLibrary::LoadHint" flags="QLibrary::LoadHints"/> |
|
521 | <enum-type name="QLibrary::LoadHint" flags="QLibrary::LoadHints"/> | |
522 | <enum-type name="QLocale::FormatType"/> |
|
522 | <enum-type name="QLocale::FormatType"/> | |
523 | <enum-type name="QLocale::NumberOption" flags="QLocale::NumberOptions"/> |
|
523 | <enum-type name="QLocale::NumberOption" flags="QLocale::NumberOptions"/> | |
524 | <enum-type name="QLocale::MeasurementSystem"/> |
|
524 | <enum-type name="QLocale::MeasurementSystem"/> | |
525 | <enum-type name="QLocale::QuotationStyle"/> |
|
525 | <enum-type name="QLocale::QuotationStyle"/> | |
526 | <enum-type name="QLocale::Script"/> |
|
526 | <enum-type name="QLocale::Script"/> | |
527 | <enum-type name="QLocale::CurrencySymbolFormat"/> |
|
527 | <enum-type name="QLocale::CurrencySymbolFormat"/> | |
528 | <enum-type name="QMutex::RecursionMode"/> |
|
528 | <enum-type name="QMutex::RecursionMode"/> | |
529 | <enum-type name="QProcess::ExitStatus"/> |
|
529 | <enum-type name="QProcess::ExitStatus"/> | |
530 | <enum-type name="QProcess::ProcessChannel"/> |
|
530 | <enum-type name="QProcess::ProcessChannel"/> | |
531 | <enum-type name="QProcess::ProcessChannelMode"/> |
|
531 | <enum-type name="QProcess::ProcessChannelMode"/> | |
532 | <enum-type name="QProcess::ProcessError"/> |
|
532 | <enum-type name="QProcess::ProcessError"/> | |
533 | <enum-type name="QProcess::ProcessState"/> |
|
533 | <enum-type name="QProcess::ProcessState"/> | |
534 | <enum-type name="QRegExp::CaretMode"/> |
|
534 | <enum-type name="QRegExp::CaretMode"/> | |
535 | <enum-type name="QRegExp::PatternSyntax"/> |
|
535 | <enum-type name="QRegExp::PatternSyntax"/> | |
536 | <enum-type name="QSettings::Format"/> |
|
536 | <enum-type name="QSettings::Format"/> | |
537 | <enum-type name="QSettings::Scope"/> |
|
537 | <enum-type name="QSettings::Scope"/> | |
538 | <enum-type name="QSettings::Status"/> |
|
538 | <enum-type name="QSettings::Status"/> | |
539 | <enum-type name="QSocketNotifier::Type"/> |
|
539 | <enum-type name="QSocketNotifier::Type"/> | |
540 | <enum-type name="QSystemLocale::QueryType"/> |
|
540 | <enum-type name="QSystemLocale::QueryType"/> | |
541 | <enum-type name="QTextCodec::ConversionFlag" flags="QTextCodec::ConversionFlags"/> |
|
541 | <enum-type name="QTextCodec::ConversionFlag" flags="QTextCodec::ConversionFlags"/> | |
542 | <enum-type name="QTextStream::FieldAlignment"/> |
|
542 | <enum-type name="QTextStream::FieldAlignment"/> | |
543 | <enum-type name="QTextStream::NumberFlag" flags="QTextStream::NumberFlags"/> |
|
543 | <enum-type name="QTextStream::NumberFlag" flags="QTextStream::NumberFlags"/> | |
544 | <enum-type name="QTextStream::RealNumberNotation"/> |
|
544 | <enum-type name="QTextStream::RealNumberNotation"/> | |
545 | <enum-type name="QTextStream::Status"/> |
|
545 | <enum-type name="QTextStream::Status"/> | |
546 | <enum-type name="QTimeLine::CurveShape"/> |
|
546 | <enum-type name="QTimeLine::CurveShape"/> | |
547 | <enum-type name="QTimeLine::Direction"/> |
|
547 | <enum-type name="QTimeLine::Direction"/> | |
548 | <enum-type name="QTimeLine::State"/> |
|
548 | <enum-type name="QTimeLine::State"/> | |
549 | <enum-type name="QUrl::FormattingOption" flags="QUrl::FormattingOptions"/> |
|
549 | <enum-type name="QUrl::FormattingOption" flags="QUrl::FormattingOptions"/> | |
550 | <enum-type name="QUrl::ParsingMode"/> |
|
550 | <enum-type name="QUrl::ParsingMode"/> | |
551 | <enum-type name="QUuid::Variant"/> |
|
551 | <enum-type name="QUuid::Variant"/> | |
552 | <enum-type name="QUuid::Version"/> |
|
552 | <enum-type name="QUuid::Version"/> | |
553 | <enum-type name="Qt::SizeHint"/> |
|
553 | <enum-type name="Qt::SizeHint"/> | |
554 | <enum-type name="Qt::SizeMode"/> |
|
554 | <enum-type name="Qt::SizeMode"/> | |
555 | <enum-type name="Qt::WindowFrameSection"/> |
|
555 | <enum-type name="Qt::WindowFrameSection"/> | |
556 | <enum-type name="Qt::Axis"/> |
|
556 | <enum-type name="Qt::Axis"/> | |
557 | <enum-type name="Qt::AnchorAttribute"/> |
|
557 | <enum-type name="Qt::AnchorAttribute"/> | |
558 | <enum-type name="Qt::ApplicationAttribute"/> |
|
558 | <enum-type name="Qt::ApplicationAttribute"/> | |
559 | <enum-type name="Qt::ArrowType"/> |
|
559 | <enum-type name="Qt::ArrowType"/> | |
560 | <enum-type name="Qt::AspectRatioMode"/> |
|
560 | <enum-type name="Qt::AspectRatioMode"/> | |
561 | <enum-type name="Qt::BGMode"/> |
|
561 | <enum-type name="Qt::BGMode"/> | |
562 | <enum-type name="Qt::BrushStyle"/> |
|
562 | <enum-type name="Qt::BrushStyle"/> | |
563 | <enum-type name="Qt::CaseSensitivity"/> |
|
563 | <enum-type name="Qt::CaseSensitivity"/> | |
564 | <enum-type name="Qt::CheckState"/> |
|
564 | <enum-type name="Qt::CheckState"/> | |
565 | <enum-type name="Qt::ClipOperation"/> |
|
565 | <enum-type name="Qt::ClipOperation"/> | |
566 | <enum-type name="Qt::ConnectionType"/> |
|
566 | <enum-type name="Qt::ConnectionType"/> | |
567 | <enum-type name="Qt::ContextMenuPolicy"/> |
|
567 | <enum-type name="Qt::ContextMenuPolicy"/> | |
568 | <enum-type name="Qt::Corner"/> |
|
568 | <enum-type name="Qt::Corner"/> | |
569 | <enum-type name="Qt::DayOfWeek"/> |
|
569 | <enum-type name="Qt::DayOfWeek"/> | |
570 | <enum-type name="Qt::DockWidgetAreaSizes"/> |
|
570 | <enum-type name="Qt::DockWidgetAreaSizes"/> | |
571 | <enum-type name="Qt::DropAction" flags="Qt::DropActions"/> |
|
571 | <enum-type name="Qt::DropAction" flags="Qt::DropActions"/> | |
572 | <enum-type name="Qt::FillRule"/> |
|
572 | <enum-type name="Qt::FillRule"/> | |
573 | <enum-type name="Qt::FocusPolicy"/> |
|
573 | <enum-type name="Qt::FocusPolicy"/> | |
574 | <enum-type name="Qt::FocusReason"/> |
|
574 | <enum-type name="Qt::FocusReason"/> | |
575 | <enum-type name="Qt::GlobalColor"/> |
|
575 | <enum-type name="Qt::GlobalColor"/> | |
576 | <enum-type name="Qt::GestureType"/> |
|
576 | <enum-type name="Qt::GestureType"/> | |
577 | <enum-type name="Qt::GestureFlag" flags="Qt::GestureFlags"/> |
|
577 | <enum-type name="Qt::GestureFlag" flags="Qt::GestureFlags"/> | |
578 | <enum-type name="Qt::CursorMoveStyle"/> |
|
578 | <enum-type name="Qt::CursorMoveStyle"/> | |
579 | <enum-type name="Qt::HitTestAccuracy"/> |
|
579 | <enum-type name="Qt::HitTestAccuracy"/> | |
580 | <enum-type name="Qt::InputMethodQuery"/> |
|
580 | <enum-type name="Qt::InputMethodQuery"/> | |
581 | <enum-type name="Qt::ItemFlag" flags="Qt::ItemFlags"/> |
|
581 | <enum-type name="Qt::ItemFlag" flags="Qt::ItemFlags"/> | |
582 | <enum-type name="Qt::ItemSelectionMode"/> |
|
582 | <enum-type name="Qt::ItemSelectionMode"/> | |
583 | <enum-type name="Qt::KeyboardModifier" flags="Qt::KeyboardModifiers"/> |
|
583 | <enum-type name="Qt::KeyboardModifier" flags="Qt::KeyboardModifiers"/> | |
584 | <enum-type name="Qt::LayoutDirection"/> |
|
584 | <enum-type name="Qt::LayoutDirection"/> | |
585 | <enum-type name="Qt::MatchFlag" flags="Qt::MatchFlags"/> |
|
585 | <enum-type name="Qt::MatchFlag" flags="Qt::MatchFlags"/> | |
586 | <enum-type name="Qt::MouseButton" flags="Qt::MouseButtons"/> |
|
586 | <enum-type name="Qt::MouseButton" flags="Qt::MouseButtons"/> | |
587 | <enum-type name="Qt::Orientation" flags="Qt::Orientations"/> |
|
587 | <enum-type name="Qt::Orientation" flags="Qt::Orientations"/> | |
588 | <enum-type name="Qt::PenCapStyle"/> |
|
588 | <enum-type name="Qt::PenCapStyle"/> | |
589 | <enum-type name="Qt::PenJoinStyle"/> |
|
589 | <enum-type name="Qt::PenJoinStyle"/> | |
590 | <enum-type name="Qt::PenStyle"/> |
|
590 | <enum-type name="Qt::PenStyle"/> | |
591 | <enum-type name="Qt::ScrollBarPolicy"/> |
|
591 | <enum-type name="Qt::ScrollBarPolicy"/> | |
592 | <enum-type name="Qt::ShortcutContext"/> |
|
592 | <enum-type name="Qt::ShortcutContext"/> | |
593 | <enum-type name="Qt::SortOrder"/> |
|
593 | <enum-type name="Qt::SortOrder"/> | |
594 | <enum-type name="Qt::TextElideMode"/> |
|
594 | <enum-type name="Qt::TextElideMode"/> | |
595 | <enum-type name="Qt::TextFlag"/> |
|
595 | <enum-type name="Qt::TextFlag"/> | |
596 | <enum-type name="Qt::TextFormat"/> |
|
596 | <enum-type name="Qt::TextFormat"/> | |
597 | <enum-type name="Qt::TextInteractionFlag" flags="Qt::TextInteractionFlags"/> |
|
597 | <enum-type name="Qt::TextInteractionFlag" flags="Qt::TextInteractionFlags"/> | |
598 | <enum-type name="Qt::TimeSpec"/> |
|
598 | <enum-type name="Qt::TimeSpec"/> | |
599 | <enum-type name="Qt::ToolBarAreaSizes"/> |
|
599 | <enum-type name="Qt::ToolBarAreaSizes"/> | |
600 | <enum-type name="Qt::ToolButtonStyle"/> |
|
600 | <enum-type name="Qt::ToolButtonStyle"/> | |
601 | <enum-type name="Qt::TransformationMode"/> |
|
601 | <enum-type name="Qt::TransformationMode"/> | |
602 | <enum-type name="Qt::UIEffect"/> |
|
602 | <enum-type name="Qt::UIEffect"/> | |
603 | <enum-type name="Qt::WhiteSpaceMode"/> |
|
603 | <enum-type name="Qt::WhiteSpaceMode"/> | |
604 | <enum-type name="Qt::WindowModality"/> |
|
604 | <enum-type name="Qt::WindowModality"/> | |
605 | <enum-type name="Qt::WindowState" flags="Qt::WindowStates"/> |
|
605 | <enum-type name="Qt::WindowState" flags="Qt::WindowStates"/> | |
606 | <enum-type name="Qt::WindowType" flags="Qt::WindowFlags"/> |
|
606 | <enum-type name="Qt::WindowType" flags="Qt::WindowFlags"/> | |
607 | <enum-type name="QDirIterator::IteratorFlag" flags="QDirIterator::IteratorFlags"/> |
|
607 | <enum-type name="QDirIterator::IteratorFlag" flags="QDirIterator::IteratorFlags"/> | |
608 | <enum-type name="Qt::EventPriority"/> |
|
608 | <enum-type name="Qt::EventPriority"/> | |
609 | <enum-type name="Qt::MaskMode"/> |
|
609 | <enum-type name="Qt::MaskMode"/> | |
610 | <enum-type name="QCryptographicHash::Algorithm"/> |
|
610 | <enum-type name="QCryptographicHash::Algorithm"/> | |
611 |
|
611 | |||
612 | <enum-type name="QtConcurrent::ReduceOption" flags="QtConcurrent::ReduceOptions"/> |
|
612 | <enum-type name="QtConcurrent::ReduceOption" flags="QtConcurrent::ReduceOptions"/> | |
613 | <enum-type name="QtConcurrent::ThreadFunctionResult"/> |
|
613 | <enum-type name="QtConcurrent::ThreadFunctionResult"/> | |
614 |
|
614 | |||
615 |
|
615 | |||
616 | <enum-type name="QCoreApplication::Encoding"> |
|
616 | <enum-type name="QCoreApplication::Encoding"> | |
617 | <reject-enum-value name="DefaultCodec"/> |
|
617 | <reject-enum-value name="DefaultCodec"/> | |
618 | </enum-type> |
|
618 | </enum-type> | |
619 |
|
619 | |||
620 | <enum-type name="Qt::AlignmentFlag" flags="Qt::Alignment"> |
|
620 | <enum-type name="Qt::AlignmentFlag" flags="Qt::Alignment"> | |
621 | <reject-enum-value name="AlignLeading"/> |
|
621 | <reject-enum-value name="AlignLeading"/> | |
622 | <reject-enum-value name="AlignTrailing"/> |
|
622 | <reject-enum-value name="AlignTrailing"/> | |
623 | </enum-type> |
|
623 | </enum-type> | |
624 |
|
624 | |||
625 | <enum-type name="Qt::CursorShape"> |
|
625 | <enum-type name="Qt::CursorShape"> | |
626 | <reject-enum-value name="LastCursor"/> |
|
626 | <reject-enum-value name="LastCursor"/> | |
627 | </enum-type> |
|
627 | </enum-type> | |
628 |
|
628 | |||
629 | <enum-type name="Qt::DateFormat"> |
|
629 | <enum-type name="Qt::DateFormat"> | |
630 | <reject-enum-value name="LocalDate"/> |
|
630 | <reject-enum-value name="LocalDate"/> | |
631 | </enum-type> |
|
631 | </enum-type> | |
632 |
|
632 | |||
633 |
|
633 | |||
634 | <enum-type name="Qt::ItemDataRole" force-integer="yes"> |
|
634 | <enum-type name="Qt::ItemDataRole" force-integer="yes"> | |
635 | <reject-enum-value name="BackgroundColorRole"/> |
|
635 | <reject-enum-value name="BackgroundColorRole"/> | |
636 | <reject-enum-value name="TextColorRole"/> |
|
636 | <reject-enum-value name="TextColorRole"/> | |
637 | </enum-type> |
|
637 | </enum-type> | |
638 |
|
638 | |||
639 |
|
639 | |||
640 | <enum-type name="QDataStream::Version"> |
|
640 | <enum-type name="QDataStream::Version"> | |
641 | <reject-enum-value name="Qt_4_1"/> |
|
641 | <reject-enum-value name="Qt_4_1"/> | |
642 | </enum-type> |
|
642 | </enum-type> | |
643 |
|
643 | |||
644 | <enum-type name="QDir::SortFlag" flags="QDir::SortFlags"> |
|
644 | <enum-type name="QDir::SortFlag" flags="QDir::SortFlags"> | |
645 | <reject-enum-value name="Unsorted"/> |
|
645 | <reject-enum-value name="Unsorted"/> | |
646 | </enum-type> |
|
646 | </enum-type> | |
647 |
|
647 | |||
648 | <enum-type name="Qt::DockWidgetArea" flags="Qt::DockWidgetAreas"> |
|
648 | <enum-type name="Qt::DockWidgetArea" flags="Qt::DockWidgetAreas"> | |
649 | <reject-enum-value name="AllDockWidgetAreas"/> |
|
649 | <reject-enum-value name="AllDockWidgetAreas"/> | |
650 | </enum-type> |
|
650 | </enum-type> | |
651 |
|
651 | |||
652 | <enum-type name="Qt::ImageConversionFlag" flags="Qt::ImageConversionFlags"> |
|
652 | <enum-type name="Qt::ImageConversionFlag" flags="Qt::ImageConversionFlags"> | |
653 | <reject-enum-value name="AutoDither"/> |
|
653 | <reject-enum-value name="AutoDither"/> | |
654 | <reject-enum-value name="ColorOnly"/> |
|
654 | <reject-enum-value name="ColorOnly"/> | |
655 | <reject-enum-value name="DiffuseDither"/> |
|
655 | <reject-enum-value name="DiffuseDither"/> | |
656 | <reject-enum-value name="NoAlpha"/> |
|
656 | <reject-enum-value name="NoAlpha"/> | |
657 | <reject-enum-value name="ThresholdAlphaDither"/> |
|
657 | <reject-enum-value name="ThresholdAlphaDither"/> | |
658 | </enum-type> |
|
658 | </enum-type> | |
659 |
|
659 | |||
660 | <enum-type name="Qt::Key"> |
|
660 | <enum-type name="Qt::Key"> | |
661 | <reject-enum-value name="Key_Any"/> |
|
661 | <reject-enum-value name="Key_Any"/> | |
662 | </enum-type> |
|
662 | </enum-type> | |
663 |
|
663 | |||
664 | <enum-type name="QLocale::Language"> |
|
664 | <enum-type name="QLocale::Language"> | |
665 | <reject-enum-value name="LastLanguage"/> |
|
665 | <reject-enum-value name="LastLanguage"/> | |
666 | <reject-enum-value name="NorwegianBokmal"/> |
|
666 | <reject-enum-value name="NorwegianBokmal"/> | |
667 | <reject-enum-value name="Nynorsk"/> |
|
667 | <reject-enum-value name="Nynorsk"/> | |
668 | </enum-type> |
|
668 | </enum-type> | |
669 |
|
669 | |||
670 | <enum-type name="QLocale::Country"> |
|
670 | <enum-type name="QLocale::Country"> | |
671 | <reject-enum-value name="LastCountry"/> |
|
671 | <reject-enum-value name="LastCountry"/> | |
672 | </enum-type> |
|
672 | </enum-type> | |
673 |
|
673 | |||
674 | <enum-type name="Qt::ToolBarArea" flags="Qt::ToolBarAreas"> |
|
674 | <enum-type name="Qt::ToolBarArea" flags="Qt::ToolBarAreas"> | |
675 | <reject-enum-value name="AllToolBarAreas"/> |
|
675 | <reject-enum-value name="AllToolBarAreas"/> | |
676 | </enum-type> |
|
676 | </enum-type> | |
677 |
|
677 | |||
678 | <enum-type name="Qt::WidgetAttribute"> |
|
678 | <enum-type name="Qt::WidgetAttribute"> | |
679 | <reject-enum-value name="WA_ForceAcceptDrops"/> |
|
679 | <reject-enum-value name="WA_ForceAcceptDrops"/> | |
680 | <reject-enum-value name="WA_NoBackground"/> |
|
680 | <reject-enum-value name="WA_NoBackground"/> | |
681 | <reject-enum-value name="WA_MacMetalStyle"/> |
|
681 | <reject-enum-value name="WA_MacMetalStyle"/> | |
682 | </enum-type> |
|
682 | </enum-type> | |
683 |
|
683 | |||
684 | <value-type name="QProcessEnvironment"/> |
|
684 | <value-type name="QProcessEnvironment"/> | |
685 | <value-type name="QBasicTimer"/> |
|
685 | <value-type name="QBasicTimer"/> | |
686 | <value-type name="QByteArrayMatcher"> |
|
686 | <value-type name="QByteArrayMatcher"> | |
687 | <modify-function signature="operator=(QByteArrayMatcher)" remove="all"/> |
|
687 | <modify-function signature="operator=(QByteArrayMatcher)" remove="all"/> | |
688 | </value-type> |
|
688 | </value-type> | |
689 |
|
689 | |||
690 | <value-type name="QDate"> |
|
690 | <value-type name="QDate"> | |
691 | <modify-function signature="julianToGregorian(uint,int&,int&,int&)"> |
|
691 | <modify-function signature="julianToGregorian(uint,int&,int&,int&)"> | |
692 | <remove/> |
|
692 | <remove/> | |
693 | </modify-function> |
|
693 | </modify-function> | |
694 |
|
694 | |||
695 | <modify-function signature="setYMD(int, int, int)" remove="all"/> |
|
695 | <modify-function signature="setYMD(int, int, int)" remove="all"/> | |
696 | <!--### Obsolete in 4.3--> |
|
696 | <!--### Obsolete in 4.3--> | |
697 | </value-type> |
|
697 | </value-type> | |
698 |
|
698 | |||
699 | <value-type name="QDateTime"> |
|
699 | <value-type name="QDateTime"> | |
700 | <modify-function signature="operator=(QDateTime)" remove="all"/> |
|
700 | <modify-function signature="operator=(QDateTime)" remove="all"/> | |
701 | </value-type> |
|
701 | </value-type> | |
702 |
|
702 | |||
703 | <value-type name="QDir"> |
|
703 | <value-type name="QDir"> | |
704 | <modify-function signature="QDir(QString,QString,QFlags<QDir::SortFlag>,QFlags<QDir::Filter>)"> |
|
704 | <modify-function signature="QDir(QString,QString,QFlags<QDir::SortFlag>,QFlags<QDir::Filter>)"> | |
705 | <modify-argument index="3"> |
|
705 | <modify-argument index="3"> | |
706 | <replace-default-expression with="SortFlag.Name, SortFlag.IgnoreCase"/> |
|
706 | <replace-default-expression with="SortFlag.Name, SortFlag.IgnoreCase"/> | |
707 | </modify-argument> |
|
707 | </modify-argument> | |
708 | </modify-function> |
|
708 | </modify-function> | |
709 | <modify-function signature="operator=(QDir)" remove="all"/> |
|
709 | <modify-function signature="operator=(QDir)" remove="all"/> | |
710 | <modify-function signature="operator=(QString)" remove="all"/> |
|
710 | <modify-function signature="operator=(QString)" remove="all"/> | |
711 | <modify-function signature="addResourceSearchPath(QString)" remove="all"/> |
|
711 | <modify-function signature="addResourceSearchPath(QString)" remove="all"/> | |
712 | <!--### Obsolete in 4.3--> |
|
712 | <!--### Obsolete in 4.3--> | |
713 | </value-type> |
|
713 | </value-type> | |
714 |
|
714 | |||
715 | <value-type name="QPoint"> |
|
715 | <value-type name="QPoint"> | |
716 | <modify-function signature="rx()" remove="all"/> |
|
716 | <modify-function signature="rx()" remove="all"/> | |
717 | <modify-function signature="ry()" remove="all"/> |
|
717 | <modify-function signature="ry()" remove="all"/> | |
718 | </value-type> |
|
718 | </value-type> | |
719 | <value-type name="QPointF"> |
|
719 | <value-type name="QPointF"> | |
720 | <modify-function signature="rx()" remove="all"/> |
|
720 | <modify-function signature="rx()" remove="all"/> | |
721 | <modify-function signature="ry()" remove="all"/> |
|
721 | <modify-function signature="ry()" remove="all"/> | |
722 | </value-type> |
|
722 | </value-type> | |
723 | <enum-type name="QLineF::IntersectType"/> |
|
723 | <enum-type name="QLineF::IntersectType"/> | |
724 | <value-type name="QLineF"/> |
|
724 | <value-type name="QLineF"/> | |
725 | <value-type name="QLine"/> |
|
725 | <value-type name="QLine"/> | |
726 |
|
726 | |||
727 | <value-type name="QRect"> |
|
727 | <value-type name="QRect"> | |
728 | <modify-function signature="getCoords(int*,int*,int*,int*)const"> |
|
728 | <modify-function signature="getCoords(int*,int*,int*,int*)const"> | |
729 | <remove/> |
|
729 | <remove/> | |
730 | </modify-function> |
|
730 | </modify-function> | |
731 | <modify-function signature="getRect(int*,int*,int*,int*)const"> |
|
731 | <modify-function signature="getRect(int*,int*,int*,int*)const"> | |
732 | <remove/> |
|
732 | <remove/> | |
733 | </modify-function> |
|
733 | </modify-function> | |
734 |
|
734 | |||
735 | <modify-function signature="intersect(const QRect&)const" remove="all"/> |
|
735 | <modify-function signature="intersect(const QRect&)const" remove="all"/> | |
736 | <!--### Obsolete in 4.3--> |
|
736 | <!--### Obsolete in 4.3--> | |
737 | <modify-function signature="unite(const QRect&)const" remove="all"/> |
|
737 | <modify-function signature="unite(const QRect&)const" remove="all"/> | |
738 | <!--### Obsolete in 4.3--> |
|
738 | <!--### Obsolete in 4.3--> | |
739 | </value-type> |
|
739 | </value-type> | |
740 |
|
740 | |||
741 | <value-type name="QRectF"> |
|
741 | <value-type name="QRectF"> | |
742 | <modify-function signature="getCoords(double*,double*,double*,double*)const"> |
|
742 | <modify-function signature="getCoords(double*,double*,double*,double*)const"> | |
743 | <remove/> |
|
743 | <remove/> | |
744 | </modify-function> |
|
744 | </modify-function> | |
745 | <modify-function signature="getRect(double*,double*,double*,double*)const"> |
|
745 | <modify-function signature="getRect(double*,double*,double*,double*)const"> | |
746 | <remove/> |
|
746 | <remove/> | |
747 | </modify-function> |
|
747 | </modify-function> | |
748 |
|
748 | |||
749 | <modify-function signature="intersect(const QRectF&)const" remove="all"/> |
|
749 | <modify-function signature="intersect(const QRectF&)const" remove="all"/> | |
750 | <!--### Obsolete in 4.3--> |
|
750 | <!--### Obsolete in 4.3--> | |
751 | <modify-function signature="unite(const QRectF&)const" remove="all"/> |
|
751 | <modify-function signature="unite(const QRectF&)const" remove="all"/> | |
752 | <!--### Obsolete in 4.3--> |
|
752 | <!--### Obsolete in 4.3--> | |
753 | </value-type> |
|
753 | </value-type> | |
754 |
|
754 | |||
755 |
|
755 | |||
756 | <value-type name="QSize"> |
|
756 | <value-type name="QSize"> | |
757 | <modify-function signature="operator*=(double)"> |
|
757 | <modify-function signature="operator*=(double)"> | |
758 | <access modifier="private"/> |
|
758 | <access modifier="private"/> | |
759 | </modify-function> |
|
759 | </modify-function> | |
760 | <modify-function signature="operator/=(double)"> |
|
760 | <modify-function signature="operator/=(double)"> | |
761 | <access modifier="private"/> |
|
761 | <access modifier="private"/> | |
762 | </modify-function> |
|
762 | </modify-function> | |
763 | <modify-function signature="operator+=(QSize)"> |
|
763 | <modify-function signature="operator+=(QSize)"> | |
764 | <access modifier="private"/> |
|
764 | <access modifier="private"/> | |
765 | </modify-function> |
|
765 | </modify-function> | |
766 | <modify-function signature="operator-=(QSize)"> |
|
766 | <modify-function signature="operator-=(QSize)"> | |
767 | <access modifier="private"/> |
|
767 | <access modifier="private"/> | |
768 | </modify-function> |
|
768 | </modify-function> | |
769 | <modify-function signature="rheight()"> |
|
769 | <modify-function signature="rheight()"> | |
770 | <remove/> |
|
770 | <remove/> | |
771 | </modify-function> |
|
771 | </modify-function> | |
772 | <modify-function signature="rwidth()"> |
|
772 | <modify-function signature="rwidth()"> | |
773 | <remove/> |
|
773 | <remove/> | |
774 | </modify-function> |
|
774 | </modify-function> | |
775 | </value-type> |
|
775 | </value-type> | |
776 |
|
776 | |||
777 | <value-type name="QSizeF"> |
|
777 | <value-type name="QSizeF"> | |
778 | <modify-function signature="operator*=(double)"> |
|
778 | <modify-function signature="operator*=(double)"> | |
779 | <access modifier="private"/> |
|
779 | <access modifier="private"/> | |
780 | </modify-function> |
|
780 | </modify-function> | |
781 | <modify-function signature="operator/=(double)"> |
|
781 | <modify-function signature="operator/=(double)"> | |
782 | <access modifier="private"/> |
|
782 | <access modifier="private"/> | |
783 | </modify-function> |
|
783 | </modify-function> | |
784 | <modify-function signature="operator+=(QSizeF)"> |
|
784 | <modify-function signature="operator+=(QSizeF)"> | |
785 | <access modifier="private"/> |
|
785 | <access modifier="private"/> | |
786 | </modify-function> |
|
786 | </modify-function> | |
787 | <modify-function signature="operator-=(QSizeF)"> |
|
787 | <modify-function signature="operator-=(QSizeF)"> | |
788 | <access modifier="private"/> |
|
788 | <access modifier="private"/> | |
789 | </modify-function> |
|
789 | </modify-function> | |
790 | <modify-function signature="rheight()"> |
|
790 | <modify-function signature="rheight()"> | |
791 | <remove/> |
|
791 | <remove/> | |
792 | </modify-function> |
|
792 | </modify-function> | |
793 | <modify-function signature="rwidth()"> |
|
793 | <modify-function signature="rwidth()"> | |
794 | <remove/> |
|
794 | <remove/> | |
795 | </modify-function> |
|
795 | </modify-function> | |
796 | </value-type> |
|
796 | </value-type> | |
797 |
|
797 | |||
798 | <value-type name="QStringMatcher"> |
|
798 | <value-type name="QStringMatcher"> | |
799 | <modify-function signature="operator=(QStringMatcher)" remove="all"/> |
|
799 | <modify-function signature="operator=(QStringMatcher)" remove="all"/> | |
800 | <modify-function signature="QStringMatcher(const QChar*,int,Qt::CaseSensitivity)" remove="all"/> |
|
800 | <modify-function signature="QStringMatcher(const QChar*,int,Qt::CaseSensitivity)" remove="all"/> | |
801 | <modify-function signature="indexIn(const QChar*,int,int)const" remove="all"/> |
|
801 | <modify-function signature="indexIn(const QChar*,int,int)const" remove="all"/> | |
802 | </value-type> |
|
802 | </value-type> | |
803 |
|
803 | |||
804 | <value-type name="QTime"/> |
|
804 | <value-type name="QTime"/> | |
805 |
|
805 | |||
806 | <value-type name="QPersistentModelIndex"> |
|
806 | <value-type name="QPersistentModelIndex"> | |
807 | <modify-function signature="operator=(QPersistentModelIndex)" remove="all"/> |
|
807 | <modify-function signature="operator=(QPersistentModelIndex)" remove="all"/> | |
808 | <modify-function signature="operator=(QModelIndex)" remove="all"/> |
|
808 | <modify-function signature="operator=(QModelIndex)" remove="all"/> | |
809 | <modify-function signature="internalPointer()const" remove="all"/> |
|
809 | <modify-function signature="internalPointer()const" remove="all"/> | |
810 | </value-type> |
|
810 | </value-type> | |
811 |
|
811 | |||
812 | <value-type name="QUuid"> |
|
812 | <value-type name="QUuid"> | |
813 | <modify-function signature="QUuid(const char*)"> |
|
813 | <modify-function signature="QUuid(const char*)"> | |
814 | <remove/> |
|
814 | <remove/> | |
815 | </modify-function> |
|
815 | </modify-function> | |
816 | </value-type> |
|
816 | </value-type> | |
817 |
|
817 | |||
818 | <value-type name="QLocale"> |
|
818 | <value-type name="QLocale"> | |
819 | <modify-function signature="toString(unsigned long long) const" remove="all"/> |
|
819 | <modify-function signature="toString(unsigned long long) const" remove="all"/> | |
820 | <modify-function signature="toString(unsigned short) const" remove="all"/> |
|
820 | <modify-function signature="toString(unsigned short) const" remove="all"/> | |
821 | <modify-function signature="toString(unsigned int) const" remove="all"/> |
|
821 | <modify-function signature="toString(unsigned int) const" remove="all"/> | |
822 | <modify-function signature="toUInt(QString,bool*,int)const" remove="all"/> |
|
822 | <modify-function signature="toUInt(QString,bool*,int)const" remove="all"/> | |
823 | <modify-function signature="toULongLong(QString,bool*,int)const" remove="all"/> |
|
823 | <modify-function signature="toULongLong(QString,bool*,int)const" remove="all"/> | |
824 | <modify-function signature="operator=(QLocale)" remove="all"/> |
|
824 | <modify-function signature="operator=(QLocale)" remove="all"/> | |
825 |
|
825 | |||
826 | <extra-includes> |
|
826 | <extra-includes> | |
827 | <include file-name="QDate" location="global"/> |
|
827 | <include file-name="QDate" location="global"/> | |
828 | </extra-includes> |
|
828 | </extra-includes> | |
829 |
|
829 | |||
830 | <inject-code class="native" position="beginning"> |
|
830 | <inject-code class="native" position="beginning"> | |
831 | Q_DECLARE_METATYPE(QScriptValue) |
|
831 | Q_DECLARE_METATYPE(QScriptValue) | |
832 | </inject-code> |
|
832 | </inject-code> | |
833 |
|
833 | |||
834 | <modify-function signature="toDouble(QString,bool*)const"> |
|
834 | <modify-function signature="toDouble(QString,bool*)const"> | |
835 | <modify-argument index="2"> |
|
835 | <modify-argument index="2"> | |
836 | <remove-default-expression/> |
|
836 | <remove-default-expression/> | |
837 | <remove-argument/> |
|
837 | <remove-argument/> | |
838 | <conversion-rule class="native"> |
|
838 | <conversion-rule class="native"> | |
839 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
839 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
840 | </conversion-rule> |
|
840 | </conversion-rule> | |
841 | </modify-argument> |
|
841 | </modify-argument> | |
842 | <modify-argument index="return"> |
|
842 | <modify-argument index="return"> | |
843 | <conversion-rule class="native"> |
|
843 | <conversion-rule class="native"> | |
844 | <insert-template name="core.convert_to_null_or_primitive"/> |
|
844 | <insert-template name="core.convert_to_null_or_primitive"/> | |
845 | </conversion-rule> |
|
845 | </conversion-rule> | |
846 | </modify-argument> |
|
846 | </modify-argument> | |
847 | </modify-function> |
|
847 | </modify-function> | |
848 |
|
848 | |||
849 | <modify-function signature="toFloat(QString,bool*)const"> |
|
849 | <modify-function signature="toFloat(QString,bool*)const"> | |
850 | <modify-argument index="2"> |
|
850 | <modify-argument index="2"> | |
851 | <remove-default-expression/> |
|
851 | <remove-default-expression/> | |
852 | <remove-argument/> |
|
852 | <remove-argument/> | |
853 | <conversion-rule class="native"> |
|
853 | <conversion-rule class="native"> | |
854 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
854 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
855 | </conversion-rule> |
|
855 | </conversion-rule> | |
856 | </modify-argument> |
|
856 | </modify-argument> | |
857 | <modify-argument index="return"> |
|
857 | <modify-argument index="return"> | |
858 | <conversion-rule class="native"> |
|
858 | <conversion-rule class="native"> | |
859 | <insert-template name="core.convert_to_null_or_primitive"/> |
|
859 | <insert-template name="core.convert_to_null_or_primitive"/> | |
860 | </conversion-rule> |
|
860 | </conversion-rule> | |
861 | </modify-argument> |
|
861 | </modify-argument> | |
862 | </modify-function> |
|
862 | </modify-function> | |
863 |
|
863 | |||
864 | <modify-function signature="toInt(QString,bool*,int)const"> |
|
864 | <modify-function signature="toInt(QString,bool*,int)const"> | |
865 | <modify-argument index="2"> |
|
865 | <modify-argument index="2"> | |
866 | <remove-default-expression/> |
|
866 | <remove-default-expression/> | |
867 | <remove-argument/> |
|
867 | <remove-argument/> | |
868 | <conversion-rule class="native"> |
|
868 | <conversion-rule class="native"> | |
869 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
869 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
870 | </conversion-rule> |
|
870 | </conversion-rule> | |
871 | </modify-argument> |
|
871 | </modify-argument> | |
872 | <modify-argument index="return"> |
|
872 | <modify-argument index="return"> | |
873 | <conversion-rule class="native"> |
|
873 | <conversion-rule class="native"> | |
874 | <insert-template name="core.convert_to_null_or_primitive"/> |
|
874 | <insert-template name="core.convert_to_null_or_primitive"/> | |
875 | </conversion-rule> |
|
875 | </conversion-rule> | |
876 | </modify-argument> |
|
876 | </modify-argument> | |
877 | </modify-function> |
|
877 | </modify-function> | |
878 |
|
878 | |||
879 | <modify-function signature="toLongLong(QString,bool*,int)const"> |
|
879 | <modify-function signature="toLongLong(QString,bool*,int)const"> | |
880 | <modify-argument index="2"> |
|
880 | <modify-argument index="2"> | |
881 | <remove-default-expression/> |
|
881 | <remove-default-expression/> | |
882 | <remove-argument/> |
|
882 | <remove-argument/> | |
883 | <conversion-rule class="native"> |
|
883 | <conversion-rule class="native"> | |
884 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
884 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
885 | </conversion-rule> |
|
885 | </conversion-rule> | |
886 | </modify-argument> |
|
886 | </modify-argument> | |
887 | <modify-argument index="return"> |
|
887 | <modify-argument index="return"> | |
888 | <conversion-rule class="native"> |
|
888 | <conversion-rule class="native"> | |
889 | QScriptValue %out%; |
|
889 | QScriptValue %out%; | |
890 | if (!__ok) |
|
890 | if (!__ok) | |
891 | %out% = context->engine()->nullValue(); |
|
891 | %out% = context->engine()->nullValue(); | |
892 | else |
|
892 | else | |
893 | %out% = QScriptValue(context->engine(), double(%in%)).toObject(); |
|
893 | %out% = QScriptValue(context->engine(), double(%in%)).toObject(); | |
894 | </conversion-rule> |
|
894 | </conversion-rule> | |
895 | </modify-argument> |
|
895 | </modify-argument> | |
896 | </modify-function> |
|
896 | </modify-function> | |
897 |
|
897 | |||
898 | <modify-function signature="toShort(QString,bool*,int)const"> |
|
898 | <modify-function signature="toShort(QString,bool*,int)const"> | |
899 | <modify-argument index="2"> |
|
899 | <modify-argument index="2"> | |
900 | <remove-default-expression/> |
|
900 | <remove-default-expression/> | |
901 | <remove-argument/> |
|
901 | <remove-argument/> | |
902 | <conversion-rule class="native"> |
|
902 | <conversion-rule class="native"> | |
903 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
903 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
904 | </conversion-rule> |
|
904 | </conversion-rule> | |
905 | </modify-argument> |
|
905 | </modify-argument> | |
906 | <modify-argument index="return"> |
|
906 | <modify-argument index="return"> | |
907 | <conversion-rule class="native"> |
|
907 | <conversion-rule class="native"> | |
908 | <insert-template name="core.convert_to_null_or_primitive"/> |
|
908 | <insert-template name="core.convert_to_null_or_primitive"/> | |
909 | </conversion-rule> |
|
909 | </conversion-rule> | |
910 | </modify-argument> |
|
910 | </modify-argument> | |
911 | </modify-function> |
|
911 | </modify-function> | |
912 |
|
912 | |||
913 | <modify-function signature="toUShort(QString,bool*,int)const"> |
|
913 | <modify-function signature="toUShort(QString,bool*,int)const"> | |
914 | <modify-argument index="2"> |
|
914 | <modify-argument index="2"> | |
915 | <remove-default-expression/> |
|
915 | <remove-default-expression/> | |
916 | <remove-argument/> |
|
916 | <remove-argument/> | |
917 | <conversion-rule class="native"> |
|
917 | <conversion-rule class="native"> | |
918 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
918 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
919 | </conversion-rule> |
|
919 | </conversion-rule> | |
920 | </modify-argument> |
|
920 | </modify-argument> | |
921 | <modify-argument index="return"> |
|
921 | <modify-argument index="return"> | |
922 | <conversion-rule class="native"> |
|
922 | <conversion-rule class="native"> | |
923 | <insert-template name="core.convert_to_null_or_primitive"/> |
|
923 | <insert-template name="core.convert_to_null_or_primitive"/> | |
924 | </conversion-rule> |
|
924 | </conversion-rule> | |
925 | </modify-argument> |
|
925 | </modify-argument> | |
926 | </modify-function> |
|
926 | </modify-function> | |
927 | </value-type> |
|
927 | </value-type> | |
928 |
|
928 | |||
929 |
|
929 | |||
930 | <value-type name="QBitArray"> |
|
930 | <value-type name="QBitArray"> | |
931 | <modify-function signature="operator[](int)" remove="all"/> |
|
931 | <modify-function signature="operator[](int)" remove="all"/> | |
932 | <modify-function signature="operator[](int)const" remove="all"/> |
|
932 | <modify-function signature="operator[](int)const" remove="all"/> | |
933 | <modify-function signature="operator[](uint)const" remove="all"/> |
|
933 | <modify-function signature="operator[](uint)const" remove="all"/> | |
934 | <modify-function signature="operator[](uint)" remove="all"/> |
|
934 | <modify-function signature="operator[](uint)" remove="all"/> | |
935 |
|
935 | |||
936 | <modify-function signature="operator&=(QBitArray)" access="private"/> |
|
936 | <modify-function signature="operator&=(QBitArray)" access="private"/> | |
937 | <modify-function signature="operator=(QBitArray)" access="private"/> |
|
937 | <modify-function signature="operator=(QBitArray)" access="private"/> | |
938 | <modify-function signature="operator^=(QBitArray)" access="private"/> |
|
938 | <modify-function signature="operator^=(QBitArray)" access="private"/> | |
939 | <modify-function signature="operator|=(QBitArray)" access="private"/> |
|
939 | <modify-function signature="operator|=(QBitArray)" access="private"/> | |
940 | <modify-function signature="operator~()const" access="private"/> |
|
940 | <modify-function signature="operator~()const" access="private"/> | |
941 |
|
941 | |||
942 | <modify-function signature="at(int)const"> |
|
942 | <modify-function signature="at(int)const"> | |
943 | <modify-argument index="1"> |
|
943 | <modify-argument index="1"> | |
944 | <conversion-rule class="native"> |
|
944 | <conversion-rule class="native"> | |
945 | <insert-template name="core.convert_int_arg_and_check_range"> |
|
945 | <insert-template name="core.convert_int_arg_and_check_range"> | |
946 | <replace from="%CLASS_NAME%" to="QBitArray"/> |
|
946 | <replace from="%CLASS_NAME%" to="QBitArray"/> | |
947 | <replace from="%FUNCTION_NAME%" to="at"/> |
|
947 | <replace from="%FUNCTION_NAME%" to="at"/> | |
948 | </insert-template> |
|
948 | </insert-template> | |
949 | </conversion-rule> |
|
949 | </conversion-rule> | |
950 | </modify-argument> |
|
950 | </modify-argument> | |
951 | </modify-function> |
|
951 | </modify-function> | |
952 |
|
952 | |||
953 | <modify-function signature="clearBit(int)"> |
|
953 | <modify-function signature="clearBit(int)"> | |
954 | <modify-argument index="1"> |
|
954 | <modify-argument index="1"> | |
955 | <conversion-rule class="native"> |
|
955 | <conversion-rule class="native"> | |
956 | <insert-template name="core.convert_int_arg_and_check_range"> |
|
956 | <insert-template name="core.convert_int_arg_and_check_range"> | |
957 | <replace from="%CLASS_NAME%" to="QBitArray"/> |
|
957 | <replace from="%CLASS_NAME%" to="QBitArray"/> | |
958 | <replace from="%FUNCTION_NAME%" to="clearBit"/> |
|
958 | <replace from="%FUNCTION_NAME%" to="clearBit"/> | |
959 | </insert-template> |
|
959 | </insert-template> | |
960 | </conversion-rule> |
|
960 | </conversion-rule> | |
961 | </modify-argument> |
|
961 | </modify-argument> | |
962 | </modify-function> |
|
962 | </modify-function> | |
963 |
|
963 | |||
964 | <modify-function signature="setBit(int)"> |
|
964 | <modify-function signature="setBit(int)"> | |
965 | <modify-argument index="1"> |
|
965 | <modify-argument index="1"> | |
966 | <conversion-rule class="native"> |
|
966 | <conversion-rule class="native"> | |
967 | <insert-template name="core.convert_int_arg_and_check_range"> |
|
967 | <insert-template name="core.convert_int_arg_and_check_range"> | |
968 | <replace from="%CLASS_NAME%" to="QBitArray"/> |
|
968 | <replace from="%CLASS_NAME%" to="QBitArray"/> | |
969 | <replace from="%FUNCTION_NAME%" to="setBit"/> |
|
969 | <replace from="%FUNCTION_NAME%" to="setBit"/> | |
970 | </insert-template> |
|
970 | </insert-template> | |
971 | </conversion-rule> |
|
971 | </conversion-rule> | |
972 | </modify-argument> |
|
972 | </modify-argument> | |
973 | </modify-function> |
|
973 | </modify-function> | |
974 |
|
974 | |||
975 | <modify-function signature="setBit(int,bool)"> |
|
975 | <modify-function signature="setBit(int,bool)"> | |
976 | <modify-argument index="1"> |
|
976 | <modify-argument index="1"> | |
977 | <conversion-rule class="native"> |
|
977 | <conversion-rule class="native"> | |
978 | <insert-template name="core.convert_int_arg_and_check_range"> |
|
978 | <insert-template name="core.convert_int_arg_and_check_range"> | |
979 | <replace from="%CLASS_NAME%" to="QBitArray"/> |
|
979 | <replace from="%CLASS_NAME%" to="QBitArray"/> | |
980 | <replace from="%FUNCTION_NAME%" to="setBit"/> |
|
980 | <replace from="%FUNCTION_NAME%" to="setBit"/> | |
981 | </insert-template> |
|
981 | </insert-template> | |
982 | </conversion-rule> |
|
982 | </conversion-rule> | |
983 | </modify-argument> |
|
983 | </modify-argument> | |
984 | </modify-function> |
|
984 | </modify-function> | |
985 |
|
985 | |||
986 | <modify-function signature="testBit(int)const"> |
|
986 | <modify-function signature="testBit(int)const"> | |
987 | <modify-argument index="1"> |
|
987 | <modify-argument index="1"> | |
988 | <conversion-rule class="native"> |
|
988 | <conversion-rule class="native"> | |
989 | <insert-template name="core.convert_int_arg_and_check_range"> |
|
989 | <insert-template name="core.convert_int_arg_and_check_range"> | |
990 | <replace from="%CLASS_NAME%" to="QBitArray"/> |
|
990 | <replace from="%CLASS_NAME%" to="QBitArray"/> | |
991 | <replace from="%FUNCTION_NAME%" to="testBit"/> |
|
991 | <replace from="%FUNCTION_NAME%" to="testBit"/> | |
992 | </insert-template> |
|
992 | </insert-template> | |
993 | </conversion-rule> |
|
993 | </conversion-rule> | |
994 | </modify-argument> |
|
994 | </modify-argument> | |
995 | </modify-function> |
|
995 | </modify-function> | |
996 |
|
996 | |||
997 | <modify-function signature="toggleBit(int)"> |
|
997 | <modify-function signature="toggleBit(int)"> | |
998 | <modify-argument index="1"> |
|
998 | <modify-argument index="1"> | |
999 | <conversion-rule class="native"> |
|
999 | <conversion-rule class="native"> | |
1000 | <insert-template name="core.convert_int_arg_and_check_range"> |
|
1000 | <insert-template name="core.convert_int_arg_and_check_range"> | |
1001 | <replace from="%CLASS_NAME%" to="QBitArray"/> |
|
1001 | <replace from="%CLASS_NAME%" to="QBitArray"/> | |
1002 | <replace from="%FUNCTION_NAME%" to="toggleBit"/> |
|
1002 | <replace from="%FUNCTION_NAME%" to="toggleBit"/> | |
1003 | </insert-template> |
|
1003 | </insert-template> | |
1004 | </conversion-rule> |
|
1004 | </conversion-rule> | |
1005 | </modify-argument> |
|
1005 | </modify-argument> | |
1006 | </modify-function> |
|
1006 | </modify-function> | |
1007 |
|
1007 | |||
1008 | <modify-function signature="operator&=(QBitArray)"> |
|
1008 | <modify-function signature="operator&=(QBitArray)"> | |
1009 | <modify-argument index="0" replace-value="this"/> |
|
1009 | <modify-argument index="0" replace-value="this"/> | |
1010 | </modify-function> |
|
1010 | </modify-function> | |
1011 | <modify-function signature="operator=(QBitArray)"> |
|
1011 | <modify-function signature="operator=(QBitArray)"> | |
1012 | <modify-argument index="0" replace-value="this"/> |
|
1012 | <modify-argument index="0" replace-value="this"/> | |
1013 | </modify-function> |
|
1013 | </modify-function> | |
1014 | <modify-function signature="operator^=(QBitArray)"> |
|
1014 | <modify-function signature="operator^=(QBitArray)"> | |
1015 | <modify-argument index="0" replace-value="this"/> |
|
1015 | <modify-argument index="0" replace-value="this"/> | |
1016 | </modify-function> |
|
1016 | </modify-function> | |
1017 | <modify-function signature="operator|=(QBitArray)"> |
|
1017 | <modify-function signature="operator|=(QBitArray)"> | |
1018 | <modify-argument index="0" replace-value="this"/> |
|
1018 | <modify-argument index="0" replace-value="this"/> | |
1019 | </modify-function> |
|
1019 | </modify-function> | |
1020 | </value-type> |
|
1020 | </value-type> | |
1021 |
|
1021 | |||
1022 | <object-type name="QReadWriteLock"/> |
|
1022 | <object-type name="QReadWriteLock"/> | |
1023 | <object-type name="QDirIterator"/> |
|
1023 | <object-type name="QDirIterator"/> | |
1024 | <object-type name="QAbstractFileEngineIterator"/> |
|
1024 | <object-type name="QAbstractFileEngineIterator"/> | |
1025 | <object-type name="QAbstractItemModel"> |
|
1025 | <object-type name="QAbstractItemModel"> | |
1026 | <modify-function signature="rowsAboutToBeInserted(QModelIndex,int,int)" private-signal="yes"/> |
|
1026 | <modify-function signature="rowsAboutToBeInserted(QModelIndex,int,int)" private-signal="yes"/> | |
1027 | <modify-function signature="rowsInserted(QModelIndex,int,int)" private-signal="yes"/> |
|
1027 | <modify-function signature="rowsInserted(QModelIndex,int,int)" private-signal="yes"/> | |
1028 |
|
1028 | |||
1029 | <modify-function signature="rowsAboutToBeRemoved(QModelIndex,int,int)" private-signal="yes"/> |
|
1029 | <modify-function signature="rowsAboutToBeRemoved(QModelIndex,int,int)" private-signal="yes"/> | |
1030 | <modify-function signature="rowsRemoved(QModelIndex,int,int)" private-signal="yes"/> |
|
1030 | <modify-function signature="rowsRemoved(QModelIndex,int,int)" private-signal="yes"/> | |
1031 |
|
1031 | |||
1032 | <modify-function signature="columnsAboutToBeInserted(QModelIndex,int,int)" private-signal="yes"/> |
|
1032 | <modify-function signature="columnsAboutToBeInserted(QModelIndex,int,int)" private-signal="yes"/> | |
1033 | <modify-function signature="columnsInserted(QModelIndex,int,int)" private-signal="yes"/> |
|
1033 | <modify-function signature="columnsInserted(QModelIndex,int,int)" private-signal="yes"/> | |
1034 |
|
1034 | |||
1035 | <modify-function signature="columnsAboutToBeRemoved(QModelIndex,int,int)" private-signal="yes"/> |
|
1035 | <modify-function signature="columnsAboutToBeRemoved(QModelIndex,int,int)" private-signal="yes"/> | |
1036 | <modify-function signature="columnsRemoved(QModelIndex,int,int)" private-signal="yes"/> |
|
1036 | <modify-function signature="columnsRemoved(QModelIndex,int,int)" private-signal="yes"/> | |
1037 |
|
1037 | |||
1038 | <modify-function signature="modelAboutToBeReset()" private-signal="yes"/> |
|
1038 | <modify-function signature="modelAboutToBeReset()" private-signal="yes"/> | |
1039 | <modify-function signature="modelReset()" private-signal="yes"/> |
|
1039 | <modify-function signature="modelReset()" private-signal="yes"/> | |
1040 | </object-type> |
|
1040 | </object-type> | |
1041 |
|
1041 | |||
1042 | <object-type name="QAbstractListModel"> |
|
1042 | <object-type name="QAbstractListModel"> | |
1043 | <extra-includes> |
|
1043 | <extra-includes> | |
1044 | <include file-name="QStringList" location="global"/> |
|
1044 | <include file-name="QStringList" location="global"/> | |
1045 | <include file-name="QSize" location="global"/> |
|
1045 | <include file-name="QSize" location="global"/> | |
1046 | </extra-includes> |
|
1046 | </extra-includes> | |
1047 | </object-type> |
|
1047 | </object-type> | |
1048 |
|
1048 | |||
1049 | <value-type name="QUrl"> |
|
1049 | <value-type name="QUrl"> | |
1050 | <extra-includes> |
|
1050 | <extra-includes> | |
1051 | <include file-name="QStringList" location="global"/> |
|
1051 | <include file-name="QStringList" location="global"/> | |
1052 | </extra-includes> |
|
1052 | </extra-includes> | |
1053 | <modify-function signature="operator=(QUrl)" remove="all"/> |
|
1053 | <modify-function signature="operator=(QUrl)" remove="all"/> | |
1054 | <modify-function signature="operator=(QString)" remove="all"/> |
|
1054 | <modify-function signature="operator=(QString)" remove="all"/> | |
1055 |
|
1055 | |||
1056 | <modify-function signature="fromPunycode(const QByteArray&)" remove="all"/> |
|
1056 | <modify-function signature="fromPunycode(const QByteArray&)" remove="all"/> | |
1057 | <!--### Obsolete in 4.3--> |
|
1057 | <!--### Obsolete in 4.3--> | |
1058 | <modify-function signature="toPunycode(const QString&)" remove="all"/> |
|
1058 | <modify-function signature="toPunycode(const QString&)" remove="all"/> | |
1059 | <!--### Obsolete in 4.3--> |
|
1059 | <!--### Obsolete in 4.3--> | |
1060 | </value-type> |
|
1060 | </value-type> | |
1061 |
|
1061 | |||
1062 | <value-type name="QRegExp"> |
|
1062 | <value-type name="QRegExp"> | |
1063 | <extra-includes> |
|
1063 | <extra-includes> | |
1064 | <include file-name="QStringList" location="global"/> |
|
1064 | <include file-name="QStringList" location="global"/> | |
1065 | </extra-includes> |
|
1065 | </extra-includes> | |
1066 | <modify-function signature="operator=(QRegExp)" remove="all"/> |
|
1066 | <modify-function signature="operator=(QRegExp)" remove="all"/> | |
1067 | <modify-function signature="pos(int)const"> |
|
1067 | <modify-function signature="pos(int)const"> | |
1068 | <remove/> |
|
1068 | <remove/> | |
1069 | </modify-function> |
|
1069 | </modify-function> | |
1070 | <modify-function signature="cap(int)const"> |
|
1070 | <modify-function signature="cap(int)const"> | |
1071 | <remove/> |
|
1071 | <remove/> | |
1072 | </modify-function> |
|
1072 | </modify-function> | |
1073 | <modify-function signature="capturedTexts()const"> |
|
1073 | <modify-function signature="capturedTexts()const"> | |
1074 | <remove/> |
|
1074 | <remove/> | |
1075 | </modify-function> |
|
1075 | </modify-function> | |
1076 | <modify-function signature="errorString()const"> |
|
1076 | <modify-function signature="errorString()const"> | |
1077 | <remove/> |
|
1077 | <remove/> | |
1078 | </modify-function> |
|
1078 | </modify-function> | |
1079 | </value-type> |
|
1079 | </value-type> | |
1080 |
|
1080 | |||
1081 | <value-type name="QFileInfo"> |
|
1081 | <value-type name="QFileInfo"> | |
1082 | <extra-includes> |
|
1082 | <extra-includes> | |
1083 | <include file-name="QDateTime" location="global"/> |
|
1083 | <include file-name="QDateTime" location="global"/> | |
1084 | <include file-name="QDir" location="global"/> |
|
1084 | <include file-name="QDir" location="global"/> | |
1085 | </extra-includes> |
|
1085 | </extra-includes> | |
1086 | <modify-function signature="operator!=(const QFileInfo &)const" remove="all"/> |
|
1086 | <modify-function signature="operator!=(const QFileInfo &)const" remove="all"/> | |
1087 | <modify-function signature="operator==(const QFileInfo &)const" remove="all"/> |
|
1087 | <modify-function signature="operator==(const QFileInfo &)const" remove="all"/> | |
1088 | <modify-function signature="operator=(QFileInfo)" remove="all"/> |
|
1088 | <modify-function signature="operator=(QFileInfo)" remove="all"/> | |
1089 | <modify-function signature="setFile(QFile)"> |
|
1089 | <modify-function signature="setFile(QFile)"> | |
1090 | <modify-argument index="1"> |
|
1090 | <modify-argument index="1"> | |
1091 | <reference-count action="ignore"/> |
|
1091 | <reference-count action="ignore"/> | |
1092 | </modify-argument> |
|
1092 | </modify-argument> | |
1093 | </modify-function> |
|
1093 | </modify-function> | |
1094 |
|
1094 | |||
1095 | <modify-function signature="readLink()const" remove="all"/> |
|
1095 | <modify-function signature="readLink()const" remove="all"/> | |
1096 | <!--### Obsolete in 4.3--> |
|
1096 | <!--### Obsolete in 4.3--> | |
1097 |
|
1097 | |||
1098 | <modify-function signature="QFileInfo(QFile)"> |
|
1098 | <modify-function signature="QFileInfo(QFile)"> | |
1099 | <modify-argument index="1"> |
|
1099 | <modify-argument index="1"> | |
1100 | <replace-type modified-type="QFile*"/> |
|
1100 | <replace-type modified-type="QFile*"/> | |
1101 | <conversion-rule class="native"> |
|
1101 | <conversion-rule class="native"> | |
1102 | QFile & %out% = *qscriptvalue_cast<QFile*>(%in%); |
|
1102 | QFile & %out% = *qscriptvalue_cast<QFile*>(%in%); | |
1103 | </conversion-rule> |
|
1103 | </conversion-rule> | |
1104 | </modify-argument> |
|
1104 | </modify-argument> | |
1105 | </modify-function> |
|
1105 | </modify-function> | |
1106 | <modify-function signature="setFile(QFile)"> |
|
1106 | <modify-function signature="setFile(QFile)"> | |
1107 | <modify-argument index="1"> |
|
1107 | <modify-argument index="1"> | |
1108 | <replace-type modified-type="QFile*"/> |
|
1108 | <replace-type modified-type="QFile*"/> | |
1109 | <conversion-rule class="native"> |
|
1109 | <conversion-rule class="native"> | |
1110 | QFile & %out% = *qscriptvalue_cast<QFile*>(%in%); |
|
1110 | QFile & %out% = *qscriptvalue_cast<QFile*>(%in%); | |
1111 | </conversion-rule> |
|
1111 | </conversion-rule> | |
1112 | </modify-argument> |
|
1112 | </modify-argument> | |
1113 | </modify-function> |
|
1113 | </modify-function> | |
1114 | </value-type> |
|
1114 | </value-type> | |
1115 |
|
1115 | |||
1116 | <interface-type name="QFactoryInterface"/> |
|
1116 | <interface-type name="QFactoryInterface"/> | |
1117 |
|
1117 | |||
1118 | <value-type name="QByteArray"> |
|
1118 | <value-type name="QByteArray"> | |
1119 |
|
1119 | |||
1120 | <extra-includes> |
|
1120 | <extra-includes> | |
1121 | <include file-name="QNoImplicitBoolCast" location="global"/> |
|
1121 | <include file-name="QNoImplicitBoolCast" location="global"/> | |
1122 | </extra-includes> |
|
1122 | </extra-includes> | |
1123 |
|
1123 | |||
1124 | <!-- removed functions --> |
|
1124 | <!-- removed functions --> | |
1125 | <modify-function signature="begin()" remove="all"/> |
|
1125 | <modify-function signature="begin()" remove="all"/> | |
1126 | <modify-function signature="begin()const" remove="all"/> |
|
1126 | <modify-function signature="begin()const" remove="all"/> | |
1127 | <modify-function signature="constBegin()const" remove="all"/> |
|
1127 | <modify-function signature="constBegin()const" remove="all"/> | |
1128 | <modify-function signature="constData()const" remove="all"/> |
|
1128 | <modify-function signature="constData()const" remove="all"/> | |
1129 | <modify-function signature="constEnd()const" remove="all"/> |
|
1129 | <modify-function signature="constEnd()const" remove="all"/> | |
1130 | <modify-function signature="count()const" remove="all"/> |
|
1130 | <modify-function signature="count()const" remove="all"/> | |
1131 | <modify-function signature="data()const" remove="all"/> |
|
1131 | <modify-function signature="data()const" remove="all"/> | |
1132 | <modify-function signature="end()" remove="all"/> |
|
1132 | <modify-function signature="end()" remove="all"/> | |
1133 | <modify-function signature="end()const" remove="all"/> |
|
1133 | <modify-function signature="end()const" remove="all"/> | |
1134 | <modify-function signature="number(uint,int)" remove="all"/> |
|
1134 | <modify-function signature="number(uint,int)" remove="all"/> | |
1135 | <modify-function signature="number(unsigned long long,int)" remove="all"/> |
|
1135 | <modify-function signature="number(unsigned long long,int)" remove="all"/> | |
1136 | <modify-function signature="operator const char *()const" remove="all"/> |
|
1136 | <modify-function signature="operator const char *()const" remove="all"/> | |
1137 | <modify-function signature="operator const void *()const" remove="all"/> |
|
1137 | <modify-function signature="operator const void *()const" remove="all"/> | |
1138 | <modify-function signature="operator+=(const char*)" remove="all"/> |
|
1138 | <modify-function signature="operator+=(const char*)" remove="all"/> | |
1139 | <modify-function signature="operator!=(QString)const" remove="all"/> |
|
1139 | <modify-function signature="operator!=(QString)const" remove="all"/> | |
1140 | <modify-function signature="operator=(const char*)" remove="all"/> |
|
1140 | <modify-function signature="operator=(const char*)" remove="all"/> | |
1141 | <modify-function signature="operator[](int)" remove="all"/> |
|
1141 | <modify-function signature="operator[](int)" remove="all"/> | |
1142 | <modify-function signature="operator[](int)const" remove="all"/> |
|
1142 | <modify-function signature="operator[](int)const" remove="all"/> | |
1143 | <modify-function signature="operator[](uint)" remove="all"/> |
|
1143 | <modify-function signature="operator[](uint)" remove="all"/> | |
1144 | <modify-function signature="operator[](uint)const" remove="all"/> |
|
1144 | <modify-function signature="operator[](uint)const" remove="all"/> | |
1145 | <modify-function signature="push_back(char)" remove="all"/> |
|
1145 | <modify-function signature="push_back(char)" remove="all"/> | |
1146 | <modify-function signature="push_back(const char*)" remove="all"/> |
|
1146 | <modify-function signature="push_back(const char*)" remove="all"/> | |
1147 | <modify-function signature="push_front(char)" remove="all"/> |
|
1147 | <modify-function signature="push_front(char)" remove="all"/> | |
1148 | <modify-function signature="push_front(const char*)" remove="all"/> |
|
1148 | <modify-function signature="push_front(const char*)" remove="all"/> | |
1149 | <modify-function signature="setNum(uint,int)" remove="all"/> |
|
1149 | <modify-function signature="setNum(uint,int)" remove="all"/> | |
1150 | <modify-function signature="setNum(unsigned long long,int)" remove="all"/> |
|
1150 | <modify-function signature="setNum(unsigned long long,int)" remove="all"/> | |
1151 | <modify-function signature="setNum(unsigned short,int)" remove="all"/> |
|
1151 | <modify-function signature="setNum(unsigned short,int)" remove="all"/> | |
1152 | <modify-function signature="toLong(bool*, int) const" remove="all"/> |
|
1152 | <modify-function signature="toLong(bool*, int) const" remove="all"/> | |
1153 | <modify-function signature="toLongLong(bool*, int) const" remove="all"/> |
|
1153 | <modify-function signature="toLongLong(bool*, int) const" remove="all"/> | |
1154 | <modify-function signature="toShort(bool*, int) const" remove="all"/> |
|
1154 | <modify-function signature="toShort(bool*, int) const" remove="all"/> | |
1155 | <modify-function signature="toUInt(bool*, int) const" remove="all"/> |
|
1155 | <modify-function signature="toUInt(bool*, int) const" remove="all"/> | |
1156 | <modify-function signature="toULong(bool*, int) const" remove="all"/> |
|
1156 | <modify-function signature="toULong(bool*, int) const" remove="all"/> | |
1157 | <modify-function signature="toULongLong(bool*, int) const" remove="all"/> |
|
1157 | <modify-function signature="toULongLong(bool*, int) const" remove="all"/> | |
1158 |
|
1158 | |||
1159 | <!-- functions made private... --> |
|
1159 | <!-- functions made private... --> | |
1160 | <modify-function signature="operator=(QByteArray)" access="private"/> |
|
1160 | <modify-function signature="operator=(QByteArray)" access="private"/> | |
1161 | <modify-function signature="operator+=(QString)" remove="all"/> |
|
1161 | <modify-function signature="operator+=(QString)" remove="all"/> | |
1162 | <modify-function signature="operator+=(char)" remove="all"/> |
|
1162 | <modify-function signature="operator+=(char)" remove="all"/> | |
1163 |
|
1163 | |||
1164 | <inject-code class="pywrap-h"> |
|
1164 | <inject-code class="pywrap-h"> | |
1165 | PyObject* data(QByteArray* b) { |
|
1165 | PyObject* data(QByteArray* b) { | |
1166 | return PyString_FromStringAndSize(b->data(), b->size()); |
|
1166 | return PyString_FromStringAndSize(b->data(), b->size()); | |
1167 | } |
|
1167 | } | |
1168 | </inject-code> |
|
1168 | </inject-code> | |
1169 |
|
1169 | |||
1170 | <inject-code class="native" position="beginning"> |
|
1170 | <inject-code class="native" position="beginning"> | |
1171 | Q_DECLARE_METATYPE(QScriptValue) |
|
1171 | Q_DECLARE_METATYPE(QScriptValue) | |
1172 | </inject-code> |
|
1172 | </inject-code> | |
1173 |
|
1173 | |||
1174 | <modify-function signature="QByteArray(const char*,int)" remove="all"/> |
|
1174 | <modify-function signature="QByteArray(const char*,int)" remove="all"/> | |
1175 | <modify-function signature="QByteArray(const char*)" remove="all"/> |
|
1175 | <modify-function signature="QByteArray(const char*)" remove="all"/> | |
1176 |
|
1176 | |||
1177 | <modify-function signature="at(int)const"> |
|
1177 | <modify-function signature="at(int)const"> | |
1178 | <modify-argument index="1"> |
|
1178 | <modify-argument index="1"> | |
1179 | <conversion-rule class="native"> |
|
1179 | <conversion-rule class="native"> | |
1180 | <insert-template name="core.convert_int_arg_and_check_range"> |
|
1180 | <insert-template name="core.convert_int_arg_and_check_range"> | |
1181 | <replace from="%CLASS_NAME%" to="QByteArray"/> |
|
1181 | <replace from="%CLASS_NAME%" to="QByteArray"/> | |
1182 | <replace from="%FUNCTION_NAME%" to="at"/> |
|
1182 | <replace from="%FUNCTION_NAME%" to="at"/> | |
1183 | </insert-template> |
|
1183 | </insert-template> | |
1184 | </conversion-rule> |
|
1184 | </conversion-rule> | |
1185 | </modify-argument> |
|
1185 | </modify-argument> | |
1186 | </modify-function> |
|
1186 | </modify-function> | |
1187 |
|
1187 | |||
1188 | <modify-function signature="append(const char *)" remove="all"/> |
|
1188 | <modify-function signature="append(const char *)" remove="all"/> | |
1189 | <modify-function signature="append(QByteArray)"> |
|
1189 | <modify-function signature="append(QByteArray)"> | |
1190 | <modify-argument index="0" replace-value="this"/> |
|
1190 | <modify-argument index="0" replace-value="this"/> | |
1191 | </modify-function> |
|
1191 | </modify-function> | |
1192 | <modify-function signature="append(QString)"> |
|
1192 | <modify-function signature="append(QString)"> | |
1193 | <modify-argument index="0" replace-value="this"/> |
|
1193 | <modify-argument index="0" replace-value="this"/> | |
1194 | </modify-function> |
|
1194 | </modify-function> | |
1195 | <modify-function signature="append(const char *)" remove="all"> |
|
1195 | <modify-function signature="append(const char *)" remove="all"> | |
1196 | <modify-argument index="0" replace-value="this"/> |
|
1196 | <modify-argument index="0" replace-value="this"/> | |
1197 | </modify-function> |
|
1197 | </modify-function> | |
1198 | <modify-function signature="append(char)"> |
|
1198 | <modify-function signature="append(char)"> | |
1199 | <modify-argument index="0" replace-value="this"/> |
|
1199 | <modify-argument index="0" replace-value="this"/> | |
1200 | <rename to="appendByte"/> |
|
1200 | <rename to="appendByte"/> | |
1201 | </modify-function> |
|
1201 | </modify-function> | |
1202 |
|
1202 | |||
1203 | <modify-function signature="count(const char *)const" remove="all"/> |
|
1203 | <modify-function signature="count(const char *)const" remove="all"/> | |
1204 |
|
1204 | |||
1205 | <modify-function signature="data()" remove="all"/> |
|
1205 | <modify-function signature="data()" remove="all"/> | |
1206 |
|
1206 | |||
1207 | <modify-function signature="endsWith(const char *)const" remove="all"/> |
|
1207 | <modify-function signature="endsWith(const char *)const" remove="all"/> | |
1208 |
|
1208 | |||
1209 | <modify-function signature="fill(char,int)"> |
|
1209 | <modify-function signature="fill(char,int)"> | |
1210 | <modify-argument index="0" replace-value="this"/> |
|
1210 | <modify-argument index="0" replace-value="this"/> | |
1211 | </modify-function> |
|
1211 | </modify-function> | |
1212 |
|
1212 | |||
1213 | <modify-function signature="indexOf(const char*,int)const" remove="all"/> |
|
1213 | <modify-function signature="indexOf(const char*,int)const" remove="all"/> | |
1214 | <modify-function signature="indexOf(char,int)const"> |
|
1214 | <modify-function signature="indexOf(char,int)const"> | |
1215 | <rename to="indexOfByte"/> |
|
1215 | <rename to="indexOfByte"/> | |
1216 | </modify-function> |
|
1216 | </modify-function> | |
1217 |
|
1217 | |||
1218 | <modify-function signature="insert(int,QByteArray)"> |
|
1218 | <modify-function signature="insert(int,QByteArray)"> | |
1219 | <modify-argument index="0" replace-value="this"/> |
|
1219 | <modify-argument index="0" replace-value="this"/> | |
1220 | </modify-function> |
|
1220 | </modify-function> | |
1221 | <modify-function signature="insert(int,QString)"> |
|
1221 | <modify-function signature="insert(int,QString)"> | |
1222 | <modify-argument index="0" replace-value="this"/> |
|
1222 | <modify-argument index="0" replace-value="this"/> | |
1223 | </modify-function> |
|
1223 | </modify-function> | |
1224 | <modify-function signature="insert(int,const char *)" remove="all"/> |
|
1224 | <modify-function signature="insert(int,const char *)" remove="all"/> | |
1225 | <modify-function signature="insert(int,char)"> |
|
1225 | <modify-function signature="insert(int,char)"> | |
1226 | <modify-argument index="0" replace-value="this"/> |
|
1226 | <modify-argument index="0" replace-value="this"/> | |
1227 | <rename to="insertByte"/> |
|
1227 | <rename to="insertByte"/> | |
1228 | </modify-function> |
|
1228 | </modify-function> | |
1229 |
|
1229 | |||
1230 | <modify-function signature="lastIndexOf(const char*,int)const" remove="all"/> |
|
1230 | <modify-function signature="lastIndexOf(const char*,int)const" remove="all"/> | |
1231 | <modify-function signature="lastIndexOf(char,int)const"> |
|
1231 | <modify-function signature="lastIndexOf(char,int)const"> | |
1232 | <rename to="lastIndexOfByte"/> |
|
1232 | <rename to="lastIndexOfByte"/> | |
1233 | </modify-function> |
|
1233 | </modify-function> | |
1234 |
|
1234 | |||
1235 | <modify-function signature="prepend(QByteArray)"> |
|
1235 | <modify-function signature="prepend(QByteArray)"> | |
1236 | <modify-argument index="0" replace-value="this"/> |
|
1236 | <modify-argument index="0" replace-value="this"/> | |
1237 | </modify-function> |
|
1237 | </modify-function> | |
1238 | <modify-function signature="prepend(const char *)" remove="all"/> |
|
1238 | <modify-function signature="prepend(const char *)" remove="all"/> | |
1239 | <modify-function signature="prepend(char)"> |
|
1239 | <modify-function signature="prepend(char)"> | |
1240 | <modify-argument index="0" replace-value="this"/> |
|
1240 | <modify-argument index="0" replace-value="this"/> | |
1241 | <rename to="prependByte"/> |
|
1241 | <rename to="prependByte"/> | |
1242 | </modify-function> |
|
1242 | </modify-function> | |
1243 |
|
1243 | |||
1244 | <modify-function signature="remove(int,int)"> |
|
1244 | <modify-function signature="remove(int,int)"> | |
1245 | <modify-argument index="0" replace-value="this"/> |
|
1245 | <modify-argument index="0" replace-value="this"/> | |
1246 | </modify-function> |
|
1246 | </modify-function> | |
1247 |
|
1247 | |||
1248 | <modify-function signature="replace(int,int,QByteArray)"> |
|
1248 | <modify-function signature="replace(int,int,QByteArray)"> | |
1249 | <modify-argument index="0" replace-value="this"/> |
|
1249 | <modify-argument index="0" replace-value="this"/> | |
1250 | </modify-function> |
|
1250 | </modify-function> | |
1251 | <modify-function signature="replace(int,int,const char *)" remove="all"/> |
|
1251 | <modify-function signature="replace(int,int,const char *)" remove="all"/> | |
1252 | <modify-function signature="replace(QByteArray,QByteArray)"> |
|
1252 | <modify-function signature="replace(QByteArray,QByteArray)"> | |
1253 | <modify-argument index="0" replace-value="this"/> |
|
1253 | <modify-argument index="0" replace-value="this"/> | |
1254 | </modify-function> |
|
1254 | </modify-function> | |
1255 | <modify-function signature="replace(const char*,QByteArray)" remove="all"/> |
|
1255 | <modify-function signature="replace(const char*,QByteArray)" remove="all"/> | |
1256 | <modify-function signature="replace(QByteArray,const char *)" remove="all"/> |
|
1256 | <modify-function signature="replace(QByteArray,const char *)" remove="all"/> | |
1257 | <modify-function signature="replace(QString,QByteArray)"> |
|
1257 | <modify-function signature="replace(QString,QByteArray)"> | |
1258 | <modify-argument index="0" replace-value="this"/> |
|
1258 | <modify-argument index="0" replace-value="this"/> | |
1259 | </modify-function> |
|
1259 | </modify-function> | |
1260 | <modify-function signature="replace(QString,const char *)" remove="all"/> |
|
1260 | <modify-function signature="replace(QString,const char *)" remove="all"/> | |
1261 | <modify-function signature="replace(const char *,const char *)" remove="all"/> |
|
1261 | <modify-function signature="replace(const char *,const char *)" remove="all"/> | |
1262 | <modify-function signature="replace(char,QByteArray)"> |
|
1262 | <modify-function signature="replace(char,QByteArray)"> | |
1263 | <modify-argument index="0" replace-value="this"/> |
|
1263 | <modify-argument index="0" replace-value="this"/> | |
1264 | </modify-function> |
|
1264 | </modify-function> | |
1265 | <modify-function signature="replace(char,QString)"> |
|
1265 | <modify-function signature="replace(char,QString)"> | |
1266 | <modify-argument index="0" replace-value="this"/> |
|
1266 | <modify-argument index="0" replace-value="this"/> | |
1267 | </modify-function> |
|
1267 | </modify-function> | |
1268 | <modify-function signature="replace(char,const char *)" remove="all"/> |
|
1268 | <modify-function signature="replace(char,const char *)" remove="all"/> | |
1269 | <modify-function signature="replace(char,char)"> |
|
1269 | <modify-function signature="replace(char,char)"> | |
1270 | <modify-argument index="0" replace-value="this"/> |
|
1270 | <modify-argument index="0" replace-value="this"/> | |
1271 | </modify-function> |
|
1271 | </modify-function> | |
1272 |
|
1272 | |||
1273 | <modify-function signature="startsWith(const char *)const" remove="all"/> |
|
1273 | <modify-function signature="startsWith(const char *)const" remove="all"/> | |
1274 |
|
1274 | |||
1275 | <modify-function signature="fromRawData(const char*,int)" remove="all"/> |
|
1275 | <modify-function signature="fromRawData(const char*,int)" remove="all"/> | |
1276 |
|
1276 | |||
1277 | <modify-function signature="number(int,int)"> |
|
1277 | <modify-function signature="number(int,int)"> | |
1278 | <rename to="fromInt"/> |
|
1278 | <rename to="fromInt"/> | |
1279 | </modify-function> |
|
1279 | </modify-function> | |
1280 | <modify-function signature="number(uint,int)"> |
|
1280 | <modify-function signature="number(uint,int)"> | |
1281 | <rename to="fromUInt"/> |
|
1281 | <rename to="fromUInt"/> | |
1282 | </modify-function> |
|
1282 | </modify-function> | |
1283 | <modify-function signature="number(qlonglong,int)"> |
|
1283 | <modify-function signature="number(qlonglong,int)"> | |
1284 | <rename to="fromLongLong"/> |
|
1284 | <rename to="fromLongLong"/> | |
1285 | </modify-function> |
|
1285 | </modify-function> | |
1286 | <modify-function signature="number(qulonglong,int)"> |
|
1286 | <modify-function signature="number(qulonglong,int)"> | |
1287 | <rename to="fromULongLong"/> |
|
1287 | <rename to="fromULongLong"/> | |
1288 | </modify-function> |
|
1288 | </modify-function> | |
1289 |
|
1289 | |||
1290 | <modify-function signature="setNum(int,int)"> |
|
1290 | <modify-function signature="setNum(int,int)"> | |
1291 | <modify-argument index="0" replace-value="this"/> |
|
1291 | <modify-argument index="0" replace-value="this"/> | |
1292 | <rename to="setInt"/> |
|
1292 | <rename to="setInt"/> | |
1293 | </modify-function> |
|
1293 | </modify-function> | |
1294 | <modify-function signature="setNum(uint,int)"> |
|
1294 | <modify-function signature="setNum(uint,int)"> | |
1295 | <modify-argument index="0" replace-value="this"/> |
|
1295 | <modify-argument index="0" replace-value="this"/> | |
1296 | <rename to="setUInt"/> |
|
1296 | <rename to="setUInt"/> | |
1297 | </modify-function> |
|
1297 | </modify-function> | |
1298 | <modify-function signature="setNum(short,int)"> |
|
1298 | <modify-function signature="setNum(short,int)"> | |
1299 | <modify-argument index="0" replace-value="this"/> |
|
1299 | <modify-argument index="0" replace-value="this"/> | |
1300 | <rename to="setShort"/> |
|
1300 | <rename to="setShort"/> | |
1301 | </modify-function> |
|
1301 | </modify-function> | |
1302 | <modify-function signature="setNum(ushort,int)"> |
|
1302 | <modify-function signature="setNum(ushort,int)"> | |
1303 | <modify-argument index="0" replace-value="this"/> |
|
1303 | <modify-argument index="0" replace-value="this"/> | |
1304 | <rename to="setUShort"/> |
|
1304 | <rename to="setUShort"/> | |
1305 | </modify-function> |
|
1305 | </modify-function> | |
1306 | <modify-function signature="setNum(qlonglong,int)"> |
|
1306 | <modify-function signature="setNum(qlonglong,int)"> | |
1307 | <modify-argument index="0" replace-value="this"/> |
|
1307 | <modify-argument index="0" replace-value="this"/> | |
1308 | <rename to="setLongLong"/> |
|
1308 | <rename to="setLongLong"/> | |
1309 | </modify-function> |
|
1309 | </modify-function> | |
1310 | <modify-function signature="setNum(qulonglong,int)"> |
|
1310 | <modify-function signature="setNum(qulonglong,int)"> | |
1311 | <modify-argument index="0" replace-value="this"/> |
|
1311 | <modify-argument index="0" replace-value="this"/> | |
1312 | <rename to="setULongLong"/> |
|
1312 | <rename to="setULongLong"/> | |
1313 | </modify-function> |
|
1313 | </modify-function> | |
1314 | <modify-function signature="setNum(double,char,int)"> |
|
1314 | <modify-function signature="setNum(double,char,int)"> | |
1315 | <modify-argument index="0" replace-value="this"/> |
|
1315 | <modify-argument index="0" replace-value="this"/> | |
1316 | <rename to="setDouble"/> |
|
1316 | <rename to="setDouble"/> | |
1317 | </modify-function> |
|
1317 | </modify-function> | |
1318 | <modify-function signature="setNum(float,char,int)"> |
|
1318 | <modify-function signature="setNum(float,char,int)"> | |
1319 | <modify-argument index="0" replace-value="this"/> |
|
1319 | <modify-argument index="0" replace-value="this"/> | |
1320 | <rename to="setFloat"/> |
|
1320 | <rename to="setFloat"/> | |
1321 | </modify-function> |
|
1321 | </modify-function> | |
1322 |
|
1322 | |||
1323 | <modify-function signature="toDouble(bool*)const"> |
|
1323 | <modify-function signature="toDouble(bool*)const"> | |
1324 | <modify-argument index="1"> |
|
1324 | <modify-argument index="1"> | |
1325 | <remove-default-expression/> |
|
1325 | <remove-default-expression/> | |
1326 | <remove-argument/> |
|
1326 | <remove-argument/> | |
1327 | <conversion-rule class="native"> |
|
1327 | <conversion-rule class="native"> | |
1328 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
1328 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
1329 | </conversion-rule> |
|
1329 | </conversion-rule> | |
1330 | </modify-argument> |
|
1330 | </modify-argument> | |
1331 | <modify-argument index="return"> |
|
1331 | <modify-argument index="return"> | |
1332 | <conversion-rule class="native"> |
|
1332 | <conversion-rule class="native"> | |
1333 | <insert-template name="core.convert_to_null_or_primitive"/> |
|
1333 | <insert-template name="core.convert_to_null_or_primitive"/> | |
1334 | </conversion-rule> |
|
1334 | </conversion-rule> | |
1335 | </modify-argument> |
|
1335 | </modify-argument> | |
1336 | </modify-function> |
|
1336 | </modify-function> | |
1337 |
|
1337 | |||
1338 | <modify-function signature="toFloat(bool*)const"> |
|
1338 | <modify-function signature="toFloat(bool*)const"> | |
1339 | <modify-argument index="1"> |
|
1339 | <modify-argument index="1"> | |
1340 | <remove-default-expression/> |
|
1340 | <remove-default-expression/> | |
1341 | <remove-argument/> |
|
1341 | <remove-argument/> | |
1342 | <conversion-rule class="native"> |
|
1342 | <conversion-rule class="native"> | |
1343 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
1343 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
1344 | </conversion-rule> |
|
1344 | </conversion-rule> | |
1345 | </modify-argument> |
|
1345 | </modify-argument> | |
1346 | <modify-argument index="return"> |
|
1346 | <modify-argument index="return"> | |
1347 | <conversion-rule class="native"> |
|
1347 | <conversion-rule class="native"> | |
1348 | <insert-template name="core.convert_to_null_or_primitive"/> |
|
1348 | <insert-template name="core.convert_to_null_or_primitive"/> | |
1349 | </conversion-rule> |
|
1349 | </conversion-rule> | |
1350 | </modify-argument> |
|
1350 | </modify-argument> | |
1351 | </modify-function> |
|
1351 | </modify-function> | |
1352 |
|
1352 | |||
1353 | <modify-function signature="toInt(bool*,int)const"> |
|
1353 | <modify-function signature="toInt(bool*,int)const"> | |
1354 | <modify-argument index="1"> |
|
1354 | <modify-argument index="1"> | |
1355 | <remove-default-expression/> |
|
1355 | <remove-default-expression/> | |
1356 | <remove-argument/> |
|
1356 | <remove-argument/> | |
1357 | <conversion-rule class="native"> |
|
1357 | <conversion-rule class="native"> | |
1358 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
1358 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
1359 | </conversion-rule> |
|
1359 | </conversion-rule> | |
1360 | </modify-argument> |
|
1360 | </modify-argument> | |
1361 | <modify-argument index="return"> |
|
1361 | <modify-argument index="return"> | |
1362 | <conversion-rule class="native"> |
|
1362 | <conversion-rule class="native"> | |
1363 | <insert-template name="core.convert_to_null_or_primitive"/> |
|
1363 | <insert-template name="core.convert_to_null_or_primitive"/> | |
1364 | </conversion-rule> |
|
1364 | </conversion-rule> | |
1365 | </modify-argument> |
|
1365 | </modify-argument> | |
1366 | </modify-function> |
|
1366 | </modify-function> | |
1367 |
|
1367 | |||
1368 | <modify-function signature="toUShort(bool*,int)const"> |
|
1368 | <modify-function signature="toUShort(bool*,int)const"> | |
1369 | <modify-argument index="1"> |
|
1369 | <modify-argument index="1"> | |
1370 | <remove-default-expression/> |
|
1370 | <remove-default-expression/> | |
1371 | <remove-argument/> |
|
1371 | <remove-argument/> | |
1372 | <conversion-rule class="native"> |
|
1372 | <conversion-rule class="native"> | |
1373 | <insert-template name="core.prepare_removed_bool*_argument"/> |
|
1373 | <insert-template name="core.prepare_removed_bool*_argument"/> | |
1374 | </conversion-rule> |
|
1374 | </conversion-rule> | |
1375 | </modify-argument> |
|
1375 | </modify-argument> | |
1376 | <modify-argument index="return"> |
|
1376 | <modify-argument index="return"> | |
1377 | <conversion-rule class="native"> |
|
1377 | <conversion-rule class="native"> | |
1378 | <insert-template name="core.convert_to_null_or_primitive"/> |
|
1378 | <insert-template name="core.convert_to_null_or_primitive"/> | |
1379 | </conversion-rule> |
|
1379 | </conversion-rule> | |
1380 | </modify-argument> |
|
1380 | </modify-argument> | |
1381 | </modify-function> |
|
1381 | </modify-function> | |
1382 | </value-type> |
|
1382 | </value-type> | |
1383 |
|
1383 | |||
1384 | <value-type name="QTextBoundaryFinder"> |
|
1384 | <value-type name="QTextBoundaryFinder"> | |
1385 | <modify-function signature="QTextBoundaryFinder(QTextBoundaryFinder::BoundaryType,const QChar*,int,unsigned char*,int)" remove="all"/> |
|
1385 | <modify-function signature="QTextBoundaryFinder(QTextBoundaryFinder::BoundaryType,const QChar*,int,unsigned char*,int)" remove="all"/> | |
1386 | <modify-function signature="operator=(QTextBoundaryFinder)" remove="all"/> |
|
1386 | <modify-function signature="operator=(QTextBoundaryFinder)" remove="all"/> | |
1387 | </value-type> |
|
1387 | </value-type> | |
1388 |
|
1388 | |||
1389 | <value-type name="QEasingCurve"> |
|
1389 | <value-type name="QEasingCurve"> | |
1390 | <modify-function signature="customType()const" remove="all"/> |
|
1390 | <modify-function signature="customType()const" remove="all"/> | |
1391 | <modify-function signature="setCustomType(double)" remove="all"/> |
|
1391 | <modify-function signature="setCustomType(double)" remove="all"/> | |
1392 | </value-type> |
|
1392 | </value-type> | |
1393 |
|
1393 | |||
1394 | <object-type name="QAbstractAnimation"/> |
|
1394 | <object-type name="QAbstractAnimation"/> | |
1395 | <object-type name="QVariantAnimation"/> |
|
1395 | <object-type name="QVariantAnimation"/> | |
1396 | <object-type name="QAnimationGroup"/> |
|
1396 | <object-type name="QAnimationGroup"/> | |
1397 | <object-type name="QPauseAnimation"/> |
|
1397 | <object-type name="QPauseAnimation"/> | |
1398 | <object-type name="QParallelAnimationGroup"/> |
|
1398 | <object-type name="QParallelAnimationGroup"/> | |
1399 | <object-type name="QSequentialAnimationGroup"/> |
|
1399 | <object-type name="QSequentialAnimationGroup"/> | |
1400 | <object-type name="QPropertyAnimation"/> |
|
1400 | <object-type name="QPropertyAnimation"/> | |
1401 |
|
1401 | |||
1402 | <object-type name="QAbstractState"/> |
|
1402 | <object-type name="QAbstractState"/> | |
1403 | <object-type name="QAbstractTransition"/> |
|
1403 | <object-type name="QAbstractTransition"/> | |
1404 | <object-type name="QState"/> |
|
1404 | <object-type name="QState"/> | |
1405 | <object-type name="QStateMachine"/> |
|
1405 | <object-type name="QStateMachine"/> | |
1406 | <object-type name="QHistoryState"/> |
|
1406 | <object-type name="QHistoryState"/> | |
1407 | <object-type name="QSignalTransition"/> |
|
1407 | <object-type name="QSignalTransition"/> | |
1408 | <object-type name="QEventTransition"/> |
|
1408 | <object-type name="QEventTransition"/> | |
1409 | <object-type name="QFinalState"/> |
|
1409 | <object-type name="QFinalState"/> | |
1410 |
|
1410 | |||
1411 | <object-type name="QXmlStreamEntityResolver"/> |
|
1411 | <object-type name="QXmlStreamEntityResolver"/> | |
1412 | <object-type name="QAbstractEventDispatcher"> |
|
1412 | <object-type name="QAbstractEventDispatcher"> | |
1413 | <extra-includes> |
|
1413 | <extra-includes> | |
1414 | <include file-name="QPair" location="global"/> |
|
1414 | <include file-name="QPair" location="global"/> | |
1415 | </extra-includes> |
|
1415 | </extra-includes> | |
1416 | </object-type> |
|
1416 | </object-type> | |
1417 | <object-type name="QEventLoop"/> |
|
1417 | <object-type name="QEventLoop"/> | |
1418 | <object-type name="QFile"> |
|
1418 | <object-type name="QFile"> | |
1419 | <modify-function signature="readLink()const" remove="all"/> |
|
1419 | <modify-function signature="readLink()const" remove="all"/> | |
1420 | <!--### Obsolete in 4.3--> |
|
1420 | <!--### Obsolete in 4.3--> | |
1421 | <modify-function signature="readLink(QString)" remove="all"/> |
|
1421 | <modify-function signature="readLink(QString)" remove="all"/> | |
1422 | <!--### Obsolete in 4.3--> |
|
1422 | <!--### Obsolete in 4.3--> | |
1423 | <modify-function signature="map(long long,long long,QFile::MemoryMapFlags)" remove="all"/> |
|
1423 | <modify-function signature="map(long long,long long,QFile::MemoryMapFlags)" remove="all"/> | |
1424 | <!-- Can't provide same API and performance --> |
|
1424 | <!-- Can't provide same API and performance --> | |
1425 | <modify-function signature="unmap(unsigned char*)" remove="all"/> |
|
1425 | <modify-function signature="unmap(unsigned char*)" remove="all"/> | |
1426 | <!-- Can't provide same API and performance --> |
|
1426 | <!-- Can't provide same API and performance --> | |
1427 |
|
1427 | |||
1428 | <modify-function signature="open(int,QFlags<QIODevice::OpenModeFlag>)" remove="all"/> |
|
1428 | <modify-function signature="open(int,QFlags<QIODevice::OpenModeFlag>)" remove="all"/> | |
1429 | <modify-function signature="decodeName(const char*)" remove="all"/> |
|
1429 | <modify-function signature="decodeName(const char*)" remove="all"/> | |
1430 | <modify-function signature="map(qint64,qint64,QFile::MemoryMapFlags)" remove="all"/> |
|
1430 | <modify-function signature="map(qint64,qint64,QFile::MemoryMapFlags)" remove="all"/> | |
1431 | <modify-function signature="unmap(uchar*)" remove="all"/> |
|
1431 | <modify-function signature="unmap(uchar*)" remove="all"/> | |
1432 | </object-type> |
|
1432 | </object-type> | |
1433 |
|
1433 | |||
1434 | <object-type name="QIODevice"> |
|
1434 | <object-type name="QIODevice"> | |
1435 | <modify-function signature="peek(char *,qint64)" remove="all"/> |
|
1435 | <modify-function signature="peek(char *,qint64)" remove="all"/> | |
1436 | <modify-function signature="read(char *,qint64)" remove="all"/> |
|
1436 | <modify-function signature="read(char *,qint64)" remove="all"/> | |
1437 | <modify-function signature="readLine(char *,qint64)" remove="all"/> |
|
1437 | <modify-function signature="readLine(char *,qint64)" remove="all"/> | |
1438 | <modify-function signature="write(const char *,qint64)" remove="all"/> |
|
1438 | <modify-function signature="write(const char *,qint64)" remove="all"/> | |
1439 | </object-type> |
|
1439 | </object-type> | |
1440 | <object-type name="QStateMachine::SignalEvent" polymorphic-id-expression="%1->type() == QEvent::StateMachineSignal"/> |
|
1440 | <object-type name="QStateMachine::SignalEvent" polymorphic-id-expression="%1->type() == QEvent::StateMachineSignal"/> | |
1441 | <object-type name="QStateMachine::WrappedEvent" polymorphic-id-expression="%1->type() == QEvent::StateMachineWrapped"/> |
|
1441 | <object-type name="QStateMachine::WrappedEvent" polymorphic-id-expression="%1->type() == QEvent::StateMachineWrapped"/> | |
1442 |
|
1442 | |||
1443 | <object-type name="QCryptographicHash"> |
|
1443 | <object-type name="QCryptographicHash"> | |
1444 | <modify-function signature="addData(const char*,int)" remove="all"/> |
|
1444 | <modify-function signature="addData(const char*,int)" remove="all"/> | |
1445 | </object-type> |
|
1445 | </object-type> | |
1446 | <object-type name="QLibraryInfo"/> |
|
1446 | <object-type name="QLibraryInfo"/> | |
1447 | <object-type name="QMutex"/> |
|
1447 | <object-type name="QMutex"/> | |
1448 | <object-type name="QSemaphore"/> |
|
1448 | <object-type name="QSemaphore"/> | |
1449 | <object-type name="QSocketNotifier"/> |
|
1449 | <object-type name="QSocketNotifier"/> | |
1450 | <object-type name="QSystemLocale"/> |
|
1450 | <object-type name="QSystemLocale"/> | |
1451 | <object-type name="QTemporaryFile"> |
|
1451 | <object-type name="QTemporaryFile"> | |
1452 | <modify-function signature="fileName()const" rename="uniqueFilename"/> |
|
1452 | <modify-function signature="fileName()const" rename="uniqueFilename"/> | |
1453 |
|
1453 | |||
1454 | <modify-function signature="createLocalFile(QFile&)"> |
|
1454 | <modify-function signature="createLocalFile(QFile&)"> | |
1455 | <modify-argument index="1"> |
|
1455 | <modify-argument index="1"> | |
1456 | <replace-type modified-type="QFile*"/> |
|
1456 | <replace-type modified-type="QFile*"/> | |
1457 | <conversion-rule class="native"> |
|
1457 | <conversion-rule class="native"> | |
1458 | QFile & %out% = *qscriptvalue_cast<QFile*>(%in%); |
|
1458 | QFile & %out% = *qscriptvalue_cast<QFile*>(%in%); | |
1459 | </conversion-rule> |
|
1459 | </conversion-rule> | |
1460 | </modify-argument> |
|
1460 | </modify-argument> | |
1461 | </modify-function> |
|
1461 | </modify-function> | |
1462 | </object-type> |
|
1462 | </object-type> | |
1463 | <object-type name="QMimeData"> |
|
1463 | <object-type name="QMimeData"> | |
1464 | <extra-includes> |
|
1464 | <extra-includes> | |
1465 | <include file-name="QStringList" location="global"/> |
|
1465 | <include file-name="QStringList" location="global"/> | |
1466 | <include file-name="QUrl" location="global"/> |
|
1466 | <include file-name="QUrl" location="global"/> | |
1467 | </extra-includes> |
|
1467 | </extra-includes> | |
1468 | </object-type> |
|
1468 | </object-type> | |
1469 | <object-type name="QTextCodec"> |
|
1469 | <object-type name="QTextCodec"> | |
1470 |
|
1470 | |||
1471 | <modify-function signature="setCodecForTr(QTextCodec*)"> |
|
1471 | <modify-function signature="setCodecForTr(QTextCodec*)"> | |
1472 | <access modifier="private"/> |
|
1472 | <access modifier="private"/> | |
1473 | <modify-argument index="1"> |
|
1473 | <modify-argument index="1"> | |
1474 | <reference-count action="set" variable-name="__rcCodecForTr"/> |
|
1474 | <reference-count action="set" variable-name="__rcCodecForTr"/> | |
1475 | </modify-argument> |
|
1475 | </modify-argument> | |
1476 | </modify-function> |
|
1476 | </modify-function> | |
1477 | <modify-function signature="setCodecForCStrings(QTextCodec*)"> |
|
1477 | <modify-function signature="setCodecForCStrings(QTextCodec*)"> | |
1478 | <modify-argument index="1"> |
|
1478 | <modify-argument index="1"> | |
1479 | <reference-count action="set" variable-name="__rcCodecForCStrings"/> |
|
1479 | <reference-count action="set" variable-name="__rcCodecForCStrings"/> | |
1480 | </modify-argument> |
|
1480 | </modify-argument> | |
1481 | </modify-function> |
|
1481 | </modify-function> | |
1482 | <modify-function signature="setCodecForLocale(QTextCodec*)"> |
|
1482 | <modify-function signature="setCodecForLocale(QTextCodec*)"> | |
1483 | <modify-argument index="1"> |
|
1483 | <modify-argument index="1"> | |
1484 | <reference-count action="set" variable-name="__rcCodecForLocale"/> |
|
1484 | <reference-count action="set" variable-name="__rcCodecForLocale"/> | |
1485 | </modify-argument> |
|
1485 | </modify-argument> | |
1486 | </modify-function> |
|
1486 | </modify-function> | |
1487 |
|
1487 | |||
1488 |
|
1488 | |||
1489 | <modify-function signature="codecForTr()"> |
|
1489 | <modify-function signature="codecForTr()"> | |
1490 | <remove/> |
|
1490 | <remove/> | |
1491 | </modify-function> |
|
1491 | </modify-function> | |
1492 |
|
1492 | |||
1493 | <modify-function signature="QTextCodec()"> |
|
1493 | <modify-function signature="QTextCodec()"> | |
1494 | <modify-argument index="-1"> |
|
1494 | <modify-argument index="-1"> | |
1495 | <define-ownership class="java" owner="c++"/> |
|
1495 | <define-ownership class="java" owner="c++"/> | |
1496 | </modify-argument> |
|
1496 | </modify-argument> | |
1497 | </modify-function> |
|
1497 | </modify-function> | |
1498 |
|
1498 | |||
1499 | <modify-function signature="fromUnicode(const QChar*,int,QTextCodec::ConverterState*)const"> |
|
1499 | <modify-function signature="fromUnicode(const QChar*,int,QTextCodec::ConverterState*)const"> | |
1500 | <remove/> |
|
1500 | <remove/> | |
1501 | </modify-function> |
|
1501 | </modify-function> | |
1502 |
|
1502 | |||
1503 | <modify-function signature="toUnicode(const char*,int,QTextCodec::ConverterState*)const"> |
|
1503 | <modify-function signature="toUnicode(const char*,int,QTextCodec::ConverterState*)const"> | |
1504 | <remove/> |
|
1504 | <remove/> | |
1505 | </modify-function> |
|
1505 | </modify-function> | |
1506 |
|
1506 | |||
1507 | <modify-function signature="toUnicode(const char*)const"> |
|
1507 | <modify-function signature="toUnicode(const char*)const"> | |
1508 | <remove/> |
|
1508 | <remove/> | |
1509 | </modify-function> |
|
1509 | </modify-function> | |
1510 | </object-type> |
|
1510 | </object-type> | |
1511 |
|
1511 | |||
1512 | <object-type name="QTextDecoder"> |
|
1512 | <object-type name="QTextDecoder"> | |
1513 | <modify-function signature="toUnicode(const char*,int)"> |
|
1513 | <modify-function signature="toUnicode(const char*,int)"> | |
1514 | <remove/> |
|
1514 | <remove/> | |
1515 | </modify-function> |
|
1515 | </modify-function> | |
1516 | <modify-function signature="toUnicode(QString*,const char*,int)" remove="all"/> |
|
1516 | <modify-function signature="toUnicode(QString*,const char*,int)" remove="all"/> | |
1517 | </object-type> |
|
1517 | </object-type> | |
1518 | <object-type name="QTextEncoder"> |
|
1518 | <object-type name="QTextEncoder"> | |
1519 | <modify-function signature="fromUnicode(const QChar*,int)"> |
|
1519 | <modify-function signature="fromUnicode(const QChar*,int)"> | |
1520 | <remove/> |
|
1520 | <remove/> | |
1521 | </modify-function> |
|
1521 | </modify-function> | |
1522 | </object-type> |
|
1522 | </object-type> | |
1523 | <object-type name="QTimeLine"/> |
|
1523 | <object-type name="QTimeLine"/> | |
1524 | <object-type name="QTranslator"> |
|
1524 | <object-type name="QTranslator"> | |
1525 | <modify-function signature="translate(const char*,const char*,const char*,int)const"> |
|
1525 | <modify-function signature="translate(const char*,const char*,const char*,int)const"> | |
1526 | <remove/> |
|
1526 | <remove/> | |
1527 | </modify-function> |
|
1527 | </modify-function> | |
1528 | </object-type> |
|
1528 | </object-type> | |
1529 |
|
1529 | |||
1530 | <object-type name="QWaitCondition"/> |
|
1530 | <object-type name="QWaitCondition"/> | |
1531 |
|
1531 | |||
1532 | <object-type name="QFileSystemWatcher"> |
|
1532 | <object-type name="QFileSystemWatcher"> | |
1533 | <extra-includes> |
|
1533 | <extra-includes> | |
1534 | <include file-name="QStringList" location="global"/> |
|
1534 | <include file-name="QStringList" location="global"/> | |
1535 | </extra-includes> |
|
1535 | </extra-includes> | |
1536 | </object-type> |
|
1536 | </object-type> | |
1537 |
|
1537 | |||
1538 | <object-type name="QTextCodec::ConverterState"> |
|
1538 | <object-type name="QTextCodec::ConverterState"> | |
1539 | <include file-name="QTextCodec" location="global"/> |
|
1539 | <include file-name="QTextCodec" location="global"/> | |
1540 | </object-type> |
|
1540 | </object-type> | |
1541 |
|
1541 | |||
1542 | <object-type name="QBuffer"> |
|
1542 | <object-type name="QBuffer"> | |
1543 | <modify-function signature="buffer()"> |
|
1543 | <modify-function signature="buffer()"> | |
1544 | <remove/> |
|
1544 | <remove/> | |
1545 | </modify-function> |
|
1545 | </modify-function> | |
1546 | <modify-function signature="connectNotify(const char *)" remove="all"/> |
|
1546 | <modify-function signature="connectNotify(const char *)" remove="all"/> | |
1547 | <modify-function signature="disconnectNotify(const char *)" remove="all"/> |
|
1547 | <modify-function signature="disconnectNotify(const char *)" remove="all"/> | |
1548 |
|
1548 | |||
1549 | <modify-function signature="setData(const char*,int)" remove="all"/> |
|
1549 | <modify-function signature="setData(const char*,int)" remove="all"/> | |
1550 | </object-type> |
|
1550 | </object-type> | |
1551 |
|
1551 | |||
1552 | <object-type name="QTimer"/> |
|
1552 | <object-type name="QTimer"/> | |
1553 |
|
1553 | |||
1554 | <object-type name="QAbstractFileEngineHandler"> |
|
1554 | <object-type name="QAbstractFileEngineHandler"> | |
1555 | <modify-function signature="create(const QString &) const"> |
|
1555 | <modify-function signature="create(const QString &) const"> | |
1556 | <modify-argument index="return"> |
|
1556 | <modify-argument index="return"> | |
1557 | <define-ownership owner="c++" class="shell"/> |
|
1557 | <define-ownership owner="c++" class="shell"/> | |
1558 | </modify-argument> |
|
1558 | </modify-argument> | |
1559 | </modify-function> |
|
1559 | </modify-function> | |
1560 | </object-type> |
|
1560 | </object-type> | |
1561 |
|
1561 | |||
1562 | <object-type name="QAbstractFileEngine::MapExtensionOption"/> |
|
1562 | <object-type name="QAbstractFileEngine::MapExtensionOption"/> | |
1563 | <object-type name="QAbstractFileEngine::MapExtensionReturn"/> |
|
1563 | <object-type name="QAbstractFileEngine::MapExtensionReturn"/> | |
1564 | <object-type name="QAbstractFileEngine::UnMapExtensionOption"/> |
|
1564 | <object-type name="QAbstractFileEngine::UnMapExtensionOption"/> | |
1565 | <object-type name="QAbstractFileEngine"> |
|
1565 | <object-type name="QAbstractFileEngine"> | |
1566 | <extra-includes> |
|
1566 | <extra-includes> | |
1567 | <include file-name="QDateTime" location="global"/> |
|
1567 | <include file-name="QDateTime" location="global"/> | |
1568 | </extra-includes> |
|
1568 | </extra-includes> | |
1569 | <modify-function signature="map(long long,long long,QFile::MemoryMapFlags)" remove="all"/> |
|
1569 | <modify-function signature="map(long long,long long,QFile::MemoryMapFlags)" remove="all"/> | |
1570 | <modify-function signature="unmap(unsigned char*)" remove="all"/> |
|
1570 | <modify-function signature="unmap(unsigned char*)" remove="all"/> | |
1571 | </object-type> |
|
1571 | </object-type> | |
1572 |
|
1572 | |||
1573 | <object-type name="QProcess"> |
|
1573 | <object-type name="QProcess"> | |
1574 | <modify-function signature="readChannelMode()const" remove="all"/> |
|
1574 | <modify-function signature="readChannelMode()const" remove="all"/> | |
1575 | <!--### Obsolete in 4.3--> |
|
1575 | <!--### Obsolete in 4.3--> | |
1576 | <modify-function signature="setReadChannelMode(QProcess::ProcessChannelMode)" remove="all"/> |
|
1576 | <modify-function signature="setReadChannelMode(QProcess::ProcessChannelMode)" remove="all"/> | |
1577 | <!--### Obsolete in 4.3--> |
|
1577 | <!--### Obsolete in 4.3--> | |
1578 | </object-type> |
|
1578 | </object-type> | |
1579 |
|
1579 | |||
1580 | <object-type name="QSignalMapper"> |
|
1580 | <object-type name="QSignalMapper"> | |
1581 | <modify-function signature="mapped(const QString &)"> |
|
1581 | <modify-function signature="mapped(const QString &)"> | |
1582 | <rename to="mappedString"/> |
|
1582 | <rename to="mappedString"/> | |
1583 | </modify-function> |
|
1583 | </modify-function> | |
1584 | <modify-function signature="mapped(int)"> |
|
1584 | <modify-function signature="mapped(int)"> | |
1585 | <rename to="mappedInteger"/> |
|
1585 | <rename to="mappedInteger"/> | |
1586 | </modify-function> |
|
1586 | </modify-function> | |
1587 | <modify-function signature="mapped(QObject *)"> |
|
1587 | <modify-function signature="mapped(QObject *)"> | |
1588 | <rename to="mappedQObject"/> |
|
1588 | <rename to="mappedQObject"/> | |
1589 | </modify-function> |
|
1589 | </modify-function> | |
1590 | <modify-function signature="mapped(QWidget *)" remove="all"/> |
|
1590 | <modify-function signature="mapped(QWidget *)" remove="all"/> | |
1591 |
|
1591 | |||
1592 | <modify-function signature="mapping(QWidget*)const" remove="all"/> |
|
1592 | <modify-function signature="mapping(QWidget*)const" remove="all"/> | |
1593 |
|
1593 | |||
1594 | <modify-function signature="setMapping(QObject*,QWidget*)" remove="all"/> |
|
1594 | <modify-function signature="setMapping(QObject*,QWidget*)" remove="all"/> | |
1595 |
|
1595 | |||
1596 | <!-- ### overloads --> |
|
1596 | <!-- ### overloads --> | |
1597 | <modify-function signature="mapping(int)const"> |
|
1597 | <modify-function signature="mapping(int)const"> | |
1598 | <rename to="mappingById"/> |
|
1598 | <rename to="mappingById"/> | |
1599 | </modify-function> |
|
1599 | </modify-function> | |
1600 | <modify-function signature="mapping(QString)const"> |
|
1600 | <modify-function signature="mapping(QString)const"> | |
1601 | <rename to="mappingByString"/> |
|
1601 | <rename to="mappingByString"/> | |
1602 | </modify-function> |
|
1602 | </modify-function> | |
1603 | <modify-function signature="mapping(QObject*)const"> |
|
1603 | <modify-function signature="mapping(QObject*)const"> | |
1604 | <rename to="mappingByObject"/> |
|
1604 | <rename to="mappingByObject"/> | |
1605 | </modify-function> |
|
1605 | </modify-function> | |
1606 | <modify-function signature="setMapping(QObject*,int)"> |
|
1606 | <modify-function signature="setMapping(QObject*,int)"> | |
1607 | <rename to="setMappingById"/> |
|
1607 | <rename to="setMappingById"/> | |
1608 | </modify-function> |
|
1608 | </modify-function> | |
1609 | <modify-function signature="setMapping(QObject*,QString)"> |
|
1609 | <modify-function signature="setMapping(QObject*,QString)"> | |
1610 | <rename to="setMappingByString"/> |
|
1610 | <rename to="setMappingByString"/> | |
1611 | </modify-function> |
|
1611 | </modify-function> | |
1612 | <modify-function signature="setMapping(QObject*,QObject*)"> |
|
1612 | <modify-function signature="setMapping(QObject*,QObject*)"> | |
1613 | <rename to="setMappingByObject"/> |
|
1613 | <rename to="setMappingByObject"/> | |
1614 | </modify-function> |
|
1614 | </modify-function> | |
1615 | </object-type> |
|
1615 | </object-type> | |
1616 |
|
1616 | |||
1617 | <object-type name="QObject"> |
|
1617 | <object-type name="QObject"> | |
1618 | <modify-function signature="childEvent(QChildEvent*)"> |
|
1618 | <modify-function signature="childEvent(QChildEvent*)"> | |
1619 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1619 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1620 | </modify-function> |
|
1620 | </modify-function> | |
1621 | <modify-function signature="customEvent(QEvent*)"> |
|
1621 | <modify-function signature="customEvent(QEvent*)"> | |
1622 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1622 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1623 | </modify-function> |
|
1623 | </modify-function> | |
1624 | <modify-function signature="event(QEvent*)"> |
|
1624 | <modify-function signature="event(QEvent*)"> | |
1625 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1625 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1626 | </modify-function> |
|
1626 | </modify-function> | |
1627 | <modify-function signature="eventFilter(QObject*,QEvent*)"> |
|
1627 | <modify-function signature="eventFilter(QObject*,QEvent*)"> | |
1628 | <modify-argument index="2" invalidate-after-use="yes"/> |
|
1628 | <modify-argument index="2" invalidate-after-use="yes"/> | |
1629 | </modify-function> |
|
1629 | </modify-function> | |
1630 | <modify-function signature="timerEvent(QTimerEvent*)"> |
|
1630 | <modify-function signature="timerEvent(QTimerEvent*)"> | |
1631 | <modify-argument index="1" invalidate-after-use="yes"/> |
|
1631 | <modify-argument index="1" invalidate-after-use="yes"/> | |
1632 | </modify-function> |
|
1632 | </modify-function> | |
1633 |
|
1633 | |||
1634 | <modify-function signature="installEventFilter(QObject*)"> |
|
1634 | <modify-function signature="installEventFilter(QObject*)"> | |
1635 | <modify-argument index="1"> |
|
1635 | <modify-argument index="1"> | |
1636 | <reference-count action="add" variable-name="__rcEventFilters"/> |
|
1636 | <reference-count action="add" variable-name="__rcEventFilters"/> | |
1637 | </modify-argument> |
|
1637 | </modify-argument> | |
1638 | </modify-function> |
|
1638 | </modify-function> | |
1639 | <modify-function signature="removeEventFilter(QObject*)"> |
|
1639 | <modify-function signature="removeEventFilter(QObject*)"> | |
1640 | <modify-argument index="1"> |
|
1640 | <modify-argument index="1"> | |
1641 | <reference-count action="remove" variable-name="__rcEventFilters"/> |
|
1641 | <reference-count action="remove" variable-name="__rcEventFilters"/> | |
1642 | </modify-argument> |
|
1642 | </modify-argument> | |
1643 | </modify-function> |
|
1643 | </modify-function> | |
1644 | <modify-function signature="setParent(QObject*)"> |
|
1644 | <modify-function signature="setParent(QObject*)"> | |
1645 | <modify-argument index="1"> |
|
1645 | <modify-argument index="1"> | |
1646 | <reference-count action="ignore"/> |
|
1646 | <reference-count action="ignore"/> | |
1647 | </modify-argument> |
|
1647 | </modify-argument> | |
1648 | </modify-function> |
|
1648 | </modify-function> | |
1649 |
|
1649 | |||
1650 | <modify-function signature="deleteLater()"> |
|
1650 | <modify-function signature="deleteLater()"> | |
1651 | <rename to="disposeLater"/> |
|
1651 | <rename to="disposeLater"/> | |
1652 | </modify-function> |
|
1652 | </modify-function> | |
1653 |
|
1653 | |||
1654 | <modify-function signature="inherits(const char*)const"> |
|
1654 | <modify-function signature="inherits(const char*)const"> | |
1655 | <remove/> |
|
1655 | <remove/> | |
1656 | </modify-function> |
|
1656 | </modify-function> | |
1657 |
|
1657 | |||
1658 | <modify-function signature="property(const char*)const"> |
|
1658 | <modify-function signature="property(const char*)const"> | |
1659 | <access modifier="private"/> |
|
1659 | <access modifier="private"/> | |
1660 | </modify-function> |
|
1660 | </modify-function> | |
1661 |
|
1661 | |||
1662 | <modify-function signature="setProperty(const char*,QVariant)"> |
|
1662 | <modify-function signature="setProperty(const char*,QVariant)"> | |
1663 | <access modifier="private"/> |
|
1663 | <access modifier="private"/> | |
1664 | </modify-function> |
|
1664 | </modify-function> | |
1665 |
|
1665 | |||
1666 |
|
1666 | |||
1667 | <extra-includes> |
|
1667 | <extra-includes> | |
1668 | <include file-name="QVarLengthArray" location="global"/> |
|
1668 | <include file-name="QVarLengthArray" location="global"/> | |
1669 | </extra-includes> |
|
1669 | </extra-includes> | |
1670 |
|
1670 | |||
1671 |
|
1671 | |||
1672 | <modify-function signature="property(const char*)const"> |
|
1672 | <modify-function signature="property(const char*)const"> | |
1673 | <modify-argument index="1"> |
|
1673 | <modify-argument index="1"> | |
1674 | <replace-type modified-type="QString"/> |
|
1674 | <replace-type modified-type="QString"/> | |
1675 | <conversion-rule class="native"> |
|
1675 | <conversion-rule class="native"> | |
1676 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
1676 | <insert-template name="core.convert_string_arg_to_char*"/> | |
1677 | </conversion-rule> |
|
1677 | </conversion-rule> | |
1678 | </modify-argument> |
|
1678 | </modify-argument> | |
1679 | </modify-function> |
|
1679 | </modify-function> | |
1680 |
|
1680 | |||
1681 | <modify-function signature="setProperty(const char*,QVariant)"> |
|
1681 | <modify-function signature="setProperty(const char*,QVariant)"> | |
1682 | <modify-argument index="1"> |
|
1682 | <modify-argument index="1"> | |
1683 | <replace-type modified-type="QString"/> |
|
1683 | <replace-type modified-type="QString"/> | |
1684 | <conversion-rule class="native"> |
|
1684 | <conversion-rule class="native"> | |
1685 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
1685 | <insert-template name="core.convert_string_arg_to_char*"/> | |
1686 | </conversion-rule> |
|
1686 | </conversion-rule> | |
1687 | </modify-argument> |
|
1687 | </modify-argument> | |
1688 | </modify-function> |
|
1688 | </modify-function> | |
1689 |
|
1689 | |||
1690 | <modify-function signature="inherits(const char*)const"> |
|
1690 | <modify-function signature="inherits(const char*)const"> | |
1691 | <modify-argument index="1"> |
|
1691 | <modify-argument index="1"> | |
1692 | <replace-type modified-type="QString"/> |
|
1692 | <replace-type modified-type="QString"/> | |
1693 | <conversion-rule class="native"> |
|
1693 | <conversion-rule class="native"> | |
1694 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
1694 | <insert-template name="core.convert_string_arg_to_char*"/> | |
1695 | </conversion-rule> |
|
1695 | </conversion-rule> | |
1696 | </modify-argument> |
|
1696 | </modify-argument> | |
1697 | </modify-function> |
|
1697 | </modify-function> | |
1698 |
|
1698 | |||
1699 | <!-- These are already decorated in PythonQt Std Decorators, do not generate them! --> |
|
1699 | <!-- These are already decorated in PythonQt Std Decorators, do not generate them! --> | |
1700 | <modify-function signature="parent()const" remove="all"/> |
|
1700 | <modify-function signature="parent()const" remove="all"/> | |
1701 | <modify-function signature="setParent(QObject*)" remove="all"/> |
|
1701 | <modify-function signature="setParent(QObject*)" remove="all"/> | |
1702 | <modify-function signature="property(const char*)const" remove="all"/> |
|
1702 | <modify-function signature="property(const char*)const" remove="all"/> | |
1703 | <modify-function signature="setProperty(const char*,QVariant)" remove="all"/> |
|
1703 | <modify-function signature="setProperty(const char*,QVariant)" remove="all"/> | |
1704 | </object-type> |
|
1704 | </object-type> | |
1705 |
|
1705 | |||
1706 | <object-type name="QCoreApplication"> |
|
1706 | <object-type name="QCoreApplication"> | |
1707 | <extra-includes> |
|
1707 | <extra-includes> | |
1708 | <include file-name="QStringList" location="global"/> |
|
1708 | <include file-name="QStringList" location="global"/> | |
1709 | </extra-includes> |
|
1709 | </extra-includes> | |
1710 |
|
1710 | |||
1711 | <modify-function signature="argv()" remove="all"/> |
|
1711 | <modify-function signature="argv()" remove="all"/> | |
1712 | <!-- Obsolete --> |
|
1712 | <!-- Obsolete --> | |
1713 | <modify-function signature="argc()" remove="all"/> |
|
1713 | <modify-function signature="argc()" remove="all"/> | |
1714 | <!-- Obsolete --> |
|
1714 | <!-- Obsolete --> | |
1715 |
|
1715 | |||
1716 | <modify-function signature="notify(QObject*,QEvent*)"> |
|
1716 | <modify-function signature="notify(QObject*,QEvent*)"> | |
1717 | <modify-argument index="2" invalidate-after-use="yes"/> |
|
1717 | <modify-argument index="2" invalidate-after-use="yes"/> | |
1718 | </modify-function> |
|
1718 | </modify-function> | |
1719 |
|
1719 | |||
1720 |
|
1720 | |||
1721 | <modify-function signature="QCoreApplication(int &, char **)"> |
|
1721 | <modify-function signature="QCoreApplication(int &, char **)"> | |
1722 | <access modifier="private"/> |
|
1722 | <access modifier="private"/> | |
1723 | </modify-function> |
|
1723 | </modify-function> | |
1724 | <modify-function signature="QCoreApplication(int &, char **, int)" remove="all"/> |
|
1724 | <modify-function signature="QCoreApplication(int &, char **, int)" remove="all"/> | |
1725 | <modify-function signature="removePostedEvents(QObject*)"> |
|
1725 | <modify-function signature="removePostedEvents(QObject*)"> | |
1726 | <modify-argument index="1"> |
|
1726 | <modify-argument index="1"> | |
1727 | <reference-count action="ignore"/> |
|
1727 | <reference-count action="ignore"/> | |
1728 | </modify-argument> |
|
1728 | </modify-argument> | |
1729 | </modify-function> |
|
1729 | </modify-function> | |
1730 | <modify-function signature="removePostedEvents(QObject*,int)"> |
|
1730 | <modify-function signature="removePostedEvents(QObject*,int)"> | |
1731 | <modify-argument index="1"> |
|
1731 | <modify-argument index="1"> | |
1732 | <reference-count action="ignore"/> |
|
1732 | <reference-count action="ignore"/> | |
1733 | </modify-argument> |
|
1733 | </modify-argument> | |
1734 | </modify-function> |
|
1734 | </modify-function> | |
1735 |
|
1735 | |||
1736 | <modify-function signature="installTranslator(QTranslator *)"> |
|
1736 | <modify-function signature="installTranslator(QTranslator *)"> | |
1737 | <modify-argument index="1"> |
|
1737 | <modify-argument index="1"> | |
1738 | <reference-count action="add" variable-name="__rcTranslators"/> |
|
1738 | <reference-count action="add" variable-name="__rcTranslators"/> | |
1739 | </modify-argument> |
|
1739 | </modify-argument> | |
1740 | </modify-function> |
|
1740 | </modify-function> | |
1741 |
|
1741 | |||
1742 | <modify-function signature="removeTranslator(QTranslator *)"> |
|
1742 | <modify-function signature="removeTranslator(QTranslator *)"> | |
1743 | <modify-argument index="1"> |
|
1743 | <modify-argument index="1"> | |
1744 | <reference-count action="remove" variable-name="__rcTranslators"/> |
|
1744 | <reference-count action="remove" variable-name="__rcTranslators"/> | |
1745 | </modify-argument> |
|
1745 | </modify-argument> | |
1746 | </modify-function> |
|
1746 | </modify-function> | |
1747 |
|
1747 | |||
1748 |
|
1748 | |||
1749 | <modify-function signature="postEvent(QObject*,QEvent*)"> |
|
1749 | <modify-function signature="postEvent(QObject*,QEvent*)"> | |
1750 | <modify-argument index="2"> |
|
1750 | <modify-argument index="2"> | |
1751 | <define-ownership class="java" owner="c++"/> |
|
1751 | <define-ownership class="java" owner="c++"/> | |
1752 | </modify-argument> |
|
1752 | </modify-argument> | |
1753 | </modify-function> |
|
1753 | </modify-function> | |
1754 |
|
1754 | |||
1755 | <modify-function signature="QCoreApplication(int &, char **)" remove="all"/> |
|
1755 | <modify-function signature="QCoreApplication(int &, char **)" remove="all"/> | |
1756 | <!-- ### arguments() causes a warning: "QScriptValue::setProperty(arguments): cannot change flags of a native property" --> |
|
1756 | <!-- ### arguments() causes a warning: "QScriptValue::setProperty(arguments): cannot change flags of a native property" --> | |
1757 | <modify-function signature="arguments()" remove="all"/> |
|
1757 | <modify-function signature="arguments()" remove="all"/> | |
1758 | <modify-function signature="translate(const char*,const char*,const char*,QCoreApplication::Encoding,int)"> |
|
1758 | <modify-function signature="translate(const char*,const char*,const char*,QCoreApplication::Encoding,int)"> | |
1759 | <modify-argument index="1"> |
|
1759 | <modify-argument index="1"> | |
1760 | <replace-type modified-type="QString"/> |
|
1760 | <replace-type modified-type="QString"/> | |
1761 | <conversion-rule class="native"> |
|
1761 | <conversion-rule class="native"> | |
1762 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
1762 | <insert-template name="core.convert_string_arg_to_char*"/> | |
1763 | </conversion-rule> |
|
1763 | </conversion-rule> | |
1764 | </modify-argument> |
|
1764 | </modify-argument> | |
1765 | <modify-argument index="2"> |
|
1765 | <modify-argument index="2"> | |
1766 | <replace-type modified-type="QString"/> |
|
1766 | <replace-type modified-type="QString"/> | |
1767 | <conversion-rule class="native"> |
|
1767 | <conversion-rule class="native"> | |
1768 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
1768 | <insert-template name="core.convert_string_arg_to_char*"/> | |
1769 | </conversion-rule> |
|
1769 | </conversion-rule> | |
1770 | </modify-argument> |
|
1770 | </modify-argument> | |
1771 | <modify-argument index="3"> |
|
1771 | <modify-argument index="3"> | |
1772 | <replace-type modified-type="QString"/> |
|
1772 | <replace-type modified-type="QString"/> | |
1773 | <conversion-rule class="native"> |
|
1773 | <conversion-rule class="native"> | |
1774 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
1774 | <insert-template name="core.convert_string_arg_to_char*"/> | |
1775 | </conversion-rule> |
|
1775 | </conversion-rule> | |
1776 | </modify-argument> |
|
1776 | </modify-argument> | |
1777 | </modify-function> |
|
1777 | </modify-function> | |
1778 | <modify-function signature="translate(const char *,const char *,const char *,QCoreApplication::Encoding)"> |
|
1778 | <modify-function signature="translate(const char *,const char *,const char *,QCoreApplication::Encoding)"> | |
1779 | <modify-argument index="1"> |
|
1779 | <modify-argument index="1"> | |
1780 | <replace-type modified-type="QString"/> |
|
1780 | <replace-type modified-type="QString"/> | |
1781 | <conversion-rule class="native"> |
|
1781 | <conversion-rule class="native"> | |
1782 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
1782 | <insert-template name="core.convert_string_arg_to_char*"/> | |
1783 | </conversion-rule> |
|
1783 | </conversion-rule> | |
1784 | </modify-argument> |
|
1784 | </modify-argument> | |
1785 | <modify-argument index="2"> |
|
1785 | <modify-argument index="2"> | |
1786 | <replace-type modified-type="QString"/> |
|
1786 | <replace-type modified-type="QString"/> | |
1787 | <conversion-rule class="native"> |
|
1787 | <conversion-rule class="native"> | |
1788 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
1788 | <insert-template name="core.convert_string_arg_to_char*"/> | |
1789 | </conversion-rule> |
|
1789 | </conversion-rule> | |
1790 | </modify-argument> |
|
1790 | </modify-argument> | |
1791 | <modify-argument index="3"> |
|
1791 | <modify-argument index="3"> | |
1792 | <replace-type modified-type="QString"/> |
|
1792 | <replace-type modified-type="QString"/> | |
1793 | <conversion-rule class="native"> |
|
1793 | <conversion-rule class="native"> | |
1794 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
1794 | <insert-template name="core.convert_string_arg_to_char*"/> | |
1795 | </conversion-rule> |
|
1795 | </conversion-rule> | |
1796 | </modify-argument> |
|
1796 | </modify-argument> | |
1797 | </modify-function> |
|
1797 | </modify-function> | |
1798 |
|
1798 | |||
1799 | </object-type> |
|
1799 | </object-type> | |
1800 |
|
1800 | |||
1801 | <object-type name="QSettings"> |
|
1801 | <object-type name="QSettings"> | |
1802 | <extra-includes> |
|
1802 | <extra-includes> | |
1803 | <include file-name="QStringList" location="global"/> |
|
1803 | <include file-name="QStringList" location="global"/> | |
1804 | </extra-includes> |
|
1804 | </extra-includes> | |
1805 |
|
1805 | |||
1806 | <modify-function signature="setIniCodec(QTextCodec*)"> |
|
1806 | <modify-function signature="setIniCodec(QTextCodec*)"> | |
1807 | <modify-argument index="1"> |
|
1807 | <modify-argument index="1"> | |
1808 | <reference-count action="set" variable-name="__rcIniCodec"/> |
|
1808 | <reference-count action="set" variable-name="__rcIniCodec"/> | |
1809 | </modify-argument> |
|
1809 | </modify-argument> | |
1810 | </modify-function> |
|
1810 | </modify-function> | |
1811 |
|
1811 | |||
1812 | <modify-function signature="setSystemIniPath(const QString&)" remove="all"/> |
|
1812 | <modify-function signature="setSystemIniPath(const QString&)" remove="all"/> | |
1813 | <!--### Obsolete in 4.3--> |
|
1813 | <!--### Obsolete in 4.3--> | |
1814 | <modify-function signature="setUserIniPath(const QString&)" remove="all"/> |
|
1814 | <modify-function signature="setUserIniPath(const QString&)" remove="all"/> | |
1815 | <!--### Obsolete in 4.3--> |
|
1815 | <!--### Obsolete in 4.3--> | |
1816 | </object-type> |
|
1816 | </object-type> | |
1817 |
|
1817 | |||
1818 | <object-type name="QEvent" polymorphic-base="yes" polymorphic-id-expression="%1->type() == QEvent::None"/> |
|
1818 | <object-type name="QEvent" polymorphic-base="yes" polymorphic-id-expression="%1->type() == QEvent::None"/> | |
1819 | <object-type name="QChildEvent" polymorphic-id-expression="%1->type() == QEvent::ChildAdded || %1->type() == QEvent::ChildPolished || %1->type() == QEvent::ChildRemoved"> |
|
1819 | <object-type name="QChildEvent" polymorphic-id-expression="%1->type() == QEvent::ChildAdded || %1->type() == QEvent::ChildPolished || %1->type() == QEvent::ChildRemoved"> | |
1820 | <modify-field name="c" read="false" write="false"/> |
|
1820 | <modify-field name="c" read="false" write="false"/> | |
1821 | </object-type> |
|
1821 | </object-type> | |
1822 | <object-type name="QTimerEvent" polymorphic-id-expression="%1->type() == QEvent::Timer"/> |
|
1822 | <object-type name="QTimerEvent" polymorphic-id-expression="%1->type() == QEvent::Timer"/> | |
1823 | <object-type name="QDynamicPropertyChangeEvent" polymorphic-id-expression="%1->type() == QEvent::DynamicPropertyChange"/> |
|
1823 | <object-type name="QDynamicPropertyChangeEvent" polymorphic-id-expression="%1->type() == QEvent::DynamicPropertyChange"/> | |
1824 |
|
1824 | |||
1825 | <object-type name="QDataStream"> |
|
1825 | <object-type name="QDataStream"> | |
|
1826 | <extra-includes> | |||
|
1827 | <include file-name="PythonQtConversion.h" location="global"/> | |||
|
1828 | </extra-includes> | |||
1826 | <modify-function signature="setDevice(QIODevice*)"> |
|
1829 | <modify-function signature="setDevice(QIODevice*)"> | |
1827 | <modify-argument index="1"> |
|
1830 | <modify-argument index="1"> | |
1828 | <reference-count action="set" variable-name="__rcDevice"/> |
|
1831 | <reference-count action="set" variable-name="__rcDevice"/> | |
1829 | </modify-argument> |
|
1832 | </modify-argument> | |
1830 | </modify-function> |
|
1833 | </modify-function> | |
1831 | <modify-function signature="unsetDevice()"> |
|
1834 | <modify-function signature="unsetDevice()"> | |
1832 | <inject-code position="end"> |
|
1835 | <inject-code position="end"> | |
1833 | __rcDevice = null; |
|
1836 | __rcDevice = null; | |
1834 | </inject-code> |
|
1837 | </inject-code> | |
1835 | </modify-function> |
|
1838 | </modify-function> | |
1836 |
|
1839 | |||
1837 |
|
1840 | |||
1838 | <modify-function signature="operator<<(const char*)"> |
|
1841 | <modify-function signature="operator<<(const char*)"> | |
1839 | <remove/> |
|
1842 | <remove/> | |
1840 | </modify-function> |
|
1843 | </modify-function> | |
1841 | <modify-function signature="operator<<(unsigned char)"> |
|
1844 | <modify-function signature="operator<<(unsigned char)"> | |
1842 | <remove/> |
|
1845 | <remove/> | |
1843 | </modify-function> |
|
1846 | </modify-function> | |
1844 | <modify-function signature="operator<<(unsigned int)"> |
|
1847 | <modify-function signature="operator<<(unsigned int)"> | |
1845 | <remove/> |
|
1848 | <remove/> | |
1846 | </modify-function> |
|
1849 | </modify-function> | |
1847 | <modify-function signature="operator<<(unsigned long long)"> |
|
1850 | <modify-function signature="operator<<(unsigned long long)"> | |
1848 | <remove/> |
|
1851 | <remove/> | |
1849 | </modify-function> |
|
1852 | </modify-function> | |
1850 | <modify-function signature="operator<<(unsigned short)"> |
|
1853 | <modify-function signature="operator<<(unsigned short)"> | |
1851 | <remove/> |
|
1854 | <remove/> | |
1852 | </modify-function> |
|
1855 | </modify-function> | |
1853 |
|
1856 | |||
1854 | <modify-function signature="operator>>(char &*)"> |
|
1857 | <modify-function signature="operator>>(char &*)"> | |
1855 | <remove/> |
|
1858 | <remove/> | |
1856 | </modify-function> |
|
1859 | </modify-function> | |
1857 | <modify-function signature="operator>>(uint&)"> |
|
1860 | <modify-function signature="operator>>(uint&)"> | |
1858 | <remove/> |
|
1861 | <remove/> | |
1859 | </modify-function> |
|
1862 | </modify-function> | |
1860 | <modify-function signature="operator>>(unsigned char&)"> |
|
1863 | <modify-function signature="operator>>(unsigned char&)"> | |
1861 | <remove/> |
|
1864 | <remove/> | |
1862 | </modify-function> |
|
1865 | </modify-function> | |
1863 | <modify-function signature="operator>>(unsigned long long&)"> |
|
1866 | <modify-function signature="operator>>(unsigned long long&)"> | |
1864 | <remove/> |
|
1867 | <remove/> | |
1865 | </modify-function> |
|
1868 | </modify-function> | |
1866 |
|
1869 | |||
1867 | <modify-function signature="readRawData(char*,int)"> |
|
1870 | <modify-function signature="readRawData(char*,int)"> | |
1868 | <remove/> |
|
1871 | <remove/> | |
1869 | </modify-function> |
|
1872 | </modify-function> | |
1870 | <modify-function signature="readBytes(char&*,uint&)"> |
|
1873 | <modify-function signature="readBytes(char&*,uint&)"> | |
1871 | <remove/> |
|
1874 | <remove/> | |
1872 | </modify-function> |
|
1875 | </modify-function> | |
1873 | <modify-function signature="writeRawData(const char*,int)"> |
|
1876 | <modify-function signature="writeRawData(const char*,int)"> | |
1874 | <remove/> |
|
1877 | <remove/> | |
1875 | </modify-function> |
|
1878 | </modify-function> | |
1876 | <modify-function signature="writeBytes(const char*,uint)"> |
|
1879 | <modify-function signature="writeBytes(const char*,uint)"> | |
1877 | <remove/> |
|
1880 | <remove/> | |
1878 | </modify-function> |
|
1881 | </modify-function> | |
1879 |
|
1882 | |||
1880 | <modify-function signature="operator>>(signed char&)" remove="all"/> |
|
1883 | <modify-function signature="operator>>(signed char&)" remove="all"/> | |
1881 | <modify-function signature="operator<<(signed char)" remove="all"/> |
|
1884 | <modify-function signature="operator<<(signed char)" remove="all"/> | |
1882 |
|
1885 | |||
1883 |
<modify-function signature="operator<<(bool)" |
|
1886 | <modify-function signature="operator<<(bool)" remove="all"/> | |
1884 | <rename to="writeBoolean"/> |
|
1887 | <modify-function signature="operator<<(unsigned char)" remove="all"/> | |
1885 | <modify-argument index="0" replace-value="this"/> |
|
1888 | <modify-function signature="operator<<(int)" remove="all"/> | |
1886 | </modify-function> |
|
1889 | <modify-function signature="operator<<(qint64)" remove="all"/> | |
1887 |
<modify-function signature="operator<<( |
|
1890 | <modify-function signature="operator<<(float)" remove="all"/> | |
1888 | <modify-argument index="0" replace-value="this"/> |
|
1891 | <modify-function signature="operator<<(double)" remove="all"/> | |
1889 | <rename to="writeByte"/> |
|
1892 | <modify-function signature="operator<<(short)" remove="all"/> | |
1890 | </modify-function> |
|
1893 | ||
1891 |
<modify-function signature="operator& |
|
1894 | <modify-function signature="operator>>(bool &)" remove="all"/> | |
1892 | <rename to="writeInt"/> |
|
1895 | <modify-function signature="operator>>(unsigned char &)" remove="all"/> | |
1893 | <modify-argument index="0" replace-value="this"/> |
|
1896 | <modify-function signature="operator>>(int &)" remove="all"/> | |
1894 | </modify-function> |
|
1897 | <modify-function signature="operator>>(uint &)" remove="all"/> | |
1895 |
<modify-function signature="operator& |
|
1898 | <modify-function signature="operator>>(qint64 &)" remove="all"/> | |
1896 | <rename to="writeLongLong"/> |
|
1899 | <modify-function signature="operator>>(unsigned long long &)" remove="all"/> | |
1897 | <modify-argument index="0" replace-value="this"/> |
|
1900 | <modify-function signature="operator>>(float &)" remove="all"/> | |
1898 | </modify-function> |
|
1901 | <modify-function signature="operator>>(double &)" remove="all"/> | |
1899 |
<modify-function signature="operator& |
|
1902 | <modify-function signature="operator>>(short &)" remove="all"/> | |
1900 | <rename to="writeFloat"/> |
|
1903 | <modify-function signature="operator>>(unsigned short &)" remove="all"/> | |
1901 | <modify-argument index="0" replace-value="this"/> |
|
1904 | ||
1902 | </modify-function> |
|
1905 | <inject-code class="pywrap-h"> | |
1903 | <modify-function signature="operator<<(double)"> |
|
1906 | QString readQString(QDataStream* d) { QString r; (*d) >> r; return r; } | |
1904 | <rename to="writeDouble"/> |
|
1907 | QString readString(QDataStream* d) { QString r; (*d) >> r; return r; } | |
1905 | <modify-argument index="0" replace-value="this"/> |
|
1908 | QChar readQChar(QDataStream* d) { QChar r; (*d) >> r; return r; } | |
1906 | </modify-function> |
|
1909 | QStringList readQStringList(QDataStream* d) { QStringList r; (*d) >> r; return r; } | |
1907 | <modify-function signature="operator<<(short)"> |
|
1910 | QVariant readQVariant(QDataStream* d) { QVariant r; (*d) >> r; return r; } | |
1908 | <rename to="writeShort"/> |
|
1911 | bool readBool(QDataStream* d) { bool r; (*d) >> r; return r; } | |
1909 | <modify-argument index="0" replace-value="this"/> |
|
1912 | qint8 readInt8(QDataStream* d) { qint8 r; (*d) >> r; return r; } | |
1910 | </modify-function> |
|
1913 | quint8 readUInt8(QDataStream* d) { quint8 r; (*d) >> r; return r; } | |
1911 |
|
1914 | qint16 readInt16(QDataStream* d) { qint16 r; (*d) >> r; return r; } | ||
1912 | <modify-function signature="operator>>(bool &)"> |
|
1915 | quint16 readUInt16(QDataStream* d) { quint16 r; (*d) >> r; return r; } | |
1913 | <rename to="readBoolean"/> |
|
1916 | qint32 readInt32(QDataStream* d) { qint32 r; (*d) >> r; return r; } | |
1914 | <modify-argument index="1"> |
|
1917 | quint32 readUInt32(QDataStream* d) { quint32 r; (*d) >> r; return r; } | |
1915 | <remove-argument/> |
|
1918 | qint64 readInt64(QDataStream* d) { qint64 r; (*d) >> r; return r; } | |
1916 | <conversion-rule class="native"> |
|
1919 | quint64 readUInt64(QDataStream* d) { quint64 r; (*d) >> r; return r; } | |
1917 | bool __result; |
|
1920 | float readFloat(QDataStream* d) { float r; (*d) >> r; return r; } | |
1918 | bool & %out% = __result; |
|
1921 | double readDouble(QDataStream* d) { double r; (*d) >> r; return r; } | |
1919 | </conversion-rule> |
|
1922 | ||
1920 | </modify-argument> |
|
1923 | void writeQString(QDataStream* d, const QString& v) { (*d) << v; } | |
1921 | <modify-argument index="0" replace-value="void"> |
|
1924 | void writeString(QDataStream* d, const QString& v) { (*d) << v; } | |
1922 | <conversion-rule class="native"> |
|
1925 | void writeQChar(QDataStream* d, const QChar& v) { (*d) << v; } | |
1923 | bool %out% = __result; |
|
1926 | void writeQStringList(QDataStream* d, const QStringList& v) { (*d) << v; } | |
1924 | </conversion-rule> |
|
1927 | void writeQVariant(QDataStream* d, const QVariant& v) { (*d) << v; } | |
1925 | </modify-argument> |
|
1928 | void writeBool(QDataStream* d, bool v) { (*d) << v; } | |
1926 | </modify-function> |
|
1929 | void writeInt8(QDataStream* d, qint8 v) { (*d) << v; } | |
1927 | <modify-function signature="operator>>(unsigned char &)"> |
|
1930 | void writeUInt8(QDataStream* d, quint8 v) { (*d) << v; } | |
1928 | <rename to="readByte"/> |
|
1931 | void writeInt16(QDataStream* d, qint16 v) { (*d) << v; } | |
1929 | <modify-argument index="1"> |
|
1932 | void writeUInt16(QDataStream* d, quint16 v) { (*d) << v; } | |
1930 | <remove-argument/> |
|
1933 | void writeInt32(QDataStream* d, qint32 v) { (*d) << v; } | |
1931 | <conversion-rule class="native"> |
|
1934 | void writeUInt32(QDataStream* d, quint32 v) { (*d) << v; } | |
1932 | unsigned char __result; |
|
1935 | void writeInt64(QDataStream* d, qint64 v) { (*d) << v; } | |
1933 | unsigned char & %out% = __result; |
|
1936 | void writeUInt64(QDataStream* d, quint64 v) { (*d) << v; } | |
1934 | </conversion-rule> |
|
1937 | void writeFloat(QDataStream* d, float v) { (*d) << v; } | |
1935 | </modify-argument> |
|
1938 | void writeDouble(QDataStream* d, double v) { (*d) << v; } | |
1936 | <modify-argument index="0" replace-value="void"> |
|
1939 | ||
1937 | <conversion-rule class="native"> |
|
1940 | int writeRawData(QDataStream* d, PyObject* o) { | |
1938 | int %out% = __result; |
|
1941 | bool ok; | |
1939 | </conversion-rule> |
|
1942 | QByteArray r = PythonQtConv::PyObjGetBytes(o, false, ok); | |
1940 | </modify-argument> |
|
1943 | return (*d).writeRawData(r.constData(), r.size()); | |
1941 | </modify-function> |
|
1944 | } | |
1942 | <modify-function signature="operator>>(int &)"> |
|
1945 | ||
1943 | <rename to="readInt"/> |
|
1946 | PyObject* readRawData(QDataStream* d, int len) { | |
1944 | <modify-argument index="1"> |
|
1947 | QByteArray r; | |
1945 | <remove-argument/> |
|
1948 | r.resize(len); | |
1946 | <conversion-rule class="native"> |
|
1949 | int result = d->readRawData(r.data(), r.size()); | |
1947 | int __result; |
|
1950 | if (result>=0) { | |
1948 | int & %out% = __result; |
|
1951 | return PyString_FromStringAndSize(r.data(), result); | |
1949 | </conversion-rule> |
|
1952 | } else { | |
1950 | </modify-argument> |
|
1953 | Py_INCREF(Py_None); | |
1951 | <modify-argument index="0" replace-value="void"> |
|
1954 | return Py_None; | |
1952 | <conversion-rule class="native"> |
|
1955 | } | |
1953 | int %out% = __result; |
|
1956 | } | |
1954 | </conversion-rule> |
|
1957 | </inject-code> | |
1955 | </modify-argument> |
|
|||
1956 | </modify-function> |
|
|||
1957 | <modify-function signature="operator>>(uint &)"> |
|
|||
1958 | <rename to="readUInt"/> |
|
|||
1959 | <modify-argument index="1"> |
|
|||
1960 | <remove-argument/> |
|
|||
1961 | <conversion-rule class="native"> |
|
|||
1962 | uint __result; |
|
|||
1963 | uint & %out% = __result; |
|
|||
1964 | </conversion-rule> |
|
|||
1965 | </modify-argument> |
|
|||
1966 | <modify-argument index="0" replace-value="void"> |
|
|||
1967 | <conversion-rule class="native"> |
|
|||
1968 | uint %out% = __result; |
|
|||
1969 | </conversion-rule> |
|
|||
1970 | </modify-argument> |
|
|||
1971 | </modify-function> |
|
|||
1972 | <modify-function signature="operator>>(qint64 &)"> |
|
|||
1973 | <rename to="readLongLong"/> |
|
|||
1974 | <modify-argument index="1"> |
|
|||
1975 | <remove-argument/> |
|
|||
1976 | <conversion-rule class="native"> |
|
|||
1977 | qint64 __result; |
|
|||
1978 | qint64 & %out% = __result; |
|
|||
1979 | </conversion-rule> |
|
|||
1980 | </modify-argument> |
|
|||
1981 | <modify-argument index="0" replace-value="void"> |
|
|||
1982 | <conversion-rule class="native"> |
|
|||
1983 | qint64 %out% = __result; |
|
|||
1984 | </conversion-rule> |
|
|||
1985 | </modify-argument> |
|
|||
1986 | </modify-function> |
|
|||
1987 | <modify-function signature="operator>>(unsigned long long &)"> |
|
|||
1988 | <rename to="readULongLong"/> |
|
|||
1989 | <modify-argument index="1"> |
|
|||
1990 | <remove-argument/> |
|
|||
1991 | <conversion-rule class="native"> |
|
|||
1992 | unsigned long long __result; |
|
|||
1993 | unsigned long long & %out% = __result; |
|
|||
1994 | </conversion-rule> |
|
|||
1995 | </modify-argument> |
|
|||
1996 | <modify-argument index="0" replace-value="void"> |
|
|||
1997 | <conversion-rule class="native"> |
|
|||
1998 | unsigned long long %out% = __result; |
|
|||
1999 | </conversion-rule> |
|
|||
2000 | </modify-argument> |
|
|||
2001 | </modify-function> |
|
|||
2002 | <modify-function signature="operator>>(float &)"> |
|
|||
2003 | <rename to="readFloat"/> |
|
|||
2004 | <modify-argument index="1"> |
|
|||
2005 | <remove-argument/> |
|
|||
2006 | <conversion-rule class="native"> |
|
|||
2007 | float __result; |
|
|||
2008 | float & %out% = __result; |
|
|||
2009 | </conversion-rule> |
|
|||
2010 | </modify-argument> |
|
|||
2011 | <modify-argument index="0" replace-value="void"> |
|
|||
2012 | <conversion-rule class="native"> |
|
|||
2013 | float %out% = __result; |
|
|||
2014 | </conversion-rule> |
|
|||
2015 | </modify-argument> |
|
|||
2016 | </modify-function> |
|
|||
2017 | <modify-function signature="operator>>(double &)"> |
|
|||
2018 | <rename to="readDouble"/> |
|
|||
2019 | <modify-argument index="1"> |
|
|||
2020 | <remove-argument/> |
|
|||
2021 | <conversion-rule class="native"> |
|
|||
2022 | double __result; |
|
|||
2023 | double & %out% = __result; |
|
|||
2024 | </conversion-rule> |
|
|||
2025 | </modify-argument> |
|
|||
2026 | <modify-argument index="0" replace-value="void"> |
|
|||
2027 | <conversion-rule class="native"> |
|
|||
2028 | double %out% = __result; |
|
|||
2029 | </conversion-rule> |
|
|||
2030 | </modify-argument> |
|
|||
2031 | </modify-function> |
|
|||
2032 | <modify-function signature="operator>>(short &)"> |
|
|||
2033 | <rename to="readShort"/> |
|
|||
2034 | <modify-argument index="1"> |
|
|||
2035 | <remove-argument/> |
|
|||
2036 | <conversion-rule class="native"> |
|
|||
2037 | short __result; |
|
|||
2038 | short & %out% = __result; |
|
|||
2039 | </conversion-rule> |
|
|||
2040 | </modify-argument> |
|
|||
2041 | <modify-argument index="0" replace-value="void"> |
|
|||
2042 | <conversion-rule class="native"> |
|
|||
2043 | short %out% = __result; |
|
|||
2044 | </conversion-rule> |
|
|||
2045 | </modify-argument> |
|
|||
2046 | </modify-function> |
|
|||
2047 | <modify-function signature="operator>>(unsigned short &)"> |
|
|||
2048 | <rename to="readUShort"/> |
|
|||
2049 | <modify-argument index="1"> |
|
|||
2050 | <remove-argument/> |
|
|||
2051 | <conversion-rule class="native"> |
|
|||
2052 | unsigned short __result; |
|
|||
2053 | unsigned short & %out% = __result; |
|
|||
2054 | </conversion-rule> |
|
|||
2055 | </modify-argument> |
|
|||
2056 | <modify-argument index="0" replace-value="void"> |
|
|||
2057 | <conversion-rule class="native"> |
|
|||
2058 | unsigned short %out% = __result; |
|
|||
2059 | </conversion-rule> |
|
|||
2060 | </modify-argument> |
|
|||
2061 | </modify-function> |
|
|||
2062 | </object-type> |
|
1958 | </object-type> | |
2063 |
|
1959 | |||
2064 | <object-type name="QFSFileEngine"> |
|
1960 | <object-type name="QFSFileEngine"> | |
2065 | <extra-includes> |
|
1961 | <extra-includes> | |
2066 | <include file-name="QDateTime" location="global"/> |
|
1962 | <include file-name="QDateTime" location="global"/> | |
2067 | </extra-includes> |
|
1963 | </extra-includes> | |
2068 | </object-type> |
|
1964 | </object-type> | |
2069 |
|
1965 | |||
2070 | <object-type name="QTextStream"> |
|
1966 | <object-type name="QTextStream"> | |
2071 | <modify-function signature="QTextStream(QByteArray *, QFlags<QIODevice::OpenModeFlag>)"> |
|
1967 | <modify-function signature="QTextStream(QByteArray *, QFlags<QIODevice::OpenModeFlag>)"> | |
2072 | <remove/> |
|
1968 | <remove/> | |
2073 | </modify-function> |
|
1969 | </modify-function> | |
2074 | <modify-function signature="QTextStream(QString*,QFlags<QIODevice::OpenModeFlag>)"> |
|
1970 | <modify-function signature="QTextStream(QString*,QFlags<QIODevice::OpenModeFlag>)"> | |
2075 | <remove/> |
|
1971 | <remove/> | |
2076 | </modify-function> |
|
1972 | </modify-function> | |
2077 | <modify-function signature="operator>>(QChar&)"> |
|
1973 | <modify-function signature="operator>>(QChar&)"> | |
2078 | <remove/> |
|
1974 | <remove/> | |
2079 | </modify-function> |
|
1975 | </modify-function> | |
2080 | <modify-function signature="operator<<(const void*)"> |
|
1976 | <modify-function signature="operator<<(const void*)"> | |
2081 | <remove/> |
|
1977 | <remove/> | |
2082 | </modify-function> |
|
1978 | </modify-function> | |
2083 | <modify-function signature="operator<<(unsigned int)"> |
|
1979 | <modify-function signature="operator<<(unsigned int)"> | |
2084 | <remove/> |
|
1980 | <remove/> | |
2085 | </modify-function> |
|
1981 | </modify-function> | |
2086 | <modify-function signature="operator<<(unsigned long long)"> |
|
1982 | <modify-function signature="operator<<(unsigned long long)"> | |
2087 | <remove/> |
|
1983 | <remove/> | |
2088 | </modify-function> |
|
1984 | </modify-function> | |
2089 | <modify-function signature="operator<<(const QChar &)"> |
|
1985 | <modify-function signature="operator<<(const QChar &)"> | |
2090 | <remove/> |
|
1986 | <remove/> | |
2091 | </modify-function> |
|
1987 | </modify-function> | |
2092 | <modify-function signature="operator<<(unsigned long)"> |
|
1988 | <modify-function signature="operator<<(unsigned long)"> | |
2093 | <remove/> |
|
1989 | <remove/> | |
2094 | </modify-function> |
|
1990 | </modify-function> | |
2095 | <modify-function signature="operator<<(signed long)"> |
|
1991 | <modify-function signature="operator<<(signed long)"> | |
2096 | <remove/> |
|
1992 | <remove/> | |
2097 | </modify-function> |
|
1993 | </modify-function> | |
2098 | <modify-function signature="operator<<(const char*)"> |
|
1994 | <modify-function signature="operator<<(const char*)"> | |
2099 | <remove/> |
|
1995 | <remove/> | |
2100 | </modify-function> |
|
1996 | </modify-function> | |
2101 | <modify-function signature="operator<<(unsigned short)"> |
|
1997 | <modify-function signature="operator<<(unsigned short)"> | |
2102 | <remove/> |
|
1998 | <remove/> | |
2103 | </modify-function> |
|
1999 | </modify-function> | |
2104 | <modify-function signature="operator<<(const QByteArray&)"> |
|
2000 | <modify-function signature="operator<<(const QByteArray&)"> | |
2105 | <remove/> |
|
2001 | <remove/> | |
2106 | </modify-function> |
|
2002 | </modify-function> | |
2107 | <modify-function signature="operator>>(unsigned long long&)"> |
|
2003 | <modify-function signature="operator>>(unsigned long long&)"> | |
2108 | <remove/> |
|
2004 | <remove/> | |
2109 | </modify-function> |
|
2005 | </modify-function> | |
2110 | <modify-function signature="operator>>(uint&)"> |
|
2006 | <modify-function signature="operator>>(uint&)"> | |
2111 | <remove/> |
|
2007 | <remove/> | |
2112 | </modify-function> |
|
2008 | </modify-function> | |
2113 | <modify-function signature="operator>>(ulong&)"> |
|
2009 | <modify-function signature="operator>>(ulong&)"> | |
2114 | <remove/> |
|
2010 | <remove/> | |
2115 | </modify-function> |
|
2011 | </modify-function> | |
2116 | <modify-function signature="setString(QString*,QFlags<QIODevice::OpenModeFlag>)"> |
|
2012 | <modify-function signature="setString(QString*,QFlags<QIODevice::OpenModeFlag>)"> | |
2117 | <remove/> |
|
2013 | <remove/> | |
2118 | </modify-function> |
|
2014 | </modify-function> | |
2119 | <modify-function signature="string()const"> |
|
2015 | <modify-function signature="string()const"> | |
2120 | <remove/> |
|
2016 | <remove/> | |
2121 | </modify-function> |
|
2017 | </modify-function> | |
2122 | <modify-function signature="operator>>(signed long&)"> |
|
2018 | <modify-function signature="operator>>(signed long&)"> | |
2123 | <remove/> |
|
2019 | <remove/> | |
2124 | </modify-function> |
|
2020 | </modify-function> | |
2125 | <modify-function signature="operator>>(char*)"> |
|
2021 | <modify-function signature="operator>>(char*)"> | |
2126 | <remove/> |
|
2022 | <remove/> | |
2127 | </modify-function> |
|
2023 | </modify-function> | |
2128 | <modify-function signature="operator>>(QByteArray&)"> |
|
2024 | <modify-function signature="operator>>(QByteArray&)"> | |
2129 | <remove/> |
|
2025 | <remove/> | |
2130 | </modify-function> |
|
2026 | </modify-function> | |
2131 | <modify-function signature="operator>>(QString&)"> |
|
2027 | <modify-function signature="operator>>(QString&)"> | |
2132 | <remove/> |
|
2028 | <remove/> | |
2133 | </modify-function> |
|
2029 | </modify-function> | |
2134 | <modify-function signature="operator>>(unsigned short&)"> |
|
2030 | <modify-function signature="operator>>(unsigned short&)"> | |
2135 | <remove/> |
|
2031 | <remove/> | |
2136 | </modify-function> |
|
2032 | </modify-function> | |
2137 | <modify-function signature="operator<<(const QString&)"> |
|
2033 | <modify-function signature="operator<<(const QString&)"> | |
2138 | <remove/> |
|
2034 | <remove/> | |
2139 | </modify-function> |
|
2035 | </modify-function> | |
2140 |
|
2036 | |||
2141 |
|
2037 | |||
2142 | <modify-function signature="setCodec(QTextCodec *)"> |
|
2038 | <modify-function signature="setCodec(QTextCodec *)"> | |
2143 | <modify-argument index="1"> |
|
2039 | <modify-argument index="1"> | |
2144 | <reference-count action="set" variable-name="__rcCodec"/> |
|
2040 | <reference-count action="set" variable-name="__rcCodec"/> | |
2145 | </modify-argument> |
|
2041 | </modify-argument> | |
2146 | </modify-function> |
|
2042 | </modify-function> | |
2147 |
|
2043 | |||
2148 | <modify-function signature="QTextStream(QIODevice *)"> |
|
2044 | <modify-function signature="QTextStream(QIODevice *)"> | |
2149 | <modify-argument index="1"> |
|
2045 | <modify-argument index="1"> | |
2150 | <reference-count action="set" variable-name="__rcDevice"/> |
|
2046 | <reference-count action="set" variable-name="__rcDevice"/> | |
2151 | </modify-argument> |
|
2047 | </modify-argument> | |
2152 | </modify-function> |
|
2048 | </modify-function> | |
2153 | <modify-function signature="setDevice(QIODevice *)"> |
|
2049 | <modify-function signature="setDevice(QIODevice *)"> | |
2154 | <modify-argument index="1"> |
|
2050 | <modify-argument index="1"> | |
2155 | <reference-count action="set" variable-name="__rcDevice"/> |
|
2051 | <reference-count action="set" variable-name="__rcDevice"/> | |
2156 | </modify-argument> |
|
2052 | </modify-argument> | |
2157 | </modify-function> |
|
2053 | </modify-function> | |
2158 |
|
2054 | |||
2159 | <modify-function signature="setCodec(const char *)"> |
|
2055 | <modify-function signature="setCodec(const char *)"> | |
2160 | <modify-argument index="1"> |
|
2056 | <modify-argument index="1"> | |
2161 | <replace-type modified-type="QString"/> |
|
2057 | <replace-type modified-type="QString"/> | |
2162 | <conversion-rule class="native"> |
|
2058 | <conversion-rule class="native"> | |
2163 | <insert-template name="core.convert_string_arg_to_char*"/> |
|
2059 | <insert-template name="core.convert_string_arg_to_char*"/> | |
2164 | </conversion-rule> |
|
2060 | </conversion-rule> | |
2165 | </modify-argument> |
|
2061 | </modify-argument> | |
2166 | </modify-function> |
|
2062 | </modify-function> | |
2167 |
|
2063 | |||
2168 | <modify-function signature="operator<<(QBool)"> |
|
2064 | <modify-function signature="operator<<(QBool)"> | |
2169 | <rename to="writeBoolean"/> |
|
2065 | <rename to="writeBoolean"/> | |
2170 | <modify-argument index="0" replace-value="this"/> |
|
2066 | <modify-argument index="0" replace-value="this"/> | |
2171 | </modify-function> |
|
2067 | </modify-function> | |
2172 | <modify-function signature="operator<<(char)"> |
|
2068 | <modify-function signature="operator<<(char)"> | |
2173 | <modify-argument index="0" replace-value="this"/> |
|
2069 | <modify-argument index="0" replace-value="this"/> | |
2174 | <rename to="writeByte"/> |
|
2070 | <rename to="writeByte"/> | |
2175 | </modify-function> |
|
2071 | </modify-function> | |
2176 | <modify-function signature="operator<<(signed int)"> |
|
2072 | <modify-function signature="operator<<(signed int)"> | |
2177 | <rename to="writeInt"/> |
|
2073 | <rename to="writeInt"/> | |
2178 | <modify-argument index="0" replace-value="this"/> |
|
2074 | <modify-argument index="0" replace-value="this"/> | |
2179 | </modify-function> |
|
2075 | </modify-function> | |
2180 | <modify-function signature="operator<<(qlonglong)"> |
|
2076 | <modify-function signature="operator<<(qlonglong)"> | |
2181 | <rename to="writeLongLong"/> |
|
2077 | <rename to="writeLongLong"/> | |
2182 | <modify-argument index="0" replace-value="this"/> |
|
2078 | <modify-argument index="0" replace-value="this"/> | |
2183 | </modify-function> |
|
2079 | </modify-function> | |
2184 | <modify-function signature="operator<<(float)"> |
|
2080 | <modify-function signature="operator<<(float)"> | |
2185 | <rename to="writeFloat"/> |
|
2081 | <rename to="writeFloat"/> | |
2186 | <modify-argument index="0" replace-value="this"/> |
|
2082 | <modify-argument index="0" replace-value="this"/> | |
2187 | </modify-function> |
|
2083 | </modify-function> | |
2188 | <modify-function signature="operator<<(double)"> |
|
2084 | <modify-function signature="operator<<(double)"> | |
2189 | <rename to="writeDouble"/> |
|
2085 | <rename to="writeDouble"/> | |
2190 | <modify-argument index="0" replace-value="this"/> |
|
2086 | <modify-argument index="0" replace-value="this"/> | |
2191 | </modify-function> |
|
2087 | </modify-function> | |
2192 | <modify-function signature="operator<<(signed short)"> |
|
2088 | <modify-function signature="operator<<(signed short)"> | |
2193 | <rename to="writeShort"/> |
|
2089 | <rename to="writeShort"/> | |
2194 | <modify-argument index="0" replace-value="this"/> |
|
2090 | <modify-argument index="0" replace-value="this"/> | |
2195 | </modify-function> |
|
2091 | </modify-function> | |
2196 | <modify-function signature="operator<<(const QByteArray&)"> |
|
2092 | <modify-function signature="operator<<(const QByteArray&)"> | |
2197 | <rename to="writeByteArray"/> |
|
2093 | <rename to="writeByteArray"/> | |
2198 | <modify-argument index="0" replace-value="this"/> |
|
2094 | <modify-argument index="0" replace-value="this"/> | |
2199 | </modify-function> |
|
2095 | </modify-function> | |
2200 | <modify-function signature="operator<<(const QString&)"> |
|
2096 | <modify-function signature="operator<<(const QString&)"> | |
2201 | <rename to="writeString"/> |
|
2097 | <rename to="writeString"/> | |
2202 | <modify-argument index="0" replace-value="this"/> |
|
2098 | <modify-argument index="0" replace-value="this"/> | |
2203 | </modify-function> |
|
2099 | </modify-function> | |
2204 |
|
2100 | |||
2205 | <modify-function signature="operator>>(char&)"> |
|
2101 | <modify-function signature="operator>>(char&)"> | |
2206 | <rename to="readByte"/> |
|
2102 | <rename to="readByte"/> | |
2207 | <modify-argument index="1"> |
|
2103 | <modify-argument index="1"> | |
2208 | <remove-argument/> |
|
2104 | <remove-argument/> | |
2209 | <conversion-rule class="native"> |
|
2105 | <conversion-rule class="native"> | |
2210 | char __result; |
|
2106 | char __result; | |
2211 | char & %out% = __result; |
|
2107 | char & %out% = __result; | |
2212 | </conversion-rule> |
|
2108 | </conversion-rule> | |
2213 | </modify-argument> |
|
2109 | </modify-argument> | |
2214 | <modify-argument index="0" replace-value="void"> |
|
2110 | <modify-argument index="0" replace-value="void"> | |
2215 | <conversion-rule class="native"> |
|
2111 | <conversion-rule class="native"> | |
2216 | int %out% = __result; |
|
2112 | int %out% = __result; | |
2217 | </conversion-rule> |
|
2113 | </conversion-rule> | |
2218 | </modify-argument> |
|
2114 | </modify-argument> | |
2219 | </modify-function> |
|
2115 | </modify-function> | |
2220 | <modify-function signature="operator>>(signed short&)"> |
|
2116 | <modify-function signature="operator>>(signed short&)"> | |
2221 | <rename to="readShort"/> |
|
2117 | <rename to="readShort"/> | |
2222 | <modify-argument index="1"> |
|
2118 | <modify-argument index="1"> | |
2223 | <remove-argument/> |
|
2119 | <remove-argument/> | |
2224 | <conversion-rule class="native"> |
|
2120 | <conversion-rule class="native"> | |
2225 | short __result; |
|
2121 | short __result; | |
2226 | short & %out% = __result; |
|
2122 | short & %out% = __result; | |
2227 | </conversion-rule> |
|
2123 | </conversion-rule> | |
2228 | </modify-argument> |
|
2124 | </modify-argument> | |
2229 | <modify-argument index="0" replace-value="void"> |
|
2125 | <modify-argument index="0" replace-value="void"> | |
2230 | <conversion-rule class="native"> |
|
2126 | <conversion-rule class="native"> | |
2231 | short %out% = __result; |
|
2127 | short %out% = __result; | |
2232 | </conversion-rule> |
|
2128 | </conversion-rule> | |
2233 | </modify-argument> |
|
2129 | </modify-argument> | |
2234 | </modify-function> |
|
2130 | </modify-function> | |
2235 | <modify-function signature="operator>>(signed int&)"> |
|
2131 | <modify-function signature="operator>>(signed int&)"> | |
2236 | <rename to="readInt"/> |
|
2132 | <rename to="readInt"/> | |
2237 | <modify-argument index="1"> |
|
2133 | <modify-argument index="1"> | |
2238 | <remove-argument/> |
|
2134 | <remove-argument/> | |
2239 | <conversion-rule class="native"> |
|
2135 | <conversion-rule class="native"> | |
2240 | int __result; |
|
2136 | int __result; | |
2241 | int & %out% = __result; |
|
2137 | int & %out% = __result; | |
2242 | </conversion-rule> |
|
2138 | </conversion-rule> | |
2243 | </modify-argument> |
|
2139 | </modify-argument> | |
2244 | <modify-argument index="0" replace-value="void"> |
|
2140 | <modify-argument index="0" replace-value="void"> | |
2245 | <conversion-rule class="native"> |
|
2141 | <conversion-rule class="native"> | |
2246 | int %out% = __result; |
|
2142 | int %out% = __result; | |
2247 | </conversion-rule> |
|
2143 | </conversion-rule> | |
2248 | </modify-argument> |
|
2144 | </modify-argument> | |
2249 | </modify-function> |
|
2145 | </modify-function> | |
2250 | <modify-function signature="operator>>(unsigned short&)"> |
|
2146 | <modify-function signature="operator>>(unsigned short&)"> | |
2251 | <rename to="readUShort"/> |
|
2147 | <rename to="readUShort"/> | |
2252 | <modify-argument index="1"> |
|
2148 | <modify-argument index="1"> | |
2253 | <remove-argument/> |
|
2149 | <remove-argument/> | |
2254 | <conversion-rule class="native"> |
|
2150 | <conversion-rule class="native"> | |
2255 | unsigned short __result; |
|
2151 | unsigned short __result; | |
2256 | unsigned short & %out% = __result; |
|
2152 | unsigned short & %out% = __result; | |
2257 | </conversion-rule> |
|
2153 | </conversion-rule> | |
2258 | </modify-argument> |
|
2154 | </modify-argument> | |
2259 | <modify-argument index="0" replace-value="void"> |
|
2155 | <modify-argument index="0" replace-value="void"> | |
2260 | <conversion-rule class="native"> |
|
2156 | <conversion-rule class="native"> | |
2261 | unsigned short %out% = __result; |
|
2157 | unsigned short %out% = __result; | |
2262 | </conversion-rule> |
|
2158 | </conversion-rule> | |
2263 | </modify-argument> |
|
2159 | </modify-argument> | |
2264 | </modify-function> |
|
2160 | </modify-function> | |
2265 | <modify-function signature="operator>>(unsigned int&)"> |
|
2161 | <modify-function signature="operator>>(unsigned int&)"> | |
2266 | <rename to="readUInt"/> |
|
2162 | <rename to="readUInt"/> | |
2267 | <modify-argument index="1"> |
|
2163 | <modify-argument index="1"> | |
2268 | <remove-argument/> |
|
2164 | <remove-argument/> | |
2269 | <conversion-rule class="native"> |
|
2165 | <conversion-rule class="native"> | |
2270 | unsigned int __result; |
|
2166 | unsigned int __result; | |
2271 | unsigned int & %out% = __result; |
|
2167 | unsigned int & %out% = __result; | |
2272 | </conversion-rule> |
|
2168 | </conversion-rule> | |
2273 | </modify-argument> |
|
2169 | </modify-argument> | |
2274 | <modify-argument index="0" replace-value="void"> |
|
2170 | <modify-argument index="0" replace-value="void"> | |
2275 | <conversion-rule class="native"> |
|
2171 | <conversion-rule class="native"> | |
2276 | unsigned int %out% = __result; |
|
2172 | unsigned int %out% = __result; | |
2277 | </conversion-rule> |
|
2173 | </conversion-rule> | |
2278 | </modify-argument> |
|
2174 | </modify-argument> | |
2279 | </modify-function> |
|
2175 | </modify-function> | |
2280 | <modify-function signature="operator>>(qlonglong&)"> |
|
2176 | <modify-function signature="operator>>(qlonglong&)"> | |
2281 | <rename to="readLongLong"/> |
|
2177 | <rename to="readLongLong"/> | |
2282 | <modify-argument index="1"> |
|
2178 | <modify-argument index="1"> | |
2283 | <remove-argument/> |
|
2179 | <remove-argument/> | |
2284 | <conversion-rule class="native"> |
|
2180 | <conversion-rule class="native"> | |
2285 | qlonglong __result; |
|
2181 | qlonglong __result; | |
2286 | qlonglong & %out% = __result; |
|
2182 | qlonglong & %out% = __result; | |
2287 | </conversion-rule> |
|
2183 | </conversion-rule> | |
2288 | </modify-argument> |
|
2184 | </modify-argument> | |
2289 | <modify-argument index="0" replace-value="void"> |
|
2185 | <modify-argument index="0" replace-value="void"> | |
2290 | <conversion-rule class="native"> |
|
2186 | <conversion-rule class="native"> | |
2291 | qlonglong %out% = __result; |
|
2187 | qlonglong %out% = __result; | |
2292 | </conversion-rule> |
|
2188 | </conversion-rule> | |
2293 | </modify-argument> |
|
2189 | </modify-argument> | |
2294 | </modify-function> |
|
2190 | </modify-function> | |
2295 | <modify-function signature="operator>>(qulonglong&)"> |
|
2191 | <modify-function signature="operator>>(qulonglong&)"> | |
2296 | <rename to="readULongLong"/> |
|
2192 | <rename to="readULongLong"/> | |
2297 | <modify-argument index="1"> |
|
2193 | <modify-argument index="1"> | |
2298 | <remove-argument/> |
|
2194 | <remove-argument/> | |
2299 | <conversion-rule class="native"> |
|
2195 | <conversion-rule class="native"> | |
2300 | qulonglong __result; |
|
2196 | qulonglong __result; | |
2301 | qulonglong & %out% = __result; |
|
2197 | qulonglong & %out% = __result; | |
2302 | </conversion-rule> |
|
2198 | </conversion-rule> | |
2303 | </modify-argument> |
|
2199 | </modify-argument> | |
2304 | <modify-argument index="0" replace-value="void"> |
|
2200 | <modify-argument index="0" replace-value="void"> | |
2305 | <conversion-rule class="native"> |
|
2201 | <conversion-rule class="native"> | |
2306 | qulonglong %out% = __result; |
|
2202 | qulonglong %out% = __result; | |
2307 | </conversion-rule> |
|
2203 | </conversion-rule> | |
2308 | </modify-argument> |
|
2204 | </modify-argument> | |
2309 | </modify-function> |
|
2205 | </modify-function> | |
2310 | <modify-function signature="operator>>(float&)"> |
|
2206 | <modify-function signature="operator>>(float&)"> | |
2311 | <rename to="readFloat"/> |
|
2207 | <rename to="readFloat"/> | |
2312 | <modify-argument index="1"> |
|
2208 | <modify-argument index="1"> | |
2313 | <remove-argument/> |
|
2209 | <remove-argument/> | |
2314 | <conversion-rule class="native"> |
|
2210 | <conversion-rule class="native"> | |
2315 | float __result; |
|
2211 | float __result; | |
2316 | float & %out% = __result; |
|
2212 | float & %out% = __result; | |
2317 | </conversion-rule> |
|
2213 | </conversion-rule> | |
2318 | </modify-argument> |
|
2214 | </modify-argument> | |
2319 | <modify-argument index="0" replace-value="void"> |
|
2215 | <modify-argument index="0" replace-value="void"> | |
2320 | <conversion-rule class="native"> |
|
2216 | <conversion-rule class="native"> | |
2321 | float %out% = __result; |
|
2217 | float %out% = __result; | |
2322 | </conversion-rule> |
|
2218 | </conversion-rule> | |
2323 | </modify-argument> |
|
2219 | </modify-argument> | |
2324 | </modify-function> |
|
2220 | </modify-function> | |
2325 | <modify-function signature="operator>>(double&)"> |
|
2221 | <modify-function signature="operator>>(double&)"> | |
2326 | <rename to="readDouble"/> |
|
2222 | <rename to="readDouble"/> | |
2327 | <modify-argument index="1"> |
|
2223 | <modify-argument index="1"> | |
2328 | <remove-argument/> |
|
2224 | <remove-argument/> | |
2329 | <conversion-rule class="native"> |
|
2225 | <conversion-rule class="native"> | |
2330 | double __result; |
|
2226 | double __result; | |
2331 | double & %out% = __result; |
|
2227 | double & %out% = __result; | |
2332 | </conversion-rule> |
|
2228 | </conversion-rule> | |
2333 | </modify-argument> |
|
2229 | </modify-argument> | |
2334 | <modify-argument index="0" replace-value="void"> |
|
2230 | <modify-argument index="0" replace-value="void"> | |
2335 | <conversion-rule class="native"> |
|
2231 | <conversion-rule class="native"> | |
2336 | double %out% = __result; |
|
2232 | double %out% = __result; | |
2337 | </conversion-rule> |
|
2233 | </conversion-rule> | |
2338 | </modify-argument> |
|
2234 | </modify-argument> | |
2339 | </modify-function> |
|
2235 | </modify-function> | |
2340 |
|
2236 | |||
2341 | <modify-function signature="operator<<(qulonglong)" remove="all"/> |
|
2237 | <modify-function signature="operator<<(qulonglong)" remove="all"/> | |
2342 | <modify-function signature="operator>>(qulonglong&)" remove="all"/> |
|
2238 | <modify-function signature="operator>>(qulonglong&)" remove="all"/> | |
2343 | </object-type> |
|
2239 | </object-type> | |
2344 |
|
2240 | |||
2345 | <object-type name="QSystemSemaphore"/> |
|
2241 | <object-type name="QSystemSemaphore"/> | |
2346 |
|
2242 | |||
2347 | <namespace-type name="QtConcurrent" target-type="class"> |
|
2243 | <namespace-type name="QtConcurrent" target-type="class"> | |
2348 | <extra-includes> |
|
2244 | <extra-includes> | |
2349 | <include file-name="qtconcurrentreducekernel.h" location="global"/> |
|
2245 | <include file-name="qtconcurrentreducekernel.h" location="global"/> | |
2350 | <include file-name="qtconcurrentthreadengine.h" location="global"/> |
|
2246 | <include file-name="qtconcurrentthreadengine.h" location="global"/> | |
2351 | </extra-includes> |
|
2247 | </extra-includes> | |
2352 | </namespace-type> |
|
2248 | </namespace-type> | |
2353 |
|
2249 | |||
2354 | <value-type name="QFuture" generate="no"> |
|
2250 | <value-type name="QFuture" generate="no"> | |
2355 | <modify-function signature="operator T() const" remove="all"/> |
|
2251 | <modify-function signature="operator T() const" remove="all"/> | |
2356 | <modify-function signature="operator=(const QFuture &)" remove="all"/> |
|
2252 | <modify-function signature="operator=(const QFuture &)" remove="all"/> | |
2357 | </value-type> |
|
2253 | </value-type> | |
2358 | <value-type name="QtJambiVoidFuture" java-name="QFutureVoid"> |
|
2254 | <value-type name="QtJambiVoidFuture" java-name="QFutureVoid"> | |
2359 | <modify-function signature="resultCount()const" remove="all"/> |
|
2255 | <modify-function signature="resultCount()const" remove="all"/> | |
2360 | <modify-function signature="isResultReadyAt(int)const" remove="all"/> |
|
2256 | <modify-function signature="isResultReadyAt(int)const" remove="all"/> | |
2361 | </value-type> |
|
2257 | </value-type> | |
2362 | <value-type name="QtJambiFuture" java-name="QFuture" generic-class="yes"/> |
|
2258 | <value-type name="QtJambiFuture" java-name="QFuture" generic-class="yes"/> | |
2363 |
|
2259 | |||
2364 | <object-type name="QFutureWatcherBase"> |
|
2260 | <object-type name="QFutureWatcherBase"> | |
2365 | <modify-function signature="connectNotify(const char *)" remove="all"/> |
|
2261 | <modify-function signature="connectNotify(const char *)" remove="all"/> | |
2366 | <modify-function signature="disconnectNotify(const char *)" remove="all"/> |
|
2262 | <modify-function signature="disconnectNotify(const char *)" remove="all"/> | |
2367 | </object-type> |
|
2263 | </object-type> | |
2368 | <object-type name="QtJambiVoidFutureWatcher" java-name="QFutureWatcherVoid"/> |
|
2264 | <object-type name="QtJambiVoidFutureWatcher" java-name="QFutureWatcherVoid"/> | |
2369 |
|
2265 | |||
2370 | <object-type name="QFutureWatcher" generate="no"> |
|
2266 | <object-type name="QFutureWatcher" generate="no"> | |
2371 | <modify-function signature="future()const" remove="all"/> |
|
2267 | <modify-function signature="future()const" remove="all"/> | |
2372 | </object-type> |
|
2268 | </object-type> | |
2373 | <object-type name="QtJambiFutureWatcher" java-name="QFutureWatcher" generic-class="yes"/> |
|
2269 | <object-type name="QtJambiFutureWatcher" java-name="QFutureWatcher" generic-class="yes"/> | |
2374 |
|
2270 | |||
2375 | <object-type name="QFutureSynchronizer" generate="no"/> |
|
2271 | <object-type name="QFutureSynchronizer" generate="no"/> | |
2376 | <object-type name="QtJambiFutureSynchronizer" generic-class="yes" java-name="QFutureSynchronizer"/> |
|
2272 | <object-type name="QtJambiFutureSynchronizer" generic-class="yes" java-name="QFutureSynchronizer"/> | |
2377 | <object-type name="QtJambiVoidFutureSynchronizer" java-name="QFutureSynchronizerVoid"/> |
|
2273 | <object-type name="QtJambiVoidFutureSynchronizer" java-name="QFutureSynchronizerVoid"/> | |
2378 | <object-type name="QThreadPool"/> |
|
2274 | <object-type name="QThreadPool"/> | |
2379 |
|
2275 | |||
2380 | <object-type name="QFutureIterator" generate="no"> |
|
2276 | <object-type name="QFutureIterator" generate="no"> | |
2381 | <modify-function signature="operator=(const QFuture&)" remove="all"/> |
|
2277 | <modify-function signature="operator=(const QFuture&)" remove="all"/> | |
2382 | </object-type> |
|
2278 | </object-type> | |
2383 | <object-type name="QtJambiFutureIterator" generic-class="yes" java-name="QFutureIterator"/> |
|
2279 | <object-type name="QtJambiFutureIterator" generic-class="yes" java-name="QFutureIterator"/> | |
2384 | <object-type name="QRunnable"/> |
|
2280 | <object-type name="QRunnable"/> | |
2385 |
|
2281 | |||
2386 | <object-type name="QSysInfo"/> |
|
2282 | <object-type name="QSysInfo"/> | |
2387 | <object-type name="QLibrary"/> |
|
2283 | <object-type name="QLibrary"/> | |
2388 | <object-type name="QResource"/> |
|
2284 | <object-type name="QResource"/> | |
2389 | <object-type name="QSharedMemory"/> |
|
2285 | <object-type name="QSharedMemory"/> | |
2390 | <object-type name="QMetaObject"/> |
|
2286 | <object-type name="QMetaObject"/> | |
2391 | <object-type name="QMetaMethod"/> |
|
2287 | <object-type name="QMetaMethod"/> | |
2392 | <object-type name="QMetaEnum"/> |
|
2288 | <object-type name="QMetaEnum"/> | |
2393 | <object-type name="QMetaProperty"/> |
|
2289 | <object-type name="QMetaProperty"/> | |
2394 | <object-type name="QMetaClassInfo"/> |
|
2290 | <object-type name="QMetaClassInfo"/> | |
2395 | <object-type name="QElapsedTimer"/> |
|
2291 | <object-type name="QElapsedTimer"/> | |
2396 | <object-type name="QMetaType"/> |
|
2292 | <object-type name="QMetaType"/> | |
2397 |
|
2293 | |||
2398 | <!-- Inefficient hash codes --> |
|
2294 | <!-- Inefficient hash codes --> | |
2399 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QUuid' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
2295 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QUuid' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
2400 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QLocale' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
2296 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QLocale' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
2401 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QFuture' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
2297 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QFuture' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
2402 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QRegExp' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
2298 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QRegExp' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
2403 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QFutureVoid' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
2299 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QFutureVoid' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
2404 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QUrl' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
2300 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QUrl' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
2405 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QProcessEnvironment' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> |
|
2301 | <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QProcessEnvironment' has equals operators but no qHash() function. Hashcode of objects will consistently be 0."/> | |
2406 |
|
2302 | |||
2407 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::selectIteration', unmatched parameter type 'T'"/> |
|
2303 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::selectIteration', unmatched parameter type 'T'"/> | |
2408 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QVariantAnimation::registerInterpolator', unmatched parameter type 'QVariantAnimation::Interpolator'"/> |
|
2304 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QVariantAnimation::registerInterpolator', unmatched parameter type 'QVariantAnimation::Interpolator'"/> | |
2409 |
|
2305 | |||
2410 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'Qt::Initialization'"/> |
|
2306 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'Qt::Initialization'"/> | |
2411 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'std::*'"/> |
|
2307 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'std::*'"/> | |
2412 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private\*'"/> |
|
2308 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private\*'"/> | |
2413 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private&'"/> |
|
2309 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private&'"/> | |
2414 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'FILE\*'"/> |
|
2310 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'FILE\*'"/> | |
2415 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QByteArray::Data\*'"/> |
|
2311 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QByteArray::Data\*'"/> | |
2416 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QTSMFC'"/> |
|
2312 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QTSMFC'"/> | |
2417 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QTSMFI'"/> |
|
2313 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QTSMFI'"/> | |
2418 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QAbstractFileEngine::ExtensionOption const\*'"/> |
|
2314 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QAbstractFileEngine::ExtensionOption const\*'"/> | |
2419 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QAbstractFileEngine::Iterator\*'"/> |
|
2315 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QAbstractFileEngine::Iterator\*'"/> | |
2420 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QDataStream::ByteOrder'"/> |
|
2316 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QDataStream::ByteOrder'"/> | |
2421 | <suppress-warning text="WARNING(MetaJavaBuilder) :: visibility of function '*' modified in class '*'"/> |
|
2317 | <suppress-warning text="WARNING(MetaJavaBuilder) :: visibility of function '*' modified in class '*'"/> | |
2422 | <suppress-warning text="WARNING(MetaJavaBuilder) :: hiding of function '*' in class '*'"/> |
|
2318 | <suppress-warning text="WARNING(MetaJavaBuilder) :: hiding of function '*' in class '*'"/> | |
2423 | <suppress-warning text="WARNING(CppImplGenerator) :: protected function '*' in final class '*'"/> |
|
2319 | <suppress-warning text="WARNING(CppImplGenerator) :: protected function '*' in final class '*'"/> | |
2424 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QPointer<*>'"/> |
|
2320 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QPointer<*>'"/> | |
2425 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QVector<*>'"/> |
|
2321 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type 'QVector<*>'"/> | |
2426 | <suppress-warning text="* private virtual function '*' in 'QAbstractListModel'"/> |
|
2322 | <suppress-warning text="* private virtual function '*' in 'QAbstractListModel'"/> | |
2427 | <suppress-warning text="* private virtual function '*' in 'QAbstractTableModel'"/> |
|
2323 | <suppress-warning text="* private virtual function '*' in 'QAbstractTableModel'"/> | |
2428 | <suppress-warning text="* private virtual function '*' in 'QListWidget'"/> |
|
2324 | <suppress-warning text="* private virtual function '*' in 'QListWidget'"/> | |
2429 | <suppress-warning text="* private virtual function '*' in 'QTreeWidget'"/> |
|
2325 | <suppress-warning text="* private virtual function '*' in 'QTreeWidget'"/> | |
2430 | <suppress-warning text="* private virtual function '*' in 'QFontDialog'"/> |
|
2326 | <suppress-warning text="* private virtual function '*' in 'QFontDialog'"/> | |
2431 | <suppress-warning text="* private virtual function '*' in 'QTableWidget'"/> |
|
2327 | <suppress-warning text="* private virtual function '*' in 'QTableWidget'"/> | |
2432 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFutureWatcherBase::futureInterface', unmatched return type 'QFutureInterfaceBase&'"/> |
|
2328 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFutureWatcherBase::futureInterface', unmatched return type 'QFutureInterfaceBase&'"/> | |
2433 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFutureWatcherBase::futureInterface', unmatched return type 'QFutureInterfaceBase const&'"/> |
|
2329 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFutureWatcherBase::futureInterface', unmatched return type 'QFutureInterfaceBase const&'"/> | |
2434 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFutureWatcher::futureInterface', unmatched return type 'QFutureInterfaceBase&'"/> |
|
2330 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFutureWatcher::futureInterface', unmatched return type 'QFutureInterfaceBase&'"/> | |
2435 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFutureWatcher::futureInterface', unmatched return type 'QFutureInterfaceBase const&'"/> |
|
2331 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFutureWatcher::futureInterface', unmatched return type 'QFutureInterfaceBase const&'"/> | |
2436 | <suppress-warning text="WARNING(MetaJavaBuilder) :: unknown operator 'T'"/> |
|
2332 | <suppress-warning text="WARNING(MetaJavaBuilder) :: unknown operator 'T'"/> | |
2437 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFuture::constBegin', unmatched return type 'const_iterator'"/> |
|
2333 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFuture::constBegin', unmatched return type 'const_iterator'"/> | |
2438 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFuture::end', unmatched return type 'const_iterator'"/> |
|
2334 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFuture::end', unmatched return type 'const_iterator'"/> | |
2439 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFuture::constEnd', unmatched return type 'const_iterator'"/> |
|
2335 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFuture::constEnd', unmatched return type 'const_iterator'"/> | |
2440 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFuture::QFuture', unmatched parameter type 'QFutureInterface<T>*'"/> |
|
2336 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFuture::QFuture', unmatched parameter type 'QFutureInterface<T>*'"/> | |
2441 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFuture::begin', unmatched return type 'const_iterator'"/> |
|
2337 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QFuture::begin', unmatched return type 'const_iterator'"/> | |
2442 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::advance', unmatched parameter type 'It&'"/> |
|
2338 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::advance', unmatched parameter type 'It&'"/> | |
2443 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMapped', unmatched return type 'Sequence'"/> |
|
2339 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMapped', unmatched return type 'Sequence'"/> | |
2444 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMapped', unmatched return type 'QList<U>'"/> |
|
2340 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMapped', unmatched return type 'QList<U>'"/> | |
2445 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMapped', unmatched return type 'QList<MapFunctor::result_type>'"/> |
|
2341 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMapped', unmatched return type 'QList<MapFunctor::result_type>'"/> | |
2446 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMapped', unmatched return type 'OutputSequence'"/> |
|
2342 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMapped', unmatched return type 'OutputSequence'"/> | |
2447 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::filtered', unmatched parameter type 'Iterator'"/> |
|
2343 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::filtered', unmatched parameter type 'Iterator'"/> | |
2448 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::filtered', unmatched parameter type 'Sequence const&'"/> |
|
2344 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::filtered', unmatched parameter type 'Sequence const&'"/> | |
2449 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::filter', unmatched parameter type 'Sequence&'"/> |
|
2345 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::filter', unmatched parameter type 'Sequence&'"/> | |
2450 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startFiltered', unmatched return type 'ThreadEngineStarter<qValueType<Iterator>::value_type>"/> |
|
2346 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startFiltered', unmatched return type 'ThreadEngineStarter<qValueType<Iterator>::value_type>"/> | |
2451 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startFiltered', unmatched return type 'ThreadEngineStarter<Sequence::value_type>'"/> |
|
2347 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startFiltered', unmatched return type 'ThreadEngineStarter<Sequence::value_type>'"/> | |
2452 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startFiltered', unmatched return type 'ThreadEngineStarter<Iterator::value_type>'"/> |
|
2348 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startFiltered', unmatched return type 'ThreadEngineStarter<Iterator::value_type>'"/> | |
2453 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMappedReduced', unmatched return type 'V'"/> |
|
2349 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMappedReduced', unmatched return type 'V'"/> | |
2454 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMappedReduced', unmatched return type 'W'"/> |
|
2350 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMappedReduced', unmatched return type 'W'"/> | |
2455 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMappedReduced', unmatched return type 'ResultType'"/> |
|
2351 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMappedReduced', unmatched return type 'ResultType'"/> | |
2456 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMappedReduced', unmatched return type 'U'"/> |
|
2352 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMappedReduced', unmatched return type 'U'"/> | |
2457 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingFiltered', unmatched return type 'OutputSequence'"/> |
|
2353 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingFiltered', unmatched return type 'OutputSequence'"/> | |
2458 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingFiltered', unmatched return type 'Sequence'"/> |
|
2354 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingFiltered', unmatched return type 'Sequence'"/> | |
2459 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startMappedReduced', unmatched return type 'ThreadEngineStarter<ResultType>'"/> |
|
2355 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startMappedReduced', unmatched return type 'ThreadEngineStarter<ResultType>'"/> | |
2460 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingFilteredReduced', unmatched return type 'U'"/> |
|
2356 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingFilteredReduced', unmatched return type 'U'"/> | |
2461 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingFilteredReduced', unmatched return type 'V'"/> |
|
2357 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingFilteredReduced', unmatched return type 'V'"/> | |
2462 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingFilteredReduced', unmatched return type 'ResultType'"/> |
|
2358 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingFilteredReduced', unmatched return type 'ResultType'"/> | |
2463 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startMap', unmatched return type 'ThreadEngineStarter<void>'"/> |
|
2359 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startMap', unmatched return type 'ThreadEngineStarter<void>'"/> | |
2464 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startThreadEngine', unmatched return type 'ThreadEngineStarter<ThreadEngine::ResultType>'"/> |
|
2360 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startThreadEngine', unmatched return type 'ThreadEngineStarter<ThreadEngine::ResultType>'"/> | |
2465 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::mappedReduced', unmatched parameter type 'Iterator'"/> |
|
2361 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::mappedReduced', unmatched parameter type 'Iterator'"/> | |
2466 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::mappedReduced', unmatched parameter type 'Sequence const&'"/> |
|
2362 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::mappedReduced', unmatched parameter type 'Sequence const&'"/> | |
2467 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::filteredReduced', unmatched parameter type 'Iterator'"/> |
|
2363 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::filteredReduced', unmatched parameter type 'Iterator'"/> | |
2468 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::filteredReduced', unmatched parameter type 'Sequence const&'"/> |
|
2364 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::filteredReduced', unmatched parameter type 'Sequence const&'"/> | |
2469 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::map', unmatched parameter type 'Iterator'"/> |
|
2365 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::map', unmatched parameter type 'Iterator'"/> | |
2470 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::map', unmatched parameter type 'Sequence&'"/> |
|
2366 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::map', unmatched parameter type 'Sequence&'"/> | |
2471 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::filterInternal', unmatched return type 'ThreadEngineStarter<void>'"/> |
|
2367 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::filterInternal', unmatched return type 'ThreadEngineStarter<void>'"/> | |
2472 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::createFunctor', unmatched return type 'QtConcurrent::SelectMemberFunctor0lt;T,Class>::type'"/> |
|
2368 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::createFunctor', unmatched return type 'QtConcurrent::SelectMemberFunctor0lt;T,Class>::type'"/> | |
2473 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::createFunctor', unmatched return type 'SelectFunctor0<T,T>::type'"/> |
|
2369 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::createFunctor', unmatched return type 'SelectFunctor0<T,T>::type'"/> | |
2474 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::mapped', unmatched parameter type 'Iterator'"/> |
|
2370 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::mapped', unmatched parameter type 'Iterator'"/> | |
2475 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::mapped', unmatched parameter type 'Sequence const&'"/> |
|
2371 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::mapped', unmatched parameter type 'Sequence const&'"/> | |
2476 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMap', unmatched parameter type 'Iterator'"/> |
|
2372 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMap', unmatched parameter type 'Iterator'"/> | |
2477 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMap', unmatched parameter type 'Sequence&'"/> |
|
2373 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingMap', unmatched parameter type 'Sequence&'"/> | |
2478 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startMapped', unmatched return type 'QtConcurrent::ThreadEngineStarter<T>'"/> |
|
2374 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startMapped', unmatched return type 'QtConcurrent::ThreadEngineStarter<T>'"/> | |
2479 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startFilteredReduced', unmatched return type 'ThreadEngineStarter<ResultType>'"/> |
|
2375 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::startFilteredReduced', unmatched return type 'ThreadEngineStarter<ResultType>'"/> | |
2480 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::run', unmatched parameter type 'Class const*'"/> |
|
2376 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::run', unmatched parameter type 'Class const*'"/> | |
2481 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::run', unmatched parameter type 'Class*'"/> |
|
2377 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::run', unmatched parameter type 'Class*'"/> | |
2482 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::run', unmatched parameter type 'Class const&'"/> |
|
2378 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::run', unmatched parameter type 'Class const&'"/> | |
2483 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::run', unmatched parameter type 'FunctionObject*'"/> |
|
2379 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::run', unmatched parameter type 'FunctionObject*'"/> | |
2484 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::run', unmatched parameter type 'FunctionObject'"/> |
|
2380 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::run', unmatched parameter type 'FunctionObject'"/> | |
2485 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::run', unmatched parameter type 'T'"/> |
|
2381 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::run', unmatched parameter type 'T'"/> | |
2486 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingFilter', unmatched parameter type 'Sequence&'"/> |
|
2382 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::blockingFilter', unmatched parameter type 'Sequence&'"/> | |
2487 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::createFunctor', unmatched return type 'QtConcurrent::SelectMemberFunctor0<T,Class>::type'"/> |
|
2383 | <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QtConcurrent::createFunctor', unmatched return type 'QtConcurrent::SelectMemberFunctor0<T,Class>::type'"/> | |
2488 |
|
2384 | |||
2489 | <suppress-warning text="WARNING(Parser) :: ** WARNING scope not found for function definition:QFuture<void>::operator= - definition *ignored*"/> |
|
2385 | <suppress-warning text="WARNING(Parser) :: ** WARNING scope not found for function definition:QFuture<void>::operator= - definition *ignored*"/> | |
2490 | <suppress-warning text="WARNING(Parser) :: ** WARNING scope not found for function definition:QFutureInterface<void>::future - definition *ignored*"/> |
|
2386 | <suppress-warning text="WARNING(Parser) :: ** WARNING scope not found for function definition:QFutureInterface<void>::future - definition *ignored*"/> | |
2491 | <suppress-warning text="WARNING(Parser) :: ** WARNING scope not found for function definition:QFutureWatcher<void>::setFuture - definition *ignored*"/> |
|
2387 | <suppress-warning text="WARNING(Parser) :: ** WARNING scope not found for function definition:QFutureWatcher<void>::setFuture - definition *ignored*"/> | |
2492 |
|
2388 | |||
2493 |
|
2389 | |||
2494 | </typesystem> |
|
2390 | </typesystem> |
General Comments 0
You need to be logged in to leave comments.
Login now