java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qml.QQmlListReference
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QQmlListReference extends QtObject implements Cloneable
Allows the manipulation of QQmlListProperty properties
Java wrapper for Qt class QQmlListReference
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QQmlListReference()
QQmlListReference(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)
protected
QQmlListReference(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description boolean
append(QObject arg__1)
QObject
at(int arg__1)
boolean
canAppend()
boolean
canAt()
boolean
canClear()
boolean
canCount()
boolean
canRemoveLast()
boolean
canReplace()
boolean
clear()
QQmlListReference
clone()
int
count()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
boolean
isManipulable()
boolean
isReadable()
boolean
isValid()
QMetaObject
listElementType()
QObject
object()
boolean
removeLast()
boolean
replace(int arg__1, QObject arg__2)
-
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
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
-
equals
Description copied from class:QtObject
Used 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
-