digiKam
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  * Copyright (C) 2010-2022 by Gilles Caulier <caulier dot gilles at gmail dot com>
10  * Copyright (C) 2010-2011 by Michael G. Hansen <mike at mghansen dot de>
11  *
12  * This program is free software; you can redistribute it
13  * and/or modify it under the terms of the GNU General
14  * Public License as published by the Free Software Foundation;
15  * either version 2, or (at your option)
16  * any later version.
17  *
18  * This program is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21  * GNU General Public License for more details.
22  *
23  * ============================================================ */
24 
25 #ifndef DIGIKAM_LOOKUP_FACTORY_H
26 #define DIGIKAM_LOOKUP_FACTORY_H
27 
28 // Local includes
29 
30 #include "geoifacetypes.h"
31 #include "digikam_export.h"
32 
33 namespace Digikam
34 {
35 
36 class LookupAltitude;
37 
38 class DIGIKAM_EXPORT LookupFactory
39 {
40 public:
41 
42  static LookupAltitude* getAltitudeLookup(const QString& backendName,
43  QObject* const parent);
44 };
45 
46 } // namespace Digikam
47 
48 #endif // DIGIKAM_LOOKUP_FACTORY_H
Definition: lookupaltitude.h:41
Definition: lookupfactory.h:39
Definition: datefolderview.cpp:43