Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qstringlist.h File Reference

(f2e19d37de36a2dd7bea8710d4582414f3fa175b)

#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:

Go to the source code of this file.

Classes

struct  QListSpecialMethods< QString >
 

Namespaces

namespace  QtPrivate
 \macro QT_NO_KEYWORDS >
 

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, QLatin1StringView sep)
 
QStringList Q_CORE_EXPORT QtPrivate::QStringList_filter (const QStringList *that, QStringView str, Qt::CaseSensitivity cs)
 
Q_CORE_EXPORT QStringList QtPrivate::QStringList_filter (const QStringList &that, QLatin1StringView needle, Qt::CaseSensitivity cs)
 
Q_CORE_EXPORT QStringList QtPrivate::QStringList_filter (const QStringList &that, const QStringMatcher &matcher)
 
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, QLatin1StringView str, Qt::CaseSensitivity cs)
 
void Q_CORE_EXPORT QtPrivate::QStringList_replaceInStrings (QStringList *that, QStringView before, QStringView after, Qt::CaseSensitivity cs)
 
qsizetype Q_CORE_EXPORT QtPrivate::QStringList_indexOf (const QStringList &that, QStringView str, qsizetype from, Qt::CaseSensitivity cs)
 
qsizetype Q_CORE_EXPORT QtPrivate::QStringList_indexOf (const QStringList &that, QLatin1StringView str, qsizetype from, Qt::CaseSensitivity cs)
 
Q_CORE_EXPORT qsizetype QtPrivate::QStringList_lastIndexOf (const QStringList &that, QStringView str, qsizetype from, Qt::CaseSensitivity cs)
 
Q_CORE_EXPORT qsizetype QtPrivate::QStringList_lastIndexOf (const QStringList &that, QLatin1StringView str, qsizetype from, Qt::CaseSensitivity cs)
 

Typedef Documentation

◆ QMutableStringListIterator

using QMutableStringListIterator = QMutableListIterator<QString>
related

Definition at line 21 of file qstringlist.h.

◆ QStringListIterator

using QStringListIterator = QListIterator<QString>

Definition at line 20 of file qstringlist.h.