digiKam
Loading...
Searching...
No Matches
lookupfactory.h
Go to the documentation of this file.
1/* ============================================================
2 *
3 * This file is a part of digiKam project
4 * https://www.digikam.org
5 *
6 * Date : 2010-05-05
7 * Description : Factory to create instances of Lookup backends
8 *
9 * SPDX-FileCopyrightText: 2010-2024 by Gilles Caulier <caulier dot gilles at gmail dot com>
10 * SPDX-FileCopyrightText: 2010-2011 by Michael G. Hansen <mike at mghansen dot de>
11 *
12 * SPDX-License-Identifier: GPL-2.0-or-later
13 *
14 * ============================================================ */
15
16#pragma once
17
18// Local includes
19
20#include "geoifacetypes.h"
21#include "digikam_export.h"
22
23namespace Digikam
24{
25
26class LookupAltitude;
27
28class DIGIKAM_EXPORT LookupFactory
29{
30public:
31
32 static LookupAltitude* getAltitudeLookup(const QString& backendName,
33 QObject* const parent);
34};
35
36} // namespace Digikam
Definition lookupaltitude.h:32
Definition lookupfactory.h:29
Definition datefolderview.cpp:34