QPropertyAlias

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

Constructors

this
this(Property* property)
Undocumented in source.
this
this(QPropertyAlias!(T)* alias_)
Undocumented in source.
this
this(const(QBindable!(T)) property)
Undocumented in source.

Postblit

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

Alias This

base0

Members

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.
hasBinding
bool hasBinding()
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
bool isValid()
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.
setBinding
bool setBinding(const(QUntypedPropertyBinding) newBinding)
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.

Variables

base0
QPropertyObserver base0;
Undocumented in source.

Meta