dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
QMetaClassInfo
qt
core
metaobject
Binding for C++ class
QMetaClassInfo
.
extern (
C
++) extern (
C
++)
@
Q_RELOCATABLE_TYPE
struct
QMetaClassInfo {
this
();
const
(
char
)*
name
();
const
(
char
)*
value
();
const
(
QMetaObject
)*
enclosingMetaObject
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
enclosingMetaObject
const
(
QMetaObject
)*
enclosingMetaObject
()
Undocumented in source. Be warned that the author may not have intended to support it.
name
const
(
char
)*
name
()
Undocumented in source.
value
const
(
char
)*
value
()
Undocumented in source.
Meta
Source
See Implementation
qt
core
metaobject
structs
QMetaClassInfo
QMetaEnum
QMetaMethod
QMetaProperty
Binding for C++ class QMetaClassInfo.