dqml v0.5.0 (2016-04-10T13:04:11Z)
Home
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
structs
PropertyDefinition
SignalDefinition
SlotDefinition