com.trolltech.qt.phonon
Class EffectParameter.Hints

java.lang.Object
  extended by com.trolltech.qt.QFlags
      extended by com.trolltech.qt.phonon.EffectParameter.Hints
All Implemented Interfaces:
QtEnumerator, java.io.Serializable, java.lang.Cloneable
Enclosing class:
EffectParameter

public static class EffectParameter.Hints
extends QFlags

This is a flags class for com.trolltech.qt.phonon.EffectParameter.Hint

See Also:
Serialized Form

Constructor Summary
EffectParameter.Hints(EffectParameter.Hint[] args)
          Creates a Hints with the specified com.trolltech.qt.phonon.EffectParameter.Hint[].
EffectParameter.Hints(int value)
          Creates flags with the specified int flags set.
 
Method Summary
 
Methods inherited from class com.trolltech.qt.QFlags
clear, clear, clearAll, equals, isSet, isSet, set, set, setValue, toString, value
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EffectParameter.Hints

public EffectParameter.Hints(EffectParameter.Hint[] args)
Creates a Hints with the specified com.trolltech.qt.phonon.EffectParameter.Hint[]. flags set.


EffectParameter.Hints

public EffectParameter.Hints(int value)
Creates flags with the specified int flags set.