Qt 4.8
|
Classes | |
class | HasResultType |
struct | QEnableIf |
struct | QEnableIf< true, T > |
struct | QMetaTypeIdHelper |
struct | QMetaTypeIdHelper< T, false > |
struct | QScopedArrayEnsureSameType |
struct | QScopedArrayEnsureSameType< const X, X > |
struct | QScopedArrayEnsureSameType< X, X > |
QBool QtPrivate::QStringList_contains | ( | const QStringList * | that, |
const QString & | str, | ||
Qt::CaseSensitivity | cs | ||
) |
Definition at line 349 of file qstringlist.cpp.
Referenced by QStringList::contains(), and QStringList::operator<<().
QStringList QtPrivate::QStringList_filter | ( | const QStringList * | that, |
const QString & | str, | ||
Qt::CaseSensitivity | cs | ||
) |
Definition at line 325 of file qstringlist.cpp.
Referenced by QStringList::filter(), and QStringList::operator<<().
QStringList QtPrivate::QStringList_filter | ( | const QStringList * | that, |
const QRegExp & | re | ||
) |
Definition at line 372 of file qstringlist.cpp.
int QtPrivate::QStringList_indexOf | ( | const QStringList * | that, |
const QRegExp & | rx, | ||
int | from | ||
) |
Definition at line 645 of file qstringlist.cpp.
Referenced by QStringList::indexOf(), and QStringList::operator<<().
int QtPrivate::QStringList_indexOf | ( | const QStringList * | that, |
QRegExp & | rx, | ||
int | from | ||
) |
Definition at line 670 of file qstringlist.cpp.
QString QtPrivate::QStringList_join | ( | const QStringList * | that, |
const QString & | sep | ||
) |
Definition at line 453 of file qstringlist.cpp.
Referenced by QStringList::join(), and QStringList::operator<<().
int QtPrivate::QStringList_lastIndexOf | ( | const QStringList * | that, |
const QRegExp & | rx, | ||
int | from | ||
) |
Definition at line 690 of file qstringlist.cpp.
Referenced by QStringList::lastIndexOf(), and QStringList::operator<<().
int QtPrivate::QStringList_lastIndexOf | ( | const QStringList * | that, |
QRegExp & | rx, | ||
int | from | ||
) |
Definition at line 716 of file qstringlist.cpp.
int QtPrivate::QStringList_removeDuplicates | ( | QStringList * | that | ) |
Definition at line 765 of file qstringlist.cpp.
Referenced by QStringList::operator<<(), and QStringList::removeDuplicates().
void QtPrivate::QStringList_replaceInStrings | ( | QStringList * | that, |
const QString & | before, | ||
const QString & | after, | ||
Qt::CaseSensitivity | cs | ||
) |
Definition at line 400 of file qstringlist.cpp.
Referenced by QStringList::operator<<(), and QStringList::replaceInStrings().
void QtPrivate::QStringList_replaceInStrings | ( | QStringList * | that, |
const QRegExp & | rx, | ||
const QString & | after | ||
) |
Definition at line 434 of file qstringlist.cpp.
void QtPrivate::QStringList_sort | ( | QStringList * | that | ) |
Definition at line 252 of file qstringlist.cpp.
Referenced by QStringList::operator<<(), and QStringList::sort().