Uses of Interface
io.qt.QtUtilities.CharSupplier
Package | Description |
---|---|
io.qt.core |
-
Uses of QtUtilities.CharSupplier in io.qt.core
Methods in io.qt.core with parameters of type QtUtilities.CharSupplier Modifier and Type Method Description QCharPropertyBinding
QCharBindable. setBinding(QtUtilities.CharSupplier functor)
QCharPropertyBinding
QCharProperty. setBinding(QtUtilities.CharSupplier functor)
Associates the value of this property with the providedfunctor
and returns the previously associated binding.QCharPropertyBinding
QCharPropertyAlias. setBinding(QtUtilities.CharSupplier functor)
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.CharSupplier Constructor Description QCharProperty(QtUtilities.CharSupplier functor)
Constructs achar
-typed property bound to the providedfunctor
.QCharProperty(QtUtilities.CharSupplier functor)
Constructs achar
-typed property bound to the providedfunctor
.QCharPropertyBinding(QtUtilities.CharSupplier f)
Creates a newQCharPropertyBinding
with the given functorf
.QComputedCharProperty(QtUtilities.CharSupplier getter)
Constructs achar
-typed computed-value property according to the given value supplier.