java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QUntypedPropertyBinding
io.qt.core.QCharPropertyBinding
- All Implemented Interfaces:
QtObjectInterface,Cloneable
QCharPropertyBinding is primitive-typed version of QPropertyBinding<Character>.
- See Also:
-
-
invalid @see
QBindingProperty
-
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsConstructorDescriptionCreates anull-QCharPropertyBinding.QCharPropertyBinding(QCharProperty property) Creates a newQCharPropertyBindingas copy of the property's available binding.Creates a newQCharPropertyBindingas copy of the given binding.QCharPropertyBinding(QObject.QCharProperty property) Creates a newQCharPropertyBindingas copy of the property's available binding.Creates a newQCharPropertyBindingas copy of the property's available binding.Creates a newQCharPropertyBindingas copy of the property's available binding.Creates a newQCharPropertyBindingas copy of the property's available binding.QCharPropertyBinding(QProperty<@QtPrimitiveType Character> property) Creates a newQCharPropertyBindingas copy of the property's available binding.Creates a newQCharPropertyBindingas copy of the given binding.Creates a newQCharPropertyBindingwith the given functorf. -
Method Summary
Methods inherited from class io.qt.core.QUntypedPropertyBinding
clone, error, isNull, valueMetaTypeMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QCharPropertyBinding
Creates a newQCharPropertyBindingwith the given functorf.- Parameters:
t-
-
QCharPropertyBinding
Creates a newQCharPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QCharPropertyBinding
Creates a newQCharPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QCharPropertyBinding
Creates a newQCharPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QCharPropertyBinding
Creates a newQCharPropertyBindingas copy of the given binding.- Parameters:
other-
-
QCharPropertyBinding
Creates a newQCharPropertyBindingas copy of the given binding.- Parameters:
other-
-
QCharPropertyBinding
Creates a newQCharPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QCharPropertyBinding
Creates a newQCharPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QCharPropertyBinding
Creates a newQCharPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QCharPropertyBinding
public QCharPropertyBinding()Creates anull-QCharPropertyBinding.- Parameters:
binding-- See Also:
-