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
ConstructorDescriptionCreates anull
-QCharPropertyBinding
.QCharPropertyBinding
(QCharProperty property) Creates a newQCharPropertyBinding
as copy of the property's available binding.Creates a newQCharPropertyBinding
as copy of the given binding.QCharPropertyBinding
(QProperty<@QtPrimitiveType Character> property) Creates a newQCharPropertyBinding
as copy of the property's available binding.Creates a newQCharPropertyBinding
as copy of the given binding.QCharPropertyBinding
(QObject.QCharProperty property) Creates a newQCharPropertyBinding
as copy of the property's available binding.Creates a newQCharPropertyBinding
as copy of the property's available binding.Creates a newQCharPropertyBinding
as copy of the property's available binding.Creates a newQCharPropertyBinding
as copy of the property's available binding.Creates a newQCharPropertyBinding
with the given functorf
. -
Method Summary
Methods inherited from class io.qt.core.QUntypedPropertyBinding
assign, error, isNull, valueMetaType
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QCharPropertyBinding
Creates a newQCharPropertyBinding
with the given functorf
.- Parameters:
f
-
-
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
.- See Also:
-