java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QUntypedPropertyBinding
io.qt.core.QFloatPropertyBinding
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public final class QFloatPropertyBinding extends QUntypedPropertyBinding
QFloatPropertyBinding is primitive-typed version of QPropertyBinding<Float>.
- See Also:
QPropertyBinding
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description QFloatPropertyBinding()
Creates anull
-QFloatPropertyBinding
.QFloatPropertyBinding(QFloatProperty property)
Creates a newQFloatPropertyBinding
as copy of the property's available binding.QFloatPropertyBinding(QFloatPropertyBinding other)
Creates a newQFloatPropertyBinding
as copy of the given binding.QFloatPropertyBinding(QObject.QComputedFloatProperty property)
Creates a newQFloatPropertyBinding
as copy of the property's available binding.QFloatPropertyBinding(QObject.QComputedProperty<@QtPrimitiveType Float> property)
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.QFloatPropertyBinding(QObject.QProperty<@QtPrimitiveType Float> property)
Creates a newQFloatPropertyBinding
as copy of the property's available binding.QFloatPropertyBinding(QProperty<@QtPrimitiveType Float> property)
Creates a newQFloatPropertyBinding
as copy of the property's available binding.QFloatPropertyBinding(QPropertyBinding<@QtPrimitiveType Float> other)
Creates a newQFloatPropertyBinding
as copy of the given binding.QFloatPropertyBinding(QtUtilities.FloatSupplier f)
Creates a newQFloatPropertyBinding
with the given functorf
. -
Method Summary
-
Constructor Details
-
QFloatPropertyBinding
Creates a newQFloatPropertyBinding
with the given functorf
.- Parameters:
t
-
-
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
.- Parameters:
binding
-- See Also:
QUntypedPropertyBinding.isNull()
-