15#ifndef QGSMESHLABELINGWIDGET_H
16#define QGSMESHLABELINGWIDGET_H
23#include "ui_qgsmeshlabelingwidget.h"
55 QgsLabelingGui *labelingGui();
61 void writeSettingsToLayer();
64 void apply()
override;
77 void labelModeChanged(
int index );
92 QWidget *mWidget =
nullptr;
93 std::unique_ptr< QgsPalLayerSettings > mSettings;
94 std::unique_ptr< QgsAbstractMeshLayerLabeling > mOldSettings;
95 bool mOldLabelsEnabled =
false;
Map canvas is a class for displaying all GIS data types on a canvas.
Base class for all map layer types.
Represents a mesh layer supporting display of data on structured or unstructured meshes.
A bar for displaying non-blocking messages to the user.