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
QLongPropertyAlias is primitive-typed version of QPropertyAlias<Long>.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
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.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.QLongPropertyAlias
(QProperty<@QtPrimitiveType Long> property) Creates a new alias to the provided property.Creates a new alias to the provided alias. -
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.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:
other
-
-
QLongPropertyAlias
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 QLongPropertyBinding setBinding(QPropertyBinding<@QtPrimitiveType Long> 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
-