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's class QQmlListReference
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQQmlListReference
(QObject o, String property) QQmlListReference
(QObject o, String property, QQmlEngine engine) Deprecated.Drop the QQmlEngine* argumentQQmlListReference
(QQmlListReference arg__1) protected
Constructor for internal use only.QQmlListReference
(Object variant) QQmlListReference
(Object variant, QQmlEngine engine) Deprecated.Drop the QQmlEngine* argument -
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
-
QQmlListReference
Deprecated.Drop the QQmlEngine* argument -
QQmlListReference
-
QQmlListReference
-
QQmlListReference
Deprecated.Drop the QQmlEngine* argument -
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
-