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
ConstructorsConstructorDescriptionCreates anull-QBytePropertyBinding.QBytePropertyBinding(QByteProperty property) Creates a newQBytePropertyBindingas copy of the property's available binding.Creates a newQBytePropertyBindingas copy of the given binding.QBytePropertyBinding(QProperty<@QtPrimitiveType Byte> property) Creates a newQBytePropertyBindingas copy of the property's available binding.Creates a newQBytePropertyBindingas copy of the given binding.QBytePropertyBinding(QObject.QByteProperty property) Creates a newQBytePropertyBindingas copy of the property's available binding.Creates a newQBytePropertyBindingas copy of the property's available binding.Creates a newQBytePropertyBindingas copy of the property's available binding.Creates a newQBytePropertyBindingas copy of the property's available binding.Creates a newQBytePropertyBindingwith 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
-
QBytePropertyBinding
Creates a newQBytePropertyBindingwith the given functorf.- Parameters:
f-
-
QBytePropertyBinding
Creates a newQBytePropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QBytePropertyBinding
Creates a newQBytePropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QBytePropertyBinding
Creates a newQBytePropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QBytePropertyBinding
Creates a newQBytePropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QBytePropertyBinding
Creates a newQBytePropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QBytePropertyBinding
Creates a newQBytePropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QBytePropertyBinding
Creates a newQBytePropertyBindingas copy of the given binding.- Parameters:
other-
-
QBytePropertyBinding
Creates a newQBytePropertyBindingas copy of the given binding.- Parameters:
other-
-
QBytePropertyBinding
public QBytePropertyBinding()Creates anull-QBytePropertyBinding.- See Also:
-