java.lang.Object
io.qt.QtObject
io.qt.core.QPropertyObserverBase
io.qt.core.QPropertyObserver
io.qt.core.QFloatPropertyAlias
- All Implemented Interfaces:
QtObjectInterface,Cloneable
QFloatPropertyAlias is primitive-typed version of QPropertyAlias<Float>.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQFloatPropertyAlias(QBindable<@QtPrimitiveType Float> bindable) Creates a new alias to the provided binding's underlying property.QFloatPropertyAlias(QFloatBindable bindable) Creates a new alias to the provided binding's underlying property.QFloatPropertyAlias(QFloatProperty property) Creates a new alias to the provided property.Creates a new alias to the provided alias.QFloatPropertyAlias(QProperty<@QtPrimitiveType Float> property) Creates a new alias to the provided property.Creates a new alias to the provided alias.Creates a new alias to the provided property.Creates a new alias to the provided property.QFloatPropertyAlias(QObject.QFloatProperty property) Creates a new alias to the provided property.Creates a new alias to the provided property. -
Method Summary
Modifier and TypeMethodDescriptionbinding()final booleanfinal booleanisValid()Checks if alias is valid.final QPropertyChangeHandlersetBinding(QFloatPropertyBinding newBinding) setBinding(QPropertyBinding<@QtPrimitiveType Float> newBinding) final booleansetBinding(QUntypedPropertyBinding newBinding) setBinding(QtUtilities.FloatSupplier functor) voidsetValue(float newValue) final QPropertyChangeHandlerfloatvalue()Methods inherited from class io.qt.core.QPropertyObserver
aliasedPropertyMethods inherited from class io.qt.core.QPropertyObserverBase
cloneMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QFloatPropertyAlias
Creates a new alias to the provided alias.- Parameters:
other-
-
QFloatPropertyAlias
Creates a new alias to the provided property.- Parameters:
property-
-
QFloatPropertyAlias
Creates a new alias to the provided property.- Parameters:
property-
-
QFloatPropertyAlias
Creates a new alias to the provided property.- Parameters:
property-
-
QFloatPropertyAlias
Creates a new alias to the provided property.- Parameters:
property-
-
QFloatPropertyAlias
Creates a new alias to the provided property.- Parameters:
property-
-
QFloatPropertyAlias
Creates a new alias to the provided property.- Parameters:
property-
-
QFloatPropertyAlias
Creates a new alias to the provided alias.- Parameters:
other-
-
QFloatPropertyAlias
Creates a new alias to the provided binding's underlying property.- Parameters:
bindable-
-
QFloatPropertyAlias
Creates a new alias to the provided binding's underlying property.- Parameters:
bindable-
-
-
Method Details
-
value
- See Also:
-
setValue
- See Also:
-
setBinding
- See Also:
-
setBinding
@QtUninvokable public QFloatPropertyBinding setBinding(QPropertyBinding<@QtPrimitiveType Float> newBinding) - See Also:
-
setBinding
- See Also:
-
binding
- See Also:
-
takeBinding
- See Also:
-
setBinding
- See Also:
-
hasBinding
- See Also:
-
onValueChanged
- See Also:
-
addNotifier
- See Also:
-
subscribe
- See Also:
-
isValid
Checks if alias is valid.- Returns:
- valid
-