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