##// END OF EJS Templates
added new tests to validate enums return values, enums passed in slots and enums in signals (enums in signals is not yet implemented and fails)...
added new tests to validate enums return values, enums passed in slots and enums in signals (enums in signals is not yet implemented and fails) git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@86 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r10:21d959e02207
r50:ef758f9ae3a7
Show More
typesystem_phonon-qtscript.xml
44 lines | 2.5 KiB | application/xml | XmlLexer
/ generator / typesystem_phonon-qtscript.xml
<?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>