Module qtjambi
Package io.qt.core

Class QFloatPropertyBinding

All Implemented Interfaces:
QtObjectInterface, Cloneable

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

    • QFloatPropertyBinding

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

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

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

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

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

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

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

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

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

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