java.lang.Object
io.qt.QtObject
io.qt.core.QUntypedPropertyBinding
io.qt.core.QPropertyBinding<T>
- All Implemented Interfaces:
QtObjectInterface
Java wrapper for Qt class QPropertyBinding
For primitive-typed implementations see:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates anull-QPropertyBinding.QPropertyBinding(QProperty<T> property) Creates a newQPropertyBindingas copy of the property's available binding.QPropertyBinding(QPropertyBinding<T> other) Creates a new genericQPropertyBindingas copy of the given binding.QPropertyBinding(QObject.QComputedProperty<T> property) Creates a newQPropertyBindingas copy of the property's available binding.QPropertyBinding(QObject.QProperty<T> property) Creates a newQPropertyBindingas copy of the property's available binding.QPropertyBinding(QtUtilities.Supplier<? extends T> f) Creates a newQPropertyBindingwith the given functorf. -
Method Summary
Modifier and TypeMethodDescriptionstatic QPropertyBinding<@QtPrimitiveType Boolean> fromBinding(QBooleanPropertyBinding binding) Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.static QPropertyBinding<@QtPrimitiveType Byte> fromBinding(QBytePropertyBinding binding) Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.fromBinding(QCharPropertyBinding binding) Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.static QPropertyBinding<@QtPrimitiveType Double> fromBinding(QDoublePropertyBinding binding) Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.static QPropertyBinding<@QtPrimitiveType Float> fromBinding(QFloatPropertyBinding binding) Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.static QPropertyBinding<@QtPrimitiveType Integer> fromBinding(QIntPropertyBinding binding) Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.static QPropertyBinding<@QtPrimitiveType Long> fromBinding(QLongPropertyBinding binding) Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.static QPropertyBinding<@QtPrimitiveType Short> fromBinding(QShortPropertyBinding binding) Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.Methods inherited from class io.qt.core.QUntypedPropertyBinding
assign, error, isNull, valueMetaTypeMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QPropertyBinding
Creates a newQPropertyBindingwith the given functorf.- Parameters:
f-
-
QPropertyBinding
Creates a newQPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QPropertyBinding
Creates a newQPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QPropertyBinding
Creates a newQPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QPropertyBinding
Creates a new genericQPropertyBindingas copy of the given binding.- Parameters:
other-
-
QPropertyBinding
public QPropertyBinding()Creates anull-QPropertyBinding.- See Also:
-
-
Method Details
-
fromBinding
public static QPropertyBinding<@QtPrimitiveType Boolean> fromBinding(QBooleanPropertyBinding binding) Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.- Parameters:
binding-- Returns:
- binding copy
-
fromBinding
Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.- Parameters:
binding-- Returns:
- binding copy
-
fromBinding
Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.- Parameters:
binding-- Returns:
- binding copy
-
fromBinding
Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.- Parameters:
binding-- Returns:
- binding copy
-
fromBinding
Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.- Parameters:
binding-- Returns:
- binding copy
-
fromBinding
Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.- Parameters:
binding-- Returns:
- binding copy
-
fromBinding
Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.- Parameters:
binding-- Returns:
- binding copy
-
fromBinding
public static QPropertyBinding<@QtPrimitiveType Character> fromBinding(QCharPropertyBinding binding) Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.- Parameters:
binding-- Returns:
- binding copy
-