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
ConstructorsConstructorDescriptionCreates anull-QIntPropertyBinding.QIntPropertyBinding(QIntProperty property) Creates a newQIntPropertyBindingas copy of the property's available binding.Creates a newQIntPropertyBindingas copy of the given binding.QIntPropertyBinding(QProperty<@QtPrimitiveType Integer> property) Creates a newQIntPropertyBindingas copy of the property's available binding.Creates a newQIntPropertyBindingas copy of the given binding.Creates a newQIntPropertyBindingas copy of the property's available binding.Creates a newQIntPropertyBindingas copy of the property's available binding.QIntPropertyBinding(QObject.QIntProperty property) Creates a newQIntPropertyBindingas copy of the property's available binding.Creates a newQIntPropertyBindingas copy of the property's available binding.Creates a newQIntPropertyBindingwith 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
-
QIntPropertyBinding
Creates a newQIntPropertyBindingwith the given functorf.- Parameters:
f-
-
QIntPropertyBinding
Creates a newQIntPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QIntPropertyBinding
Creates a newQIntPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QIntPropertyBinding
Creates a newQIntPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QIntPropertyBinding
Creates a newQIntPropertyBindingas copy of the given binding.- Parameters:
other-
-
QIntPropertyBinding
Creates a newQIntPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QIntPropertyBinding
Creates a newQIntPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QIntPropertyBinding
Creates a newQIntPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QIntPropertyBinding
Creates a newQIntPropertyBindingas copy of the given binding.- Parameters:
other-
-
QIntPropertyBinding
public QIntPropertyBinding()Creates anull-QIntPropertyBinding.- See Also:
-