dqml ~master (2022-04-12T23:38:49.558781)
Dub
Repo
PropertyDefinition
dqml
qmetaobject
Undocumented in source.
struct
PropertyDefinition {
this
(string name, QMetaType type, string readSlot, string writeSlot, string notifySignal);
string
name
;
QMetaType
type
;
string
readSlot
;
string
writeSlot
;
string
notifySignal
;
}
Constructors
this
this
(string name, QMetaType type, string readSlot, string writeSlot, string notifySignal)
Undocumented in source.
Members
Variables
name
string
name
;
Undocumented in source.
notifySignal
string
notifySignal
;
Undocumented in source.
readSlot
string
readSlot
;
Undocumented in source.
type
QMetaType
type
;
Undocumented in source.
writeSlot
string
writeSlot
;
Undocumented in source.
Meta
Source
See Implementation
dqml
qmetaobject
classes
QMetaObject
functions
mallocArray
structs
ParameterDefinition
PropertyDefinition
SignalDefinition
SlotDefinition