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
ConstructorDescriptionCreates anull
-QShortPropertyBinding
.QShortPropertyBinding
(QProperty<@QtPrimitiveType Short> property) Creates a newQShortPropertyBinding
as copy of the property's available binding.Creates a newQShortPropertyBinding
as copy of the given binding.QShortPropertyBinding
(QShortProperty property) Creates a newQShortPropertyBinding
as copy of the property's available binding.Creates a newQShortPropertyBinding
as copy of the given binding.Creates a newQShortPropertyBinding
as copy of the property's available binding.Creates a newQShortPropertyBinding
as copy of the property's available binding.Creates a newQShortPropertyBinding
as copy of the property's available binding.QShortPropertyBinding
(QObject.QShortProperty property) Creates a newQShortPropertyBinding
as copy of the property's available binding.Creates a newQShortPropertyBinding
with the given functorf
. -
Method Summary
Methods inherited from class io.qt.core.QUntypedPropertyBinding
assign, error, isNull, valueMetaType
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QShortPropertyBinding
Creates a newQShortPropertyBinding
with the given functorf
.- Parameters:
f
-
-
QShortPropertyBinding
Creates a newQShortPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QShortPropertyBinding
Creates a newQShortPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QShortPropertyBinding
Creates a newQShortPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QShortPropertyBinding
Creates a newQShortPropertyBinding
as copy of the given binding.- Parameters:
other
-
-
QShortPropertyBinding
Creates a newQShortPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QShortPropertyBinding
Creates a newQShortPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QShortPropertyBinding
Creates a newQShortPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QShortPropertyBinding
Creates a newQShortPropertyBinding
as copy of the given binding.- Parameters:
other
-
-
QShortPropertyBinding
public QShortPropertyBinding()Creates anull
-QShortPropertyBinding
.- See Also:
-