marble/src
MarbleSettings Class Reference
#include <settings.h>
Inheritance diagram for MarbleSettings:

Detailed Description
Definition at line 9 of file settings.h.
Public Member Functions | |
| ~MarbleSettings () | |
Static Public Member Functions | |
| static MarbleSettings * | self () |
| static void | setHomeLongitude (double v) |
| static double | homeLongitude () |
| static void | setHomeLatitude (double v) |
| static double | homeLatitude () |
| static void | setHomeZoom (int v) |
| static int | homeZoom () |
| static void | setMapTheme (const QString &v) |
| static QString | mapTheme () |
| static void | setProjection (int v) |
| static int | projection () |
| static void | setMarbleDataPath (const QString &v) |
| static QString | marbleDataPath () |
Protected Member Functions | |
| MarbleSettings () | |
Protected Attributes | |
| double | mHomeLongitude |
| double | mHomeLatitude |
| int | mHomeZoom |
| QString | mMapTheme |
| int | mProjection |
| QString | mMarbleDataPath |
Friends | |
| class | MarbleSettingsHelper |
Constructor & Destructor Documentation
| MarbleSettings::~MarbleSettings | ( | ) |
Definition at line 54 of file settings.cpp.
| MarbleSettings::MarbleSettings | ( | ) | [protected] |
Definition at line 27 of file settings.cpp.
Member Function Documentation
| MarbleSettings * MarbleSettings::self | ( | ) | [static] |
Definition at line 17 of file settings.cpp.
| static void MarbleSettings::setHomeLongitude | ( | double | v | ) | [inline, static] |
| static double MarbleSettings::homeLongitude | ( | ) | [inline, static] |
| static void MarbleSettings::setHomeLatitude | ( | double | v | ) | [inline, static] |
| static double MarbleSettings::homeLatitude | ( | ) | [inline, static] |
| static void MarbleSettings::setHomeZoom | ( | int | v | ) | [inline, static] |
| static int MarbleSettings::homeZoom | ( | ) | [inline, static] |
| static void MarbleSettings::setMapTheme | ( | const QString & | v | ) | [inline, static] |
| static QString MarbleSettings::mapTheme | ( | ) | [inline, static] |
| static void MarbleSettings::setProjection | ( | int | v | ) | [inline, static] |
| static int MarbleSettings::projection | ( | ) | [inline, static] |
| static void MarbleSettings::setMarbleDataPath | ( | const QString & | v | ) | [inline, static] |
| static QString MarbleSettings::marbleDataPath | ( | ) | [inline, static] |
Friends And Related Function Documentation
friend class MarbleSettingsHelper [friend] |
Definition at line 132 of file settings.h.
Member Data Documentation
double MarbleSettings::mHomeLongitude [protected] |
Definition at line 136 of file settings.h.
double MarbleSettings::mHomeLatitude [protected] |
Definition at line 137 of file settings.h.
int MarbleSettings::mHomeZoom [protected] |
Definition at line 138 of file settings.h.
QString MarbleSettings::mMapTheme [protected] |
Definition at line 139 of file settings.h.
int MarbleSettings::mProjection [protected] |
Definition at line 140 of file settings.h.
QString MarbleSettings::mMarbleDataPath [protected] |
Definition at line 141 of file settings.h.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference