#include <KisResourceStorage.h>
|
| virtual bool | hasNext () const =0 |
| |
| virtual void | next ()=0 |
| | The iterator is only valid if next() has been called at least once.
|
| |
| virtual KisTagSP | tag () const =0 |
| | A tag object on which we can set properties and which we can save.
|
| |
| virtual | ~TagIterator () |
| |
Definition at line 65 of file KisResourceStorage.h.
◆ ~TagIterator()
| virtual KisResourceStorage::TagIterator::~TagIterator |
( |
| ) |
|
|
inlinevirtual |
◆ hasNext()
| virtual bool KisResourceStorage::TagIterator::hasNext |
( |
| ) |
const |
|
pure virtual |
◆ next()
| virtual void KisResourceStorage::TagIterator::next |
( |
| ) |
|
|
pure virtual |
◆ tag()
| virtual KisTagSP KisResourceStorage::TagIterator::tag |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: