##// END OF EJS Templates
improved code generation for virtual functions to support overriding getter slots that are named as properties...
improved code generation for virtual functions to support overriding getter slots that are named as properties git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@240 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r10:21d959e02207
r199:1f55453df6ee
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>