QPropertyChangeHandler |
QBooleanProperty.onValueChanged(Runnable f) |
Registers the given functor f as a callback that shall be called whenever the value of the property changes.
|
QPropertyChangeHandler |
QByteProperty.onValueChanged(Runnable f) |
Registers the given functor f as a callback that shall be called whenever the value of the property changes.
|
QPropertyChangeHandler |
QCharProperty.onValueChanged(Runnable f) |
Registers the given functor f as a callback that shall be called whenever the value of the property changes.
|
QPropertyChangeHandler |
QDoubleProperty.onValueChanged(Runnable f) |
Registers the given functor f as a callback that shall be called whenever the value of the property changes.
|
QPropertyChangeHandler |
QFloatProperty.onValueChanged(Runnable f) |
Registers the given functor f as a callback that shall be called whenever the value of the property changes.
|
QPropertyChangeHandler |
QIntProperty.onValueChanged(Runnable f) |
Registers the given functor f as a callback that shall be called whenever the value of the property changes.
|
QPropertyChangeHandler |
QLongProperty.onValueChanged(Runnable f) |
Registers the given functor f as a callback that shall be called whenever the value of the property changes.
|
QPropertyChangeHandler |
QObject.QBooleanProperty.onValueChanged(Runnable f) |
Registers the given functor f as a callback that shall be called whenever the value of the property changes.
|
QPropertyChangeHandler |
QObject.QByteProperty.onValueChanged(Runnable f) |
Registers the given functor f as a callback that shall be called whenever the value of the property changes.
|
QPropertyChangeHandler |
QObject.QCharProperty.onValueChanged(Runnable f) |
Registers the given functor f as a callback that shall be called whenever the value of the property changes.
|
QPropertyChangeHandler |
QObject.QDoubleProperty.onValueChanged(Runnable f) |
Registers the given functor f as a callback that shall be called whenever the value of the property changes.
|
QPropertyChangeHandler |
QObject.QFloatProperty.onValueChanged(Runnable f) |
Registers the given functor f as a callback that shall be called whenever the value of the property changes.
|
QPropertyChangeHandler |
QObject.QIntProperty.onValueChanged(Runnable f) |
Registers the given functor f as a callback that shall be called whenever the value of the property changes.
|
QPropertyChangeHandler |
QObject.QLongProperty.onValueChanged(Runnable f) |
Registers the given functor f as a callback that shall be called whenever the value of the property changes.
|
QPropertyChangeHandler |
QObject.QProperty.onValueChanged(Runnable f) |
Registers the given functor f as a callback that shall be called whenever the value of the property changes.
|
QPropertyChangeHandler |
QObject.QShortProperty.onValueChanged(Runnable f) |
Registers the given functor f as a callback that shall be called whenever the value of the property changes.
|
QPropertyChangeHandler |
QProperty.onValueChanged(Runnable f) |
Registers the given functor f as a callback that shall be called whenever the value of the property changes.
|
QPropertyChangeHandler |
QShortProperty.onValueChanged(Runnable f) |
Registers the given functor f as a callback that shall be called whenever the value of the property changes.
|
QPropertyChangeHandler |
QUntypedBindable.onValueChanged(Runnable f) |
Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.
|
QPropertyChangeHandler |
QBooleanProperty.subscribe(Runnable f) |
Subscribes the given functor f as a callback that is called immediately and whenever the value of the property changes in the future.
|
QPropertyChangeHandler |
QByteProperty.subscribe(Runnable f) |
Subscribes the given functor f as a callback that is called immediately and whenever the value of the property changes in the future.
|
QPropertyChangeHandler |
QCharProperty.subscribe(Runnable f) |
Subscribes the given functor f as a callback that is called immediately and whenever the value of the property changes in the future.
|
QPropertyChangeHandler |
QDoubleProperty.subscribe(Runnable f) |
Subscribes the given functor f as a callback that is called immediately and whenever the value of the property changes in the future.
|
QPropertyChangeHandler |
QFloatProperty.subscribe(Runnable f) |
Subscribes the given functor f as a callback that is called immediately and whenever the value of the property changes in the future.
|
QPropertyChangeHandler |
QIntProperty.subscribe(Runnable f) |
Subscribes the given functor f as a callback that is called immediately and whenever the value of the property changes in the future.
|
QPropertyChangeHandler |
QLongProperty.subscribe(Runnable f) |
Subscribes the given functor f as a callback that is called immediately and whenever the value of the property changes in the future.
|
QPropertyChangeHandler |
QObject.QBooleanProperty.subscribe(Runnable f) |
Subscribes the given functor f as a callback that is called immediately and whenever the value of the property changes in the future.
|
QPropertyChangeHandler |
QObject.QByteProperty.subscribe(Runnable f) |
Subscribes the given functor f as a callback that is called immediately and whenever the value of the property changes in the future.
|
QPropertyChangeHandler |
QObject.QCharProperty.subscribe(Runnable f) |
Subscribes the given functor f as a callback that is called immediately and whenever the value of the property changes in the future.
|
QPropertyChangeHandler |
QObject.QDoubleProperty.subscribe(Runnable f) |
Subscribes the given functor f as a callback that is called immediately and whenever the value of the property changes in the future.
|
QPropertyChangeHandler |
QObject.QFloatProperty.subscribe(Runnable f) |
Subscribes the given functor f as a callback that is called immediately and whenever the value of the property changes in the future.
|
QPropertyChangeHandler |
QObject.QIntProperty.subscribe(Runnable f) |
Subscribes the given functor f as a callback that is called immediately and whenever the value of the property changes in the future.
|
QPropertyChangeHandler |
QObject.QLongProperty.subscribe(Runnable f) |
Subscribes the given functor f as a callback that is called immediately and whenever the value of the property changes in the future.
|
QPropertyChangeHandler |
QObject.QProperty.subscribe(Runnable f) |
Subscribes the given functor f as a callback that is called immediately and whenever the value of the property changes in the future.
|
QPropertyChangeHandler |
QObject.QShortProperty.subscribe(Runnable f) |
Subscribes the given functor f as a callback that is called immediately and whenever the value of the property changes in the future.
|
QPropertyChangeHandler |
QProperty.subscribe(Runnable f) |
Subscribes the given functor f as a callback that is called immediately and whenever the value of the property changes in the future.
|
QPropertyChangeHandler |
QShortProperty.subscribe(Runnable f) |
Subscribes the given functor f as a callback that is called immediately and whenever the value of the property changes in the future.
|
QPropertyChangeHandler |
QUntypedBindable.subscribe(Runnable f) |
Subscribes the given functor f as a callback that is called immediately and whenever the value of the bindable changes in the future.
|