Module qtjambi
Package io.qt.core

Class QCharPropertyBinding

All Implemented Interfaces:
QtObjectInterface, Cloneable

public final class QCharPropertyBinding extends QUntypedPropertyBinding
QCharPropertyBinding is primitive-typed version of QPropertyBinding<Character>.
See Also:
  • invalid @see
    QBindingProperty
  • Constructor Details

    • QCharPropertyBinding

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

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

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

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

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

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

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

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

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

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