Template List iterator support. More...
Public Member Functions | |
GenericConstIterator (const QList< TemplateVariant > &list) | |
virtual | ~GenericConstIterator () |
void | toFirst () |
void | toLast () |
void | toNext () |
void | toPrev () |
bool | current (TemplateVariant &v) const |
Public Member Functions inherited from TemplateListIntf::ConstIterator | |
virtual | ~ConstIterator () |
Private Attributes | |
QListIterator< TemplateVariant > | m_it |
Template List iterator support.
Definition at line 122 of file context.cpp.
|
inline |
Definition at line 125 of file context.cpp.
|
inlinevirtual |
Definition at line 127 of file context.cpp.
|
inlinevirtual |
Implements TemplateListIntf::ConstIterator.
Definition at line 144 of file context.cpp.
|
inlinevirtual |
Moves iterator to the first element in the list
Implements TemplateListIntf::ConstIterator.
Definition at line 128 of file context.cpp.
|
inlinevirtual |
Moves iterator to the last element in the list
Implements TemplateListIntf::ConstIterator.
Definition at line 132 of file context.cpp.
|
inlinevirtual |
Moves iterator to the next element in the list
Implements TemplateListIntf::ConstIterator.
Definition at line 136 of file context.cpp.
|
inlinevirtual |
Moves iterator to the previous element in the list
Implements TemplateListIntf::ConstIterator.
Definition at line 140 of file context.cpp.
|
private |
Definition at line 158 of file context.cpp.