#include <QtCore/qalgorithms.h>
#include <QtCore/qdatastream.h>
#include <QtCore/qlist.h>
#include <QtCore/qregexp.h>
#include <QtCore/qstring.h>
#include <QtCore/qstringmatcher.h>
Go to the source code of this file.
|
QDataStream & | operator<< (QDataStream &out, const QStringList &list) |
|
QDataStream & | operator>> (QDataStream &in, QStringList &list) |
|
QBool Q_CORE_EXPORT | QtPrivate::QStringList_contains (const QStringList *that, const QString &str, Qt::CaseSensitivity cs) |
|
QStringList Q_CORE_EXPORT | QtPrivate::QStringList_filter (const QStringList *that, const QString &str, Qt::CaseSensitivity cs) |
|
QStringList Q_CORE_EXPORT | QtPrivate::QStringList_filter (const QStringList *that, const QRegExp &re) |
|
int Q_CORE_EXPORT | QtPrivate::QStringList_indexOf (const QStringList *that, const QRegExp &rx, int from) |
|
int Q_CORE_EXPORT | QtPrivate::QStringList_indexOf (const QStringList *that, QRegExp &rx, int from) |
|
QString Q_CORE_EXPORT | QtPrivate::QStringList_join (const QStringList *that, const QString &sep) |
|
int Q_CORE_EXPORT | QtPrivate::QStringList_lastIndexOf (const QStringList *that, const QRegExp &rx, int from) |
|
int Q_CORE_EXPORT | QtPrivate::QStringList_lastIndexOf (const QStringList *that, QRegExp &rx, int from) |
|
int Q_CORE_EXPORT | QtPrivate::QStringList_removeDuplicates (QStringList *that) |
|
void Q_CORE_EXPORT | QtPrivate::QStringList_replaceInStrings (QStringList *that, const QString &before, const QString &after, Qt::CaseSensitivity cs) |
|
void Q_CORE_EXPORT | QtPrivate::QStringList_replaceInStrings (QStringList *that, const QRegExp &rx, const QString &after) |
|
void Q_CORE_EXPORT | QtPrivate::QStringList_sort (QStringList *that) |
|
◆ QMutableStringListIterator
◆ QStringListIterator
◆ operator<<()
Definition at line 252 of file qstringlist.h.
254 return operator<<(out, static_cast<const QList<QString> &>(list));
◆ operator>>()
Definition at line 248 of file qstringlist.h.
QDataStream & operator>>(QDataStream &in, QUrl &url)
Reads a url into url from the stream in and returns a reference to the stream.