java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QPropertyObserverBase
io.qt.core.QPropertyObserver
io.qt.core.QBytePropertyAlias
- All Implemented Interfaces:
QtObjectInterface
public final class QBytePropertyAlias extends QPropertyObserver
QBytePropertyAlias is primitive-typed version of QPropertyAlias<Byte>.
- See Also:
QPropertyAlias
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.core.QPropertyObserverBase
QPropertyObserverBase.ObserverTag
-
Constructor Summary
Constructors Constructor Description QBytePropertyAlias(QBindable<@QtPrimitiveType Byte> bindable)
Creates a new alias to the provided binding's underlying property.QBytePropertyAlias(QByteBindable bindable)
Creates a new alias to the provided binding's underlying property.QBytePropertyAlias(QByteProperty property)
Creates a new alias to the provided property.QBytePropertyAlias(QBytePropertyAlias alias)
Creates a new alias to the provided alias.QBytePropertyAlias(QObject.QByteProperty property)
Creates a new alias to the provided property.QBytePropertyAlias(QObject.QComputedByteProperty property)
Creates a new alias to the provided property.QBytePropertyAlias(QObject.QComputedProperty<@QtPrimitiveType Byte> property)
Creates a new alias to the provided property.QBytePropertyAlias(QObject.QProperty<@QtPrimitiveType Byte> property)
Creates a new alias to the provided property.QBytePropertyAlias(QProperty<@QtPrimitiveType Byte> property)
Creates a new alias to the provided property.QBytePropertyAlias(QPropertyAlias<@QtPrimitiveType Byte> other)
Creates a new alias to the provided alias. -
Method Summary
Modifier and Type Method Description QBytePropertyBinding
binding()
boolean
hasBinding()
boolean
isValid()
Checks if alias is valid.QPropertyChangeHandler
onValueChanged(Runnable f)
QBytePropertyBinding
setBinding(QBytePropertyBinding newBinding)
QBytePropertyBinding
setBinding(QPropertyBinding<@QtPrimitiveType Byte> newBinding)
boolean
setBinding(QUntypedPropertyBinding newBinding)
QBytePropertyBinding
setBinding(QtUtilities.ByteSupplier functor)
void
setValue(byte newValue)
QPropertyChangeHandler
subscribe(Runnable f)
QBytePropertyBinding
takeBinding()
byte
value()
-
Constructor Details
-
QBytePropertyAlias
Creates a new alias to the provided alias.- Parameters:
other
-
-
QBytePropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QBytePropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QBytePropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QBytePropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QBytePropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QBytePropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QBytePropertyAlias
Creates a new alias to the provided alias.- Parameters:
other
-
-
QBytePropertyAlias
Creates a new alias to the provided binding's underlying property.- Parameters:
other
-
-
QBytePropertyAlias
Creates a new alias to the provided binding's underlying property.- Parameters:
other
-
-
-
Method Details
-
value
- See Also:
QByteProperty.value()
-
setValue
- See Also:
QByteProperty.setValue(byte)
-
setBinding
-
setBinding
@QtUninvokable public QBytePropertyBinding setBinding(QPropertyBinding<@QtPrimitiveType Byte> newBinding) -
setBinding
-
binding
- See Also:
QByteProperty.binding()
-
takeBinding
- See Also:
QByteProperty.takeBinding()
-
setBinding
-
hasBinding
- See Also:
QProperty.hasBinding()
-
onValueChanged
- See Also:
QProperty.onValueChanged(Runnable)
-
subscribe
- See Also:
QProperty.subscribe(Runnable)
-
isValid
Checks if alias is valid.- Returns:
- valid
-