dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
QVariantTypeCoercer
qt
core
variant
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (
C
++)
struct
QVariantTypeCoercer {
const
(
void
)*
convert
(const(QVariant) value, const(QMetaType) type);
const
(
void
)*
coerce
(const(QVariant) value, const(QMetaType) type);
}
Members
Functions
coerce
const
(
void
)*
coerce
(const(QVariant) value, const(QMetaType) type)
Undocumented in source.
convert
const
(
void
)*
convert
(const(QVariant) value, const(QMetaType) type)
Undocumented in source.
Meta
Source
See Implementation
qt
core
variant
classes
QVariantPointer
functions
qvariant_cast
structs
QVariant
QVariantConstPointer
QVariantRef
QVariantTypeCoercer