16#ifndef QGSTILEDSCENELAYERPROPERTIES_H
17#define QGSTILEDSCENELAYERPROPERTIES_H
19#include "ui_qgstiledscenelayerpropertiesbase.h"
49 void aboutToShowStyleMenu();
56 QAction *mActionLoadMetadata =
nullptr;
57 QAction *mActionSaveMetadataAs =
nullptr;
Represents a coordinate reference system (CRS).
virtual void rollback()
Rolls back changes made to the layer.
virtual void apply()=0
Applies the dialog settings to the layer.
virtual void syncToLayer()=0
Resets the dialog to the current layer state.
QgsLayerPropertiesDialog(QgsMapLayer *layer, QgsMapCanvas *canvas, const QString &settingsKey, QWidget *parent=nullptr, Qt::WindowFlags fl=Qt::WindowFlags(), QgsSettings *settings=nullptr)
Constructor for QgsLayerPropertiesDialog.
Map canvas is a class for displaying all GIS data types on a canvas.
A bar for displaying non-blocking messages to the user.
QgsTiledSceneLayerProperties(QgsTiledSceneLayer *layer, QgsMapCanvas *canvas, QgsMessageBar *messageBar, QWidget *parent=nullptr, Qt::WindowFlags=QgsGuiUtils::ModalDialogFlags)
Constructor.
Represents a map layer supporting display of tiled scene objects.