5#ifndef QMAPLIBRE_IMAGE_PARAMETER_H
6#define QMAPLIBRE_IMAGE_PARAMETER_H
8#include "style_parameter.hpp"
10#include <QMapLibre/Export>
12#include <QtCore/QObject>
13#include <QtCore/QString>
23 [[nodiscard]] QString source()
const;
24 void setSource(
const QString &source);
A helper utility to manage image sources.
Definition image_parameter.hpp:17
QString m_source
image source
Definition image_parameter.hpp:30
void sourceUpdated()
Signal emitted when the image source is updated.
A base class to pass style parameters to Map.
Definition style_parameter.hpp:16
Definition geojson.cpp:10