java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QPropertyObserverBase
io.qt.core.QPropertyObserver
io.qt.core.QFloatPropertyAlias
- All Implemented Interfaces:
QtObjectInterface
QFloatPropertyAlias is primitive-typed version of QPropertyAlias<Float>.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionQFloatPropertyAlias
(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.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.QFloatPropertyAlias
(QProperty<@QtPrimitiveType Float> property) Creates a new alias to the provided property.Creates a new alias to the provided alias. -
Method Summary
Modifier and TypeMethodDescriptionbinding()
final boolean
final boolean
isValid()
Checks if alias is valid.final QPropertyChangeHandler
setBinding
(QFloatPropertyBinding newBinding) setBinding
(QPropertyBinding<@QtPrimitiveType Float> newBinding) final boolean
setBinding
(QUntypedPropertyBinding newBinding) setBinding
(QtUtilities.FloatSupplier functor) void
setValue
(float newValue) final QPropertyChangeHandler
float
value()
Methods inherited from class io.qt.core.QPropertyObserver
aliasedProperty
Methods 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:
other
-
-
QFloatPropertyAlias
Creates a new alias to the provided binding's underlying property.- Parameters:
other
-
-
-
Method Details
-
value
- See Also:
-
setValue
- See Also:
-
setBinding
-
setBinding
@QtUninvokable public QFloatPropertyBinding setBinding(QPropertyBinding<@QtPrimitiveType Float> newBinding) -
setBinding
-
binding
- See Also:
-
takeBinding
- See Also:
-
setBinding
-
hasBinding
- See Also:
-
onValueChanged
- See Also:
-
addNotifier
- See Also:
-
subscribe
- See Also:
-
isValid
Checks if alias is valid.- Returns:
- valid
-