java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QPropertyObserverBase
io.qt.core.QPropertyObserver
io.qt.core.QShortPropertyAlias
- All Implemented Interfaces:
QtObjectInterface
QShortPropertyAlias is primitive-typed version of QPropertyAlias<Short>.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionQShortPropertyAlias
(QBindable<@QtPrimitiveType Short> bindable) Creates a new alias to the provided binding's underlying 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.QShortPropertyAlias
(QObject.QShortProperty property) Creates a new alias to the provided property.QShortPropertyAlias
(QProperty<@QtPrimitiveType Short> property) Creates a new alias to the provided property.Creates a new alias to the provided alias.QShortPropertyAlias
(QShortBindable bindable) Creates a new alias to the provided binding's underlying property.QShortPropertyAlias
(QShortProperty 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
(QPropertyBinding<@QtPrimitiveType Short> newBinding) setBinding
(QShortPropertyBinding newBinding) final boolean
setBinding
(QUntypedPropertyBinding newBinding) setBinding
(QtUtilities.ShortSupplier functor) void
setValue
(short newValue) final QPropertyChangeHandler
short
value()
Methods inherited from class io.qt.core.QPropertyObserver
aliasedProperty
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QShortPropertyAlias
Creates a new alias to the provided alias.- Parameters:
other
-
-
QShortPropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QShortPropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QShortPropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QShortPropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QShortPropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QShortPropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QShortPropertyAlias
Creates a new alias to the provided alias.- Parameters:
other
-
-
QShortPropertyAlias
Creates a new alias to the provided binding's underlying property.- Parameters:
other
-
-
QShortPropertyAlias
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 QShortPropertyBinding setBinding(QPropertyBinding<@QtPrimitiveType Short> newBinding) -
setBinding
- See Also:
-
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
-