com.trolltech.qt.phonon
Class MediaController.Features

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

public static class MediaController.Features
extends QFlags

This is a flags class for com.trolltech.qt.phonon.MediaController.Feature

See Also:
Serialized Form

Constructor Summary
MediaController.Features(int value)
          Creates flags with the specified int flags set.
MediaController.Features(MediaController.Feature[] args)
          Creates a Features with the specified com.trolltech.qt.phonon.MediaController.Feature[].
 
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

MediaController.Features

public MediaController.Features(MediaController.Feature[] args)
Creates a Features with the specified com.trolltech.qt.phonon.MediaController.Feature[]. flags set.


MediaController.Features

public MediaController.Features(int value)
Creates flags with the specified int flags set.