dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
QMetaObject.SuperData
qt
core
objectdefs
QMetaObject
Undocumented in source.
struct
QMetaObject
struct
SuperData {
const
(
QMetaObject
)*
direct
;
this
(typeof(null) );
this
(const(QMetaObject)* mo);
alias
Getter
=
ExternCPPFunc
!(
const
(
QMetaObject
)*
function
())
;
static if
(
(versionIsSet!("QT_NO_DATA_RELOCATION") || (versionIsSet!("Windows") && !versionIsSet!("Cygwin")))
)
Getter
indirect
;
this
(Getter g);
static if
(!(
(versionIsSet!("QT_NO_DATA_RELOCATION") || (versionIsSet!("Windows") && !versionIsSet!("Cygwin")))
))
static
SuperData
link
();
}
Constructors
this
this
(typeof(null) )
Undocumented in source.
this
this
(const(QMetaObject)* mo)
Undocumented in source.
this
this
(Getter g)
Undocumented in source.
Members
Aliases
Getter
alias
Getter
=
ExternCPPFunc
!(
const
(
QMetaObject
)*
function
())
Undocumented in source.
Static functions
link
SuperData
link
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
direct
const
(
QMetaObject
)*
direct
;
Undocumented in source.
indirect
Getter
indirect
;
Undocumented in source.
Meta
Source
See Implementation
qt
core
objectdefs
QMetaObject
enums
Call
functions
cast_
classInfo
classInfoCount
classInfoOffset
className
constructor
constructorCount
enumerator
enumeratorCount
enumeratorOffset
indexOfClassInfo
indexOfConstructor
indexOfEnumerator
indexOfMethod
indexOfProperty
indexOfSignal
indexOfSlot
inherits
metaType
method
methodCount
methodOffset
newInstance
property
propertyCount
propertyOffset
static_metacall
tr
userProperty
static functions
activate
checkConnectArgs
connectSlotsByName
invokeMethod
metacall
normalizedSignature
normalizedType
staticMetaObject
structs
Connection
Data
SuperData
variables
d