java.lang.Object
io.qt.QtObject
io.qt.core.QPropertyObserverBase
io.qt.core.QPropertyObserver
io.qt.core.QBytePropertyAlias
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
QBytePropertyAlias is primitive-typed version of QPropertyAlias<Byte>.
- See Also:
-
Constructor Summary
ConstructorDescriptionQBytePropertyAlias
(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.Creates a new alias to the provided alias.QBytePropertyAlias
(QProperty<@QtPrimitiveType Byte> property) Creates a new alias to the provided property.Creates a new alias to the provided alias.QBytePropertyAlias
(QObject.QByteProperty property) Creates a new alias to the provided property.Creates a new alias to the provided property.Creates a new alias to the provided property.QBytePropertyAlias
(QObject.QProperty<@QtPrimitiveType Byte> 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
(QBytePropertyBinding newBinding) setBinding
(QPropertyBinding<@QtPrimitiveType Byte> newBinding) final boolean
setBinding
(QUntypedPropertyBinding newBinding) setBinding
(QtUtilities.ByteSupplier functor) void
setValue
(byte newValue) final QPropertyChangeHandler
byte
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
-
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:
bindable
-
-
QBytePropertyAlias
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 QBytePropertyBinding setBinding(QPropertyBinding<@QtPrimitiveType Byte> 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
-