dRonin
adbada4
dRonin GCS
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Groups
Pages
providerstrings.h
Go to the documentation of this file.
1
13
/*
14
* This program is free software; you can redistribute it and/or modify
15
* it under the terms of the GNU General Public License as published by
16
* the Free Software Foundation; either version 3 of the License, or
17
* (at your option) any later version.
18
*
19
* This program is distributed in the hope that it will be useful, but
20
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
21
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
22
* for more details.
23
*
24
* You should have received a copy of the GNU General Public License along
25
* with this program; if not, see <http://www.gnu.org/licenses/>
26
*/
27
#ifndef PROVIDERSTRINGS_H
28
#define PROVIDERSTRINGS_H
29
30
#include <QString>
31
#include <QVector>
32
33
namespace
core {
34
class
ProviderStrings
35
{
36
public
:
37
ProviderStrings
();
38
static
const
QString
levelsForSigPacSpainMap
[];
39
// Google version strings
40
QString
VersionGoogleMap
;
41
QString
VersionGoogleSatellite
;
42
QString
VersionGoogleLabels
;
43
QString
VersionGoogleTerrain
;
44
QString
SecGoogleWord
;
45
46
// Google (China) version strings
47
QString
VersionGoogleMapChina
;
48
QString
VersionGoogleSatelliteChina
;
49
QString
VersionGoogleLabelsChina
;
50
QString
VersionGoogleTerrainChina
;
51
52
// Google (Korea) version strings
53
QString
VersionGoogleMapKorea
;
54
QString
VersionGoogleSatelliteKorea
;
55
QString
VersionGoogleLabelsKorea
;
56
61
62
63
// Yahoo version strings
64
QString
VersionYahooMap
;
65
QString
VersionYahooSatellite
;
66
QString
VersionYahooLabels
;
67
68
// BingMaps
69
QString
VersionBingMaps
;
70
71
// YandexMap
72
QString
VersionYandexMap
;
73
74
75
80
QString
BingMapsClientToken
;
81
82
QVector<char>
cryptKeyVector
;
83
QString
gAPIUrl
;
84
QString
gMapRegex
;
85
QString
gLabRegex
;
86
QString
gTerRegex
;
87
QString
gSatRegex
;
88
QString
encrypt
(QString str);
89
QString
decrypt
(QString str);
90
};
91
92
}
93
#endif // PROVIDERSTRINGS_H
core::ProviderStrings::VersionGoogleMapKorea
QString VersionGoogleMapKorea
Definition:
providerstrings.h:53
core::ProviderStrings::VersionGoogleSatellite
QString VersionGoogleSatellite
Definition:
providerstrings.h:41
core::ProviderStrings::ProviderStrings
ProviderStrings()
Definition:
providerstrings.cpp:72
core::ProviderStrings::VersionGoogleTerrainChina
QString VersionGoogleTerrainChina
Definition:
providerstrings.h:50
core::ProviderStrings::gLabRegex
QString gLabRegex
Definition:
providerstrings.h:85
core::ProviderStrings::cryptKeyVector
QVector< char > cryptKeyVector
Definition:
providerstrings.h:82
core::ProviderStrings::VersionGoogleSatelliteKorea
QString VersionGoogleSatelliteKorea
Definition:
providerstrings.h:54
core::ProviderStrings::gSatRegex
QString gSatRegex
Definition:
providerstrings.h:87
core::ProviderStrings::VersionGoogleTerrain
QString VersionGoogleTerrain
Definition:
providerstrings.h:43
core::ProviderStrings::gMapRegex
QString gMapRegex
Definition:
providerstrings.h:84
core::ProviderStrings::gAPIUrl
QString gAPIUrl
Definition:
providerstrings.h:83
core::ProviderStrings::VersionGoogleMap
QString VersionGoogleMap
Definition:
providerstrings.h:40
core::ProviderStrings::VersionGoogleLabelsKorea
QString VersionGoogleLabelsKorea
Definition:
providerstrings.h:55
core::ProviderStrings::VersionGoogleLabelsChina
QString VersionGoogleLabelsChina
Definition:
providerstrings.h:49
core::ProviderStrings::VersionGoogleSatelliteChina
QString VersionGoogleSatelliteChina
Definition:
providerstrings.h:48
core::ProviderStrings::VersionYandexMap
QString VersionYandexMap
Definition:
providerstrings.h:72
core::ProviderStrings::BingMapsClientToken
QString BingMapsClientToken
Bing Maps Customer Identification, more info here http://msdn.microsoft.com/en-us/library/bb924353.aspx
Definition:
providerstrings.h:80
core::ProviderStrings::levelsForSigPacSpainMap
static const QString levelsForSigPacSpainMap[]
Definition:
providerstrings.h:38
core::ProviderStrings::decrypt
QString decrypt(QString str)
Definition:
providerstrings.cpp:55
core::ProviderStrings::encrypt
QString encrypt(QString str)
Definition:
providerstrings.cpp:40
core::ProviderStrings::gTerRegex
QString gTerRegex
Definition:
providerstrings.h:86
core::ProviderStrings::SecGoogleWord
QString SecGoogleWord
Definition:
providerstrings.h:44
core::ProviderStrings::VersionGoogleLabels
QString VersionGoogleLabels
Definition:
providerstrings.h:42
core::ProviderStrings
Definition:
providerstrings.h:34
core::ProviderStrings::VersionGoogleMapChina
QString VersionGoogleMapChina
Definition:
providerstrings.h:47
core::ProviderStrings::VersionYahooMap
QString VersionYahooMap
Google Maps API generated using http://greatmaps.codeplex.com/ from http://code.google.com/intl/en-us/apis/maps/signup.html
Definition:
providerstrings.h:64
core::ProviderStrings::VersionBingMaps
QString VersionBingMaps
Definition:
providerstrings.h:69
core::ProviderStrings::VersionYahooSatellite
QString VersionYahooSatellite
Definition:
providerstrings.h:65
core::ProviderStrings::VersionYahooLabels
QString VersionYahooLabels
Definition:
providerstrings.h:66
ground
gcs
src
libs
tlmapcontrol
core
providerstrings.h
Generated by
1.8.6