java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QUntypedPropertyBinding
io.qt.core.QDoublePropertyBinding
- All Implemented Interfaces:
QtObjectInterface,Cloneable
QDoublePropertyBinding is primitive-typed version of QPropertyBinding<Double>.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
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.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.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 newQDoublePropertyBindingwith the given functorf. -
Method Summary
Methods inherited from class io.qt.core.QUntypedPropertyBinding
clone, error, isNull, valueMetaTypeMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QDoublePropertyBinding
Creates a newQDoublePropertyBindingwith the given functorf.- Parameters:
t-
-
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.- Parameters:
binding-- See Also:
-