Uses of Interface
io.qt.QtUtilities.CharSupplier
Packages that use QtUtilities.CharSupplier
-
Uses of QtUtilities.CharSupplier in io.qt.core
Methods in io.qt.core with parameters of type QtUtilities.CharSupplierModifier and TypeMethodDescriptionQCharBindable.setBinding
(QtUtilities.CharSupplier functor) QCharProperty.setBinding
(QtUtilities.CharSupplier functor) Associates the value of this property with the providedfunctor
and returns the previously associated binding.QCharPropertyAlias.setBinding
(QtUtilities.CharSupplier functor) final QCharPropertyBinding
QObject.QCharProperty.setBinding
(QtUtilities.CharSupplier functor) Associates the value of this property with the providedfunctor
and returns the previously associated binding.Constructors in io.qt.core with parameters of type QtUtilities.CharSupplierModifierConstructorDescriptionQCharProperty
(QtUtilities.CharSupplier functor) Constructs achar
-typed property bound to the providedfunctor
.QCharProperty
(QtUtilities.CharSupplier functor) Constructs achar
-typed property bound to the providedfunctor
.Creates a newQCharPropertyBinding
with the given functorf
.Constructs achar
-typed computed-value property according to the given value supplier.