#include <positionkeys.h>
◆ PositionKeys()
Digikam::PositionKeys::PositionKeys |
( |
| ) |
|
◆ ~PositionKeys()
Digikam::PositionKeys::~PositionKeys |
( |
| ) |
|
|
overridedefault |
◆ addId()
void Digikam::DbKeysCollection::addId |
( |
const QString & |
id, |
|
|
const QString & |
description |
|
) |
| |
|
protectedinherited |
◆ collectionName()
QString Digikam::DbKeysCollection::collectionName |
( |
| ) |
const |
|
inherited |
Get the name of the DbKeysCollection
- Returns
- the name of the collection
◆ getDbValue()
QString Digikam::PositionKeys::getDbValue |
( |
const QString & |
key, |
|
|
ParseSettings & |
settings |
|
) |
| |
|
overrideprotectedvirtual |
Abstract method for retrieving the value from the database for the given key.
This method has to be implemented by all child classes. It is called by the getValue() method.
- Parameters
-
key | the key representing the value in the database |
settings | the ParseSettings object holding all relevant information about the image. |
- Returns
- the value of the given database key
- See also
- DbKeysCollection::getValue()
Implements Digikam::DbKeysCollection.
References Digikam::ItemPosition::accuracy(), Digikam::ItemPosition::altitude(), Digikam::ItemPosition::altitudeFormatted(), Digikam::ItemPosition::description(), Digikam::ParseSettings::fileUrl, Digikam::ItemInfo::fromUrl(), Digikam::ItemInfo::imagePosition(), Digikam::ItemPosition::latitude(), Digikam::ItemPosition::latitudeFormatted(), Digikam::ItemPosition::latitudeNumber(), Digikam::ItemPosition::longitude(), Digikam::ItemPosition::longitudeFormatted(), Digikam::ItemPosition::longitudeNumber(), Digikam::ItemPosition::orientation(), Digikam::ItemPosition::roll(), and Digikam::ItemPosition::tilt().
◆ getValue()
QString Digikam::DbKeysCollection::getValue |
( |
const QString & |
key, |
|
|
ParseSettings & |
settings |
|
) |
| |
|
inherited |
Get a value from the database.
- Parameters
-
key | the key representing the value in the database |
settings | the ParseSettings object holding all relevant information about the image. |
- Returns
- the value of the given database key
References Digikam::DbKeysCollection::getDbValue().
◆ ids()
Get all IDs associated with this key collection.
- Returns
- a map of all associated ids and their description
The documentation for this class was generated from the following files: