Module qtjambi
Package io.qt.core

Class QBooleanPropertyBinding

All Implemented Interfaces:
QtObjectInterface, Cloneable

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

    • QBooleanPropertyBinding

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

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

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

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

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

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

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

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

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

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