23#include <QGeoCoordinate>
24#include <QGeoRectangle>
27using namespace Qt::Literals::StringLiterals;
49 friend QDataStream& operator<<(QDataStream& stream, const GeoMaps::
VAC& vac);
50 friend QDataStream& operator>>(QDataStream& stream, GeoMaps::
VAC& vac);
73 VAC(const QString& fName);
160 [[nodiscard]] QGeoCoordinate
center()
const;
200 return {u
"image/jpg"_s,
234 void getCoordsFromFileName();
237 void getNameFromFileName();
240 [[nodiscard]]
bool hasValidCoordinates()
const;
244QDataStream& operator<<(QDataStream& stream,
const GeoMaps::VAC& vac);
247QDataStream& operator>>(QDataStream& stream,
GeoMaps::VAC& vac);
bool operator==(const VAC &other) const =default
Comparison.
QGeoCoordinate bottomRight
Geographic coordinate of raster image corner.
QString description
Describe installed file(s)
QGeoCoordinate topRight
Geographic coordinate of raster image corner.
QGeoCoordinate topLeft
Geographic coordinate of raster image corner.
QGeoCoordinate center
Center coordinate.
VAC()=default
Default constructor, creates an invalid VAC.
QGeoRectangle boundingBox
Bounding box.
QString name
Name of the VAC.
bool isValid() const
Getter function for property of the same name.
QGeoCoordinate bottomLeft
Geographic coordinate of raster image corner.
QGeoCoordinate center() const
Getter function for property of the same name.
QString infoText() const
Getter function for property of the same name.
QString infoText
Short info text.
QString description() const
Getter function for property of the same name.
QString fileName
Name of raster image file.
static QStringList mimeTypes()
Mime type for files that can be opened by this class.