Qt 5.15
Qt Core
C++ Classes
QStringView
Qt 5.15.8 Reference Documentation
List of All Members for QStringView
This is the complete list of members for
QStringView
, including inherited members.
QStringView
(const StdBasicString &)
QStringView
(const QStringRef &)
QStringView
(const QString &)
QStringView
(const Char *)
QStringView
(const Char (&)[N] )
QStringView
(const Char *, const Char *)
QStringView
(const Char *, qsizetype )
QStringView
(
std::nullptr_t
)
QStringView
()
typedef
const_iterator
typedef
const_pointer
typedef
const_reference
typedef
const_reverse_iterator
typedef
difference_type
typedef
iterator
typedef
pointer
typedef
reference
typedef
reverse_iterator
typedef
size_type
typedef
storage_type
typedef
value_type
arg
(Args &&... ) const : QString
at
(qsizetype ) const : QChar
back
() const : QChar
begin
() const : QStringView::const_iterator
cbegin
() const : QStringView::const_iterator
cend
() const : QStringView::const_iterator
chop
(qsizetype )
chopped
(qsizetype ) const : QStringView
compare
(QStringView , Qt::CaseSensitivity ) const : int
compare
(QLatin1String , Qt::CaseSensitivity ) const : int
compare
(QChar ) const : int
compare
(QChar , Qt::CaseSensitivity ) const : int
contains
(QChar , Qt::CaseSensitivity ) const : bool
contains
(QStringView , Qt::CaseSensitivity ) const : bool
contains
(QLatin1String , Qt::CaseSensitivity ) const : bool
count
(QChar , Qt::CaseSensitivity ) const : qsizetype
count
(QStringView , Qt::CaseSensitivity ) const : qsizetype
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
(QLatin1String , Qt::CaseSensitivity ) const : bool
endsWith
(QChar ) const : bool
endsWith
(QChar , Qt::CaseSensitivity ) const : bool
first
() const : QChar
front
() const : QChar
indexOf
(QChar , qsizetype , Qt::CaseSensitivity ) const : qsizetype
indexOf
(QStringView , qsizetype , Qt::CaseSensitivity ) const : qsizetype
indexOf
(QLatin1String , qsizetype , Qt::CaseSensitivity ) const : qsizetype
isEmpty
() const : bool
isNull
() const : bool
isRightToLeft
() const : bool
isValidUtf16
() const : bool
last
() const : QChar
lastIndexOf
(QChar , qsizetype , Qt::CaseSensitivity ) const : qsizetype
lastIndexOf
(QStringView , qsizetype , Qt::CaseSensitivity ) const : qsizetype
lastIndexOf
(QLatin1String , qsizetype , Qt::CaseSensitivity ) const : qsizetype
left
(qsizetype ) const : QStringView
length
() const : int
mid
(qsizetype ) const : QStringView
mid
(qsizetype , qsizetype ) const : QStringView
rbegin
() const : QStringView::const_reverse_iterator
rend
() const : QStringView::const_reverse_iterator
right
(qsizetype ) const : QStringView
size
() const : qsizetype
split
(QStringView , Qt::SplitBehavior , Qt::CaseSensitivity ) const : QList<QStringView>
split
(QChar , Qt::SplitBehavior , Qt::CaseSensitivity ) const : QList<QStringView>
split
(const QRegularExpression &, Qt::SplitBehavior ) const : QList<QStringView>
startsWith
(QStringView , Qt::CaseSensitivity ) const : bool
startsWith
(QLatin1String , 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 : QVector<uint>
toUtf8
() const : QByteArray
toWCharArray
(wchar_t *) const : int
trimmed
() const : QStringView
truncate
(qsizetype )
utf16
() const : const QStringView::storage_type *
operator[]
(qsizetype ) const : QChar