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
public final class QIntPropertyAlias extends QPropertyObserver
QIntPropertyAlias is primitive-typed version of QPropertyAlias<Integer>.
- See Also:
QPropertyAlias
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.core.QPropertyObserverBase
QPropertyObserverBase.ObserverTag
-
Constructor Summary
Constructors Constructor Description QIntPropertyAlias(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.QIntPropertyAlias(QIntPropertyAlias alias)
Creates a new alias to the provided alias.QIntPropertyAlias(QObject.QComputedIntProperty property)
Creates a new alias to the provided property.QIntPropertyAlias(QObject.QComputedProperty<@QtPrimitiveType Integer> property)
Creates a new alias to the provided property.QIntPropertyAlias(QObject.QIntProperty property)
Creates a new alias to the provided property.QIntPropertyAlias(QObject.QProperty<@QtPrimitiveType Integer> property)
Creates a new alias to the provided property.QIntPropertyAlias(QProperty<@QtPrimitiveType Integer> property)
Creates a new alias to the provided property.QIntPropertyAlias(QPropertyAlias<@QtPrimitiveType Integer> other)
Creates a new alias to the provided alias. -
Method Summary
Modifier and Type Method Description QIntPropertyBinding
binding()
boolean
hasBinding()
boolean
isValid()
Checks if alias is valid.QPropertyChangeHandler
onValueChanged(Runnable f)
QIntPropertyBinding
setBinding(QIntPropertyBinding newBinding)
QIntPropertyBinding
setBinding(QPropertyBinding<@QtPrimitiveType Integer> newBinding)
boolean
setBinding(QUntypedPropertyBinding newBinding)
QIntPropertyBinding
setBinding(IntSupplier functor)
void
setValue(int newValue)
QPropertyChangeHandler
subscribe(Runnable f)
QIntPropertyBinding
takeBinding()
int
value()
-
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:
QIntProperty.value()
-
setValue
- See Also:
QIntProperty.setValue(int)
-
setBinding
-
setBinding
@QtUninvokable public QIntPropertyBinding setBinding(QPropertyBinding<@QtPrimitiveType Integer> newBinding) -
setBinding
-
binding
- See Also:
QIntProperty.binding()
-
takeBinding
- See Also:
QIntProperty.takeBinding()
-
setBinding
-
hasBinding
- See Also:
QProperty.hasBinding()
-
onValueChanged
- See Also:
QProperty.onValueChanged(Runnable)
-
subscribe
- See Also:
QProperty.subscribe(Runnable)
-
isValid
Checks if alias is valid.- Returns:
- valid
-