- append
QString append(QLatin1String s)
Undocumented in source.
- append
QString append(QStringView v)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
QString append(const(QString) s)
Undocumented in source.
- append
QString append(const(QChar)* uc, qsizetype len)
Undocumented in source.
- append
QString append(QChar c)
Undocumented in source.
- arg
QString arg(qlonglong a, int fieldwidth, int base, QChar fillChar)
Undocumented in source.
- arg
QString arg(qulonglong a, int fieldwidth, int base, QChar fillChar)
Undocumented in source.
- arg
QString arg(cpp_long a, int fieldWidth, int base, QChar fillChar)
Undocumented in source. Be warned that the author may not have intended to support it.
- arg
QString arg(cpp_ulong a, int fieldWidth, int base, QChar fillChar)
Undocumented in source. Be warned that the author may not have intended to support it.
- arg
QString arg(int a, int fieldWidth, int base, QChar fillChar)
Undocumented in source. Be warned that the author may not have intended to support it.
- arg
QString arg(uint a, int fieldWidth, int base, QChar fillChar)
Undocumented in source. Be warned that the author may not have intended to support it.
- arg
QString arg(short a, int fieldWidth, int base, QChar fillChar)
Undocumented in source. Be warned that the author may not have intended to support it.
- arg
QString arg(ushort a, int fieldWidth, int base, QChar fillChar)
Undocumented in source. Be warned that the author may not have intended to support it.
- arg
QString arg(double a, int fieldWidth, char format, int precision, QChar fillChar)
Undocumented in source.
- arg
QString arg(char a, int fieldWidth, QChar fillChar)
Undocumented in source.
- arg
QString arg(QChar a, int fieldWidth, QChar fillChar)
Undocumented in source.
- arg
QString arg(const(QString) a, int fieldWidth, QChar fillChar)
Undocumented in source.
- arg
QString arg(QStringView a, int fieldWidth, QChar fillChar)
Undocumented in source.
- arg
QString arg(QLatin1String a, int fieldWidth, QChar fillChar)
Undocumented in source.
- at
const(QChar) at(qsizetype i)
Undocumented in source. Be warned that the author may not have intended to support it.
- back
QChar back()
Undocumented in source. Be warned that the author may not have intended to support it.
- back
QChar 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.
- begin
iterator begin()
Undocumented in source. Be warned that the author may not have intended to support it.
- capacity
qsizetype capacity()
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(qsizetype n)
Undocumented in source.
- chopped
QString chopped(qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- compare
int compare(QChar ch, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- compare
int compare(QStringView s, 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.
- compare
int compare(const(QString) s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- constBegin
const_iterator constBegin()
Undocumented in source. Be warned that the author may not have intended to support it.
- constData
const(QChar)* constData()
Undocumented in source. Be warned that the author may not have intended to support it.
- constEnd
const_iterator constEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
- contains
bool contains(const(QRegularExpression) re, QRegularExpressionMatch* rmatch)
Undocumented in source.
- 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.
- contains
bool contains(const(QString) 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(QStringView s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- count
qsizetype count()
Undocumented in source. Be warned that the author may not have intended to support it.
- count
qsizetype count(const(QRegularExpression) re)
Undocumented in source.
- count
qsizetype count(QStringView s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- count
qsizetype count(QChar c, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- count
qsizetype count(const(QString) s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- data
QChar* data()
Undocumented in source. Be warned that the author may not have intended to support it.
- data
const(QChar)* data()
Undocumented in source. Be warned that the author may not have intended to support it.
- data_ptr
DataPointer data_ptr()
Undocumented in source. Be warned that the author may not have intended to support it.
- data_ptr
const(DataPointer) data_ptr()
Undocumented in source. Be warned that the author may not have intended to support it.
- detach
void detach()
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.
- end
iterator end()
Undocumented in source. Be warned that the author may not have intended to support it.
- endsWith
bool endsWith(const(QString) s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- 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.
- endsWith
bool endsWith(QChar c, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- erase
iterator erase(const_iterator first, const_iterator last)
Undocumented in source.
- fill
QString fill(QChar c, qsizetype size)
Undocumented in source.
- first
QString first(qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
- front
QChar front()
Undocumented in source. Be warned that the author may not have intended to support it.
- front
QChar front()
Undocumented in source. Be warned that the author may not have intended to support it.
- indexOf
qsizetype indexOf(const(QRegularExpression) re, qsizetype from, QRegularExpressionMatch* rmatch)
Undocumented in source.
- indexOf
qsizetype indexOf(QChar c, qsizetype from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- indexOf
qsizetype indexOf(QLatin1String s, qsizetype from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- indexOf
qsizetype indexOf(const(QString) s, qsizetype from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- indexOf
qsizetype indexOf(QStringView s, qsizetype from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
QString insert(qsizetype i, QLatin1String s)
Undocumented in source.
- insert
QString insert(qsizetype i, QStringView v)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
QString insert(qsizetype i, const(QString) s)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
QString insert(qsizetype i, const(QChar)* uc, qsizetype len)
Undocumented in source.
- insert
QString insert(qsizetype i, QChar c)
Undocumented in source.
- isDetached
bool isDetached()
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.
- isLower
bool isLower()
Undocumented in source.
- isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.
- isRightToLeft
bool isRightToLeft()
Undocumented in source.
- isSharedWith
bool isSharedWith(const(QString) other)
Undocumented in source. Be warned that the author may not have intended to support it.
- isSimpleText
bool isSimpleText()
Undocumented in source.
- isUpper
bool isUpper()
Undocumented in source.
- isValidUtf16
bool isValidUtf16()
Undocumented in source. Be warned that the author may not have intended to support it.
- last
QString last(qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
- lastIndexOf
qsizetype lastIndexOf(QChar c, qsizetype from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- lastIndexOf
qsizetype lastIndexOf(QStringView s, qsizetype from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- lastIndexOf
qsizetype lastIndexOf(QLatin1String s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- lastIndexOf
qsizetype lastIndexOf(const(QRegularExpression) re, T* rmatch)
Undocumented in source. Be warned that the author may not have intended to support it.
- lastIndexOf
qsizetype lastIndexOf(const(QRegularExpression) re, qsizetype from, QRegularExpressionMatch* rmatch)
Undocumented in source.
- lastIndexOf
qsizetype lastIndexOf(QStringView s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- lastIndexOf
qsizetype lastIndexOf(const(QString) s, qsizetype from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- lastIndexOf
qsizetype lastIndexOf(const(QString) s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- lastIndexOf
qsizetype lastIndexOf(QLatin1String s, qsizetype from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- left
QString left(qsizetype n)
Undocumented in source.
- leftJustified
QString leftJustified(qsizetype width, QChar fill, bool trunc)
Undocumented in source.
- length
qsizetype length()
Undocumented in source. Be warned that the author may not have intended to support it.
- localeAwareCompare
int localeAwareCompare(const(QString) s)
Undocumented in source.
- localeAwareCompare
int localeAwareCompare(QStringView s)
Undocumented in source. Be warned that the author may not have intended to support it.
- mid
QString mid(qsizetype position, qsizetype n)
Undocumented in source.
- normalized
QString normalized(NormalizationForm mode, QChar.UnicodeVersion version_)
Undocumented in source.
- opBinary
QString opBinary(char* s2)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
QString opBinary(QString s2)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
QString opBinary(QString s2)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
QString opBinaryRight(char* s1)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(QLatin1String rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(QStringView rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(QString s)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(const(char)[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(const(wchar)[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
QChar opIndex(qsizetype i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
const(QChar) opIndex(qsizetype i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
QString opOpAssign(QChar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
QString opOpAssign(QStringView v)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
QString opOpAssign(QString s)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
QString opOpAssign(QLatin1String s)
Undocumented in source. Be warned that the author may not have intended to support it.
- prepend
QString prepend(QChar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- prepend
QString prepend(const(QChar)* uc, qsizetype len)
Undocumented in source. Be warned that the author may not have intended to support it.
- prepend
QString prepend(const(QString) s)
Undocumented in source. Be warned that the author may not have intended to support it.
- prepend
QString prepend(QStringView v)
Undocumented in source. Be warned that the author may not have intended to support it.
- prepend
QString prepend(QLatin1String s)
Undocumented in source. Be warned that the author may not have intended to support it.
- push_back
void push_back(const(QString) s)
Undocumented in source. Be warned that the author may not have intended to support it.
- push_back
void push_back(QChar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- push_front
void push_front(const(QString) s)
Undocumented in source. Be warned that the author may not have intended to support it.
- push_front
void push_front(QChar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
QString remove(qsizetype i, qsizetype len)
Undocumented in source.
- remove
QString remove(QChar c, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- remove
QString remove(QLatin1String s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- remove
QString remove(const(QString) s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- remove
QString remove(const(QRegularExpression) re)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeIf
QString removeIf(Predicate pred)
Undocumented in source. Be warned that the author may not have intended to support it.
- repeated
QString repeated(qsizetype times)
Undocumented in source.
- replace
QString replace(qsizetype i, qsizetype len, QChar after)
Undocumented in source.
- replace
QString replace(qsizetype i, qsizetype len, const(QChar)* s, qsizetype slen)
Undocumented in source.
- replace
QString replace(qsizetype i, qsizetype len, const(QString) after)
Undocumented in source.
- replace
QString replace(QChar before, QChar after, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- replace
QString replace(const(QChar)* before, qsizetype blen, const(QChar)* after, qsizetype alen, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- replace
QString replace(QLatin1String before, QLatin1String after, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- replace
QString replace(QLatin1String before, const(QString) after, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- replace
QString replace(const(QString) before, QLatin1String after, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- replace
QString replace(const(QString) before, const(QString) after, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- replace
QString replace(QChar c, const(QString) after, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- replace
QString replace(QChar c, QLatin1String after, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- replace
QString replace(const(QRegularExpression) re, const(QString) after)
Undocumented in source.
- reserve
void reserve(qsizetype asize)
Undocumented in source. Be warned that the author may not have intended to support it.
- resize
void resize(qsizetype size)
Undocumented in source.
- resize
void resize(qsizetype size, QChar fillChar)
Undocumented in source.
- right
QString right(qsizetype n)
Undocumented in source.
- rightJustified
QString rightJustified(qsizetype width, QChar fill, bool trunc)
Undocumented in source.
- section
QString section(QChar asep, qsizetype astart, qsizetype aend, SectionFlags aflags)
Undocumented in source. Be warned that the author may not have intended to support it.
- section
QString section(const(QString) in_sep, qsizetype start, qsizetype end, SectionFlags flags)
Undocumented in source.
- section
QString section(const(QRegularExpression) re, qsizetype start, qsizetype end, SectionFlags flags)
Undocumented in source.
- setNum
QString setNum(short n, int base)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNum
QString setNum(ushort n, int base)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNum
QString setNum(int n, int base)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNum
QString setNum(uint n, int base)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNum
QString setNum(cpp_long n, int base)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNum
QString setNum(cpp_ulong n, int base)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNum
QString setNum(qlonglong , int base)
Undocumented in source.
- setNum
QString setNum(qulonglong , int base)
Undocumented in source.
- setNum
QString setNum(float n, char f, int prec)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNum
QString setNum(double , char format, int precision)
Undocumented in source.
- setRawData
QString setRawData(const(QChar)* unicode, qsizetype size)
Undocumented in source.
- setUnicode
QString setUnicode(const(QChar)* unicode, qsizetype size)
Undocumented in source.
- setUtf16
QString setUtf16(const(ushort)* autf16, qsizetype asize)
Undocumented in source. Be warned that the author may not have intended to support it.
- shrink_to_fit
void shrink_to_fit()
Undocumented in source. Be warned that the author may not have intended to support it.
- simplified
QString simplified()
Undocumented in source. Be warned that the author may not have intended to support it.
- size
qsizetype size()
Undocumented in source. Be warned that the author may not have intended to support it.
- sliced
QString sliced(qsizetype pos, qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
- sliced
QString sliced(qsizetype pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- split
QStringList split(const(QString) sep, qt.core.namespace.SplitBehavior behavior, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- split
QStringList split(QChar sep, qt.core.namespace.SplitBehavior behavior, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- split
QStringList split(const(QRegularExpression) sep, qt.core.namespace.SplitBehavior behavior)
Undocumented in source.
- squeeze
void squeeze()
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.
- startsWith
bool startsWith(QLatin1String s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- 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(const(QString) s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source.
- toCaseFolded
QString toCaseFolded()
Undocumented in source. Be warned that the author may not have intended to support it.
- toConstWString
const(wchar)[] toConstWString()
Undocumented in source. Be warned that the author may not have intended to support it.
- toDouble
double toDouble(bool* ok)
Undocumented in source.
- toFloat
float toFloat(bool* ok)
Undocumented in source.
- toHtmlEscaped
QString toHtmlEscaped()
Undocumented in source.
- toInt
int toInt(bool* ok, int base)
Undocumented in source. Be warned that the author may not have intended to support it.
- toLatin1
QByteArray toLatin1()
Undocumented in source. Be warned that the author may not have intended to support it.
- toLocal8Bit
QByteArray toLocal8Bit()
Undocumented in source. Be warned that the author may not have intended to support it.
- toLong
cpp_long toLong(bool* ok, int base)
Undocumented in source. Be warned that the author may not have intended to support it.
- toLongLong
qlonglong toLongLong(bool* ok, int base)
Undocumented in source.
- toLower
QString toLower()
Undocumented in source. Be warned that the author may not have intended to support it.
- toShort
short toShort(bool* ok, int base)
Undocumented in source. Be warned that the author may not have intended to support it.
- toUInt
uint toUInt(bool* ok, int base)
Undocumented in source. Be warned that the author may not have intended to support it.
- toULong
cpp_ulong toULong(bool* ok, int base)
Undocumented in source. Be warned that the author may not have intended to support it.
- toULongLong
qulonglong toULongLong(bool* ok, int base)
Undocumented in source.
- toUShort
ushort toUShort(bool* ok, int base)
Undocumented in source. Be warned that the author may not have intended to support it.
- toUcs4
QList!(uint) toUcs4()
Undocumented in source.
- toUpper
QString toUpper()
Undocumented in source. Be warned that the author may not have intended to support it.
- toUtf8
QByteArray toUtf8()
Undocumented in source. Be warned that the author may not have intended to support it.
- trimmed
QString trimmed()
Undocumented in source. Be warned that the author may not have intended to support it.
- truncate
void truncate(qsizetype pos)
Undocumented in source.
- unicode
const(QChar)* unicode()
Undocumented in source. Be warned that the author may not have intended to support it.
- utf16
const(ushort)* utf16()
Undocumented in source.
Binding for C++ class QString.