digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
Loading...
Searching...
No Matches
Digikam::ImageListProvider Class Referenceabstract

This class provides access to a list of unspecified entities, where for each entry a QImage can be provided. More...

+ Inheritance diagram for Digikam::ImageListProvider:

Public Member Functions

virtual bool atEnd () const =0
 
virtual QPair< QImage *, QString > image ()=0
 
virtual QList< QPair< QImage *, QString > > images ()=0
 
virtual void proceed (int steps=1)=0
 
virtual void setImages (const QList< QPair< QImage *, QString > > &)=0
 
virtual void setUnpairedImages (const QList< QImage * > &)=0
 
virtual int size () const =0
 

Detailed Description

Only forward iteration is required.