java.lang.Object
io.qt.QtObject
io.qt.core.QPropertyObserverBase
io.qt.core.QPropertyObserver
io.qt.core.QPropertyAlias<T>
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
@Deprecated(forRemoval=true,
since="Qt 6.6")
public final class QPropertyAlias<T>
extends QPropertyObserver
Deprecated, for removal: This API element is subject to removal in a future version.
Java wrapper for Qt class QPropertyAlias
Use this class to declare a property as alias for another one.
For primitive-typed implementations see:
-
Constructor Summary
ConstructorDescriptionQPropertyAlias
(QBindable<T> 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.QPropertyAlias
(QProperty<T> property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.QPropertyAlias
(QPropertyAlias<T> other) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided alias.QPropertyAlias
(QObject.QComputedProperty<T> property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.QPropertyAlias
(QObject.QProperty<T> 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.static QPropertyAlias<@QtPrimitiveType Boolean>
fromAlias
(QBooleanPropertyAlias alias) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property alias.static QPropertyAlias<@QtPrimitiveType Byte>
fromAlias
(QBytePropertyAlias alias) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property alias.static QPropertyAlias<@QtPrimitiveType Character>
fromAlias
(QCharPropertyAlias alias) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property alias.static QPropertyAlias<@QtPrimitiveType Double>
fromAlias
(QDoublePropertyAlias alias) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property alias.static QPropertyAlias<@QtPrimitiveType Float>
fromAlias
(QFloatPropertyAlias alias) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property alias.static QPropertyAlias<@QtPrimitiveType Integer>
fromAlias
(QIntPropertyAlias alias) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property alias.static QPropertyAlias<@QtPrimitiveType Long>
fromAlias
(QLongPropertyAlias alias) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property alias.static QPropertyAlias<@QtPrimitiveType Short>
fromAlias
(QShortPropertyAlias alias) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property alias.static QPropertyAlias<@QtPrimitiveType Boolean>
fromProperty
(QBooleanProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static QPropertyAlias<@QtPrimitiveType Byte>
fromProperty
(QByteProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static QPropertyAlias<@QtPrimitiveType Character>
fromProperty
(QCharProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static QPropertyAlias<@QtPrimitiveType Double>
fromProperty
(QDoubleProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static QPropertyAlias<@QtPrimitiveType Float>
fromProperty
(QFloatProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static QPropertyAlias<@QtPrimitiveType Integer>
fromProperty
(QIntProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static QPropertyAlias<@QtPrimitiveType Long>
fromProperty
(QLongProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static QPropertyAlias<@QtPrimitiveType Short>
fromProperty
(QShortProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static QPropertyAlias<@QtPrimitiveType Boolean>
fromProperty
(QObject.QBooleanProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static QPropertyAlias<@QtPrimitiveType Byte>
fromProperty
(QObject.QByteProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static QPropertyAlias<@QtPrimitiveType Character>
fromProperty
(QObject.QCharProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static QPropertyAlias<@QtPrimitiveType Boolean>
fromProperty
(QObject.QComputedBooleanProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static QPropertyAlias<@QtPrimitiveType Byte>
fromProperty
(QObject.QComputedByteProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static QPropertyAlias<@QtPrimitiveType Character>
fromProperty
(QObject.QComputedCharProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static QPropertyAlias<@QtPrimitiveType Double>
fromProperty
(QObject.QComputedDoubleProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static QPropertyAlias<@QtPrimitiveType Float>
fromProperty
(QObject.QComputedFloatProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static QPropertyAlias<@QtPrimitiveType Integer>
fromProperty
(QObject.QComputedIntProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static QPropertyAlias<@QtPrimitiveType Long>
fromProperty
(QObject.QComputedLongProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static QPropertyAlias<@QtPrimitiveType Short>
fromProperty
(QObject.QComputedShortProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static QPropertyAlias<@QtPrimitiveType Double>
fromProperty
(QObject.QDoubleProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static QPropertyAlias<@QtPrimitiveType Float>
fromProperty
(QObject.QFloatProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static QPropertyAlias<@QtPrimitiveType Integer>
fromProperty
(QObject.QIntProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static QPropertyAlias<@QtPrimitiveType Long>
fromProperty
(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.static QPropertyAlias<@QtPrimitiveType Short>
fromProperty
(QObject.QShortProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.final boolean
Deprecated.final boolean
isValid()
Deprecated.Checks if alias is valid.final QPropertyChangeHandler
Deprecated.setBinding
(QPropertyBinding<T> newBinding) Deprecated, for removal: This API element is subject to removal in a future version.final boolean
setBinding
(QUntypedPropertyBinding newBinding) Deprecated.setBinding
(QtUtilities.Supplier<T> functor) Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.final QPropertyChangeHandler
Deprecated.Deprecated, for removal: This API element is subject to removal in a future version.value()
Deprecated, for removal: This API element is subject to removal in a future version.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
-
QPropertyAlias
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-
-
QPropertyAlias
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-
-
QPropertyAlias
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-
-
QPropertyAlias
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided alias.- Parameters:
other
-
-
QPropertyAlias
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
-
fromProperty
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-- Returns:
- new alias
-
fromProperty
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-- Returns:
- new alias
-
fromProperty
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-- Returns:
- new alias
-
fromProperty
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-- Returns:
- new alias
-
fromProperty
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-- Returns:
- new alias
-
fromProperty
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-- Returns:
- new alias
-
fromProperty
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-- Returns:
- new alias
-
fromProperty
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-- Returns:
- new alias
-
fromAlias
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property alias.- Parameters:
alias
-- Returns:
- new alias
-
fromAlias
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property alias.- Parameters:
alias
-- Returns:
- new alias
-
fromAlias
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property alias.- Parameters:
alias
-- Returns:
- new alias
-
fromAlias
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property alias.- Parameters:
alias
-- Returns:
- new alias
-
fromAlias
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property alias.- Parameters:
alias
-- Returns:
- new alias
-
fromAlias
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property alias.- Parameters:
alias
-- Returns:
- new alias
-
fromAlias
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property alias.- Parameters:
alias
-- Returns:
- new alias
-
fromAlias
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property alias.- Parameters:
alias
-- Returns:
- new alias
-
fromProperty
public static QPropertyAlias<@QtPrimitiveType Boolean> fromProperty(QObject.QBooleanProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-- Returns:
- new alias
-
fromProperty
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-- Returns:
- new alias
-
fromProperty
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-- Returns:
- new alias
-
fromProperty
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-- Returns:
- new alias
-
fromProperty
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-- Returns:
- new alias
-
fromProperty
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-- Returns:
- new alias
-
fromProperty
public static QPropertyAlias<@QtPrimitiveType Double> fromProperty(QObject.QDoubleProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-- Returns:
- new alias
-
fromProperty
public static QPropertyAlias<@QtPrimitiveType Character> fromProperty(QObject.QCharProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-- Returns:
- new alias
-
fromProperty
public static QPropertyAlias<@QtPrimitiveType Boolean> fromProperty(QObject.QComputedBooleanProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-- Returns:
- new alias
-
fromProperty
public static QPropertyAlias<@QtPrimitiveType Byte> fromProperty(QObject.QComputedByteProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-- Returns:
- new alias
-
fromProperty
public static QPropertyAlias<@QtPrimitiveType Short> fromProperty(QObject.QComputedShortProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-- Returns:
- new alias
-
fromProperty
public static QPropertyAlias<@QtPrimitiveType Integer> fromProperty(QObject.QComputedIntProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-- Returns:
- new alias
-
fromProperty
public static QPropertyAlias<@QtPrimitiveType Long> fromProperty(QObject.QComputedLongProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-- Returns:
- new alias
-
fromProperty
public static QPropertyAlias<@QtPrimitiveType Float> fromProperty(QObject.QComputedFloatProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-- Returns:
- new alias
-
fromProperty
public static QPropertyAlias<@QtPrimitiveType Double> fromProperty(QObject.QComputedDoubleProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-- Returns:
- new alias
-
fromProperty
public static QPropertyAlias<@QtPrimitiveType Character> fromProperty(QObject.QComputedCharProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.- Parameters:
property
-- Returns:
- new alias
-
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
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
-
QProperty
and add a binding to the target