comparison generator/typesystem_phonon-common.xml @ 1:e78566595089

initial import
author mandel
date Mon, 11 May 2009 16:01:50 +0000
parents
children
comparison
equal deleted inserted replaced
0:36fb74dc547d 1:e78566595089
1 <?xml version="1.0"?>
2 <typesystem>
3
4 <rejection class="Phonon::ObjectDescriptionData" />
5 <rejection class="Phonon::ObjectDescriptionModelData" />
6 <rejection class="Phonon::MediaNodeDestructionHandler" />
7 <rejection class="Phonon::GlobalConfig" />
8 <rejection class="Phonon::IODeviceStream" />
9 <rejection class="Phonon::Factory" />
10 <rejection class="Phonon::Experimental" />
11 <rejection class="Phonon::ObjectDescriptionModel" />
12 <rejection class="Phonon::BackendCapabilities::Notifier" />
13 <rejection class="AudioOutputAdaptor" />
14 <rejection class="*" field-name="k_ptr" />
15
16 <namespace-type name="Phonon" />
17 <namespace-type name="Phonon::BackendCapabilities" java-name="BackendCapabilities" />
18
19 <enum-type name="Phonon::Category">
20 <reject-enum-value name="LastCategory" />
21 </enum-type>
22 <enum-type name="Phonon::DiscType" />
23 <enum-type name="Phonon::ErrorType" />
24 <enum-type name="Phonon::MetaData" />
25 <enum-type name="Phonon::ObjectDescriptionType" />
26 <enum-type name="Phonon::State" />
27
28 <enum-type name="Phonon::AddonInterface::AngleCommand" />
29 <enum-type name="Phonon::AddonInterface::ChapterCommand" />
30 <enum-type name="Phonon::AddonInterface::Interface" />
31 <enum-type name="Phonon::AddonInterface::NavigationCommand" />
32 <enum-type name="Phonon::AddonInterface::TitleCommand" />
33 <enum-type name="Phonon::BackendInterface::Class" />
34 <enum-type name="Phonon::EffectParameter::Hint" flags="Phonon::EffectParameter::Hints" />
35 <enum-type name="Phonon::MediaController::Feature" flags="Phonon::MediaController::Features" />
36 <enum-type name="Phonon::MediaSource::Type" />
37 <enum-type name="Phonon::VideoWidget::AspectRatio" />
38 <enum-type name="Phonon::VideoWidget::ScaleMode" />
39 <enum-type name="Phonon::VolumeFaderEffect::FadeCurve" />
40
41 <interface-type name="Phonon::AbstractVideoOutput" java-name="AbstractVideoOutput" />
42 <interface-type name="Phonon::AddonInterface" java-name="AbstractAddon" />
43 <interface-type name="Phonon::AudioOutputInterface" java-name="AudioOutputInterface" />
44 <interface-type name="Phonon::BackendInterface" java-name="AbstractBackend" />
45 <interface-type name="Phonon::EffectInterface" java-name="AbstractEffect" />
46 <interface-type name="Phonon::MediaNode" java-name="MediaNode" />
47
48 <interface-type name="Phonon::MediaObjectInterface" java-name="AbstractMediaObject" />
49 <interface-type name="Phonon::PlatformPlugin" java-name="PlatformPlugin" />
50 <interface-type name="Phonon::StreamInterface" java-name="AbstractStream" />
51 <interface-type name="Phonon::VideoWidgetInterface" java-name="AbstractVideoWidget" />
52 <interface-type name="Phonon::VolumeFaderInterface" java-name="AbstractVolumeFader" />
53
54 <value-type name="Phonon::EffectParameter" java-name="EffectParameter">
55 <modify-function signature="EffectParameter()" remove="all" /> <!-- internal -->
56 <modify-function signature="operator&lt;(const Phonon::EffectParameter &amp;)const" remove="all" /> <!-- internal -->
57 <modify-function signature="operator&gt;(const Phonon::EffectParameter &amp;)const" remove="all" /> <!-- internal -->
58 <modify-function signature="id()const" remove="all" /> <!-- internal -->
59 <modify-function signature="operator=(Phonon::EffectParameter)" remove="all" /> <!-- Covered by copy constructor -->
60 </value-type>
61 <value-type name="Phonon::MediaSource" java-name="MediaSource">
62 <modify-function signature="operator=(Phonon::MediaSource)" remove="all" /> <!-- Covered by copy constructor -->
63 </value-type>
64 <value-type name="Phonon::Path" java-name="Path">
65 <modify-function signature="disconnect()" rename="disconnectPath" />
66 <modify-function signature="operator=(Phonon::Path)" remove="all" /> <!-- Covered by copy constructor -->
67 <modify-function signature="insertEffect(Phonon::EffectDescription,Phonon::Effect*)">
68 <modify-argument index="1">
69 <reference-count action="add" variable-name="__rcEffects" />
70 </modify-argument>
71 <modify-argument index="2">
72 <reference-count action="ignore" />
73 </modify-argument>
74 </modify-function>
75 <modify-function signature="insertEffect(Phonon::Effect*,Phonon::Effect*)">
76 <modify-argument index="1">
77 <reference-count action="add" variable-name="__rcEffects" />
78 </modify-argument>
79 <modify-argument index="2">
80 <reference-count action="ignore" />
81 </modify-argument>
82 </modify-function>
83 <modify-function signature="removeEffect(Phonon::Effect*)">
84 <modify-argument index="1">
85 <reference-count action="remove" variable-name="__rcEffects" />
86 </modify-argument>
87 </modify-function>
88 </value-type>
89 <value-type name="Phonon::ObjectDescription" generate="no" />
90 <value-type name="Phonon::EffectDescription" java-name="EffectDescription" />
91 <value-type name="Phonon::AudioOutputDevice" java-name="AudioOutputDevice" />
92
93 <object-type name="Phonon::AbstractAudioOutput" java-name="AbstractAudioOutput" />
94 <object-type name="Phonon::AbstractMediaStream" java-name="AbstractMediaStream" />
95 <object-type name="Phonon::AudioOutput" java-name="AudioOutput" />
96 <object-type name="Phonon::Effect" java-name="Effect" />
97 <object-type name="Phonon::EffectWidget" java-name="EffectWidget" />
98 <object-type name="Phonon::MediaController" java-name="MediaController" />
99 <object-type name="Phonon::MediaObject" java-name="MediaObject">
100 <modify-function signature="enqueue(const QList&lt;QUrl&gt; &amp;)" rename="enqueueUrls" />
101 <modify-function signature="setQueue(const QList&lt;QUrl&gt; &amp;)" rename="setQueueToUrls" />
102 </object-type>
103 <object-type name="Phonon::SeekSlider" java-name="SeekSlider">
104 <modify-function signature="setMediaObject(Phonon::MediaObject*)">
105 <modify-argument index="1">
106 <reference-count action="set" variable-name="__rcMediaObject" />
107 </modify-argument>
108 </modify-function>
109 </object-type>
110 <object-type name="Phonon::VideoPlayer" java-name="VideoPlayer" />
111 <object-type name="Phonon::VideoWidget" java-name="VideoWidget" />
112 <object-type name="Phonon::VolumeFaderEffect" java-name="VolumeFaderEffect" />
113 <object-type name="Phonon::VolumeSlider" java-name="VolumeSlider">
114 <modify-function signature="setAudioOutput(Phonon::AudioOutput*)">
115 <modify-argument index="1">
116 <reference-count action="set" variable-name="__rcAudioOutput" />
117 </modify-argument>
118 </modify-function>
119 </object-type>
120
121 <suppress-warning text="WARNING(MetaJavaBuilder) :: Final class 'AbstractAudioOutput' set to non-final, as it is extended by other classes" />
122 <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'QDBus' does not have a type entry" />
123 <suppress-warning text="WARNING(MetaJavaBuilder) :: private virtual function 'create(const QString &amp; name)' in 'QTextCodecPlugin'" />
124 <suppress-warning text="WARNING(MetaJavaBuilder) :: private virtual function 'keys() const' in 'QTextCodecPlugin'" />
125 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'MediaSource' has equals operators but no qHash() function" />
126 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'Path' has equals operators but no qHash() function" />
127 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'EffectParameter' has equals operators but no qHash() function" />
128 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'Phonon_ObjectDescription' has equals operators but no qHash() function" />
129 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'EffectDescription' has equals operators but no qHash() function" />
130 <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'AudioOutputDevice' has equals operators but no qHash() function" />
131 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'Phonon::operator&lt;&lt;', unmatched return type 'QDebug'" />
132 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'Phonon::ObjectDescription::ObjectDescription', unmatched parameter type 'QExplicitlySharedDataPointer&lt;ObjectDescriptionData&gt; const&amp;'" />
133 <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'Phonon::BackendCapabilities::notifier', unmatched return type 'Phonon::BackendCapabilities::Notifier*'" />
134
135
136
137
138
139
140
141
142 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::AudioOutputInterface' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
143 <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'qt.phonon.VolumeFaderEffect' for enum 'FadeCurve' is not declared" />
144 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::MediaSource' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
145 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::MediaController' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
146 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'QAbstractXmlForwardIterator' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
147 <suppress-warning text="WARNING(MetaJavaBuilder) :: enum 'QFormLayout::FormStyle' is specified in typesystem, but not declared" />
148 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::AbstractAudioOutput' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
149 <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'qt.phonon.Phonon' for enum 'DiscType' is not declared" />
150 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::AudioOutput' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
151 <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'qt.phonon.VideoWidget' for enum 'AspectRatio' is not declared" />
152 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::Effect' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
153 <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'qt.phonon.MediaSource' for enum 'Type' is not declared" />
154 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::VolumeSlider' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
155 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::BackendInterface' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
156 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::EffectParameter' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
157 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::VideoWidget' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
158 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::StreamInterface' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
159 <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'qt.phonon.Phonon' for enum 'ErrorType' is not declared" />
160 <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'qt.phonon.VideoWidget' for enum 'ScaleMode' is not declared" />
161 <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'qt.phonon.AbstractAddon' for enum 'Interface' is not declared" />
162 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::MediaObjectInterface' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
163 <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'qt.phonon.Phonon' for enum 'MetaData' is not declared" />
164 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::Path' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
165 <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'qt.phonon.EffectParameter' for enum 'Hint' is not declared" />
166 <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'qt.phonon.MediaController' for enum 'Feature' is not declared" />
167 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::VideoPlayer' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
168 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::MediaObject' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
169 <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'qt.phonon.AbstractBackend' for enum 'Class' is not declared" />
170 <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'qt.phonon.AbstractAddon' for enum 'AngleCommand' is not declared" />
171 <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'qt.phonon.AbstractAddon' for enum 'TitleCommand' is not declared" />
172 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::VolumeFaderEffect' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
173 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::AudioOutputDevice' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
174 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::ObjectDescription' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
175 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::EffectDescription' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
176 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::VideoWidgetInterface' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
177 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::EffectInterface' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
178 <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'qt.phonon.Phonon' for enum 'State' is not declared" />
179 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::SeekSlider' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
180 <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'qt.phonon.AbstractAddon' for enum 'NavigationCommand' is not declared" />
181 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::MediaNode' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
182 <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'qt.phonon.Phonon' for enum 'Category' is not declared" />
183 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'JObjectWrapper' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
184 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::AbstractMediaStream' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
185 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::PlatformPlugin' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
186 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::AddonInterface' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
187 <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'qt.phonon.Phonon' for enum 'ObjectDescriptionType' is not declared" />
188 <suppress-warning text="WARNING(MetaJavaBuilder) :: namespace 'qt.phonon.AbstractAddon' for enum 'ChapterCommand' is not declared" />
189 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::AbstractVideoOutput' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
190 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::EffectWidget' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
191 <suppress-warning text="WARNING(MetaJavaBuilder) :: type 'Phonon::VolumeFaderInterface' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
192
193
194 </typesystem>