Krita Source Code Documentation
Loading...
Searching...
No Matches
FontTagIterator Class Reference
+ Inheritance diagram for FontTagIterator:

Public Member Functions

 FontTagIterator (QVector< KisTagSP >, const QString &resourceType)
 
bool hasNext () const override
 
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
 

Detailed Description

Definition at line 17 of file KoFontStorage.cpp.

Constructor & Destructor Documentation

◆ FontTagIterator()

FontTagIterator::FontTagIterator ( QVector< KisTagSP > ,
const QString & resourceType )
inline

Definition at line 21 of file KoFontStorage.cpp.

22 : m_resourceType(resourceType)
23 {
24 }

Member Function Documentation

◆ hasNext()

bool FontTagIterator::hasNext ( ) const
inlineoverridevirtual

Implements KisResourceStorage::TagIterator.

Definition at line 26 of file KoFontStorage.cpp.

27 {
28 return false;
29 }

◆ next()

void FontTagIterator::next ( )
inlineoverridevirtual

The iterator is only valid if next() has been called at least once.

Implements KisResourceStorage::TagIterator.

Definition at line 31 of file KoFontStorage.cpp.

32 {
33 }

◆ tag()

KisTagSP FontTagIterator::tag ( ) const
inlineoverridevirtual

A tag object on which we can set properties and which we can save.

Implements KisResourceStorage::TagIterator.

Definition at line 35 of file KoFontStorage.cpp.

36 {
37 return nullptr;
38 }

Member Data Documentation

◆ m_resourceType

QString FontTagIterator::m_resourceType
private

Definition at line 41 of file KoFontStorage.cpp.


The documentation for this class was generated from the following file: