dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
QVariant.PrivateShared
qt
core
variant
QVariant
Undocumented in source.
struct
QVariant
struct
PrivateShared {
static
void
free
(PrivateShared* p);
QAtomicInt
ref_
;
int
offset
;
const
(
void
)*
data
();
void
*
data
();
}
Members
Functions
data
const
(
void
)*
data
()
Undocumented in source. Be warned that the author may not have intended to support it.
data
void
*
data
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
free
void
free
(PrivateShared* p)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
offset
int
offset
;
Undocumented in source.
ref_
QAtomicInt
ref_
;
Undocumented in source.
Meta
Source
See Implementation
qt
core
variant
QVariant
aliases
DataPtr
constructors
this
destructors
~this
enums
Type
functions
canConvert
canView
clear
constData
convert
data
data_ptr
detach
equals
isDetached
isNull
isValid
load
metaType
save
setValue
toBitArray
toBool
toByteArray
toChar
toDate
toDateTime
toDouble
toEasingCurve
toFloat
toInt
toLine
toLineF
toList
toLocale
toLongLong
toModelIndex
toPersistentModelIndex
toPoint
toPointF
toReal
toRect
toRectF
toRegularExpression
toSize
toSizeF
toString
toStringList
toTime
toUInt
toULongLong
toUrl
toUuid
type
typeId
typeName
userType
value
view
postblits
this(this)
static functions
compare
fromValue
nameToType
typeToName
structs
Private
PrivateShared
variables
d