java.lang.Object
io.qt.QtObject
io.qt.core.QPropertyObserverBase
io.qt.core.QPropertyObserver
io.qt.core.QLongPropertyAlias
- All Implemented Interfaces:
QtObjectInterface,Cloneable
@Deprecated(forRemoval=true,
since="Qt 6.6")
public final class QLongPropertyAlias
extends QPropertyObserver
Deprecated, for removal: This API element is subject to removal in a future version.
QLongPropertyAlias is primitive-typed version of QPropertyAlias<Long>.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQLongPropertyAlias(QBindable<@QtPrimitiveType Long> bindable) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided binding's underlying property.QLongPropertyAlias(QLongBindable bindable) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided binding's underlying property.QLongPropertyAlias(QLongProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided alias.QLongPropertyAlias(QProperty<@QtPrimitiveType Long> property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided alias.Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.QLongPropertyAlias(QObject.QLongProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.QLongPropertyAlias(QObject.QProperty<@QtPrimitiveType Long> property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.binding()Deprecated, for removal: This API element is subject to removal in a future version.final booleanDeprecated.final booleanisValid()Deprecated.Checks if alias is valid.final QPropertyChangeHandlerDeprecated.setBinding(QLongPropertyBinding newBinding) Deprecated, for removal: This API element is subject to removal in a future version.setBinding(QPropertyBinding<@QtPrimitiveType Long> newBinding) Deprecated, for removal: This API element is subject to removal in a future version.final booleansetBinding(QUntypedPropertyBinding newBinding) Deprecated.setBinding(LongSupplier functor) Deprecated, for removal: This API element is subject to removal in a future version.voidsetValue(long newValue) Deprecated, for removal: This API element is subject to removal in a future version.final QPropertyChangeHandlerDeprecated.Deprecated, for removal: This API element is subject to removal in a future version.longvalue()Deprecated, for removal: This API element is subject to removal in a future version.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
-
QLongPropertyAlias
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided alias.- Parameters:
other-
-
QLongPropertyAlias
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property-
-
QLongPropertyAlias
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property-
-
QLongPropertyAlias
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property-
-
QLongPropertyAlias
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property-
-
QLongPropertyAlias
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property-
-
QLongPropertyAlias
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property-
-
QLongPropertyAlias
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided alias.- Parameters:
other-
-
QLongPropertyAlias
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided binding's underlying property.- Parameters:
bindable-
-
QLongPropertyAlias
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided binding's underlying property.- Parameters:
bindable-
-
-
Method Details
-
value
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
setValue
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
setBinding
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
setBinding
@QtUninvokable public QLongPropertyBinding setBinding(QPropertyBinding<@QtPrimitiveType Long> newBinding) Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
setBinding
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
binding
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
takeBinding
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
setBinding
Deprecated.- See Also:
-
hasBinding
Deprecated.- See Also:
-
onValueChanged
Deprecated.- See Also:
-
addNotifier
Deprecated.- See Also:
-
subscribe
Deprecated.- See Also:
-
isValid
Deprecated.Checks if alias is valid.- Returns:
- valid
-