java.lang.Object
io.qt.QtObject
io.qt.qml.QQmlListReference
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Allows the manipulation of QQmlListProperty properties
Java wrapper for Qt class QQmlListReference
-
Constructor Summary
ConstructorsConstructorDescriptionQQmlListReference(QObject o, String property) QQmlListReference(QObject o, String property, QQmlEngine engine) SeeQQmlListReference::QQmlListReference(QObject*, const char*, QQmlEngine*) QQmlListReference(QQmlListReference arg__1) SeeQQmlListReference::QQmlListReference(QQmlListReference) QQmlListReference(Object variant) QQmlListReference(Object variant, QQmlEngine engine) SeeQQmlListReference::QQmlListReference(QVariant, QQmlEngine*) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanfinal voidassign(QQmlListReference arg__1) SeeQQmlListReference::operator=(QQmlListReference) final QObjectat(long arg__1) final booleanfinal booleancanAt()final booleancanClear()final booleancanCount()final booleanfinal booleanfinal booleanclear()clone()Creates and returns a copy of this object.final longcount()final booleanequals(QQmlListReference other) booleaninthashCode()Returns the objects's hash code computed byqHash(QQmlListReference).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
- Parameters:
o-property-
-
QQmlListReference
See
QQmlListReference::QQmlListReference(QObject*, const char*, QQmlEngine*) - Parameters:
o-property-engine-
-
QQmlListReference
See
QQmlListReference::QQmlListReference(QQmlListReference) - Parameters:
arg__1-
-
QQmlListReference
- Parameters:
variant-- Since:
- This function was introduced in Qt 6.1.
-
QQmlListReference
See
QQmlListReference::QQmlListReference(QVariant, QQmlEngine*) - Parameters:
variant-engine-
-
-
Method Details
-
append
- Parameters:
arg__1-- Returns:
-
at
- Parameters:
arg__1-- Returns:
-
canAppend
- Returns:
-
canAt
- Returns:
-
canClear
- Returns:
-
canCount
- Returns:
-
canRemoveLast
- Returns:
-
canReplace
- Returns:
-
clear
- Returns:
-
count
- Returns:
-
isManipulable
- Returns:
-
isReadable
- Returns:
-
isValid
- Returns:
-
listElementType
- Returns:
-
object
- Returns:
-
assign
See
QQmlListReference::operator=(QQmlListReference) - Parameters:
arg__1-
-
equals
- Parameters:
other-- Returns:
-
removeLast
- Returns:
-
replace
- Parameters:
arg__1-arg__2-- Returns:
-
size
- Returns:
- Since:
- This function was introduced in Qt 6.2.
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QQmlListReference). -
clone
Creates and returns a copy of this object.
See
QQmlListReference::QQmlListReference(QQmlListReference)
-