com.trolltech.qt.core
Class QLocale.NumberOptions

java.lang.Object
  extended by com.trolltech.qt.QFlags<QLocale.NumberOption>
      extended by com.trolltech.qt.core.QLocale.NumberOptions
All Implemented Interfaces:
QtEnumerator, java.io.Serializable, java.lang.Cloneable
Enclosing class:
QLocale

public static class QLocale.NumberOptions
extends QFlags<QLocale.NumberOption>

This QFlag class provides flags for the int enum.

See Also:
Serialized Form

Constructor Summary
QLocale.NumberOptions(int value)
          Creates flags with the specified int flags set.
QLocale.NumberOptions(QLocale.NumberOption... args)
          Creates flags with value set as only flag.
 
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

QLocale.NumberOptions

public QLocale.NumberOptions(QLocale.NumberOption... args)
Creates flags with value set as only flag.

Parameters:
value - the value for the flag to be set

QLocale.NumberOptions

public QLocale.NumberOptions(int value)
Creates flags with the specified int flags set.

Parameters:
args - an array with the values to set