![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qcollator_p.h>
Public Member Functions | |
| QCollatorPrivate (const QLocale &locale) | |
| ~QCollatorPrivate () | |
| bool | isC () |
| void | clear () |
| void | ensureInitialized () |
| void | init () |
| void | cleanup () |
Public Attributes | |
| QAtomicInt | ref = 1 |
| QLocale | locale |
| Qt::CaseSensitivity | caseSensitivity = Qt::CaseSensitive |
| bool | numericMode = false |
| bool | ignorePunctuation = false |
| bool | dirty = true |
| CollatorType | collator = NoCollator |
Definition at line 54 of file qcollator_p.h.
|
inline |
Definition at line 69 of file qcollator_p.h.
|
inline |
Definition at line 70 of file qcollator_p.h.
References cleanup().
| void QCollatorPrivate::cleanup | ( | ) |
Definition at line 68 of file qcollator_icu.cpp.
References collator.
Referenced by ~QCollatorPrivate(), clear(), and init().
|
inline |
Definition at line 73 of file qcollator_p.h.
References cleanup(), collator, and NoCollator.
|
inline |
| void QCollatorPrivate::init | ( | ) |
Definition at line 20 of file qcollator_icu.cpp.
References cleanup(), collator, dirty, ignorePunctuation, isC(), and numericMode.
Referenced by ensureInitialized().
|
inline |
Definition at line 71 of file qcollator_p.h.
Referenced by init().
| Qt::CaseSensitivity QCollatorPrivate::caseSensitivity = Qt::CaseSensitive |
Definition at line 62 of file qcollator_p.h.
| CollatorType QCollatorPrivate::collator = NoCollator |
Definition at line 67 of file qcollator_p.h.
| bool QCollatorPrivate::dirty = true |
Definition at line 65 of file qcollator_p.h.
Referenced by ensureInitialized(), and init().
| bool QCollatorPrivate::ignorePunctuation = false |
Definition at line 64 of file qcollator_p.h.
Referenced by init().
| QLocale QCollatorPrivate::locale |
Definition at line 58 of file qcollator_p.h.
| bool QCollatorPrivate::numericMode = false |
Definition at line 63 of file qcollator_p.h.
Referenced by init().
| QAtomicInt QCollatorPrivate::ref = 1 |
Definition at line 57 of file qcollator_p.h.