![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qdoubleendedlist_p.h>
Classes | |
| class | base_iterator |
Public Types | |
| using | iterator = base_iterator<N, QInheritedListNode> |
| using | const_iterator = base_iterator<const N, const QInheritedListNode> |
Public Member Functions | |
| QDoubleEndedList () | |
| ~QDoubleEndedList () | |
| bool | isEmpty () const |
| void | prepend (N *n) |
| void | append (N *n) |
| void | remove (N *n) |
| bool | contains (const N *n) const |
| const N * | first () const |
| N * | first () |
| const N * | last () const |
| N * | last () |
| const N * | next (const N *current) const |
| N * | next (N *current) |
| const N * | prev (const N *current) const |
| N * | prev (N *current) |
| iterator | begin () |
| iterator | end () |
| const_iterator | begin () const |
| const_iterator | end () const |
| qsizetype | count () const |
Definition at line 54 of file qdoubleendedlist_p.h.
| using QDoubleEndedList< N >::const_iterator = base_iterator<const N, const QInheritedListNode> |
Definition at line 159 of file qdoubleendedlist_p.h.
| using QDoubleEndedList< N >::iterator = base_iterator<N, QInheritedListNode> |
Definition at line 158 of file qdoubleendedlist_p.h.
|
inline |
Definition at line 57 of file qdoubleendedlist_p.h.
|
inline |
Definition at line 64 of file qdoubleendedlist_p.h.
|
inline |
Definition at line 92 of file qdoubleendedlist_p.h.
|
inline |
Definition at line 195 of file qdoubleendedlist_p.h.
|
inline |
Definition at line 207 of file qdoubleendedlist_p.h.
|
inline |
Definition at line 113 of file qdoubleendedlist_p.h.
Referenced by QDoubleEndedList< QAbstractAnimationJob >::next(), QDoubleEndedList< QAbstractAnimationJob >::next(), QDoubleEndedList< QAbstractAnimationJob >::prev(), QDoubleEndedList< QAbstractAnimationJob >::prev(), and QDoubleEndedList< QAbstractAnimationJob >::remove().
|
inline |
Definition at line 219 of file qdoubleendedlist_p.h.
|
inline |
Definition at line 201 of file qdoubleendedlist_p.h.
|
inline |
Definition at line 213 of file qdoubleendedlist_p.h.
|
inline |
Definition at line 162 of file qdoubleendedlist_p.h.
|
inline |
Definition at line 161 of file qdoubleendedlist_p.h.
|
inline |
Definition at line 72 of file qdoubleendedlist_p.h.
Referenced by QDoubleEndedList< QAbstractAnimationJob >::~QDoubleEndedList().
|
inline |
Definition at line 165 of file qdoubleendedlist_p.h.
|
inline |
Definition at line 164 of file qdoubleendedlist_p.h.
|
inline |
Definition at line 167 of file qdoubleendedlist_p.h.
|
inline |
Definition at line 174 of file qdoubleendedlist_p.h.
|
inline |
Definition at line 78 of file qdoubleendedlist_p.h.
|
inline |
Definition at line 181 of file qdoubleendedlist_p.h.
|
inline |
Definition at line 188 of file qdoubleendedlist_p.h.
|
inline |
Definition at line 106 of file qdoubleendedlist_p.h.