org.kde.qt

Class QUuid

public class QUuid extends Object implements QtSupport

Field Summary
static intDCE
static intEmbeddedPOSIX
static intMicrosoft
static intName
static intNCS
static intRandom
static intReserved
static intTime
static intVarUnknown
static intVerUnknown
Constructor Summary
protected QUuid(Class dummy)
QUuid()
QUuid(int l, short w1, short w2, short b1, short b2, short b3, short b4, short b5, short b6, short b7, short b8)
QUuid(QUuid uuid)
QUuid(String arg1)
Method Summary
static QUuidcreateUuid()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanisNull()
booleanop_equals(QUuid orig)
booleanop_gt(QUuid other)
booleanop_lt(QUuid other)
booleanop_not_equals(QUuid orig)
StringtoString()
intvariant()
intversion()

Field Detail

DCE

public static final int DCE

EmbeddedPOSIX

public static final int EmbeddedPOSIX

Microsoft

public static final int Microsoft

Name

public static final int Name

NCS

public static final int NCS

Random

public static final int Random

Reserved

public static final int Reserved

Time

public static final int Time

VarUnknown

public static final int VarUnknown

VerUnknown

public static final int VerUnknown

Constructor Detail

QUuid

protected QUuid(Class dummy)

QUuid

public QUuid()

QUuid

public QUuid(int l, short w1, short w2, short b1, short b2, short b3, short b4, short b5, short b6, short b7, short b8)

QUuid

public QUuid(QUuid uuid)

QUuid

public QUuid(String arg1)

Method Detail

createUuid

public static QUuid createUuid()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

isNull

public boolean isNull()

op_equals

public boolean op_equals(QUuid orig)

op_gt

public boolean op_gt(QUuid other)

op_lt

public boolean op_lt(QUuid other)

op_not_equals

public boolean op_not_equals(QUuid orig)

toString

public String toString()

variant

public int variant()

version

public int version()