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
ConstructorsConstructorDescriptionCreates anull-QFloatPropertyBinding.QFloatPropertyBinding(QFloatProperty property) Creates a newQFloatPropertyBindingas copy of the property's available binding.Creates a newQFloatPropertyBindingas copy of the given binding.QFloatPropertyBinding(QProperty<@QtPrimitiveType Float> property) Creates a newQFloatPropertyBindingas copy of the property's available binding.Creates a newQFloatPropertyBindingas copy of the given binding.Creates a newQFloatPropertyBindingas copy of the property's available binding.Creates a newQFloatPropertyBindingas copy of the property's available binding.QFloatPropertyBinding(QObject.QFloatProperty property) Creates a newQFloatPropertyBindingas copy of the property's available binding.Creates a newQFloatPropertyBindingas copy of the property's available binding.Creates a newQFloatPropertyBindingwith 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
-
QFloatPropertyBinding
Creates a newQFloatPropertyBindingwith the given functorf.- Parameters:
f-
-
QFloatPropertyBinding
Creates a newQFloatPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QFloatPropertyBinding
Creates a newQFloatPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QFloatPropertyBinding
Creates a newQFloatPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QFloatPropertyBinding
Creates a newQFloatPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QFloatPropertyBinding
Creates a newQFloatPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QFloatPropertyBinding
Creates a newQFloatPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QFloatPropertyBinding
Creates a newQFloatPropertyBindingas copy of the given binding.- Parameters:
other-
-
QFloatPropertyBinding
Creates a newQFloatPropertyBindingas copy of the given binding.- Parameters:
other-
-
QFloatPropertyBinding
public QFloatPropertyBinding()Creates anull-QFloatPropertyBinding.- See Also:
-