java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QUntypedPropertyBinding
io.qt.core.QDoublePropertyBinding
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public final class QDoublePropertyBinding extends QUntypedPropertyBinding
QDoublePropertyBinding is primitive-typed version of QPropertyBinding<Double>.
- See Also:
QPropertyBinding
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description QDoublePropertyBinding()
Creates anull
-QDoublePropertyBinding
.QDoublePropertyBinding(QDoubleProperty property)
Creates a newQDoublePropertyBinding
as copy of the property's available binding.QDoublePropertyBinding(QDoublePropertyBinding other)
Creates a newQDoublePropertyBinding
as copy of the given binding.QDoublePropertyBinding(QObject.QComputedDoubleProperty property)
Creates a newQDoublePropertyBinding
as copy of the property's available binding.QDoublePropertyBinding(QObject.QComputedProperty<@QtPrimitiveType Double> property)
Creates a newQDoublePropertyBinding
as copy of the property's available binding.QDoublePropertyBinding(QObject.QDoubleProperty property)
Creates a newQDoublePropertyBinding
as copy of the property's available binding.QDoublePropertyBinding(QObject.QProperty<@QtPrimitiveType Double> property)
Creates a newQDoublePropertyBinding
as copy of the property's available binding.QDoublePropertyBinding(QProperty<@QtPrimitiveType Double> property)
Creates a newQDoublePropertyBinding
as copy of the property's available binding.QDoublePropertyBinding(QPropertyBinding<@QtPrimitiveType Double> other)
Creates a newQDoublePropertyBinding
as copy of the given binding.QDoublePropertyBinding(DoubleSupplier f)
Creates a newQDoublePropertyBinding
with the given functorf
. -
Method Summary
-
Constructor Details
-
QDoublePropertyBinding
Creates a newQDoublePropertyBinding
with the given functorf
.- Parameters:
t
-
-
QDoublePropertyBinding
Creates a newQDoublePropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QDoublePropertyBinding
Creates a newQDoublePropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QDoublePropertyBinding
Creates a newQDoublePropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QDoublePropertyBinding
Creates a newQDoublePropertyBinding
as copy of the given binding.- Parameters:
other
-
-
QDoublePropertyBinding
Creates a newQDoublePropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QDoublePropertyBinding
Creates a newQDoublePropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QDoublePropertyBinding
Creates a newQDoublePropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QDoublePropertyBinding
Creates a newQDoublePropertyBinding
as copy of the given binding.- Parameters:
other
-
-
QDoublePropertyBinding
public QDoublePropertyBinding()Creates anull
-QDoublePropertyBinding
.- Parameters:
binding
-- See Also:
QUntypedPropertyBinding.isNull()
-