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
ConstructorsConstructorDescriptionCreates anull-QLongPropertyBinding.QLongPropertyBinding(QLongProperty property) Creates a newQLongPropertyBindingas copy of the property's available binding.Creates a newQLongPropertyBindingas copy of the given binding.QLongPropertyBinding(QProperty<@QtPrimitiveType Long> property) Creates a newQLongPropertyBindingas copy of the property's available binding.Creates a newQLongPropertyBindingas copy of the given binding.Creates a newQLongPropertyBindingas copy of the property's available binding.Creates a newQLongPropertyBindingas copy of the property's available binding.QLongPropertyBinding(QObject.QLongProperty property) Creates a newQLongPropertyBindingas copy of the property's available binding.Creates a newQLongPropertyBindingas copy of the property's available binding.Creates a newQLongPropertyBindingwith the given functorf. -
Method Summary
Methods inherited from class io.qt.core.QUntypedPropertyBinding
assign, error, isNull, valueMetaTypeMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QLongPropertyBinding
Creates a newQLongPropertyBindingwith the given functorf.- Parameters:
f-
-
QLongPropertyBinding
Creates a newQLongPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QLongPropertyBinding
Creates a newQLongPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QLongPropertyBinding
Creates a newQLongPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QLongPropertyBinding
Creates a newQLongPropertyBindingas copy of the given binding.- Parameters:
other-
-
QLongPropertyBinding
Creates a newQLongPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QLongPropertyBinding
Creates a newQLongPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QLongPropertyBinding
Creates a newQLongPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QLongPropertyBinding
Creates a newQLongPropertyBindingas copy of the given binding.- Parameters:
other-
-
QLongPropertyBinding
public QLongPropertyBinding()Creates anull-QLongPropertyBinding.- See Also:
-