Qt 5.15
Qt Core
C++ Classes
QStringRef
Qt 5.15.8 Reference Documentation
List of All Members for QStringRef
This is the complete list of members for
QStringRef
, including inherited members.
QStringRef
(const QStringRef &)
QStringRef
(const QString *)
QStringRef
(const QString *, int , int )
QStringRef
()
typedef
const_iterator
typedef
const_reverse_iterator
operator=
(const QStringRef &) : QStringRef &
~QStringRef
()
appendTo
(QString *) const : QStringRef
at
(int ) const : const QChar
back
() const : QChar
begin
() const : QStringRef::const_iterator
cbegin
() const : QStringRef::const_iterator
cend
() const : QStringRef::const_iterator
chop
(int )
chopped
(int ) const : QStringRef
clear
()
compare
(const QStringRef &, const QString &, Qt::CaseSensitivity ) : int
compare
(const QString &, Qt::CaseSensitivity ) const : int
compare
(const QStringRef &, Qt::CaseSensitivity ) const : int
compare
(QChar , Qt::CaseSensitivity ) const : int
compare
(QLatin1String , Qt::CaseSensitivity ) const : int
compare
(const QByteArray &, Qt::CaseSensitivity ) const : int
compare
(const QStringRef &, const QStringRef &, Qt::CaseSensitivity ) : int
compare
(const QStringRef &, QLatin1String , Qt::CaseSensitivity ) : int
constBegin
() const : QStringRef::const_iterator
constData
() const : const QChar *
constEnd
() const : QStringRef::const_iterator
contains
(const QString &, Qt::CaseSensitivity ) const : bool
contains
(const QStringRef &, Qt::CaseSensitivity ) const : bool
contains
(QChar , Qt::CaseSensitivity ) const : bool
contains
(QLatin1String , Qt::CaseSensitivity ) const : bool
contains
(QStringView , Qt::CaseSensitivity ) const : bool
count
() const : int
count
(const QString &, Qt::CaseSensitivity ) const : int
count
(QChar , Qt::CaseSensitivity ) const : int
count
(const QStringRef &, Qt::CaseSensitivity ) const : int
crbegin
() const : QStringRef::const_reverse_iterator
crend
() const : QStringRef::const_reverse_iterator
data
() const : const QChar *
end
() const : QStringRef::const_iterator
endsWith
(const QString &, Qt::CaseSensitivity ) const : bool
endsWith
(QStringView , Qt::CaseSensitivity ) const : bool
endsWith
(QLatin1String , Qt::CaseSensitivity ) const : bool
endsWith
(QChar , Qt::CaseSensitivity ) const : bool
endsWith
(const QStringRef &, Qt::CaseSensitivity ) const : bool
front
() const : QChar
indexOf
(const QString &, int , Qt::CaseSensitivity ) const : int
indexOf
(const QStringRef &, int , Qt::CaseSensitivity ) const : int
indexOf
(QStringView , int , Qt::CaseSensitivity ) const : int
indexOf
(QChar , int , Qt::CaseSensitivity ) const : int
indexOf
(QLatin1String , int , Qt::CaseSensitivity ) const : int
isEmpty
() const : bool
isNull
() const : bool
isRightToLeft
() const : bool
lastIndexOf
(const QString &, int , Qt::CaseSensitivity ) const : int
lastIndexOf
(const QStringRef &, int , Qt::CaseSensitivity ) const : int
lastIndexOf
(QChar , int , Qt::CaseSensitivity ) const : int
lastIndexOf
(QLatin1String , int , Qt::CaseSensitivity ) const : int
lastIndexOf
(QStringView , int , Qt::CaseSensitivity ) const : int
left
(int ) const : QStringRef
length
() const : int
localeAwareCompare
(const QString &) const : int
localeAwareCompare
(const QStringRef &) const : int
localeAwareCompare
(const QStringRef &, const QString &) : int
localeAwareCompare
(const QStringRef &, const QStringRef &) : int
mid
(int , int ) const : QStringRef
position
() const : int
rbegin
() const : QStringRef::const_reverse_iterator
rend
() const : QStringRef::const_reverse_iterator
right
(int ) const : QStringRef
size
() const : int
split
(const QString &, Qt::SplitBehavior , Qt::CaseSensitivity ) const : QVector<QStringRef>
split
(QChar , Qt::SplitBehavior , Qt::CaseSensitivity ) const : QVector<QStringRef>
startsWith
(const QString &, Qt::CaseSensitivity ) const : bool
startsWith
(QStringView , Qt::CaseSensitivity ) const : bool
startsWith
(QLatin1String , Qt::CaseSensitivity ) const : bool
startsWith
(QChar , Qt::CaseSensitivity ) const : bool
startsWith
(const QStringRef &, Qt::CaseSensitivity ) const : bool
string
() const : const QString *
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
trimmed
() const : QStringRef
truncate
(int )
unicode
() const : const QChar *
operator!=
(const char *) const : bool
operator<
(const char *) const : bool
operator<=
(const char *) const : bool
operator=
(const QString *) : QStringRef &
operator==
(const char *) const : bool
operator>
(const char *) const : bool
operator>=
(const char *) const : bool
operator[]
(int ) const : QChar