Uses of Class
io.qt.core.QPropertyNotifier
Packages that use QPropertyNotifier
-
Uses of QPropertyNotifier in io.qt.core
Methods in io.qt.core that return QPropertyNotifierModifier and TypeMethodDescriptionQBooleanProperty.addNotifier
(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.QByteProperty.addNotifier
(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.QCharProperty.addNotifier
(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.QDoubleProperty.addNotifier
(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.QFloatProperty.addNotifier
(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.QIntProperty.addNotifier
(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.QLongProperty.addNotifier
(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.final QPropertyNotifier
QObject.QBooleanProperty.addNotifier
(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.final QPropertyNotifier
QObject.QByteProperty.addNotifier
(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.final QPropertyNotifier
QObject.QCharProperty.addNotifier
(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.final QPropertyNotifier
QObject.QDoubleProperty.addNotifier
(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.final QPropertyNotifier
QObject.QFloatProperty.addNotifier
(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.final QPropertyNotifier
QObject.QIntProperty.addNotifier
(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.final QPropertyNotifier
QObject.QLongProperty.addNotifier
(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.final QPropertyNotifier
QObject.QProperty.addNotifier
(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.final QPropertyNotifier
QObject.QShortProperty.addNotifier
(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.QProperty.addNotifier
(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.QShortProperty.addNotifier
(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.final QPropertyNotifier
QUntypedBindable.addNotifier
(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.