java.lang.Object
io.qt.QtObject
io.qt.core.QPropertyObserverBase
io.qt.core.QPropertyObserver
io.qt.core.QLongPropertyAlias
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
QLongPropertyAlias is primitive-typed version of QPropertyAlias<Long>.
- See Also:
-
Constructor Summary
ConstructorDescriptionQLongPropertyAlias
(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.Creates a new alias to the provided alias.QLongPropertyAlias
(QProperty<@QtPrimitiveType Long> 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.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. -
Method Summary
Modifier and TypeMethodDescriptionbinding()
final boolean
final boolean
isValid()
Checks if alias is valid.final QPropertyChangeHandler
setBinding
(QLongPropertyBinding newBinding) setBinding
(QPropertyBinding<@QtPrimitiveType Long> newBinding) final boolean
setBinding
(QUntypedPropertyBinding newBinding) setBinding
(LongSupplier functor) void
setValue
(long newValue) final QPropertyChangeHandler
long
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
-
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:
bindable
-
-
QLongPropertyAlias
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 QLongPropertyBinding setBinding(QPropertyBinding<@QtPrimitiveType Long> 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
-