java.lang.Object
io.qt.QtObject
io.qt.core.QPropertyObserverBase
io.qt.core.QPropertyObserver
io.qt.core.QDoublePropertyAlias
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
QDoublePropertyAlias is primitive-typed version of QPropertyAlias<Double>.
- See Also:
-
Constructor Summary
ConstructorDescriptionQDoublePropertyAlias
(QBindable<@QtPrimitiveType Double> bindable) Creates a new alias to the provided binding's underlying property.QDoublePropertyAlias
(QDoubleBindable bindable) Creates a new alias to the provided binding's underlying property.QDoublePropertyAlias
(QDoubleProperty property) Creates a new alias to the provided property.Creates a new alias to the provided alias.QDoublePropertyAlias
(QProperty<@QtPrimitiveType Double> 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.QDoublePropertyAlias
(QObject.QDoubleProperty property) Creates a new alias to the provided property.Creates a new alias to the provided property. -
Method Summary
Modifier and TypeMethodDescriptionbinding()
final boolean
final boolean
isValid()
Checks if alias is valid.final QPropertyChangeHandler
setBinding
(QDoublePropertyBinding newBinding) setBinding
(QPropertyBinding<@QtPrimitiveType Double> newBinding) final boolean
setBinding
(QUntypedPropertyBinding newBinding) setBinding
(DoubleSupplier functor) void
setValue
(double newValue) final QPropertyChangeHandler
double
value()
Methods inherited from class io.qt.core.QPropertyObserver
aliasedProperty
Methods inherited from class io.qt.core.QPropertyObserverBase
clone
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QDoublePropertyAlias
Creates a new alias to the provided alias.- Parameters:
other
-
-
QDoublePropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QDoublePropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QDoublePropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QDoublePropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QDoublePropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QDoublePropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QDoublePropertyAlias
Creates a new alias to the provided alias.- Parameters:
other
-
-
QDoublePropertyAlias
Creates a new alias to the provided binding's underlying property.- Parameters:
bindable
-
-
QDoublePropertyAlias
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 QDoublePropertyBinding setBinding(QPropertyBinding<@QtPrimitiveType Double> 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
-