java.lang.Object
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
,Iterable<QSurfaceDataItem>
,Collection<QSurfaceDataItem>
,List<QSurfaceDataItem>
public class QSurfaceDataRow extends QVector<QSurfaceDataItem>
Java wrapper for Qt class QtDataVisualization::QSurfaceDataRow
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QSurfaceDataRow()
protected
QSurfaceDataRow(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.core.QVector
add, add, append, append, at, begin, capacity, clear, clone, contains, count, count, createVariantVector, end, endsWith, equals, fill, fill, first, get, hashCode, 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, 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
-
QSurfaceDataRow
public QSurfaceDataRow() -
QSurfaceDataRow
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-