java.lang.Object
io.qt.QtObject
io.qt.core.QUntypedPropertyBinding
io.qt.core.QFloatPropertyBinding
- All Implemented Interfaces:
QtObjectInterface
QFloatPropertyBinding is primitive-typed version of QPropertyBinding<Float>.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates anull
-QFloatPropertyBinding
.QFloatPropertyBinding
(QFloatProperty property) Creates a newQFloatPropertyBinding
as copy of the property's available binding.Creates a newQFloatPropertyBinding
as copy of the given binding.QFloatPropertyBinding
(QProperty<@QtPrimitiveType Float> property) Creates a newQFloatPropertyBinding
as copy of the property's available binding.Creates a newQFloatPropertyBinding
as copy of the given binding.Creates a newQFloatPropertyBinding
as copy of the property's available binding.Creates a newQFloatPropertyBinding
as copy of the property's available binding.QFloatPropertyBinding
(QObject.QFloatProperty property) Creates a newQFloatPropertyBinding
as copy of the property's available binding.Creates a newQFloatPropertyBinding
as copy of the property's available binding.Creates a newQFloatPropertyBinding
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
-
QFloatPropertyBinding
Creates a newQFloatPropertyBinding
with the given functorf
.- Parameters:
f
-
-
QFloatPropertyBinding
Creates a newQFloatPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QFloatPropertyBinding
Creates a newQFloatPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QFloatPropertyBinding
Creates a newQFloatPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QFloatPropertyBinding
Creates a newQFloatPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QFloatPropertyBinding
Creates a newQFloatPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QFloatPropertyBinding
Creates a newQFloatPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QFloatPropertyBinding
Creates a newQFloatPropertyBinding
as copy of the given binding.- Parameters:
other
-
-
QFloatPropertyBinding
Creates a newQFloatPropertyBinding
as copy of the given binding.- Parameters:
other
-
-
QFloatPropertyBinding
public QFloatPropertyBinding()Creates anull
-QFloatPropertyBinding
.- See Also:
-