QBindableInterface

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Members

Aliases

BindingGetter
alias BindingGetter = ExternCPPFunc!(QUntypedPropertyBinding function(const(QUntypedPropertyData)* d))
Undocumented in source.
BindingSetter
alias BindingSetter = ExternCPPFunc!(QUntypedPropertyBinding function(QUntypedPropertyData* d, ref const(QUntypedPropertyBinding) binding))
Undocumented in source.
GetMetaType
alias GetMetaType = ExternCPPFunc!(QMetaType function())
Undocumented in source.
Getter
alias Getter = ExternCPPFunc!(void function(const(QUntypedPropertyData)* d, void* value))
Undocumented in source.
MakeBinding
alias MakeBinding = ExternCPPFunc!(QUntypedPropertyBinding function(const(QUntypedPropertyData)* d, ref const(QPropertyBindingSourceLocation) location))
Undocumented in source.
SetObserver
alias SetObserver = ExternCPPFunc!(void function(const(QUntypedPropertyData)* d, QPropertyObserver* observer))
Undocumented in source.
Setter
alias Setter = ExternCPPFunc!(void function(QUntypedPropertyData* d, const(void)* value))
Undocumented in source.

Static variables

MetaTypeAccessorFlag
quintptr MetaTypeAccessorFlag;
Undocumented in source.

Variables

getBinding
BindingGetter getBinding;
Undocumented in source.
getter
Getter getter;
Undocumented in source.
makeBinding
MakeBinding makeBinding;
Undocumented in source.
metaType
GetMetaType metaType;
Undocumented in source.
setBinding
BindingSetter setBinding;
Undocumented in source.
setObserver
SetObserver setObserver;
Undocumented in source.
setter
Setter setter;
Undocumented in source.

Meta