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