org.kde.qt
public class QUuid extends Object implements QtSupport
| Field Summary | |
|---|---|
| static int | DCE |
| static int | EmbeddedPOSIX |
| static int | Microsoft |
| static int | Name |
| static int | NCS |
| static int | Random |
| static int | Reserved |
| static int | Time |
| static int | VarUnknown |
| static int | VerUnknown |
| 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 QUuid | createUuid() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isNull() |
| boolean | op_equals(QUuid orig) |
| boolean | op_gt(QUuid other) |
| boolean | op_lt(QUuid other) |
| boolean | op_not_equals(QUuid orig) |
| String | toString() |
| int | variant() |
| int | version() |