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