23#ifndef SOPRANO_NODE_ITERATOR_H
24#define SOPRANO_NODE_ITERATOR_H
30#include <QtCore/QList>
35 class NodeIteratorBackend;
The actual work in a Iterator instance is done by an IteratorBackend.
QList< Node > allElements()
NodeIterator(IteratorBackend< Node > *sti)
NodeIterator(const NodeIterator &sti)
NodeIterator & operator=(const NodeIterator &)