dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QMetaClassInfo
qt
core
metaobject
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (
C
++) extern (
C
++)
@
Q_MOVABLE_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