Module qtjambi
Package io.qt.core

Class QIntPropertyBinding

All Implemented Interfaces:
QtObjectInterface, Cloneable

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

    • QIntPropertyBinding

      public QIntPropertyBinding(IntSupplier f)
      Creates a new QIntPropertyBinding with the given functor f.
      Parameters:
      t -
    • QIntPropertyBinding

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

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

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

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

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

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

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

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

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