java.lang.Object
io.qt.QtObject
io.qt.core.QUntypedPropertyBinding
io.qt.core.QCharPropertyBinding
- All Implemented Interfaces:
QtObjectInterface
QCharPropertyBinding is primitive-typed version of QPropertyBinding<Character>.
- See Also:
-
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(QProperty<@QtPrimitiveType Character> 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.Creates a newQCharPropertyBindingwith the given functorf. -
Method Summary
Methods inherited from class io.qt.core.QUntypedPropertyBinding
assign, error, isNull, valueMetaTypeMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QCharPropertyBinding
Creates a newQCharPropertyBindingwith the given functorf.- Parameters:
f-
-
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.- See Also:
-