java.lang.Object
io.qt.QtObject
io.qt.core.QPropertyObserverBase
io.qt.core.QPropertyObserver
io.qt.core.QCharPropertyAlias
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
QCharPropertyAlias is primitive-typed version of QPropertyAlias<Character>.
- See Also:
-
Constructor Summary
ConstructorDescriptionQCharPropertyAlias
(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.Creates a new alias to the provided alias.QCharPropertyAlias
(QProperty<@QtPrimitiveType Character> property) Creates a new alias to the provided property.Creates a new alias to the provided alias.QCharPropertyAlias
(QObject.QCharProperty 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.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
(QCharPropertyBinding newBinding) setBinding
(QPropertyBinding<@QtPrimitiveType Character> newBinding) final boolean
setBinding
(QUntypedPropertyBinding newBinding) setBinding
(QtUtilities.CharSupplier functor) void
setValue
(char newValue) final QPropertyChangeHandler
char
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
-
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:
bindable
-
-
QCharPropertyAlias
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 QCharPropertyBinding setBinding(QPropertyBinding<@QtPrimitiveType Character> 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
-