- CopyCtrFn
alias CopyCtrFn = ExternCPPFunc!(void function(const(QMetaTypeInterface)*, void*, const(void)*))
Undocumented in source.
- DataStreamInFn
alias DataStreamInFn = ExternCPPFunc!(void function(const(QMetaTypeInterface)*, ref QDataStream, void*))
Undocumented in source.
- DataStreamOutFn
alias DataStreamOutFn = ExternCPPFunc!(void function(const(QMetaTypeInterface)*, ref QDataStream, const(void)*))
Undocumented in source.
- DebugStreamFn
alias DebugStreamFn = ExternCPPFunc!(void function(const(QMetaTypeInterface)*, ref QDebug, const(void)*))
Undocumented in source.
- DefaultCtrFn
alias DefaultCtrFn = ExternCPPFunc!(void function(const(QMetaTypeInterface)*, void*))
Undocumented in source.
- DtorFn
alias DtorFn = ExternCPPFunc!(void function(const(QMetaTypeInterface)*, void*))
Undocumented in source.
- EqualsFn
alias EqualsFn = ExternCPPFunc!(bool function(const(QMetaTypeInterface)*, const(void)*, const(void)*))
Undocumented in source.
- LegacyRegisterOp
alias LegacyRegisterOp = ExternCPPFunc!(void function())
Undocumented in source.
- LessThanFn
alias LessThanFn = ExternCPPFunc!(bool function(const(QMetaTypeInterface)*, const(void)*, const(void)*))
Undocumented in source.
- MetaObjectFn
alias MetaObjectFn = ExternCPPFunc!(const(QMetaObject)* function(const(QMetaTypeInterface)*))
Undocumented in source.
- MoveCtrFn
alias MoveCtrFn = ExternCPPFunc!(void function(const(QMetaTypeInterface)*, void*, void*))
Undocumented in source.