My Project
|
Public Member Functions | |
TemplateListConstIterator (const TemplateList &l) | |
virtual | ~TemplateListConstIterator () |
virtual void | toFirst () |
virtual void | toLast () |
virtual void | toNext () |
virtual void | toPrev () |
virtual bool | current (TemplateVariant &v) const |
Public Member Functions inherited from TemplateListIntf::ConstIterator | |
virtual | ~ConstIterator () |
Private Attributes | |
const TemplateList & | m_list |
QValueList< TemplateVariant > ::ConstIterator | m_it |
int | m_index |
Definition at line 350 of file template.cpp.
|
inline |
|
inlinevirtual |
Definition at line 354 of file template.cpp.
|
inlinevirtual |
Implements TemplateListIntf::ConstIterator.
Definition at line 385 of file template.cpp.
References m_it.
|
inlinevirtual |
Moves iterator to the first element in the list
Implements TemplateListIntf::ConstIterator.
Definition at line 355 of file template.cpp.
References TemplateList::Private::elems, m_index, m_it, m_list, and TemplateList::p.
|
inlinevirtual |
Moves iterator to the last element in the list
Implements TemplateListIntf::ConstIterator.
Definition at line 360 of file template.cpp.
References TemplateList::count(), TemplateList::Private::elems, m_index, m_it, m_list, and TemplateList::p.
|
inlinevirtual |
Moves iterator to the next element in the list
Implements TemplateListIntf::ConstIterator.
Definition at line 365 of file template.cpp.
References TemplateList::Private::elems, m_index, m_it, m_list, and TemplateList::p.
|
inlinevirtual |
Moves iterator to the previous element in the list
Implements TemplateListIntf::ConstIterator.
Definition at line 373 of file template.cpp.
|
private |
Definition at line 401 of file template.cpp.
Referenced by TemplateListConstIterator(), toFirst(), toLast(), toNext(), and toPrev().
|
private |
|
private |
Definition at line 399 of file template.cpp.