digiKam
rginfo.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-03-21
7  * Description : Reverse geocoding data.
8  *
9  * Copyright (C) 2010-2022 by Gilles Caulier <caulier dot gilles at gmail dot com>
10  * Copyright (C) 2010-2014 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_RG_INFO_H
26 #define DIGIKAM_RG_INFO_H
27 
28 // Qt includes
29 
30 #include <QPersistentModelIndex>
31 #include <QMap>
32 
33 // Local includes
34 
35 #include "geoifacetypes.h"
36 #include "gpsdatacontainer.h"
37 #include "digikam_export.h"
38 
39 namespace Digikam
40 {
41 
47 class DIGIKAM_EXPORT RGInfo
48 {
49 public:
50 
54  explicit RGInfo();
55 
59  ~RGInfo();
60 
61 public:
62 
66  QPersistentModelIndex id;
67 
72 
76  QMap<QString, QString> rgData;
77 };
78 
79 } // namespace Digikam
80 
81 #endif // DIGIKAM_RG_INFO_H
Definition: geocoordinates.h:49
This class contains data needed in reverse geocoding process.
Definition: rginfo.h:48
QPersistentModelIndex id
Definition: rginfo.h:66
GeoCoordinates coordinates
Definition: rginfo.h:71
QMap< QString, QString > rgData
Definition: rginfo.h:76
Definition: datefolderview.cpp:43