java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QPropertyObserverBase
io.qt.core.QPropertyObserver
io.qt.core.QLongPropertyAlias
- All Implemented Interfaces:
QtObjectInterface
public final class QLongPropertyAlias extends QPropertyObserver
QLongPropertyAlias is primitive-typed version of QPropertyAlias<Long>.
- See Also:
QPropertyAlias
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.core.QPropertyObserverBase
QPropertyObserverBase.ObserverTag
-
Constructor Summary
Constructors Constructor Description QLongPropertyAlias(QBindable<@QtPrimitiveType Long> bindable)
Creates a new alias to the provided binding's underlying property.QLongPropertyAlias(QLongBindable bindable)
Creates a new alias to the provided binding's underlying property.QLongPropertyAlias(QLongProperty property)
Creates a new alias to the provided property.QLongPropertyAlias(QLongPropertyAlias alias)
Creates a new alias to the provided alias.QLongPropertyAlias(QObject.QComputedIntProperty property)
Creates a new alias to the provided property.QLongPropertyAlias(QObject.QComputedProperty<@QtPrimitiveType Long> property)
Creates a new alias to the provided property.QLongPropertyAlias(QObject.QLongProperty property)
Creates a new alias to the provided property.QLongPropertyAlias(QObject.QProperty<@QtPrimitiveType Long> property)
Creates a new alias to the provided property.QLongPropertyAlias(QProperty<@QtPrimitiveType Long> property)
Creates a new alias to the provided property.QLongPropertyAlias(QPropertyAlias<@QtPrimitiveType Long> other)
Creates a new alias to the provided alias. -
Method Summary
Modifier and Type Method Description QLongPropertyBinding
binding()
boolean
hasBinding()
boolean
isValid()
Checks if alias is valid.QPropertyChangeHandler
onValueChanged(Runnable f)
QLongPropertyBinding
setBinding(QLongPropertyBinding newBinding)
QLongPropertyBinding
setBinding(QPropertyBinding<@QtPrimitiveType Long> newBinding)
boolean
setBinding(QUntypedPropertyBinding newBinding)
QLongPropertyBinding
setBinding(LongSupplier functor)
void
setValue(long newValue)
QPropertyChangeHandler
subscribe(Runnable f)
QLongPropertyBinding
takeBinding()
long
value()
-
Constructor Details
-
QLongPropertyAlias
Creates a new alias to the provided alias.- Parameters:
other
-
-
QLongPropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QLongPropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QLongPropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QLongPropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QLongPropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QLongPropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QLongPropertyAlias
Creates a new alias to the provided alias.- Parameters:
other
-
-
QLongPropertyAlias
Creates a new alias to the provided binding's underlying property.- Parameters:
other
-
-
QLongPropertyAlias
Creates a new alias to the provided binding's underlying property.- Parameters:
other
-
-
-
Method Details
-
value
- See Also:
QLongProperty.value()
-
setValue
- See Also:
QLongProperty.setValue(long)
-
setBinding
-
setBinding
@QtUninvokable public QLongPropertyBinding setBinding(QPropertyBinding<@QtPrimitiveType Long> newBinding) -
setBinding
-
binding
- See Also:
QLongProperty.binding()
-
takeBinding
- See Also:
QLongProperty.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
-