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
QCharPropertyAlias is primitive-typed version of QPropertyAlias<Character>.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
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
(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.QCharPropertyAlias
(QProperty<@QtPrimitiveType Character> 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
(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.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:
other
-
-
QCharPropertyAlias
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 QCharPropertyBinding setBinding(QPropertyBinding<@QtPrimitiveType Character> 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
-