dqml v0.5.0 (2016-04-10T13:04:11Z)
Home
Dub
Repo
SlotDefinition
dqml
qmetaobject
Undocumented in source.
struct
SlotDefinition {
this
(string name, QMetaType returnType, QMetaType[] parametersTypes);
string
name
;
QMetaType
returnType
;
QMetaType
[]
parametersTypes
;
}
Constructors
this
this
(string name, QMetaType returnType, QMetaType[] parametersTypes)
Undocumented in source.
Members
Variables
name
string
name
;
Undocumented in source.
parametersTypes
QMetaType
[]
parametersTypes
;
Undocumented in source.
returnType
QMetaType
returnType
;
Undocumented in source.
Meta
Source
See Implementation
dqml
qmetaobject
classes
QMetaObject
structs
PropertyDefinition
SignalDefinition
SlotDefinition