List of All Members for QStringView

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

  • 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
  • startsWith(QStringView , Qt::CaseSensitivity ) const : bool
  • startsWith(QLatin1String , Qt::CaseSensitivity ) const : bool
  • startsWith(QChar ) const : bool
  • startsWith(QChar , Qt::CaseSensitivity ) const : bool
  • toLatin1() const : QByteArray
  • toLocal8Bit() const : QByteArray
  • toString() const : QString
  • 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