Module qtjambi
Package io.qt.core

Class QLongPropertyBinding

All Implemented Interfaces:
QtObjectInterface

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

    • QLongPropertyBinding

      public QLongPropertyBinding(LongSupplier f)
      Creates a new QLongPropertyBinding with the given functor f.
      Parameters:
      f -
    • QLongPropertyBinding

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

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

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

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

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

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

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

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

      public QLongPropertyBinding()
      Creates a null-QLongPropertyBinding.
      See Also: