Module qtjambi
Package io.qt.core

Class QShortPropertyBinding

All Implemented Interfaces:
QtObjectInterface, Cloneable

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

    • QShortPropertyBinding

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

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

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

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

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

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

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

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

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

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