#include <quuid.h>
Public Types |
|
| enum | Variant
{ VarUnknown = -1, NCS = 0, DCE = 2, Microsoft = 6, Reserved = 7 } |
| enum | Version
{ VerUnknown = -1, Time = 1, EmbeddedPOSIX = 2, Name = 3, Random = 4 } |
Public Member Functions |
|
| QUuid () | |
| QUuid (uint l, ushort w1, ushort w2, uchar b1, uchar b2, uchar b3, uchar b4, uchar b5, uchar b6, uchar b7, uchar b8) | |
| QUuid (const QString &) | |
| QUuid (const char *) | |
| QString | toString () const |
| operator QString () const | |
| bool | isNull () const |
| bool | operator== (const QUuid &orig) const |
| bool | operator!= (const QUuid &orig) const |
| bool | operator< (const QUuid &other) const |
| bool | operator> (const QUuid &other) const |
| QUuid::Variant | variant () const |
| QUuid::Version | version () const |
Static Public Member Functions |
|
| static QUuid | createUuid () |
Public Attributes |
|
| uint | data1 |
| ushort | data2 |
| ushort | data3 |
| uchar | data4 [8] |
| enum Variant |
| enum Version |
Definition at line 77 of file quuid.h.
{
VerUnknown =-1,
Time = 1, // 0 0 0 1
EmbeddedPOSIX = 2, // 0 0 1 0
Name = 3, // 0 0 1 1
Random = 4 // 0 1 0 0
};
| QUuid | ( | ) | [inline] |
| QUuid | ( | uint | l, |
| ushort | w1, | ||
| ushort | w2, | ||
| uchar | b1, | ||
| uchar | b2, | ||
| uchar | b3, | ||
| uchar | b4, | ||
| uchar | b5, | ||
| uchar | b6, | ||
| uchar | b7, | ||
| uchar | b8 | ||
| ) | [inline] |
| QUuid | ( | const char * | ) |
| QString toString | ( | ) | const |
| operator QString | ( | void | ) | const [inline] |
| bool isNull | ( | ) | const |
| bool operator== | ( | const QUuid & | orig | ) | const [inline] |
| bool operator!= | ( | const QUuid & | orig | ) | const [inline] |
| bool operator< | ( | const QUuid & | other | ) | const |
| bool operator> | ( | const QUuid & | other | ) | const |
| static QUuid createUuid | ( | ) | [static] |
| QUuid::Variant variant | ( | ) | const |
| QUuid::Version version | ( | ) | const |
| uint data1 |
| ushort data2 |
| ushort data3 |
| uchar data4[8] |