|
Krita Source Code Documentation
|
Inheritance diagram for MemoryTagIterator:Public Member Functions | |
| bool | hasNext () const override |
| MemoryTagIterator (QVector< KisTagSP >, const QString &resourceType) | |
| void | next () override |
| The iterator is only valid if next() has been called at least once. | |
| KisTagSP | tag () const override |
| A tag object on which we can set properties and which we can save. | |
Public Member Functions inherited from KisResourceStorage::TagIterator | |
| virtual | ~TagIterator () |
Private Attributes | |
| QString | m_resourceType |
Definition at line 29 of file KisMemoryStorage.cpp.
Definition at line 33 of file KisMemoryStorage.cpp.
|
inlineoverridevirtual |
Implements KisResourceStorage::TagIterator.
Definition at line 38 of file KisMemoryStorage.cpp.
|
inlineoverridevirtual |
The iterator is only valid if next() has been called at least once.
Implements KisResourceStorage::TagIterator.
Definition at line 43 of file KisMemoryStorage.cpp.
|
inlineoverridevirtual |
A tag object on which we can set properties and which we can save.
Implements KisResourceStorage::TagIterator.
Definition at line 47 of file KisMemoryStorage.cpp.
|
private |
Definition at line 53 of file KisMemoryStorage.cpp.