List of All Members for QStringList
This is the complete list of members for QStringList, including inherited members.
- class const_iterator
- class iterator
- typedef ConstIterator
- typedef Iterator
- typedef const_pointer
- typedef const_reference
- typedef difference_type
- typedef pointer
- typedef reference
- typedef size_type
- typedef value_type
- QStringList()
- QStringList(const QString &)
- QStringList(const QList<QString> &)
- QStringList(std::initializer_list<QString>)
- QStringList(QList<QString> &&)
- append(const T &)
- append(const QList<T> &)
- at(int) const : const T &
- back() : T &
- back() const : const T &
- begin() : iterator
- begin() const : const_iterator
- cbegin() const : const_iterator
- cend() const : const_iterator
- clear()
- constBegin() const : const_iterator
- constEnd() const : const_iterator
- contains(const T &) const : bool
- contains(const QString &, Qt::CaseSensitivity) const : bool
- count(const T &) const : int
- count() const : int
- empty() const : bool
- end() : iterator
- end() const : const_iterator
- endsWith(const T &) const : bool
- erase(iterator) : iterator
- erase(iterator, iterator) : iterator
- filter(const QString &, Qt::CaseSensitivity) const : QStringList
- filter(const QRegExp &) const : QStringList
- filter(const QRegularExpression &) const : QStringList
- first() : T &
- first() const : const T &
- fromSet(const QSet<T> &) : QList<T>
- fromStdList(const std::list<T> &) : QList<T>
- fromVector(const QVector<T> &) : QList<T>
- front() : T &
- front() const : const T &
- indexOf(const T &, int) const : int
- indexOf(const QRegExp &, int) const : int
- indexOf(const QString &, int) const : int
- indexOf(QRegExp &, int) const : int
- indexOf(const QRegularExpression &, int) const : int
- insert(int, const T &)
- insert(iterator, const T &) : iterator
- isEmpty() const : bool
- join(const QString &) const : QString
|
- join(QChar) const : QString
- last() : T &
- last() const : const T &
- lastIndexOf(const T &, int) const : int
- lastIndexOf(const QRegExp &, int) const : int
- lastIndexOf(const QString &, int) const : int
- lastIndexOf(QRegExp &, int) const : int
- lastIndexOf(const QRegularExpression &, int) const : int
- length() const : int
- mid(int, int) const : QList<T>
- move(int, int)
- pop_back()
- pop_front()
- prepend(const T &)
- push_back(const T &)
- push_front(const T &)
- removeAll(const T &) : int
- removeAt(int)
- removeDuplicates() : int
- removeFirst()
- removeLast()
- removeOne(const T &) : bool
- replace(int, const T &)
- replaceInStrings(const QString &, const QString &, Qt::CaseSensitivity) : QStringList &
- replaceInStrings(const QRegExp &, const QString &) : QStringList &
- replaceInStrings(const QRegularExpression &, const QString &) : QStringList &
- reserve(int)
- size() const : int
- sort(Qt::CaseSensitivity)
- startsWith(const T &) const : bool
- swap(QList<T> &)
- swap(int, int)
- takeAt(int) : T
- takeFirst() : T
- takeLast() : T
- toSet() const : QSet<T>
- toStdList() const : std::list<T>
- toVector() const : QVector<T>
- value(int) const : T
- value(int, const T &) const : T
- operator!=(const QList<T> &) const : bool
- operator+(const QList<T> &) const : QList<T>
- operator+(const QStringList &) const : QStringList
- operator+=(const QList<T> &) : QList<T> &
- operator+=(const T &) : QList<T> &
- operator<<(const QList<T> &) : QList<T> &
- operator<<(const QString &) : QStringList &
- operator<<(const T &) : QList<T> &
- operator<<(const QStringList &) : QStringList &
- operator<<(const QList<QString> &) : QStringList &
- operator=(const QList<T> &) : QList<T> &
- operator=(const QList<QString> &) : QStringList &
- operator=(QList<T> &&) : QList &
- operator=(QList<QString> &&) : QStringList &
- operator==(const QList<T> &) const : bool
- operator[](int) : T &
- operator[](int) const : const T &
|
© 2015 The Qt Company Ltd.
Documentation contributions included herein are the copyrights of
their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners.