java.lang.Object
io.qt.QtObject
io.qt.core.QPropertyObserverBase
io.qt.core.QPropertyObserver
io.qt.core.QIntPropertyAlias
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
QIntPropertyAlias is primitive-typed version of QPropertyAlias<Integer>.
- See Also:
-
Constructor Summary
ConstructorDescriptionQIntPropertyAlias
(QBindable<@QtPrimitiveType Integer> bindable) Creates a new alias to the provided binding's underlying property.QIntPropertyAlias
(QIntBindable bindable) Creates a new alias to the provided binding's underlying property.QIntPropertyAlias
(QIntProperty property) Creates a new alias to the provided property.Creates a new alias to the provided alias.QIntPropertyAlias
(QProperty<@QtPrimitiveType Integer> property) Creates a new alias to the provided property.Creates a new alias to the provided alias.Creates a new alias to the provided property.Creates a new alias to the provided property.QIntPropertyAlias
(QObject.QIntProperty property) Creates a new alias to the provided 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
(QIntPropertyBinding newBinding) setBinding
(QPropertyBinding<@QtPrimitiveType Integer> newBinding) final boolean
setBinding
(QUntypedPropertyBinding newBinding) setBinding
(IntSupplier functor) void
setValue
(int newValue) final QPropertyChangeHandler
int
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
-
QIntPropertyAlias
Creates a new alias to the provided alias.- Parameters:
other
-
-
QIntPropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QIntPropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QIntPropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QIntPropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QIntPropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QIntPropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QIntPropertyAlias
Creates a new alias to the provided alias.- Parameters:
other
-
-
QIntPropertyAlias
Creates a new alias to the provided binding's underlying property.- Parameters:
bindable
-
-
QIntPropertyAlias
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 QIntPropertyBinding setBinding(QPropertyBinding<@QtPrimitiveType Integer> 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
-