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 );
 
   91    QWidget *mWidget = 
nullptr;
 
   92    std::unique_ptr<QgsPalLayerSettings> mSettings;
 
   93    std::unique_ptr<QgsAbstractMeshLayerLabeling> mOldSettings;
 
   94    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.