24#include <QStandardPaths>
26#include "GlobalObject.h"
27#include "dataManagement/Downloadable_MultiFile.h"
28#include "dataManagement/Downloadable_SingleFile.h"
29#include "units/ByteSize.h"
32namespace DataManagement {
252 [[nodiscard]] QString
whatsNew()
const {
return m_whatsNew; }
282 Q_INVOKABLE QString
import(
const QString& fileName,
const QString& newName);
299 Q_INVOKABLE QString
importOpenAir(
const QString& fileName,
const QString& newName);
335 void cleanDataDirectory();
340 void onItemFileChanged();
345 void updateDataItemListAndWhatsNew();
355 bool m_appUpdateRequired {
false};
358 QString m_dataDirectory {QStandardPaths::writableLocation(QStandardPaths::AppDataLocation) +
"/aviation_maps"};
365 DataManagement::Downloadable_SingleFile m_mapList { QUrl(QStringLiteral(
"https://enroute-data.akaflieg-freiburg.de/enroute-GeoJSONv003/maps.json")), QStandardPaths::writableLocation(QStandardPaths::AppDataLocation) +
"/maps.json" };
Manages the list of geographic maps.
Units::ByteSize whatsNewHash
Hash of the current "what's new" message.
DataManagement::Downloadable_MultiFile * terrainMaps()
Getter function for the property with the same name.
DataManagement::Downloadable_MultiFile * baseMaps
Downloadable_MultiFile that holds all base maps.
void deferredInitialization() override
Non-constructor initialization.
DataManagement::Downloadable_MultiFile * terrainMaps
Downloadable_MultiFile that holds all terrain maps.
bool appUpdateRequired
Indiates that the app needs to be updated.
DataManagement::Downloadable_MultiFile * aviationMaps
Downloadable_MultiFile that holds all aviation maps.
DataManagement::Downloadable_MultiFile * databases
Downloadable_MultiFile that holds all databases.
DataManagement::Downloadable_MultiFile * mapSets()
Getter function for the property with the same name.
DataManagement::Downloadable_SingleFile * mapList()
Getter function for the property with the same name.
QString whatsNew() const
Getter function for the property with the same name.
DataManagement::Downloadable_MultiFile * aviationMaps()
Getter function for the property with the same name.
DataManagement::Downloadable_MultiFile * baseMapsVector()
Getter function for the property with the same name.
DataManagement::Downloadable_MultiFile * items()
Getter function for the property with the same name.
Q_INVOKABLE QString importOpenAir(const QString &fileName, const QString &newName)
Import airspace data into the library of locally installed maps.
DataManagement::Downloadable_MultiFile * items
Downloadable_MultiFile that holds all data items.
DataManagement::Downloadable_MultiFile * baseMapsRaster
Downloadable_MultiFile that holds all base maps in raster format.
DataManagement::Downloadable_MultiFile * baseMapsVector
Downloadable_MultiFile that holds all base maps in vector format.
void whatsNewChanged()
Notifier signal.
DataManagement::Downloadable_MultiFile * mapsAndData
Downloadable_MultiFile that holds all the map sets and databases.
DataManagement::Downloadable_MultiFile * mapsAndData()
Getter function for the property with the same name.
DataManager(QObject *parent=nullptr)
Standard constructor.
DataManagement::Downloadable_SingleFile * mapList
Downloadable_SingleFile that holds the list of all maps and databases.
DataManagement::Downloadable_MultiFile * mapSets
Downloadable_MultiFile that holds all map sets.
Units::ByteSize whatsNewHash() const
Getter function for the property with the same name.
void error(const QString &message)
Error message for user.
DataManagement::Downloadable_MultiFile * baseMaps()
Getter function for the property with the same name.
DataManagement::Downloadable_MultiFile * baseMapsRaster()
Getter function for the property with the same name.
void updateRemoteDataItemListIfOutdated()
Triggers an update of the list of remotely available data items.
QString whatsNew
Current "what's new" message.
DataManagement::Downloadable_MultiFile * databases()
Getter function for the property with the same name.
void appUpdateRequiredChanged()
Group of closely related downloadable items.
@ SingleUpdate
Update children that are updatable.
static Q_INVOKABLE DataManagement::DataManager * dataManager()
Pointer to appplication-wide static GeoMaps::DataManager instance.
GlobalObject(QObject *parent=nullptr)
Standard constructor.
Convenience class for size_t.
Conversion between units used in aviation.