com.trolltech.qt.network
Class QIPv6Address

java.lang.Object
  extended by com.trolltech.qt.QSignalEmitter
      extended by com.trolltech.qt.QtJambiObject
          extended by com.trolltech.qt.network.QIPv6Address
All Implemented Interfaces:
QtJambiInterface, java.lang.Cloneable

public class QIPv6Address
extends QtJambiObject
implements java.lang.Cloneable


Nested Class Summary
 
Nested classes/interfaces inherited from class com.trolltech.qt.QSignalEmitter
QSignalEmitter.Signal0, QSignalEmitter.Signal1, QSignalEmitter.Signal2, QSignalEmitter.Signal3, QSignalEmitter.Signal4, QSignalEmitter.Signal5, QSignalEmitter.Signal6, QSignalEmitter.Signal7, QSignalEmitter.Signal8, QSignalEmitter.Signal9
 
Constructor Summary
QIPv6Address()
          Constructs a new QIPv6Address.
 
Method Summary
 byte[] c()
           
 QIPv6Address clone()
          This method is reimplemented for internal reasons
static QIPv6Address fromNativePointer(QNativePointer nativePointer)
          This method returns the QIPv6Address instance pointed to by nativePointer.
static QNativePointer nativePointerArray(QIPv6Address[] array)
          This function returns a QNativePointer that is pointing to the specified QIPv6Address array.
 void setC(byte[] c)
           
 
Methods inherited from class com.trolltech.qt.QtJambiObject
dispose, disposed, equals, finalize, reassignNativeResources, tr, tr, tr
 
Methods inherited from class com.trolltech.qt.QSignalEmitter
blockSignals, disconnect, disconnect, signalsBlocked, signalSender, thread
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.trolltech.qt.QtJambiInterface
disableGarbageCollection, nativeId, nativePointer, reenableGarbageCollection, setJavaOwnership
 

Constructor Detail

QIPv6Address

public QIPv6Address()
Constructs a new QIPv6Address.

Method Detail

setC

public final void setC(byte[] c)

c

public final byte[] c()

fromNativePointer

public static QIPv6Address fromNativePointer(QNativePointer nativePointer)
This method returns the QIPv6Address instance pointed to by nativePointer.


nativePointerArray

public static QNativePointer nativePointerArray(QIPv6Address[] array)
This function returns a QNativePointer that is pointing to the specified QIPv6Address array.


clone

public QIPv6Address clone()
This method is reimplemented for internal reasons

Overrides:
clone in class java.lang.Object