Module qtjambi
Package io.qt.core

Class QDoublePropertyBinding

All Implemented Interfaces:
QtObjectInterface, Cloneable

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

    • QDoublePropertyBinding

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

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

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

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

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

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

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

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

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

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