java.lang.Object
io.qt.QtObject
io.qt.core.QUntypedPropertyBinding
io.qt.core.QLongPropertyBinding
- All Implemented Interfaces:
QtObjectInterface
QLongPropertyBinding is primitive-typed version of QPropertyBinding<Long>.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates anull
-QLongPropertyBinding
.QLongPropertyBinding
(QLongProperty property) Creates a newQLongPropertyBinding
as copy of the property's available binding.Creates a newQLongPropertyBinding
as copy of the given binding.QLongPropertyBinding
(QProperty<@QtPrimitiveType Long> property) Creates a newQLongPropertyBinding
as copy of the property's available binding.Creates a newQLongPropertyBinding
as copy of the given binding.Creates a newQLongPropertyBinding
as copy of the property's available binding.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.Creates a newQLongPropertyBinding
as copy of the property's available binding.Creates a newQLongPropertyBinding
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
-
QLongPropertyBinding
Creates a newQLongPropertyBinding
with the given functorf
.- Parameters:
f
-
-
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
.- See Also:
-