![]() |
digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
|
Protected Member Functions | |
QString | getDbValue (const QString &key, ParseSettings &settings) override |
Abstract method for retrieving the value from the database for the given key. | |
![]() | |
void | addId (const QString &id, const QString &description) |
Add an ID to the key collection. | |
Additional Inherited Members | |
![]() | |
DbKeysCollection (const QString &n) | |
Default constructor. | |
QString | collectionName () const |
Get the name of the DbKeysCollection. | |
QString | getValue (const QString &key, ParseSettings &settings) |
Get a value from the database. | |
DbKeyIdsMap | ids () const |
Get all IDs associated with this key collection. | |
|
overrideprotectedvirtual |
This method has to be implemented by all child classes. It is called by the getValue() method.
key | the key representing the value in the database |
settings | the ParseSettings object holding all relevant information about the image. |
Implements Digikam::DbKeysCollection.