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 20 of file KisAslStorage.cpp.

Constructor & Destructor Documentation

◆ AslTagIterator()

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

Definition at line 24 of file KisAslStorage.cpp.

25 : m_location(location)
26 , m_resourceType(resourceType)
27 {}

Member Function Documentation

◆ hasNext()

bool AslTagIterator::hasNext ( ) const
inlineoverridevirtual

Implements KisResourceStorage::TagIterator.

Definition at line 29 of file KisAslStorage.cpp.

29{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 30 of file KisAslStorage.cpp.

30{}

◆ 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 32 of file KisAslStorage.cpp.

32{ return nullptr; }

Member Data Documentation

◆ m_location

QString AslTagIterator::m_location
private

Definition at line 36 of file KisAslStorage.cpp.

◆ m_resourceType

QString AslTagIterator::m_resourceType
private

Definition at line 37 of file KisAslStorage.cpp.


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