##// END OF EJS Templates
Updated to Qt 4.8 and added some previously unwrapped classes...
Updated to Qt 4.8 and added some previously unwrapped classes git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@213 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r10:21d959e02207
r174:217e12044855
Show More
typesystem_phonon-qtscript.xml
44 lines | 2.5 KiB | application/xml | XmlLexer
/ generator / typesystem_phonon-qtscript.xml
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 <?xml version="1.0"?>
<typesystem package="com.trolltech.qt.phonon">
<value-type name="Phonon::AudioChannelDescription">
<modify-function signature="operator==(Phonon::ObjectDescription)const" remove="all" />
<modify-function signature="operator!=(Phonon::ObjectDescription)const" remove="all" />
<modify-function signature="fromIndex(int)" remove="all" />
</value-type>
<value-type name="Phonon::AudioCaptureDevice">
<modify-function signature="operator==(Phonon::ObjectDescription)const" remove="all" />
<modify-function signature="operator!=(Phonon::ObjectDescription)const" remove="all" />
<modify-function signature="fromIndex(int)" remove="all" />
</value-type>
<value-type name="Phonon::AudioOutputDevice">
<modify-function signature="operator==(Phonon::ObjectDescription)const" remove="all" />
<modify-function signature="operator!=(Phonon::ObjectDescription)const" remove="all" />
<modify-function signature="fromIndex(int)" remove="all" />
</value-type>
<value-type name="Phonon::EffectDescription">
<modify-function signature="operator==(Phonon::ObjectDescription)const" remove="all" />
<modify-function signature="operator!=(Phonon::ObjectDescription)const" remove="all" />
<modify-function signature="fromIndex(int)" remove="all" />
</value-type>
<value-type name="Phonon::EffectParameter">
<modify-function signature="EffectParameter(Phonon::EffectParameter)" remove="all" />
<modify-function signature="operator==(Phonon::EffectParameter)const" remove="all" />
</value-type>
<value-type name="Phonon::SubtitleDescription">
<modify-function signature="operator==(Phonon::ObjectDescription)const" remove="all" />
<modify-function signature="operator!=(Phonon::ObjectDescription)const" remove="all" />
<modify-function signature="fromIndex(int)" remove="all" />
</value-type>
<suppress-warning text="WARNING(MetaJavaBuilder) :: enum 'Phonon::AddonInterface::SubtitleCommand' does not have a type entry or is not an enum" />
<suppress-warning text="WARNING(MetaJavaBuilder) :: enum 'Phonon::AddonInterface::AudioChannelCommand' does not have a type entry or is not an enum" />
<suppress-warning text="WARNING(MetaJavaBuilder) :: class 'AudioOutputInterface' inherits from unknown base class 'Phonon::AudioOutputInterface40'" />
<suppress-warning text="WARNING(MetaJavaBuilder) :: class not found for setup inheritance 'Phonon::AudioOutputInterface40'" />
</typesystem>