#include </home/clem/local/src/opie/noncore/unsupported/libopie/pim/orecordlist.h>
Public Types | |
| typedef OTemplateBase< T > | Base |
| typedef ORecordListIterator< T > | Iterator |
Public Member Functions | |
| ORecordList () | |
| ORecordList (const QArray< int > &ids, const Base *) | |
| ~ORecordList () | |
| Iterator | begin () |
| Iterator | end () |
| uint | count () const |
| T | operator[] (uint i) |
| int | uidAt (uint i) |
| bool | remove (int uid) |
Private Attributes | |
| QArray< int > | m_ids |
| const Base * | m_acc |
| ORecordListPrivate * | d |
Definition at line 84 of file orecordlist.h.
|
|||||
|
Definition at line 86 of file orecordlist.h. |
|
|||||
|
Definition at line 87 of file orecordlist.h. |
|
|||||||||
|
c'tor Definition at line 92 of file orecordlist.h. |
|
||||||||||||||||
|
Definition at line 246 of file orecordlist.h. |
|
|||||||||
|
Definition at line 252 of file orecordlist.h. |
|
|||||||||
|
the first iterator Definition at line 256 of file orecordlist.h. References ORecordList< T >::m_acc, and ORecordList< T >::m_ids. |
|
|||||||||
|
the number of items in the list Definition at line 269 of file orecordlist.h. References ORecordList< T >::m_ids. |
|
|||||||||
|
the end Definition at line 261 of file orecordlist.h. References ORecordList< T >::m_acc, ORecordListIterator< T >::m_current, ORecordListIterator< T >::m_end, and ORecordList< T >::m_ids. |
|
||||||||||
|
Definition at line 273 of file orecordlist.h. References OTemplateBase< T >::find(), ORecordList< T >::m_acc, and ORecordList< T >::m_ids. |
|
||||||||||
|
Remove the contact with given uid Definition at line 285 of file orecordlist.h. References i, and ORecordList< T >::m_ids. |
|
||||||||||
|
Definition at line 280 of file orecordlist.h. References ORecordList< T >::m_ids. |
|
|||||
|
Definition at line 128 of file orecordlist.h. |
|
|||||
|
Definition at line 127 of file orecordlist.h. Referenced by ORecordList< T >::begin(), ORecordList< T >::end(), and ORecordList< T >::operator[](). |
|
|||||
|
Definition at line 126 of file orecordlist.h. Referenced by ORecordList< T >::begin(), ORecordList< T >::count(), ORecordList< T >::end(), ORecordList< T >::operator[](), ORecordList< T >::remove(), and ORecordList< T >::uidAt(). |
1.4.2