Uses of Class
io.qt.core.QSequentialConstIterator
-
Uses of QSequentialConstIterator in io.qt.core
Modifier and TypeClassDescriptionfinal class
Java-iterable wrapper for Qt's iterator types:Modifier and TypeMethodDescriptionprotected final QSequentialConstIterator<@QtPrimitiveType Byte>
QByteArrayView.begin()
protected final QSequentialConstIterator<@QtPrimitiveType Byte>
QByteArray.constBegin()
protected final QSequentialConstIterator<QCborValue>
QCborArray.constBegin()
protected final QSequentialConstIterator<QPair<QCborValue,
QCborValue>> QCborMap.constBegin()
protected final QSequentialConstIterator<QJsonValue>
QJsonArray.constBegin()
protected final QSequentialConstIterator<QJsonValue>
QJsonObject.constBegin()
protected final QSequentialConstIterator<T>
QList.constBegin()
Provides a constant C++ iterator to the containers begin.protected final QSequentialConstIterator<T>
QSet.constBegin()
Provides a constant C++ iterator to the containers begin.protected final QSequentialConstIterator<@QtPrimitiveType Byte>
QByteArray.constEnd()
protected final QSequentialConstIterator<QCborValue>
QCborArray.constEnd()
protected final QSequentialConstIterator<QPair<QCborValue,
QCborValue>> QCborMap.constEnd()
protected final QSequentialConstIterator<QJsonValue>
QJsonArray.constEnd()
protected final QSequentialConstIterator<QJsonValue>
QJsonObject.constEnd()
protected final QSequentialConstIterator<T>
QList.constEnd()
Provides a constant C++ iterator to the containers end.protected final QSequentialConstIterator<T>
QSet.constEnd()
Provides a constant C++ iterator to the containers end.QCborMap.constFind
(long key) QCborMap.constFind
(QCborValue key) protected final QSequentialConstIterator<@QtPrimitiveType Byte>
QByteArrayView.end()
QJsonArray.erase
(QSequentialConstIterator<QJsonValue> it) QJsonObject.erase
(QSequentialConstIterator<QJsonValue> it) Modifier and TypeMethodDescriptionQJsonArray.erase
(QSequentialConstIterator<QJsonValue> it) QJsonObject.erase
(QSequentialConstIterator<QJsonValue> it) -
Uses of QSequentialConstIterator in io.qt.gui
Modifier and TypeMethodDescriptionprotected final QSequentialConstIterator<QRect>
QRegion.begin()
protected final QSequentialConstIterator<QRect>
QRegion.end()
-
Uses of QSequentialConstIterator in io.qt.qt3d.animation
Modifier and TypeMethodDescriptionprotected final QSequentialConstIterator<QChannel>
QAnimationClipData.begin()
SeeQt3DAnimation::QAnimationClipData::
begin()const protected final QSequentialConstIterator<QChannelComponent>
QChannel.begin()
SeeQt3DAnimation::QChannel::
begin()const protected final QSequentialConstIterator<QKeyFrame>
QChannelComponent.begin()
SeeQt3DAnimation::QChannelComponent::
begin()const protected final QSequentialConstIterator<QChannel>
QAnimationClipData.end()
SeeQt3DAnimation::QAnimationClipData::
end()const protected final QSequentialConstIterator<QChannelComponent>
QChannel.end()
SeeQt3DAnimation::QChannel::
end()const protected final QSequentialConstIterator<QKeyFrame>
QChannelComponent.end()
SeeQt3DAnimation::QChannelComponent::
end()const