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
ConstructorDescriptionCreates anull
-QDoublePropertyBinding
.QDoublePropertyBinding
(QDoubleProperty property) Creates a newQDoublePropertyBinding
as copy of the property's available binding.Creates a newQDoublePropertyBinding
as copy of the given binding.QDoublePropertyBinding
(QProperty<@QtPrimitiveType Double> property) Creates a newQDoublePropertyBinding
as copy of the property's available binding.Creates a newQDoublePropertyBinding
as copy of the given binding.Creates a newQDoublePropertyBinding
as copy of the property's available binding.Creates a newQDoublePropertyBinding
as copy of the property's available binding.Creates a newQDoublePropertyBinding
as copy of the property's available binding.Creates a newQDoublePropertyBinding
as copy of the property's available binding.Creates a newQDoublePropertyBinding
with the given functorf
. -
Method Summary
Methods inherited from class io.qt.core.QUntypedPropertyBinding
assign, error, isNull, valueMetaType
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QDoublePropertyBinding
Creates a newQDoublePropertyBinding
with the given functorf
.- Parameters:
f
-
-
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
.- See Also:
-