java.lang.Object
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
,Iterable<QBarDataRow>
,Collection<QBarDataRow>
,List<QBarDataRow>
public class QBarDataArray extends QList<QBarDataRow> implements Cloneable
Java wrapper for Qt class QtDataVisualization::QBarDataArray
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QBarDataArray()
protected
QBarDataArray(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QBarDataArray
clone()
Methods inherited from class io.qt.core.QList
add, add, append, append, at, begin, clear, contains, count, count, createVariantList, end, endsWith, equals, first, get, hashCode, indexOf, indexOf, insert, isEmpty, last, lastIndexOf, lastIndexOf, length, mid, mid, move, of, prepend, readFrom, remove, removeAll, removeAt, removeAtIndex, removeFirst, removeLast, removeOne, replace, reserve, set, size, startsWith, swapItemsAt, takeAt, takeFirst, takeLast, toSet, value, value, writeTo
Methods inherited from class io.qt.internal.QtJambiListObject
addAll, addAll, listIterator, listIterator, remove, retainAll, subList
Methods inherited from class io.qt.internal.QtJambiCollectionObject
containsAll, descendingIterator, iterator, removeAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.List
containsAll, iterator, removeAll, replaceAll, sort, spliterator, toArray, toArray
-
Constructor Details
-
QBarDataArray
public QBarDataArray() -
QBarDataArray
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
clone
- Overrides:
clone
in classQList<QBarDataRow>
-