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

Public Member Functions

 AslTagIterator (const QString &location, 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_location
 
QString m_resourceType
 

Detailed Description

Definition at line 18 of file KisAslStorage.cpp.

Constructor & Destructor Documentation

◆ AslTagIterator()

AslTagIterator::AslTagIterator ( const QString & location,
const QString & resourceType )
inline

Definition at line 22 of file KisAslStorage.cpp.

23 : m_location(location)
24 , m_resourceType(resourceType)
25 {}

Member Function Documentation

◆ hasNext()

bool AslTagIterator::hasNext ( ) const
inlineoverridevirtual

Implements KisResourceStorage::TagIterator.

Definition at line 27 of file KisAslStorage.cpp.

27{return false;}

◆ next()

void AslTagIterator::next ( )
inlineoverridevirtual

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

Implements KisResourceStorage::TagIterator.

Definition at line 28 of file KisAslStorage.cpp.

28{}

◆ tag()

KisTagSP AslTagIterator::tag ( ) const
inlineoverridevirtual

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

Implements KisResourceStorage::TagIterator.

Definition at line 30 of file KisAslStorage.cpp.

30{ return nullptr; }

Member Data Documentation

◆ m_location

QString AslTagIterator::m_location
private

Definition at line 34 of file KisAslStorage.cpp.

◆ m_resourceType

QString AslTagIterator::m_resourceType
private

Definition at line 35 of file KisAslStorage.cpp.


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