Qt 6.5
Qt 5 Core Compatibility APIs
C++ Classes
QStringRef
Qt 6.5.0 Reference Documentation
List of All Members for QStringRef
This is the complete list of members for
QStringRef
, including inherited members.
const_iterator
const_reverse_iterator
appendTo
(QString *) const : QStringRef
count
(const QString &, Qt::CaseSensitivity) const : int
count
(QChar, Qt::CaseSensitivity) const : int
count
(const QStringRef &, Qt::CaseSensitivity) const : int
endsWith
(QLatin1String, Qt::CaseSensitivity) const : bool
endsWith
(QChar, Qt::CaseSensitivity) const : bool
endsWith
(const QString &, Qt::CaseSensitivity) const : bool
endsWith
(const QStringRef &, Qt::CaseSensitivity) const : bool
indexOf
(const QString &, int, Qt::CaseSensitivity) const : int
indexOf
(const QStringRef &, int, Qt::CaseSensitivity) const : int
indexOf
(QChar, int, Qt::CaseSensitivity) const : int
indexOf
(QLatin1String, int, Qt::CaseSensitivity) const : int
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
split
(const QString &, Qt::SplitBehavior, Qt::CaseSensitivity) const : QList<QStringRef>
split
(QChar, Qt::SplitBehavior, Qt::CaseSensitivity) const : QList<QStringRef>
startsWith
(QLatin1String, Qt::CaseSensitivity) const : bool
startsWith
(QChar, Qt::CaseSensitivity) const : bool
startsWith
(const QString &, Qt::CaseSensitivity) const : bool
startsWith
(const QStringRef &, Qt::CaseSensitivity) const : bool
toDouble
(bool *) const : double
toFloat
(bool *) const : float
toInt
(bool *, int) const : int
toLatin1
() const : QByteArray
toLocal8Bit
() const : QByteArray
toLongLong
(bool *, int) const : qlonglong
toShort
(bool *, int) const : short
toString
() const : QString
toUInt
(bool *, int) const : uint
toULongLong
(bool *, int) const : qulonglong
toUShort
(bool *, int) const : ushort
toUcs4
() const : QList<uint>
toUtf8
() const : QByteArray
trimmed
() const : QStringRef