#include </home/clem/local/src/opie/qmake/include/qvaluelist.h>
Inheritance diagram for QValueListPrivate< T >:


Public Types | |
| typedef QValueListIterator< T > | Iterator |
| typedef QValueListConstIterator< T > | ConstIterator |
| typedef QValueListNode< T > | Node |
| typedef QValueListNode< T > * | NodePtr |
| typedef size_t | size_type |
Public Member Functions | |
| QValueListPrivate () | |
| QValueListPrivate (const QValueListPrivate< T > &_p) | |
| void | derefAndDelete () |
| ~QValueListPrivate () | |
| Iterator | insert (Iterator it, const T &x) |
| Iterator | remove (Iterator it) |
| NodePtr | find (NodePtr start, const T &x) const |
| int | findIndex (NodePtr start, const T &x) const |
| uint | contains (const T &x) const |
| uint | remove (const T &x) |
| NodePtr | at (size_type i) const |
| void | clear () |
Public Attributes | |
| NodePtr | node |
| size_type | nodes |
|
|||||
|
Definition at line 221 of file qvaluelist.h. |
|
|||||
|
Typedefs Definition at line 220 of file qvaluelist.h. |
|
|||||
|
Definition at line 222 of file qvaluelist.h. |
|
|||||
|
Definition at line 223 of file qvaluelist.h. |
|
|||||
|
Definition at line 224 of file qvaluelist.h. |
|
|||||||||
|
Functions Definition at line 258 of file qvaluelist.h. References QValueListNode< T >::next, QValueListPrivate< T >::node, QValueListPrivate< T >::nodes, and QValueListNode< T >::prev. |
|
||||||||||
|
Definition at line 264 of file qvaluelist.h. References i, QValueListPrivate< T >::insert(), QValueListNode< T >::next, QValueListPrivate< T >::node, QValueListPrivate< T >::nodes, and QValueListNode< T >::prev. |
|
|||||||||
|
Definition at line 276 of file qvaluelist.h. References QValueListNode< T >::next, QValueListPrivate< T >::node, p, and Opie::MM::x. |
|
||||||||||
|
Definition at line 370 of file qvaluelist.h. References QValueListNode< T >::next, QValueListPrivate< T >::node, QValueListPrivate< T >::nodes, p, and Q_ASSERT. |
|
|||||||||
|
Definition at line 380 of file qvaluelist.h. References QValueListNode< T >::next, QValueListPrivate< T >::node, QValueListPrivate< T >::nodes, p, and QValueListNode< T >::prev. |
|
||||||||||
|
Definition at line 340 of file qvaluelist.h. References QValueListNode< T >::next, and QValueListPrivate< T >::node. |
|
|||||||||
|
Definition at line 232 of file qvaluelist.h. |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
Referenced by QValueListPrivate< T >::QValueListPrivate(). |
|
||||||||||
|
Definition at line 354 of file qvaluelist.h. References QValueListNode< T >::next, QValueListPrivate< T >::node, and QValueListPrivate< T >::remove(). |
|
||||||||||
|
Referenced by QValueListPrivate< T >::remove(). |
|
|||||
|
Definition at line 253 of file qvaluelist.h. Referenced by QValueListPrivate< T >::at(), QValueListPrivate< T >::clear(), QValueListPrivate< T >::contains(), QValueListPrivate< T >::QValueListPrivate(), QValueListPrivate< T >::remove(), and QValueListPrivate< T >::~QValueListPrivate(). |
|
|||||
|
Definition at line 254 of file qvaluelist.h. Referenced by QValueListPrivate< T >::at(), QValueListPrivate< T >::clear(), and QValueListPrivate< T >::QValueListPrivate(). |
1.4.2