Qt Jambi Home

com.trolltech.qt.network
Class QUdpSocket.BindMode

java.lang.Object
  extended by com.trolltech.qt.QFlags<QUdpSocket.BindFlag>
      extended by com.trolltech.qt.network.QUdpSocket.BindMode
All Implemented Interfaces:
QtEnumerator, java.io.Serializable, java.lang.Cloneable
Enclosing class:
QUdpSocket

public static class QUdpSocket.BindMode
extends QFlags<QUdpSocket.BindFlag>

This QFlag class provides flags for the int enum.

See Also:
Serialized Form

Constructor Summary
QUdpSocket.BindMode(int value)
          Creates flags with the specified int flags set.
QUdpSocket.BindMode(QUdpSocket.BindFlag... 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

QUdpSocket.BindMode

public QUdpSocket.BindMode(QUdpSocket.BindFlag... args)
Creates flags with value set as only flag.

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

QUdpSocket.BindMode

public QUdpSocket.BindMode(int value)
Creates flags with the specified int flags set.

Parameters:
args - an array with the values to set

Qt Jambi Home