qt.core.stringlist

* * DQt - D bindings for the Qt Toolkit * * GNU Lesser General Public License Usage * This file may be used under the terms of the GNU Lesser * General Public License version 3 as published by the Free Software * Foundation and appearing in the file LICENSE.LGPL3 included in the * packaging of this file. Please review the following information to * ensure the GNU Lesser General Public License version 3 requirements * will be met: https://www.gnu.org/licenses/lgpl-3.0.html. *

Members

Functions

QStringList_contains
bool QStringList_contains(const(QStringList)* that, const(QString) str, qt.core.namespace.CaseSensitivity cs)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QStringList_contains
bool QStringList_contains(const(QStringList)* that, QStringView str, qt.core.namespace.CaseSensitivity cs)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QStringList_contains
bool QStringList_contains(const(QStringList)* that, QLatin1String str, qt.core.namespace.CaseSensitivity cs)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QStringList_filter
QStringList QStringList_filter(const(QStringList)* that, QStringView str, qt.core.namespace.CaseSensitivity cs)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QStringList_filter
QStringList QStringList_filter(const(QStringList)* that, const(QString) str, qt.core.namespace.CaseSensitivity cs)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QStringList_filter
QStringList QStringList_filter(const(QStringList)* that, const(QRegExp) re)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QStringList_filter
QStringList QStringList_filter(const(QStringList)* that, const(QRegularExpression) re)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QStringList_indexOf
int QStringList_indexOf(const(QStringList)* that, const(QRegExp) rx, int from)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QStringList_indexOf
int QStringList_indexOf(const(QStringList)* that, QRegExp rx, int from)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QStringList_indexOf
int QStringList_indexOf(const(QStringList)* that, const(QRegularExpression) re, int from)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QStringList_join
QString QStringList_join(const(QStringList)* that, QStringView sep)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QStringList_join
QString QStringList_join(const(QStringList)* that, const(QChar)* sep, int seplen)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QStringList_join
QString QStringList_join(const(QStringList) list, QLatin1String sep)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QStringList_lastIndexOf
int QStringList_lastIndexOf(const(QStringList)* that, const(QRegExp) rx, int from)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QStringList_lastIndexOf
int QStringList_lastIndexOf(const(QStringList)* that, QRegExp rx, int from)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QStringList_lastIndexOf
int QStringList_lastIndexOf(const(QStringList)* that, const(QRegularExpression) re, int from)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QStringList_removeDuplicates
int QStringList_removeDuplicates(QStringList* that)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QStringList_replaceInStrings
void QStringList_replaceInStrings(QStringList* that, QStringView before, QStringView after, qt.core.namespace.CaseSensitivity cs)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QStringList_replaceInStrings
void QStringList_replaceInStrings(QStringList* that, const(QString) before, const(QString) after, qt.core.namespace.CaseSensitivity cs)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QStringList_replaceInStrings
void QStringList_replaceInStrings(QStringList* that, const(QRegExp) rx, const(QString) after)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QStringList_replaceInStrings
void QStringList_replaceInStrings(QStringList* that, const(QRegularExpression) rx, const(QString) after)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Structs

QStringList
struct QStringList
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Meta