- at
QLatin1Char at(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- back
QLatin1Char back()
Undocumented in source. Be warned that the author may not have intended to support it.
- begin
const_iterator begin()
Undocumented in source. Be warned that the author may not have intended to support it.
- cbegin
const_iterator cbegin()
Undocumented in source. Be warned that the author may not have intended to support it.
- cend
const_iterator cend()
Undocumented in source. Be warned that the author may not have intended to support it.
- chop
void chop(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- chopped
QLatin1String chopped(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- compare
int compare(QStringView other, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- compare
int compare(QLatin1String other, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- compare
int compare(QChar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- compare
int compare(QChar c, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- contains
bool contains(QStringView s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- contains
bool contains(QLatin1String s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- contains
bool contains(QChar c, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- data
const(char)* data()
Undocumented in source. Be warned that the author may not have intended to support it.
- end
const_iterator end()
Undocumented in source. Be warned that the author may not have intended to support it.
- endsWith
bool endsWith(QStringView s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- endsWith
bool endsWith(QLatin1String s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- endsWith
bool endsWith(QChar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- endsWith
bool endsWith(QChar c, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- front
QLatin1Char front()
Undocumented in source. Be warned that the author may not have intended to support it.
- indexOf
int indexOf(QStringView s, int from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- indexOf
int indexOf(QLatin1String s, int from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- indexOf
int indexOf(QChar c, int from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- isEmpty
bool isEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
- isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.
- lastIndexOf
int lastIndexOf(QStringView s, int from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- lastIndexOf
int lastIndexOf(QLatin1String s, int from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- lastIndexOf
int lastIndexOf(QChar c, int from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- latin1
const(char)* latin1()
Undocumented in source. Be warned that the author may not have intended to support it.
- left
QLatin1String left(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- mid
QLatin1String mid(int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- mid
QLatin1String mid(int pos, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
QLatin1Char opIndex(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- right
QLatin1String right(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- size
int size()
Undocumented in source. Be warned that the author may not have intended to support it.
- startsWith
bool startsWith(QStringView s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- startsWith
bool startsWith(QLatin1String s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- startsWith
bool startsWith(QChar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- startsWith
bool startsWith(QChar c, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- trimmed
QLatin1String trimmed()
Undocumented in source. Be warned that the author may not have intended to support it.
- truncate
void truncate(int n)
Undocumented in source. Be warned that the author may not have intended to support it.