- addNotifier
QPropertyNotifier addNotifier(Functor f)
Undocumented in source. Be warned that the author may not have intended to support it.
- binding
QPropertyBinding!(T) binding()
Undocumented in source. Be warned that the author may not have intended to support it.
- bindingData
const(qt.core.propertyprivate.QPropertyBindingData) bindingData()
Undocumented in source. Be warned that the author may not have intended to support it.
- hasBinding
bool hasBinding()
Undocumented in source. Be warned that the author may not have intended to support it.
- onValueChanged
ValueClass!(QPropertyChangeHandler!(Functor)) onValueChanged(Functor f)
Undocumented in source. Be warned that the author may not have intended to support it.
- opUnary
parameter_type opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
- setBinding
QPropertyBinding!(T) setBinding(const(QPropertyBinding!(T)) newBinding)
Undocumented in source. Be warned that the author may not have intended to support it.
- setValue
void setValue(rvalue_ref newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- setValue
void setValue(parameter_type newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- subscribe
ValueClass!(QPropertyChangeHandler!(Functor)) subscribe(Functor f)
Undocumented in source. Be warned that the author may not have intended to support it.
- takeBinding
QPropertyBinding!(T) takeBinding()
Undocumented in source. Be warned that the author may not have intended to support it.
- value
parameter_type value()
Undocumented in source. Be warned that the author may not have intended to support it.
Binding for C++ class QPropertyNotifier. Binding for C++ class QProperty.