java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QPropertyObserverBase
io.qt.core.QPropertyObserver
io.qt.core.QIntPropertyAlias
- All Implemented Interfaces:
QtObjectInterface
QIntPropertyAlias is primitive-typed version of QPropertyAlias<Integer>.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsConstructorDescriptionQIntPropertyAlias(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.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.QIntPropertyAlias(QProperty<@QtPrimitiveType Integer> property) Creates a new alias to the provided property.Creates a new alias to the provided alias. -
Method Summary
Modifier and TypeMethodDescriptionbinding()final booleanfinal booleanisValid()Checks if alias is valid.final QPropertyChangeHandlersetBinding(QIntPropertyBinding newBinding) setBinding(QPropertyBinding<@QtPrimitiveType Integer> newBinding) final booleansetBinding(QUntypedPropertyBinding newBinding) setBinding(IntSupplier functor) voidsetValue(int newValue) final QPropertyChangeHandlerintvalue()Methods inherited from class io.qt.core.QPropertyObserver
aliasedPropertyMethods 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:
other-
-
QIntPropertyAlias
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 QIntPropertyBinding setBinding(QPropertyBinding<@QtPrimitiveType Integer> 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
-