qt.core.list

Undocumented in source.

Members

Functions

erase
qsizetype erase(QList!(T) list, const(AT) t)
Undocumented in source. Be warned that the author may not have intended to support it.
erase_if
qsizetype erase_if(QList!(T) list, Predicate pred)
Undocumented in source. Be warned that the author may not have intended to support it.
lastIndexOf
qsizetype lastIndexOf(const(QList!(T)) vector, const(U) u, qsizetype from)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

QList
struct QList(T)

Binding for C++ class QList.

Variables

e
auto e;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
n
auto n;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Meta