QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
OfflineMapsSettings Class Reference

#include <OfflineMapsSettings.h>

+ Inheritance diagram for OfflineMapsSettings:
+ Collaboration diagram for OfflineMapsSettings:

Public Member Functions

 OfflineMapsSettings (QObject *parent=nullptr)
 
Fact *minZoomLevelDownload READ minZoomLevelDownload CONSTANT FactminZoomLevelDownload ()
 
Fact *maxZoomLevelDownload READ maxZoomLevelDownload CONSTANT FactmaxZoomLevelDownload ()
 
Fact *maxTilesForDownload READ maxTilesForDownload CONSTANT FactmaxTilesForDownload ()
 
- Public Member Functions inherited from SettingsGroup
 SettingsGroup (const QString &name, const QString &settingsGroup, QObject *parent=nullptr)
 
bool visible READ visible WRITE setVisible NOTIFY virtual visibleChanged bool visible ()
 
virtual void setVisible (bool vis)
 
QString settingsGroup () const
 

Static Public Attributes

static const char * name = "OfflineMaps"
 
static const char * settingsGroup = "OfflineMaps"
 
static const char * minZoomLevelDownloadName = "minZoomLevelDownload"
 
static const char * maxZoomLevelDownloadName = "maxZoomLevelDownload"
 
static const char * maxTilesForDownloadName = "maxTilesForDownload"
 

Additional Inherited Members

- Signals inherited from SettingsGroup
void visibleChanged ()
 
- Protected Member Functions inherited from SettingsGroup
SettingsFact_createSettingsFact (const QString &factName)
 
- Protected Attributes inherited from SettingsGroup
bool _visible
 
QString _name
 
QString _settingsGroup
 
QMap< QString, FactMetaData * > _nameToMetaDataMap
 

Detailed Description

Definition at line 7 of file OfflineMapsSettings.h.

Constructor & Destructor Documentation

◆ OfflineMapsSettings()

OfflineMapsSettings::OfflineMapsSettings ( QObject *  parent = nullptr)

Definition at line 3 of file OfflineMapsSettings.cc.

Member Function Documentation

◆ maxTilesForDownload()

Fact * OfflineMapsSettings::maxTilesForDownload ( )

Definition at line 9 of file OfflineMapsSettings.cc.

◆ maxZoomLevelDownload()

Fact * OfflineMapsSettings::maxZoomLevelDownload ( )

Definition at line 8 of file OfflineMapsSettings.cc.

◆ minZoomLevelDownload()

Fact * OfflineMapsSettings::minZoomLevelDownload ( )

Definition at line 7 of file OfflineMapsSettings.cc.

Member Data Documentation

◆ maxTilesForDownloadName

const char * OfflineMapsSettings::maxTilesForDownloadName = "maxTilesForDownload"
static

Definition at line 18 of file OfflineMapsSettings.h.

◆ maxZoomLevelDownloadName

const char * OfflineMapsSettings::maxZoomLevelDownloadName = "maxZoomLevelDownload"
static

Definition at line 17 of file OfflineMapsSettings.h.

◆ minZoomLevelDownloadName

const char * OfflineMapsSettings::minZoomLevelDownloadName = "minZoomLevelDownload"
static

Definition at line 16 of file OfflineMapsSettings.h.

◆ name

const char * OfflineMapsSettings::name = "OfflineMaps"
static

Definition at line 15 of file OfflineMapsSettings.h.

◆ settingsGroup

const char * OfflineMapsSettings::settingsGroup = "OfflineMaps"
static

Definition at line 15 of file OfflineMapsSettings.h.


The documentation for this class was generated from the following files: