#include <xylist.h>
Public Methods | |
XYListIterator (const XYList< T > *l) | |
void | Reset () |
T * | Next () |
int | End () |
T * | operator[] (int n) |
xybool | Contains (const T *d) |
Private Attributes | |
const XYList< T > * | _list |
_list_elem< T > * | _current |
|
Definition at line 144 of file xylist.h. References XYListIterator< T >::_current, and XYListIterator< T >::_list. |
|
Definition at line 185 of file xylist.h. References XYListIterator< T >::_list, _list_elem< T >::data, _list_elem< T >::next, xybool, xyfalse, and xytrue. Referenced by XYGraph::contains(). |
|
|
|
Definition at line 172 of file xylist.h. References XYListIterator< T >::_list, _list_elem< T >::data, and _list_elem< T >::next. |
|
Definition at line 152 of file xylist.h. References XYListIterator< T >::_current, and XYListIterator< T >::_list. Referenced by XYLegend::boundingBox(), XYGraph::draw(), XYGraph::pick(), and XYGraph::pickSlice(). |
|
Definition at line 200 of file xylist.h. Referenced by XYListIterator< T >::End(), XYListIterator< T >::Next(), XYListIterator< T >::Reset(), and XYListIterator< T >::XYListIterator(). |
|
Definition at line 199 of file xylist.h. Referenced by XYListIterator< T >::Contains(), XYListIterator< T >::operator[](), XYListIterator< T >::Reset(), and XYListIterator< T >::XYListIterator(). |