24#include <QStandardPaths>
26#include "geomaps/VAC.h"
78 [[nodiscard]]
bool isEmpty()
const {
return m_vacs.isEmpty(); }
84 [[nodiscard]] QList<GeoMaps::VAC>
vacs();
126 [[nodiscard]] Q_INVOKABLE QString
importVAC(
const QString& fileName,
const QString& name = {});
134 Q_INVOKABLE
void remove(
const QString& name);
144 [[nodiscard]] Q_INVOKABLE QString
rename(
const QString& oldName,
const QString& newName);
157 [[nodiscard]] Q_INVOKABLE QVector<GeoMaps::VAC>
vacsByDistance(
const QGeoCoordinate& position,
const QString& filter);
168 [[nodiscard]] Q_INVOKABLE QVector<GeoMaps::VAC>
vacs4Point(
const QGeoCoordinate& position);
198 QVector<GeoMaps::VAC> m_vacs;
199 QString m_vacDirectory {QStandardPaths::writableLocation(QStandardPaths::AppDataLocation) +
"/VAC"};
200 QFile m_dataFile {QStandardPaths::writableLocation(QStandardPaths::AppDataLocation) +
"/VAC.data"};
Q_INVOKABLE QVector< GeoMaps::VAC > vacsByDistance(const QGeoCoordinate &position, const QString &filter)
List of all VACs installed.
Q_INVOKABLE void clear()
Removes all VACs.
Q_INVOKABLE GeoMaps::VAC get(const QString &name)
Obtain VACs from the library.
Q_INVOKABLE void remove(const QString &name)
Remove one VACs.
void dataChanged()
Notifier signal.
~VACLibrary() override
Destructor.
VACLibrary(QObject *parent=nullptr)
Constructor.
QList< GeoMaps::VAC > vacs
List of all VACs installed.
Q_INVOKABLE QString importVAC(const QString &fileName, const QString &name={})
Import VAC.
bool isEmpty
True if library is empty.
Q_INVOKABLE QVector< GeoMaps::VAC > vacs4Point(const QGeoCoordinate &position)
List of all VACs that contain a given point.
QList< GeoMaps::VAC > vacs()
Getter function for property of the same name.
Q_INVOKABLE QString rename(const QString &oldName, const QString &newName)
Rename a VACs.
Q_INVOKABLE QString importTripKit(const QString &fileName)
Import trip kit.
void importTripKitStatus(double percent)
Progress report when importing a trip kit.