java.lang.Object
io.qt.QtObject
io.qt.core.QPropertyObserverBase
io.qt.core.QPropertyObserver
io.qt.core.QBooleanPropertyAlias
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
QBooleanPropertyAlias
is primitive-typed version of QPropertyAlias<Boolean>
.- See Also:
-
Constructor Summary
ConstructorDescriptionQBooleanPropertyAlias
(QBindable<@QtPrimitiveType Boolean> bindable) Creates a new alias to the provided binding's underlying property.QBooleanPropertyAlias
(QBooleanBindable bindable) Creates a new alias to the provided binding's underlying property.QBooleanPropertyAlias
(QBooleanProperty property) Creates a new alias to the provided property.Creates a new alias to the provided alias.QBooleanPropertyAlias
(QProperty<@QtPrimitiveType Boolean> 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.Creates a new alias to the provided 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
(QBooleanPropertyBinding newBinding) setBinding
(QPropertyBinding<@QtPrimitiveType Boolean> newBinding) final boolean
setBinding
(QUntypedPropertyBinding newBinding) setBinding
(BooleanSupplier functor) void
setValue
(boolean newValue) final QPropertyChangeHandler
boolean
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
-
QBooleanPropertyAlias
Creates a new alias to the provided alias.- Parameters:
other
-
-
QBooleanPropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QBooleanPropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QBooleanPropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QBooleanPropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QBooleanPropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QBooleanPropertyAlias
Creates a new alias to the provided property.- Parameters:
property
-
-
QBooleanPropertyAlias
Creates a new alias to the provided alias.- Parameters:
other
-
-
QBooleanPropertyAlias
Creates a new alias to the provided binding's underlying property.- Parameters:
bindable
-
-
QBooleanPropertyAlias
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 QBooleanPropertyBinding setBinding(QPropertyBinding<@QtPrimitiveType Boolean> 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
-