java.lang.Object
io.qt.QtObject
io.qt.core.QUntypedPropertyBinding
io.qt.core.QShortPropertyBinding
- All Implemented Interfaces:
QtObjectInterface
QShortPropertyBinding is primitive-typed version of QPropertyBinding<Short>.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates anull-QShortPropertyBinding.QShortPropertyBinding(QProperty<@QtPrimitiveType Short> property) Creates a newQShortPropertyBindingas copy of the property's available binding.Creates a newQShortPropertyBindingas copy of the given binding.QShortPropertyBinding(QShortProperty property) Creates a newQShortPropertyBindingas copy of the property's available binding.Creates a newQShortPropertyBindingas copy of the given binding.Creates a newQShortPropertyBindingas copy of the property's available binding.Creates a newQShortPropertyBindingas copy of the property's available binding.Creates a newQShortPropertyBindingas copy of the property's available binding.QShortPropertyBinding(QObject.QShortProperty property) Creates a newQShortPropertyBindingas copy of the property's available binding.Creates a newQShortPropertyBindingwith the given functorf. -
Method Summary
Methods inherited from class io.qt.core.QUntypedPropertyBinding
assign, error, isNull, valueMetaTypeMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QShortPropertyBinding
Creates a newQShortPropertyBindingwith the given functorf.- Parameters:
f-
-
QShortPropertyBinding
Creates a newQShortPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QShortPropertyBinding
Creates a newQShortPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QShortPropertyBinding
Creates a newQShortPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QShortPropertyBinding
Creates a newQShortPropertyBindingas copy of the given binding.- Parameters:
other-
-
QShortPropertyBinding
Creates a newQShortPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QShortPropertyBinding
Creates a newQShortPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QShortPropertyBinding
Creates a newQShortPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QShortPropertyBinding
Creates a newQShortPropertyBindingas copy of the given binding.- Parameters:
other-
-
QShortPropertyBinding
public QShortPropertyBinding()Creates anull-QShortPropertyBinding.- See Also:
-