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 QPropertyNotifierQObject.QBooleanProperty.addNotifier(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.final QPropertyNotifierQObject.QByteProperty.addNotifier(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.final QPropertyNotifierQObject.QCharProperty.addNotifier(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.final QPropertyNotifierQObject.QDoubleProperty.addNotifier(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.final QPropertyNotifierQObject.QFloatProperty.addNotifier(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.final QPropertyNotifierQObject.QIntProperty.addNotifier(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.final QPropertyNotifierQObject.QLongProperty.addNotifier(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.final QPropertyNotifierQObject.QProperty.addNotifier(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.final QPropertyNotifierQObject.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 QPropertyNotifierQUntypedBindable.addNotifier(Runnable f) Registers the given functor f as a callback that shall be called whenever the value of the bindable changes.