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