java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QUntypedPropertyBinding
io.qt.core.QIntPropertyBinding
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public final class QIntPropertyBinding extends QUntypedPropertyBinding
QIntPropertyBinding is primitive-typed version of QPropertyBinding<Integer>.
- See Also:
QPropertyBinding
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description QIntPropertyBinding()
Creates anull
-QIntPropertyBinding
.QIntPropertyBinding(QIntProperty property)
Creates a newQIntPropertyBinding
as copy of the property's available binding.QIntPropertyBinding(QIntPropertyBinding other)
Creates a newQIntPropertyBinding
as copy of the given binding.QIntPropertyBinding(QObject.QComputedIntProperty property)
Creates a newQIntPropertyBinding
as copy of the property's available binding.QIntPropertyBinding(QObject.QComputedProperty<@QtPrimitiveType Integer> property)
Creates a newQIntPropertyBinding
as copy of the property's available binding.QIntPropertyBinding(QObject.QIntProperty property)
Creates a newQIntPropertyBinding
as copy of the property's available binding.QIntPropertyBinding(QObject.QProperty<@QtPrimitiveType Integer> property)
Creates a newQIntPropertyBinding
as copy of the property's available binding.QIntPropertyBinding(QProperty<@QtPrimitiveType Integer> property)
Creates a newQIntPropertyBinding
as copy of the property's available binding.QIntPropertyBinding(QPropertyBinding<@QtPrimitiveType Integer> other)
Creates a newQIntPropertyBinding
as copy of the given binding.QIntPropertyBinding(IntSupplier f)
Creates a newQIntPropertyBinding
with the given functorf
. -
Method Summary
-
Constructor Details
-
QIntPropertyBinding
Creates a newQIntPropertyBinding
with the given functorf
.- Parameters:
t
-
-
QIntPropertyBinding
Creates a newQIntPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QIntPropertyBinding
Creates a newQIntPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QIntPropertyBinding
Creates a newQIntPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QIntPropertyBinding
Creates a newQIntPropertyBinding
as copy of the given binding.- Parameters:
other
-
-
QIntPropertyBinding
Creates a newQIntPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QIntPropertyBinding
Creates a newQIntPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QIntPropertyBinding
Creates a newQIntPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QIntPropertyBinding
Creates a newQIntPropertyBinding
as copy of the given binding.- Parameters:
other
-
-
QIntPropertyBinding
public QIntPropertyBinding()Creates anull
-QIntPropertyBinding
.- Parameters:
binding
-- See Also:
QUntypedPropertyBinding.isNull()
-