QProperty

Binding for C++ class QPropertyNotifier. Binding for C++ class QProperty.

Constructors

this
this(parameter_type initialValue)
Undocumented in source.
this
this(rvalue_ref initialValue)
Undocumented in source.
this
this(const(QPropertyBinding!(T)) binding)
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Alias This

base0

Members

Aliases

arrow_operator_result
alias arrow_operator_result = QPropertyData!(T).arrow_operator_result
Undocumented in source.
parameter_type
alias parameter_type = QPropertyData!(T).parameter_type
Undocumented in source.
value_type
alias value_type = QPropertyData!(T).value_type
Undocumented in source.

Functions

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.

Variables

base0
QPropertyData!(T) base0;
Undocumented in source.

Meta