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 349 of file template.cpp.
|
inline |
Definition at line 352 of file template.cpp.
|
inlinevirtual |
Definition at line 353 of file template.cpp.
|
inlinevirtual |
Implements TemplateListIntf::ConstIterator.
Definition at line 384 of file template.cpp.
|
inlinevirtual |
Moves iterator to the first element in the list
Implements TemplateListIntf::ConstIterator.
Definition at line 354 of file template.cpp.
|
inlinevirtual |
Moves iterator to the last element in the list
Implements TemplateListIntf::ConstIterator.
Definition at line 359 of file template.cpp.
|
inlinevirtual |
Moves iterator to the next element in the list
Implements TemplateListIntf::ConstIterator.
Definition at line 364 of file template.cpp.
|
inlinevirtual |
Moves iterator to the previous element in the list
Implements TemplateListIntf::ConstIterator.
Definition at line 372 of file template.cpp.
|
private |
Definition at line 400 of file template.cpp.
|
private |
Definition at line 399 of file template.cpp.
|
private |
Definition at line 398 of file template.cpp.