Qt 6.4
Qt Core
C++ Classes
QStringView
Qt 6.4.1 Reference Documentation
List of All Members for QStringView
This is the complete list of members for
QStringView
, including inherited members.
QStringView
(const Container &)
QStringView
(const QString &)
QStringView
(const Char *)
QStringView
()
const_iterator
const_pointer
const_reference
const_reverse_iterator
difference_type
iterator
pointer
reference
reverse_iterator
size_type
storage_type
value_type
arg
(Args &&...) const : QString
at
(int) const : QChar
back
() const : QChar
begin
() const : QStringView::const_iterator
cbegin
() const : QStringView::const_iterator
cend
() const : QStringView::const_iterator
chop
(int)
chopped
(int) const : QStringView
compare
(QStringView, Qt::CaseSensitivity) const : int
compare
(QLatin1StringView, Qt::CaseSensitivity) const : int
compare
(QChar) const : int
compare
(QChar, Qt::CaseSensitivity) const : int
constBegin
() const : QStringView::const_iterator
constData
() const : QStringView::const_pointer
constEnd
() const : QStringView::const_iterator
contains
(QChar, Qt::CaseSensitivity) const : bool
contains
(QStringView, Qt::CaseSensitivity) const : bool
contains
(QLatin1StringView, Qt::CaseSensitivity) const : bool
contains
(const QRegularExpression &, QRegularExpressionMatch *) const : bool
count
(const QRegularExpression &) const : int
count
(QChar, Qt::CaseSensitivity) const : int
count
(QStringView, Qt::CaseSensitivity) const : int
count
(QLatin1StringView, Qt::CaseSensitivity) const : int
crbegin
() const : QStringView::const_reverse_iterator
crend
() const : QStringView::const_reverse_iterator
data
() const : QStringView::const_pointer
empty
() const : bool
end
() const : QStringView::const_iterator
endsWith
(QStringView, Qt::CaseSensitivity) const : bool
endsWith
(QLatin1StringView, Qt::CaseSensitivity) const : bool
endsWith
(QChar) const : bool
endsWith
(QChar, Qt::CaseSensitivity) const : bool
first
(int) const : QStringView
first
() const : QChar
fromArray
(const Char (&)[Size]) : QStringView
front
() const : QChar
indexOf
(QChar, int, Qt::CaseSensitivity) const : int
indexOf
(QStringView, int, Qt::CaseSensitivity) const : int
indexOf
(QLatin1StringView, int, Qt::CaseSensitivity) const : int
indexOf
(const QRegularExpression &, int, QRegularExpressionMatch *) const : int
isEmpty
() const : bool
isNull
() const : bool
isRightToLeft
() const : bool
isValidUtf16
() const : bool
last
(int) const : QStringView
last
() const : QChar
lastIndexOf
(QChar, int, Qt::CaseSensitivity) const : int
lastIndexOf
(QChar, Qt::CaseSensitivity) const : int
lastIndexOf
(QStringView, Qt::CaseSensitivity) const : int
lastIndexOf
(QStringView, int, Qt::CaseSensitivity) const : int
lastIndexOf
(QLatin1StringView, Qt::CaseSensitivity) const : int
lastIndexOf
(QLatin1StringView, int, Qt::CaseSensitivity) const : int
lastIndexOf
(const QRegularExpression &, QRegularExpressionMatch *) const : int
lastIndexOf
(const QRegularExpression &, int, QRegularExpressionMatch *) const : int
length
() const : int
localeAwareCompare
(QStringView) const : int
rbegin
() const : QStringView::const_reverse_iterator
rend
() const : QStringView::const_reverse_iterator
size
() const : int
sliced
(int, int) const : QStringView
sliced
(int) const : QStringView
startsWith
(QStringView, Qt::CaseSensitivity) const : bool
startsWith
(QLatin1StringView, Qt::CaseSensitivity) const : bool
startsWith
(QChar) const : bool
startsWith
(QChar, Qt::CaseSensitivity) const : bool
toDouble
(bool *) const : double
toFloat
(bool *) const : float
toInt
(bool *, int) const : int
toLatin1
() const : QByteArray
toLocal8Bit
() const : QByteArray
toLong
(bool *, int) const : long
toLongLong
(bool *, int) const : qlonglong
toShort
(bool *, int) const : short
toString
() const : QString
toUInt
(bool *, int) const : uint
toULong
(bool *, int) const : ulong
toULongLong
(bool *, int) const : qulonglong
toUShort
(bool *, int) const : ushort
toUcs4
() const : QList<uint>
toUtf8
() const : QByteArray
toWCharArray
(wchar_t *) const : int
tokenize
(Needle &&, Flags...) const : int
trimmed
() const : QStringView
truncate
(int)
utf16
() const : const QStringView::storage_type *
operator[]
(int) const : QChar