![]() |
KDWinUtils
Helper library for MFC to Qt migration
|
This is the complete list of members for KString, including all inherited members.
| Collate(const KString &other) const | KString | |
| CollateNoCase(const KString &other) const | KString | |
| Compare(const KString &other) const | KString | |
| CompareNoCase(const KString &other) const | KString | |
| Delete(int iIndex, int nCount=1) | KString | |
| Empty() | KString | |
| Find(const KString &other, int iStart=0) const | KString | |
| FindOneOf(const KString &charSet) const | KString | |
| Format(const wchar_t *format, Ts &&...args) | KString | inline |
| FormatString(T &&format, Ts... args) | KString | static |
| GetEnvironmentVariable(const KString &envVar) | KString | |
| GetLength() const | KString | |
| Insert(int iIndex, QChar character) | KString | |
| Insert(int iIndex, const KString &string) | KString | |
| IsEmpty() const | KString | |
| KString() | KString | |
| KString(const wchar_t *text) | KString | |
| KString(const QString &str) | KString | |
| KString(QString &&str) noexcept | KString | |
| KString(const std::wstring_view str) | KString | |
| KString(const CString &str) | KString | explicit |
| Left(int nCount) const | KString | |
| MakeLower() | KString | |
| MakeReverse() | KString | |
| MakeUpper() | KString | |
| Mid(int iFirst, int nCount=-1) const | KString | |
| operator const char *() const | KString | explicit |
| operator CString() const | KString | |
| operator+(const KString &s1, const KString &s2) | KString | related |
| operator+=(const char *str) | KString | |
| operator+=(const wchar_t *str) | KString | |
| operator+=(const QString &str) | KString | |
| operator+=(QStringView str) | KString | |
| operator+=(const CString &str) | KString | |
| operator=(const char *str) | KString | |
| operator=(const wchar_t *str) | KString | |
| operator=(const QString &str) | KString | |
| operator=(QString &&str) noexcept | KString | |
| operator=(const std::wstring_view str) | KString | |
| operator=(const CString &str) | KString | |
| Remove(QChar chRemove) | KString | |
| Replace(const KString &before, const KString &after) | KString | |
| Replace(QChar before, QChar after) | KString | |
| ReverseFind(QChar ch) | KString | |
| Right(int nCount) const | KString | |
| SpanExcluding(const KString &excludeChars) const | KString | |
| SpanIncluding(const KString &includeChars) const | KString | |
| toCString() const | KString | |
| Tokenize(const KString &tokens, int &iStart) const | KString | |
| Trim() | KString | |
| Trim(QChar chTarget) | KString | |
| Trim(const KString &charsTarget) | KString | |
| TrimLeft() | KString | |
| TrimLeft(QChar charTarget) | KString | |
| TrimLeft(const KString &charsTarget) | KString | |
| TrimRight() | KString | |
| TrimRight(QChar charTarget) | KString | |
| TrimRight(const KString &charsTarget) | KString | |
| ~KString() | KString |