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
QBytePropertyAlias is primitive-typed version of QPropertyAlias<Byte>.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
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
(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.QBytePropertyAlias
(QProperty<@QtPrimitiveType Byte> property) Creates a new alias to the provided property.Creates a new alias to the provided alias. -
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.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:
other
-
-
QBytePropertyAlias
Creates a new alias to the provided binding's underlying property.- Parameters:
other
-
-
-
Method Details
-
value
- See Also:
-
setValue
- See Also:
-
setBinding
-
setBinding
@QtUninvokable public QBytePropertyBinding setBinding(QPropertyBinding<@QtPrimitiveType Byte> newBinding) -
setBinding
-
binding
- See Also:
-
takeBinding
- See Also:
-
setBinding
-
hasBinding
- See Also:
-
onValueChanged
- See Also:
-
addNotifier
- See Also:
-
subscribe
- See Also:
-
isValid
Checks if alias is valid.- Returns:
- valid
-