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
ModifierConstructorDescriptionQQmlListReference
(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
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 boolean
final QObject
at
(long arg__1) final boolean
final boolean
canAt()
final boolean
canClear()
final boolean
canCount()
final boolean
final boolean
final boolean
clear()
clone()
final long
count()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
final boolean
final boolean
final boolean
isValid()
final QMetaObject
final QObject
object()
final boolean
final boolean
final long
size()
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: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
-