java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QUntypedPropertyBinding
io.qt.core.QCharPropertyBinding
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public final class QCharPropertyBinding extends QUntypedPropertyBinding
QCharPropertyBinding is primitive-typed version of QPropertyBinding<Character>.
- See Also:
QBindingProperty
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description QCharPropertyBinding()
Creates anull
-QCharPropertyBinding
.QCharPropertyBinding(QCharProperty property)
Creates a newQCharPropertyBinding
as copy of the property's available binding.QCharPropertyBinding(QCharPropertyBinding other)
Creates a newQCharPropertyBinding
as copy of the given binding.QCharPropertyBinding(QObject.QCharProperty property)
Creates a newQCharPropertyBinding
as copy of the property's available binding.QCharPropertyBinding(QObject.QComputedCharProperty property)
Creates a newQCharPropertyBinding
as copy of the property's available binding.QCharPropertyBinding(QObject.QComputedProperty<@QtPrimitiveType Character> property)
Creates a newQCharPropertyBinding
as copy of the property's available binding.QCharPropertyBinding(QObject.QProperty<@QtPrimitiveType Character> property)
Creates a newQCharPropertyBinding
as copy of the property's available binding.QCharPropertyBinding(QProperty<@QtPrimitiveType Character> property)
Creates a newQCharPropertyBinding
as copy of the property's available binding.QCharPropertyBinding(QPropertyBinding<@QtPrimitiveType Character> other)
Creates a newQCharPropertyBinding
as copy of the given binding.QCharPropertyBinding(QtUtilities.CharSupplier f)
Creates a newQCharPropertyBinding
with the given functorf
. -
Method Summary
-
Constructor Details
-
QCharPropertyBinding
Creates a newQCharPropertyBinding
with the given functorf
.- Parameters:
t
-
-
QCharPropertyBinding
Creates a newQCharPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QCharPropertyBinding
Creates a newQCharPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QCharPropertyBinding
Creates a newQCharPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QCharPropertyBinding
Creates a newQCharPropertyBinding
as copy of the given binding.- Parameters:
other
-
-
QCharPropertyBinding
Creates a newQCharPropertyBinding
as copy of the given binding.- Parameters:
other
-
-
QCharPropertyBinding
Creates a newQCharPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QCharPropertyBinding
Creates a newQCharPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QCharPropertyBinding
Creates a newQCharPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QCharPropertyBinding
public QCharPropertyBinding()Creates anull
-QCharPropertyBinding
.- Parameters:
binding
-- See Also:
QUntypedPropertyBinding.isNull()
-