18#ifndef QGSPOINTCLUSTERRENDERERWIDGET_H
19#define QGSPOINTCLUSTERRENDERERWIDGET_H
21#include "ui_qgspointclusterrendererwidgetbase.h"
66 std::unique_ptr<QgsPointClusterRenderer> mRenderer;
68 void blockAllSignals(
bool block );
69 void setupBlankUi(
const QString &layerName );
73 void mRendererComboBox_currentIndexChanged(
int index );
74 void mDistanceSpinBox_valueChanged(
double d );
75 void mDistanceUnitWidget_changed();
76 void mRendererSettingsButton_clicked();
77 void centerSymbolChanged();
78 void updateRendererFromWidget();
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 that automatically clusters points with the same geographic position.
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.