List of All Members for QStringView

This is the complete list of members for QStringView, including inherited members.

  • 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>
  • 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
  • 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
  • truncate(qsizetype )