java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QCborArray
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
,Comparable<QCborArray>
,Iterable<QCborValue>
public class QCborArray extends QtObject implements Comparable<QCborArray>, Iterable<QCborValue>, Cloneable
Used to hold an array of CBOR elements
Java wrapper for Qt class QCborArray
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QCborArray()
QCborArray(QCborArray other)
QCborArray(QCborValue... args)
protected
QCborArray(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
-
Constructor Details
-
QCborArray
public QCborArray() -
QCborArray
-
QCborArray
-
QCborArray
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
append
-
at
-
begin
-
clear
-
compare
-
contains
-
end
-
first
-
insert
-
isEmpty
-
last
-
writeTo
-
set
-
readFrom
-
value
-
prepend
-
removeAt
-
removeFirst
-
removeLast
-
size
-
swap
-
takeAt
-
takeFirst
-
takeLast
-
toCborValue
-
toJsonArray
-
toVariantList
-
fromJsonArray
-
fromStringList
-
fromVariantList
-
iterator
- Specified by:
iterator
in interfaceIterable<QCborValue>
-
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. -
compareTo
- Specified by:
compareTo
in interfaceComparable<QCborArray>
-
hashCode
-
setValue
-
toString
-
clone
-