◆ setBytes()
static void setBytes |
( |
byte [] |
b, |
|
|
int |
p, |
|
|
int |
v |
|
) |
| |
|
static |
在文件 QVariant.xcsm 第 67 行定义.
67 {
68 b[0 + p] = v & 0xff;
69 b[1 + p] = (v >> 8) & 0xff;
70 b[2 + p] = (v >> 16) & 0xff;
71 b[3 + p] = (v >> 24) & 0xff;
72 }
◆ toArray() [1/3]
static byte [] toArray |
( |
QPoint |
pt | ) |
|
|
static |
在文件 QVariant.xcsm 第 74 行定义.
74 {
75 byte [] p = new byte[10];
76 p[0] = 1;
80 return p;
81 }
static void setBytes(byte [] b, int p, int v)
◆ toArray() [2/3]
static byte [] toArray |
( |
QRect |
pt | ) |
|
|
static |
在文件 QVariant.xcsm 第 112 行定义.
112 {
113 byte [] p = new byte[18];
114 p[0] = 1;
120 return p;
121 }
◆ toArray() [3/3]
static byte [] toArray |
( |
QSize |
pt | ) |
|
|
static |
在文件 QVariant.xcsm 第 83 行定义.
83 {
84 byte [] p = new byte[10];
85 p[0] = 1;
89 return p;
90 }
◆ BitArray
◆ Bitmap
◆ Bool
◆ Brush
◆ ByteArray
◆ Char
◆ Color
◆ Cursor
◆ Date
◆ DateTime
◆ Double
◆ EasingCurve
const int EasingCurve = 29 |
|
static |
◆ Font
◆ Hash
◆ Icon
◆ Image
◆ Int
◆ Invalid
◆ KeySequence
const int KeySequence = 75 |
|
static |
◆ LastCoreType
const int LastCoreType = 51 |
|
static |
◆ LastGuiType
const int LastGuiType = 86 |
|
static |
◆ LastType
const int LastType = 0xffffffff |
|
static |
◆ Line
◆ LineF
◆ List
◆ Locale
◆ LongLong
◆ Map
◆ Matrix
◆ Matrix4x4
◆ ModelIndex
const int ModelIndex = 42 |
|
static |
◆ Palette
◆ Pen
◆ PersistentModelIndex
const int PersistentModelIndex = 50 |
|
static |
◆ Pixmap
◆ Point
◆ PointF
◆ Polygon
◆ PolygonF
◆ Quaternion
const int Quaternion = 85 |
|
static |
◆ Rect
◆ RectF
◆ RegExp
◆ Region
◆ RegularExpression
const int RegularExpression = 44 |
|
static |
◆ Size
◆ SizeF
◆ SizePolicy
const int SizePolicy = 121 |
|
static |
◆ String
◆ StringList
const int StringList = 11 |
|
static |
◆ TextFormat
const int TextFormat = 78 |
|
static |
◆ TextLength
const int TextLength = 77 |
|
static |
◆ Time
◆ Transform
◆ UInt
◆ ULongLong
◆ Url
◆ UserType
const int UserType = 1024 |
|
static |
◆ Uuid
◆ Vector2D
◆ Vector3D
◆ Vector4D