- append
void append(parameter_type t)
Undocumented in source. Be warned that the author may not have intended to support it.
- at
const(T) at(qsizetype i)
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.
- begin
const_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.
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- constBegin
const_iterator constBegin()
Undocumented in source. Be warned that the author may not have intended to support it.
- constData
const_pointer 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.
- constFirst
const(T) constFirst()
Undocumented in source. Be warned that the author may not have intended to support it.
- contains
bool contains(const(AT) t)
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(AT) t)
Undocumented in source. Be warned that the author may not have intended to support it.
- data
pointer data()
Undocumented in source. Be warned that the author may not have intended to support it.
- data
const_pointer data()
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.
- emplace
iterator emplace(qsizetype i, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- emplaceBack
T emplaceBack(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- emplaceFront
T emplaceFront(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- empty
bool empty()
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.
- end
const_iterator end()
Undocumented in source. Be warned that the author may not have intended to support it.
- fill
QList!(T) fill(parameter_type t, qsizetype newSize)
Undocumented in source. Be warned that the author may not have intended to support it.
- first
T first()
Undocumented in source. Be warned that the author may not have intended to support it.
- first
const(T) first()
Undocumented in source. Be warned that the author may not have intended to support it.
- indexOf
qsizetype indexOf(const(AT) t, qsizetype from)
Undocumented in source. Be warned that the author may not have intended to support it.
- 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.
- isSharedWith
bool isSharedWith(const(QList!(T)) other)
Undocumented in source. Be warned that the author may not have intended to support it.
- lastIndexOf
qsizetype lastIndexOf(const(AT) t, qsizetype from)
Undocumented in source. Be warned that the author may not have intended to support it.
- length
qsizetype length()
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
QList!(T) opBinary(const(QList!(T)) l)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
T opIndex(qsizetype i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
const(T) opIndex(qsizetype i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
QList!(T) opOpAssign(const(QList!(T)) l)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
QList!(T) opOpAssign(parameter_type t)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
auto opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
- removeAll
qsizetype removeAll(const(AT) t)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeIf
qsizetype removeIf(Predicate pred)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeOne
bool removeOne(const(AT) t)
Undocumented in source. Be warned that the author may not have intended to support it.
- replace
void replace(qsizetype i, parameter_type t)
Undocumented in source. Be warned that the author may not have intended to support it.
- resize
void resize(qsizetype size)
Undocumented in source. Be warned that the author may not have intended to support it.
- resize
void resize(qsizetype size, parameter_type c)
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.
- swapItemsAt
void swapItemsAt(qsizetype i, qsizetype j)
Undocumented in source. Be warned that the author may not have intended to support it.
Binding for C++ class QList.