java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.internal.QtJambiCollectionObject<E>
io.qt.internal.QtJambiListObject<T>
io.qt.core.QList<QScatterDataItem>
io.qt.datavis.QScatterDataArray
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable,Iterable<QScatterDataItem>,Collection<QScatterDataItem>,List<QScatterDataItem>
Template class that provides a dynamic array
Java wrapper for Qt class QList
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedQScatterDataArray(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.core.QList
add, add, append, append, at, begin, capacity, clear, contains, count, count, createVariantList, end, endsWith, equals, fill, fill, first, get, indexOf, indexOf, insert, insert, isEmpty, last, lastIndexOf, lastIndexOf, length, mid, mid, move, of, prepend, readFrom, remove, remove, removeAll, removeAt, removeAtIndex, removeFirst, removeLast, removeOne, replace, reserve, resize, set, size, squeeze, startsWith, swapItemsAt, takeAt, takeFirst, takeLast, value, value, writeToMethods inherited from class io.qt.internal.QtJambiListObject
addAll, addAll, listIterator, listIterator, remove, retainAll, subListMethods inherited from class io.qt.internal.QtJambiCollectionObject
containsAll, descendingIterator, iterator, removeAll, toArray, toArray, toStringMethods inherited from class io.qt.QtObject
dispose, isDisposedMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
containsAll, iterator, removeAll, replaceAll, sort, spliterator, toArray, toArray
-
Constructor Details
-
QScatterDataArray
public QScatterDataArray() -
QScatterDataArray
protected QScatterDataArray(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
hashCode
@QtUninvokable public int hashCode()- Specified by:
hashCodein interfaceCollection<QScatterDataItem>- Specified by:
hashCodein interfaceList<QScatterDataItem>- Overrides:
hashCodein classio.qt.core.QList<QScatterDataItem>
-
clone
- Overrides:
clonein classio.qt.core.QList<QScatterDataItem>
-