QtBase  v6.3.1
Classes | Namespaces | Typedefs | Functions
qstringlist.h File Reference
#include <QtCore/qlist.h>
#include <QtCore/qalgorithms.h>
#include <QtCore/qcontainertools_impl.h>
#include <QtCore/qstring.h>
#include <QtCore/qstringmatcher.h>
Include dependency graph for qstringlist.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QListSpecialMethods< QString >
 

Namespaces

 QtPrivate
 

Typedefs

using QStringListIterator = QListIterator< QString >
 
using QMutableStringListIterator = QMutableListIterator< QString >
 

Functions

void Q_CORE_EXPORT QtPrivate::QStringList_sort (QStringList *that, Qt::CaseSensitivity cs)
 
qsizetype Q_CORE_EXPORT QtPrivate::QStringList_removeDuplicates (QStringList *that)
 
QString Q_CORE_EXPORT QtPrivate::QStringList_join (const QStringList *that, QStringView sep)
 
QString Q_CORE_EXPORT QtPrivate::QStringList_join (const QStringList *that, const QChar *sep, qsizetype seplen)
 
Q_CORE_EXPORT QString QtPrivate::QStringList_join (const QStringList &list, QLatin1String sep)
 
QStringList Q_CORE_EXPORT QtPrivate::QStringList_filter (const QStringList *that, QStringView str, Qt::CaseSensitivity cs)
 
bool Q_CORE_EXPORT QtPrivate::QStringList_contains (const QStringList *that, QStringView str, Qt::CaseSensitivity cs)
 
bool Q_CORE_EXPORT QtPrivate::QStringList_contains (const QStringList *that, QLatin1String str, Qt::CaseSensitivity cs)
 
void Q_CORE_EXPORT QtPrivate::QStringList_replaceInStrings (QStringList *that, QStringView before, QStringView after, Qt::CaseSensitivity cs)
 

Typedef Documentation

◆ QMutableStringListIterator

using QMutableStringListIterator = QMutableListIterator<QString>
related

Definition at line 57 of file qstringlist.h.

◆ QStringListIterator

using QStringListIterator = QListIterator<QString>

Definition at line 56 of file qstringlist.h.