java.lang.Object
io.qt.QtObject
io.qt.core.QUntypedPropertyBinding
io.qt.core.QIntPropertyBinding
- All Implemented Interfaces:
QtObjectInterface
QIntPropertyBinding is primitive-typed version of QPropertyBinding<Integer>.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates anull
-QIntPropertyBinding
.QIntPropertyBinding
(QIntProperty property) Creates a newQIntPropertyBinding
as copy of the property's available binding.Creates a newQIntPropertyBinding
as copy of the given binding.QIntPropertyBinding
(QProperty<@QtPrimitiveType Integer> property) Creates a newQIntPropertyBinding
as copy of the property's available binding.Creates a newQIntPropertyBinding
as copy of the given binding.Creates a newQIntPropertyBinding
as copy of the property's available binding.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.Creates a newQIntPropertyBinding
as copy of the property's available binding.Creates a newQIntPropertyBinding
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
-
QIntPropertyBinding
Creates a newQIntPropertyBinding
with the given functorf
.- Parameters:
f
-
-
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
.- See Also:
-