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