java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QUntypedPropertyBinding
io.qt.core.QShortPropertyBinding
- All Implemented Interfaces:
QtObjectInterface,Cloneable
QShortPropertyBinding is primitive-typed version of QPropertyBinding<Short>.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsConstructorDescriptionCreates anull-QShortPropertyBinding.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.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 newQShortPropertyBindingwith the given functorf. -
Method Summary
Methods inherited from class io.qt.core.QUntypedPropertyBinding
clone, error, isNull, valueMetaTypeMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QShortPropertyBinding
Creates a newQShortPropertyBindingwith the given functorf.- Parameters:
t-
-
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.- Parameters:
binding-- See Also:
-