java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qml.QQmlListReference
- All Implemented Interfaces:
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
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQQmlListReference(QObject arg__1, String property) Overloaded constructor forQQmlListReference(io.qt.core.QObject, java.lang.String, io.qt.qml.QQmlEngine)witharg__3 = null.QQmlListReference(QObject arg__1, String property, QQmlEngine arg__3) QQmlListReference(QQmlListReference arg__1) protectedConstructor 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 booleanfinal 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 QMetaObjectfinal QObjectobject()final booleanfinal booleanfinal 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
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
append
-
at
-
canAppend
-
canAt
-
canClear
-
canCount
-
canRemoveLast
-
canReplace
-
clear
-
count
-
isManipulable
-
isReadable
-
isValid
-
listElementType
-
object
-
removeLast
-
replace
-
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. -
hashCode
-
clone
-