java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qml.QQmlListReference
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
Allows the manipulation of QQmlListProperty properties
Java wrapper for Qt class QQmlListReference
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQQmlListReference(io.qt.core.QObject arg__1, String property) Overloaded constructor forQQmlListReference(io.qt.core.QObject, java.lang.String, io.qt.qml.QQmlEngine)witharg__3 = null.QQmlListReference(io.qt.core.QObject arg__1, String property, QQmlEngine arg__3) QQmlListReference(QQmlListReference arg__1) protectedQQmlListReference(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.QQmlListReference(Object variant) Overloaded constructor forQQmlListReference(java.lang.Object, io.qt.qml.QQmlEngine)withengine = null.QQmlListReference(Object variant, QQmlEngine engine) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanappend(io.qt.core.QObject arg__1) final io.qt.core.QObjectat(long arg__1) final booleanfinal booleancanAt()final booleancanClear()final booleancanCount()final booleanfinal booleanfinal booleanclear()clone()final longcount()booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.inthashCode()final booleanfinal booleanfinal booleanisValid()final io.qt.core.QMetaObjectfinal io.qt.core.QObjectobject()final booleanfinal booleanreplace(long arg__1, io.qt.core.QObject arg__2) final longsize()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QQmlListReference
public QQmlListReference() -
QQmlListReference
Overloaded constructor for
QQmlListReference(io.qt.core.QObject, java.lang.String, io.qt.qml.QQmlEngine)witharg__3 = null. -
QQmlListReference
-
QQmlListReference
-
QQmlListReference
Overloaded constructor for
QQmlListReference(java.lang.Object, io.qt.qml.QQmlEngine)withengine = null. -
QQmlListReference
-
QQmlListReference
protected QQmlListReference(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
append
@QtUninvokable public final boolean append(io.qt.core.QObject arg__1) -
at
@QtUninvokable public final io.qt.core.QObject at(long arg__1) -
canAppend
@QtUninvokable public final boolean canAppend() -
canAt
@QtUninvokable public final boolean canAt() -
canClear
@QtUninvokable public final boolean canClear() -
canCount
@QtUninvokable public final boolean canCount() -
canRemoveLast
@QtUninvokable public final boolean canRemoveLast() -
canReplace
@QtUninvokable public final boolean canReplace() -
clear
@QtUninvokable public final boolean clear() -
count
@QtUninvokable public final long count() -
isManipulable
@QtUninvokable public final boolean isManipulable() -
isReadable
@QtUninvokable public final boolean isReadable() -
isValid
@QtUninvokable public final boolean isValid() -
listElementType
@QtUninvokable public final io.qt.core.QMetaObject listElementType() -
object
@QtUninvokable public final io.qt.core.QObject object() -
removeLast
@QtUninvokable public final boolean removeLast() -
replace
@QtUninvokable public final boolean replace(long arg__1, io.qt.core.QObject arg__2) -
size
@QtUninvokable public final long size() -
equals
Description copied from class:io.qt.QtObjectUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation.- Overrides:
equalsin classio.qt.QtObject- Parameters:
other- The object with which to compare- Returns:
- true if the native resources of the two objects are one and the same.
-
hashCode
@QtUninvokable public int hashCode() -
clone
-