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

#include <MapsSettings.h>

+ Inheritance diagram for MapsSettings:
+ Collaboration diagram for MapsSettings:

Public Member Functions

 MapsSettings (QObject *parent=nullptr)
 
Fact *maxCacheDiskSize READ maxCacheDiskSize CONSTANT FactmaxCacheDiskSize ()
 
Fact *maxCacheMemorySize READ maxCacheMemorySize CONSTANT FactmaxCacheMemorySize ()
 
- 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 = "Maps"
 
static const char * settingsGroup = "Maps"
 
static const char * maxCacheDiskSizeName = "maxCacheDiskSize"
 
static const char * maxCacheMemorySizeName = "maxCacheMemorySize"
 

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 MapsSettings.h.

Constructor & Destructor Documentation

◆ MapsSettings()

MapsSettings::MapsSettings ( QObject *  parent = nullptr)

Definition at line 5 of file MapsSettings.cc.

Member Function Documentation

◆ maxCacheDiskSize()

Fact * MapsSettings::maxCacheDiskSize ( )

Definition at line 29 of file MapsSettings.cc.

Referenced by QGeoFileTileCacheQGC::getMaxDiskCacheSetting().

◆ maxCacheMemorySize()

Fact * MapsSettings::maxCacheMemorySize ( )

Definition at line 30 of file MapsSettings.cc.

Member Data Documentation

◆ maxCacheDiskSizeName

const char * MapsSettings::maxCacheDiskSizeName = "maxCacheDiskSize"
static

Definition at line 17 of file MapsSettings.h.

◆ maxCacheMemorySizeName

const char * MapsSettings::maxCacheMemorySizeName = "maxCacheMemorySize"
static

Definition at line 18 of file MapsSettings.h.

◆ name

const char * MapsSettings::name = "Maps"
static

Definition at line 15 of file MapsSettings.h.

◆ settingsGroup

const char * MapsSettings::settingsGroup = "Maps"
static

Definition at line 15 of file MapsSettings.h.


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