#include <Lgp.h>
◆ LgpIterator()
LgpIterator::LgpIterator |
( |
const Lgp & |
lgp | ) |
|
|
explicit |
◆ file()
QIODevice * LgpIterator::file |
( |
| ) |
|
◆ fileDir()
const QString & LgpIterator::fileDir |
( |
| ) |
const |
◆ fileName()
const QString & LgpIterator::fileName |
( |
| ) |
const |
◆ filePath()
QString LgpIterator::filePath |
( |
| ) |
const |
◆ hasNext()
bool LgpIterator::hasNext |
( |
| ) |
const |
Returns true if there is at least one item ahead of the iterator, i.e. the iterator is not at the back of the container; otherwise returns false.
- See also
- hasPrevious(), next()
◆ modifiedFile()
QIODevice * LgpIterator::modifiedFile |
( |
| ) |
|
◆ next()
void LgpIterator::next |
( |
| ) |
|
Advances the iterator by one position. Calling this function on an iterator located at the back of the container leads to undefined results.
- See also
- hasNext(), previous()
◆ toBack()
void LgpIterator::toBack |
( |
| ) |
|
Moves the iterator to the back of the container (after the last item).
- See also
- toFront(), previous()
◆ toFront()
void LgpIterator::toFront |
( |
| ) |
|
Moves the iterator to the front of the container (before the first item).
- See also
- toBack(), next()
◆ Lgp
The documentation for this class was generated from the following files: