Module qtjambi
Package io.qt.core

Class QBytePropertyBinding

All Implemented Interfaces:
QtObjectInterface, Cloneable

public final class QBytePropertyBinding extends QUntypedPropertyBinding
QBytePropertyBinding is primitive-typed version of QPropertyBinding<Byte>.
See Also:
  • Constructor Details

    • QBytePropertyBinding

      public QBytePropertyBinding(QtUtilities.ByteSupplier f)
      Creates a new QBytePropertyBinding with the given functor f.
      Parameters:
      t -
    • QBytePropertyBinding

      public QBytePropertyBinding(QByteProperty property)
      Creates a new QBytePropertyBinding as copy of the property's available binding.
      Parameters:
      property -
    • QBytePropertyBinding

      public QBytePropertyBinding(QObject.QByteProperty property)
      Creates a new QBytePropertyBinding as copy of the property's available binding.
      Parameters:
      property -
    • QBytePropertyBinding

      public QBytePropertyBinding(QObject.QComputedByteProperty property)
      Creates a new QBytePropertyBinding as copy of the property's available binding.
      Parameters:
      property -
    • QBytePropertyBinding

      public QBytePropertyBinding(QProperty<@QtPrimitiveType Byte> property)
      Creates a new QBytePropertyBinding as copy of the property's available binding.
      Parameters:
      property -
    • QBytePropertyBinding

      public QBytePropertyBinding(QObject.QProperty<@QtPrimitiveType Byte> property)
      Creates a new QBytePropertyBinding as copy of the property's available binding.
      Parameters:
      property -
    • QBytePropertyBinding

      public QBytePropertyBinding(QObject.QComputedProperty<@QtPrimitiveType Byte> property)
      Creates a new QBytePropertyBinding as copy of the property's available binding.
      Parameters:
      property -
    • QBytePropertyBinding

      public QBytePropertyBinding(QBytePropertyBinding other)
      Creates a new QBytePropertyBinding as copy of the given binding.
      Parameters:
      other -
    • QBytePropertyBinding

      public QBytePropertyBinding(QPropertyBinding<@QtPrimitiveType Byte> other)
      Creates a new QBytePropertyBinding as copy of the given binding.
      Parameters:
      other -
    • QBytePropertyBinding

      public QBytePropertyBinding()
      Creates a null-QBytePropertyBinding.
      Parameters:
      binding -
      See Also: