![]() |
Qt 6.x
The Qt SDK
|
This is the complete list of members for QCollator, including all inherited members.
caseSensitivity() const | QCollator | |
compare(const QString &s1, const QString &s2) const | QCollator | inline |
compare(const QChar *s1, qsizetype len1, const QChar *s2, qsizetype len2) const | QCollator | inline |
compare(QStringView s1, QStringView s2) const | QCollator | |
defaultCompare(QStringView s1, QStringView s2) | QCollator | static |
defaultSortKey(QStringView key) | QCollator | static |
ignorePunctuation() const | QCollator | |
locale() const | QCollator | |
numericMode() const | QCollator | |
operator()(const QString &s1, const QString &s2) const | QCollator | inline |
operator()(QStringView s1, QStringView s2) const | QCollator | inline |
operator=(const QCollator &) | QCollator | |
QCollator() | QCollator | |
QCollator(const QLocale &locale) | QCollator | explicit |
QCollator(const QCollator &) | QCollator | |
QCollator(QCollator &&other) noexcept | QCollator | inline |
setCaseSensitivity(Qt::CaseSensitivity cs) | QCollator | |
setIgnorePunctuation(bool on) | QCollator | |
setLocale(const QLocale &locale) | QCollator | |
setNumericMode(bool on) | QCollator | |
sortKey(const QString &string) const | QCollator | |
swap(QCollator &other) noexcept | QCollator | inline |
~QCollator() | QCollator |