java.lang.Object
io.qt.QtObject
io.qt.core.QUntypedPropertyBinding
io.qt.core.QDoublePropertyBinding
- All Implemented Interfaces:
QtObjectInterface
QDoublePropertyBinding is primitive-typed version of QPropertyBinding<Double>.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates anull-QDoublePropertyBinding.QDoublePropertyBinding(QDoubleProperty property) Creates a newQDoublePropertyBindingas copy of the property's available binding.Creates a newQDoublePropertyBindingas copy of the given binding.QDoublePropertyBinding(QProperty<@QtPrimitiveType Double> property) Creates a newQDoublePropertyBindingas copy of the property's available binding.Creates a newQDoublePropertyBindingas copy of the given binding.Creates a newQDoublePropertyBindingas copy of the property's available binding.Creates a newQDoublePropertyBindingas copy of the property's available binding.Creates a newQDoublePropertyBindingas copy of the property's available binding.Creates a newQDoublePropertyBindingas copy of the property's available binding.Creates a newQDoublePropertyBindingwith 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
-
QDoublePropertyBinding
Creates a newQDoublePropertyBindingwith the given functorf.- Parameters:
f-
-
QDoublePropertyBinding
Creates a newQDoublePropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QDoublePropertyBinding
Creates a newQDoublePropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QDoublePropertyBinding
Creates a newQDoublePropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QDoublePropertyBinding
Creates a newQDoublePropertyBindingas copy of the given binding.- Parameters:
other-
-
QDoublePropertyBinding
Creates a newQDoublePropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QDoublePropertyBinding
Creates a newQDoublePropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QDoublePropertyBinding
Creates a newQDoublePropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QDoublePropertyBinding
Creates a newQDoublePropertyBindingas copy of the given binding.- Parameters:
other-
-
QDoublePropertyBinding
public QDoublePropertyBinding()Creates anull-QDoublePropertyBinding.- See Also:
-