15#ifndef QGSHEATMAPRENDERERWIDGET_H
16#define QGSHEATMAPRENDERERWIDGET_H
18#include "ui_qgsheatmaprendererwidgetbase.h"
59 std::unique_ptr<QgsHeatmapRenderer> mRenderer;
63 void applyColorRamp();
64 void showLegendSettings();
65 void mRadiusUnitWidget_changed();
66 void mRadiusSpinBox_valueChanged(
double d );
67 void mMaxSpinBox_valueChanged(
double d );
68 void mQualitySlider_valueChanged(
int v );
69 void weightExpressionChanged(
const QString &expression );
Expression contexts are used to encapsulate the parameters around which a QgsExpression should be eva...
Abstract base class for all 2D vector feature renderers.
A renderer which draws points as a live heatmap.
A database of saved style entities, including symbols, color ramps, text formats and others.
Contains settings which reflect the context in which a symbol (or renderer) widget is shown,...
Represents a vector layer which manages a vector based dataset.